Skip to content
Failed

Console Output

Pull request #6907 opened
23:39:20 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from 1efeb5d76d677e68701cd9592d475ee56f5a1dbc+68c66846945c28e7b95ba099f2b4fbbe2b72fd63 (d6816a4f08a340393f35be7d9d11aef656ecc356)
[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 fetnat07 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
Merge succeeded, producing 631d25dee7cb1aa96de38d51ceab95313b08692a
Checking out Revision 631d25dee7cb1aa96de38d51ceab95313b08692a (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 631d25dee7cb1aa96de38d51ceab95313b08692a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t e846eddb4e20dff7fc1bb81d0540f96799a5a15a -f scripts/docker/Dockerfile.clang scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/3 : FROM ubuntu:20.04
 ---> f78909c2b360
Step 2/3 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-8         wget         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 2ccd0290783a
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-8
 ---> Using cache
 ---> 49cd15b88136
Successfully built 49cd15b88136
Successfully tagged e846eddb4e20dff7fc1bb81d0540f96799a5a15a:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . e846eddb4e20dff7fc1bb81d0540f96799a5a15a
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat07 seems to be running inside container 10ebff79d13c0ca9eb13c34387395f2e0b5c026bcc7a518a0f7ce14231b6c516
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from 10ebff79d13c0ca9eb13c34387395f2e0b5c026bcc7a518a0f7ce14231b6c516 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** e846eddb4e20dff7fc1bb81d0540f96799a5a15a cat
$ docker top 23d43fd91704822b0d23ed856d43daf2dd5554ed16b81f58c11561272fa763d6 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ ./scripts/docker/check_format_cpp.sh
[Pipeline] }
$ docker stop --time=1 23d43fd91704822b0d23ed856d43daf2dd5554ed16b81f58c11561272fa763d6
$ docker rm -f --volumes 23d43fd91704822b0d23ed856d43daf2dd5554ed16b81f58c11561272fa763d6
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2)
[Pipeline] { (Branch: CUDA-12.2-NVHPC)
[Pipeline] { (Branch: SYCL-OneAPI)
[Pipeline] { (Branch: HIP-ROCm-5.2)
[Pipeline] { (Branch: HIP-ROCm-5.6-C++20)
[Pipeline] { (Branch: OPENMPTARGET-Clang)
[Pipeline] { (Branch: CUDA-11.0.3-Clang-Tidy)
[Pipeline] { (Branch: CUDA-11.7-NVCC)
[Pipeline] { (Branch: CUDA-11.0-NVCC-RDC)
[Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG)
[Pipeline] { (Branch: GCC-8.4.0)
[Pipeline] stage
[Pipeline] { (OPENACC-NVHPC-CUDA-12.2)
[Pipeline] stage
[Pipeline] { (CUDA-12.2-NVHPC)
[Pipeline] stage
[Pipeline] { (SYCL-OneAPI)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.2)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.6-C++20)
[Pipeline] stage
[Pipeline] { (OPENMPTARGET-Clang)
[Pipeline] stage
[Pipeline] { (CUDA-11.0.3-Clang-Tidy)
[Pipeline] stage
[Pipeline] { (CUDA-11.7-NVCC)
[Pipeline] stage
[Pipeline] { (CUDA-11.0-NVCC-RDC)
[Pipeline] stage
[Pipeline] { (CUDA-11.6-NVCC-DEBUG)
[Pipeline] stage
[Pipeline] { (GCC-8.4.0)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on padirac10 in /var/jenkins/workspace/Kokkos_PR-6907
Running on fetnat03 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] node
[Pipeline] node
Running on lascaux05 in /var/jenkins/workspace/Kokkos_PR-6907
Running on fetnat07 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] node
Running on fetnat06 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] node
[Pipeline] node
Running on fetnat04 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] {
[Pipeline] {
[Pipeline] {
Running on CpuNode5 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
using credential Jenkins ORNL
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
using credential Jenkins ORNL
[Pipeline] {
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching changes from the remote Git repository
Fetching without tags
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
Merge succeeded, producing aeb56ae1e64bf3430b96ffc9e2c47a1085e0424e
Checking out Revision aeb56ae1e64bf3430b96ffc9e2c47a1085e0424e (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
[Pipeline] isUnix
[Pipeline] readFile
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6907/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aeb56ae1e64bf3430b96ffc9e2c47a1085e0424e # timeout=10
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
[Pipeline] sh
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
+ docker build -t 992e1027f58dd433631c204a650fc9904824eb1e --build-arg BASE=nvidia/cuda:11.7.1-devel-ubuntu20.04 -f scripts/docker/Dockerfile.nvcc scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel
Step 2/10 : FROM $BASE
 ---> 54bed995e06c
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> cc1c0b2451dc
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 80ab8a370921
Step 5/10 : RUN apt-get update && apt-get install -y         bc         wget         ccache         $ADDITIONAL_PACKAGES         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 453c9306709e
Step 6/10 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> 80db1cfd7660
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 983ec63f4778
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 52bb6c44d299
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
 ---> 6a12a5b7bea2
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> c1f794de5612
Successfully built c1f794de5612
Successfully tagged 992e1027f58dd433631c204a650fc9904824eb1e:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 992e1027f58dd433631c204a650fc9904824eb1e
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat07 seems to be running inside container 10ebff79d13c0ca9eb13c34387395f2e0b5c026bcc7a518a0f7ce14231b6c516
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from 10ebff79d13c0ca9eb13c34387395f2e0b5c026bcc7a518a0f7ce14231b6c516 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 992e1027f58dd433631c204a650fc9904824eb1e cat
Fetching without tags
Fetching without tags
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
Fetching without tags
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
Merge succeeded, producing 89149d8295d69c17a20f3fb3fab7f547fc6a8287
Checking out Revision 89149d8295d69c17a20f3fb3fab7f547fc6a8287 (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89149d8295d69c17a20f3fb3fab7f547fc6a8287 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
Merge succeeded, producing 89149d8295d69c17a20f3fb3fab7f547fc6a8287
Checking out Revision 89149d8295d69c17a20f3fb3fab7f547fc6a8287 (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
Merge succeeded, producing e5d4dbdafe63c44bcd1a3c0eae796a5533321935
Checking out Revision e5d4dbdafe63c44bcd1a3c0eae796a5533321935 (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
Fetching without tags
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
Merge succeeded, producing e5d4dbdafe63c44bcd1a3c0eae796a5533321935
Checking out Revision e5d4dbdafe63c44bcd1a3c0eae796a5533321935 (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5d4dbdafe63c44bcd1a3c0eae796a5533321935 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89149d8295d69c17a20f3fb3fab7f547fc6a8287 # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5d4dbdafe63c44bcd1a3c0eae796a5533321935 # timeout=10
$ docker top 9a8fdcfd0b3703109f3a7c60d30612aca76939cc6d7d8c7a7daa6cbe7f96fe3d -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
+ docker build -t 71a21605d42f4ee4f2834afc8f7712af216baab0 -f scripts/docker/Dockerfile.nvhpc scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/7 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04
Step 2/7 : FROM $BASE
 ---> 14f99d87eca9
Step 3/7 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> da389f432647
Step 4/7 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> 51ccfe3c521d
Step 5/7 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> be96834b6a42
Step 6/7 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> 9a1283dc0dc7
Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 3edf67c48862
Successfully built 3edf67c48862
Successfully tagged 71a21605d42f4ee4f2834afc8f7712af216baab0:latest
+ docker build -t 2fa1a2d85cdc2ee9db3f59584140095f0c249c49 --build-arg BASE=rocm/dev-ubuntu-20.04:5.6-complete -f scripts/docker/Dockerfile.hipcc scripts/docker
#1 [internal] load build definition from Dockerfile.hipcc
#1 sha256:7446a72f60dde4285f79e537ecc764d4240643f1571e137bc0731475a611a8ea
#1 transferring dockerfile: 1.38kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/rocm/dev-ubuntu-20.04:5.6-complete
#2 sha256:de758bb069f537eec48abc7bc43bc4c241cc935759afc505336c42a91c26893c
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
+ docker build -t 9d82fbcc80716cdee8084a358267b81158362603 -f scripts/docker/Dockerfile.openmptarget scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/14 : ARG BASE=nvidia/cuda:11.1.1-devel-ubuntu20.04
Step 2/14 : FROM $BASE
 ---> 9165013c68c2
Step 3/14 : RUN apt-get update && apt-get install -y         bc         git         wget         ccache         python3         libelf-dev         g++-multilib         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 21c085ba6cc6
Step 4/14 : ARG NPROC=8
 ---> Using cache
 ---> bca679032d78
Step 5/14 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> cfc2522660c5
Step 6/14 : ARG CMAKE_VERSION=3.27.7
 ---> Using cache
 ---> 39eaf0abe687
Step 7/14 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 837e40671ed3
Step 8/14 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm ${CMAKE_SCRIPT}
 ---> Using cache
 ---> a683df273bb4
Step 9/14 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 548fcaf54517
Step 10/14 : ARG LLVM_VERSION=llvmorg-17.0.3
 ---> Using cache
 ---> b3298ce6a58c
Step 11/14 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> df8141323ff6
Step 12/14 : RUN LLVM_URL=https://github.com/llvm/llvm-project/archive &&    LLVM_ARCHIVE=${LLVM_VERSION}.tar.gz &&    SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} &&     wget --quiet ${LLVM_URL}/${LLVM_ARCHIVE} &&     mkdir llvm-project &&     tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 &&     cd llvm-project &&     mkdir build && cd build &&     cmake       -DCMAKE_BUILD_TYPE=Release       -DCMAKE_INSTALL_PREFIX=$LLVM_DIR       -DCMAKE_C_COMPILER=gcc       -DCMAKE_CXX_COMPILER=g++       -DLLVM_ENABLE_PROJECTS="clang"       -DLLVM_ENABLE_RUNTIMES="openmp"       -DCLANG_OPENMP_NVPTX_DEFAULT_ARCH=sm_70       -DLIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES=70     ../llvm &&     make -j${NPROC} &&     make install &&     rm -rf ${SCRATCH_DIR}
 ---> Using cache
 ---> 2333793e0d23
Step 13/14 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> 10a201471a45
Step 14/14 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> 65af181dc324
Successfully built 65af181dc324
Successfully tagged 9d82fbcc80716cdee8084a358267b81158362603:latest
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ docker build -t 204e8a006c1e884de939939ad5517e028d0441c1 -f scripts/docker/Dockerfile.gcc scripts/docker
#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:46db48ac64e36e79d07fb1a35ba8cba5dd857113c1676dce548e4b0e5ef2fea2
#1 DONE 0.0s

#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:46db48ac64e36e79d07fb1a35ba8cba5dd857113c1676dce548e4b0e5ef2fea2
#1 transferring dockerfile: 1.75kB done
#1 DONE 0.0s

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

#8 [internal] load metadata for docker.io/library/ubuntu:20.04
#8 sha256:8e67b796a66f85f06793e026943184e32d365c77929e94d2ac98b34a1e1cb30e
#8 DONE 0.0s

#7 [1/5] FROM docker.io/library/ubuntu:20.04
#7 sha256:243f75845650c92150b34967f79a539dee49ba028b719b1a41e64f43abcdcac5
#7 DONE 0.0s

#6 [2/5] RUN apt-get update && apt-get upgrade -y && apt-get install -y     build-essential     wget     git     bc     ccache     &&     apt-get clean && rm -rf /var/lib/apt/lists/*
#6 sha256:244cba9621c788fd67785a1d49ac9ec2fbc2026a48bf412ee2cf59bd974486bf
#6 CACHED

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

#4 [4/5] RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
#4 sha256:035b84f81dcb1fbe0f758c815269ed6a56dc6c44764865d28eac5764fe2cac95
#4 CACHED

#3 [5/5] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 &&     CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-3.16.8-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p /opt/cmake &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake &&     rm cmake*
#3 sha256:f39f048c28c6b89431d733a6d575d4533501e1152fa6ffa79fbf8559b4150f40
#3 CACHED

#9 exporting to image
#9 sha256:d6f157bf69d35363d23690d19ffd33591008253356a596118ed940d2a717b6a7
#9 exporting layers done
#9 writing image sha256:b8a8945b4a09a43c3daeb2e23724012c1c87a6761d46f57662b1655e8a2209d9 done
#9 naming to docker.io/library/204e8a006c1e884de939939ad5517e028d0441c1:latest done
#9 DONE 0.0s
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
#2 DONE 0.4s

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

#7 [1/4] FROM docker.io/rocm/dev-ubuntu-20.04:5.6-complete@sha256:69f9a8c786ebc09df7f1d260a55beecd13dffa9b9246f230c87a9c1fd18450ca
#7 sha256:ffddc1d77564ffa1850adade7576baa2e2d6c4c4f2b0aac44d8b2ed6963b188c
#7 DONE 0.0s

#6 [2/4] RUN apt-get update && apt-get install -y         kmod         wget         ccache         file         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
#6 sha256:eee317d2a7f4779d060a861ce9a331cd3248901cb269bf6074da9095560d6064
#6 CACHED

#5 [3/4] RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
#5 sha256:dcdf979997794f10bbcd7abf4fec045abd70d14f3422b80cb5ff2e431cac7b3e
#5 CACHED

#4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 &&     CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-3.16.8-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p /opt/cmake &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake &&     rm cmake*
#4 sha256:20c689dff20b411847f5eda1b64d1a0cb0d81c56925ebcd23655573196947434
#4 CACHED

#8 exporting to image
#8 sha256:0479be814e7bd25aca19f053604d366cc3b170c2cb2405b148f3435ce6ddff2b
#8 exporting layers done
#8 writing image sha256:25f2b3b0db02fe78c63aefdac1b4e463f13669b8cecad67e8d78a919e8af4108 done
#8 naming to docker.io/library/2fa1a2d85cdc2ee9db3f59584140095f0c249c49:latest done
#8 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 71a21605d42f4ee4f2834afc8f7712af216baab0
.
[Pipeline] }
+ rm -rf build
+ mkdir -p build
+ cd build
+ ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags=-Werror --cxxstandard=c++17 --with-cuda --with-cuda-options=enable_lambda --arch=Volta70
Generating Makefiles with options  KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
+ make test -j8
make -C core/unit_test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
[Pipeline] // withEnv
[Pipeline] withDockerContainer
+ docker inspect -f . 9d82fbcc80716cdee8084a358267b81158362603
.
fetnat03 seems to be running inside container 14aa9fee05173a887f67d5cf2fc1b99ca1edb3be022587fc91bcb01017944d3e
$ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from 14aa9fee05173a887f67d5cf2fc1b99ca1edb3be022587fc91bcb01017944d3e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 71a21605d42f4ee4f2834afc8f7712af216baab0 cat
+ docker inspect -f . 204e8a006c1e884de939939ad5517e028d0441c1
.
+ docker inspect -f . 2fa1a2d85cdc2ee9db3f59584140095f0c249c49
.
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/UnitTestMainInit.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Init.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_RangePolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_RangePolicyRequire.cpp
$ docker top f83d9bc18226e8d0517f5ef36a35e5afd5f011bf83096202117fefae4cdf8ff9 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] }
[Pipeline] }
[Pipeline] }
Fetching without tags
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
lascaux05 seems to be running inside container 9eab02f05dc32aeb22aaaf2c3b37103b72bb93eba6407b84ac24a1db706ec60b
$ 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-6907 --volumes-from 9eab02f05dc32aeb22aaaf2c3b37103b72bb93eba6407b84ac24a1db706ec60b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 2fa1a2d85cdc2ee9db3f59584140095f0c249c49 cat
$ docker top 246ae6a2bdf0f6738c8279e5fb1702609740859771accfa28d21245c28e2726b -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
fetnat06 seems to be running inside container d95ba1cc990ac8a12fa18becb48576632d11b2e32b0863d77c8b8aa8006052f4
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
$ 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-6907 --volumes-from d95ba1cc990ac8a12fa18becb48576632d11b2e32b0863d77c8b8aa8006052f4 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 9d82fbcc80716cdee8084a358267b81158362603 cat
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
Merge succeeded, producing fa7fe1d913961f488c0e6970ff8309c6a46dd5ab
Checking out Revision fa7fe1d913961f488c0e6970ff8309c6a46dd5ab (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa7fe1d913961f488c0e6970ff8309c6a46dd5ab # timeout=10
$ docker top 0b5ae42bd08cd93719ecbf0caef8ca4cecff1c61d4eabb1051824c4352cc791a -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
CpuNode5 seems to be running inside container 96eb3c64af22c2400c54d0922c971f10735788eaca719af33e757c9e3fa73f0c
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from 96eb3c64af22c2400c54d0922c971f10735788eaca719af33e757c9e3fa73f0c -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 204e8a006c1e884de939939ad5517e028d0441c1 cat
$ docker top 50499f032fff2580b1cbe5965a867fd3f32e773dd790d89b427f0b844cbbd481 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
Fetching without tags
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
+ rm -rf build
+ mkdir -p build
+ cd build
+ /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON ..
-- Setting default Kokkos CXX standard to 17
[Pipeline] sh
+ docker build -t 6c7d3dad1913dc1da58a92a5200f9eee3d9820e5 -f scripts/docker/Dockerfile.kokkosllvmproject scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/13 : FROM nvidia/cuda:11.0.3-devel
 ---> f6eb2aa24ca2
Step 2/13 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 59535cb04b7f
Step 3/13 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y         bc         git         wget         ccache         python3         python3-distutils         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 3ec82533baec
Step 4/13 : RUN apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common &&     add-apt-repository ppa:ubuntu-toolchain-r/test -y &&     apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y g++-9 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 82de4140b047
Step 5/13 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> 04af64e42243
Step 6/13 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 5c1e1ed05f21
Step 7/13 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 58ea1da00613
Step 8/13 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> c27f7602f8e4
Step 9/13 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 1e8d2afa2b09
Step 10/13 : ARG NPROC=8
 ---> Using cache
 ---> dc9da35955a3
Step 11/13 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> 47ddfbb9b724
Step 12/13 : RUN LLVM_VERSION=32413084ecbb5e739c6b35d8bf13ad972985acb3 &&     LLVM_URL=https://github.com/kokkos/llvm-project/archive/${LLVM_VERSION}.tar.gz &&    LLVM_ARCHIVE=llvm.tar.xz &&     SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} &&     wget --quiet ${LLVM_URL} --output-document=${LLVM_ARCHIVE} &&     mkdir llvm-project &&     tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 &&     cd llvm-project &&     mkdir build && cd build &&     cmake       -DCMAKE_BUILD_TYPE=Release       -DCMAKE_INSTALL_PREFIX=$LLVM_DIR       -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt"     ../llvm &&     make -j${NPROC} &&     make install &&     echo "${LLVM_DIR}/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig &&     rm -rf ${SCRATCH_DIR}
 ---> Using cache
 ---> 80469c486fb9
Step 13/13 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> 43cc72ff6820
Successfully built 43cc72ff6820
Successfully tagged 6c7d3dad1913dc1da58a92a5200f9eee3d9820e5:latest
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_LIBQUADMATH=ON -DKokkos_ENABLE_SERIAL=ON ..
-- Setting default Kokkos CXX standard to 17
-- The CXX compiler identification is GNU 8.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON ..
-- Setting default Kokkos CXX standard to 20
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 ..
-- Setting default Kokkos CXX standard to 17
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-6907/build/generated/Kokkos_Version_Info.cpp
-- Using -std=gnu++17 for C++17 extensions as feature
Merge succeeded, producing 3f6842228ca75261ad8b23ea8e75a2a71b20a7e5
Checking out Revision 3f6842228ca75261ad8b23ea8e75a2a71b20a7e5 (PR-6907)
+ docker inspect -f . 6c7d3dad1913dc1da58a92a5200f9eee3d9820e5
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
fetnat04 seems to be running inside container 3b6db9f76a3764e23425e248da644f2a4c1c0ee72b5ac0d428184db7e80c1f8e
$ 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-6907 --volumes-from 3b6db9f76a3764e23425e248da644f2a4c1c0ee72b5ac0d428184db7e80c1f8e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6c7d3dad1913dc1da58a92a5200f9eee3d9820e5 cat
-- The CXX compiler identification is NVHPC 23.7.0
-- Detecting CXX compiler ABI info
-- The CXX compiler identification is Clang 17.0.3
-- Detecting CXX compiler ABI info
-- 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
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-6907/build/generated/Kokkos_Version_Info.cpp
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt
-- Using --c++17;--gnu_extensions for C++17 extensions as feature
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/llvm/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-6907/build/generated/Kokkos_Version_Info.cpp
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt
-- Using -std=gnu++17 for C++17 extensions as feature
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- Using internal desul_atomics copy
[Pipeline] // withDockerContainer
[Pipeline] }
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # 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/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f6842228ca75261ad8b23ea8e75a2a71b20a7e5 # timeout=10
-- The CXX compiler identification is Clang 16.0.0
-- Check for working CXX compiler: /opt/rocm/bin/hipcc
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat04 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] // node
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-11.0.3-Clang-Tidy
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Experimental::OpenMPTarget
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found TPLLIBDL: /usr/include  
-- Using internal desul_atomics copy
[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
[Pipeline] sh
Fetching without tags
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
+ docker build -t a9e3b1b327052a4806cb7e1488ed0128e2f54889 --build-arg BASE=rocm/dev-ubuntu-20.04:5.2-complete -f scripts/docker/Dockerfile.hipcc scripts/docker
#1 [internal] load build definition from Dockerfile.hipcc
#1 sha256:3af76d504a2b352be412e71efeb06b24795a28d18d689d07b2d5e8538f586cfe
#1 transferring dockerfile: 1.38kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/rocm/dev-ubuntu-20.04:5.2-complete
#2 sha256:69c5ca29d0872de0ebfb6a8fe6829aeb16bc364d36baf420066bee35d46f00d3
Still waiting to schedule task
Waiting for next available executor on ‘nvidia-docker&&large_images&&voltaStill waiting to schedule task
Waiting for next available executor on ‘nvidia-docker&&ampereStill waiting to schedule task
Waiting for next available executor on ‘nvidia-dockerMerging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
#2 DONE 0.4s
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") 
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
Merge succeeded, producing fc2dd371cf642b6cc1b6d0f87a542e44ea118bae
Checking out Revision fc2dd371cf642b6cc1b6d0f87a542e44ea118bae (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.

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

#7 [1/4] FROM docker.io/rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65
#7 sha256:46e7225914703c6216b5edd9357c34cc081c7069f463d0428f0d1fc9b4ae6fdb
#7 DONE 0.0s

#6 [2/4] RUN apt-get update && apt-get install -y         kmod         wget         ccache         file         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
#6 sha256:044bb24ef46631cd7728b5dac3d03c2bc57ea5f7b5e808b57cec03b25c86f367
#6 CACHED

#5 [3/4] RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
#5 sha256:048ccd7a655b3c43ab7c9d5d0849019f138019335967f1eb1a2e1ed37b9732b5
#5 CACHED

#4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 &&     CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-3.16.8-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p /opt/cmake &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake &&     rm cmake*
#4 sha256:cb46f82ed2d1fa39346555236424180bec57cef5b2488e2132cbc08c475e280d
#4 CACHED

#8 exporting to image
#8 sha256:87d6958170673f8f5616f25562e01c72d4976c065ec9c76d52446577ff7f9863
#8 exporting layers done
#8 writing image sha256:0ee0885998ca54715e5c55755bbef9da1b6061c23b8733531b3e598f95e6eb92 done
#8 naming to docker.io/library/a9e3b1b327052a4806cb7e1488ed0128e2f54889:latest done
#8 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
-- [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
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6907/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc2dd371cf642b6cc1b6d0f87a542e44ea118bae # 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
-- [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
+ docker inspect -f . a9e3b1b327052a4806cb7e1488ed0128e2f54889
.
[Pipeline] }
-- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works
-- Detecting CXX compiler ABI info
[Pipeline] // withEnv
[Pipeline] withDockerContainer
padirac10 seems to be running inside container d6251860e39f30a414638b0fb6af64bc4fc7eb73af7ecf960218b15fca107db0
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from d6251860e39f30a414638b0fb6af64bc4fc7eb73af7ecf960218b15fca107db0 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** a9e3b1b327052a4806cb7e1488ed0128e2f54889 cat
+ docker build -t 16abe35a7e652f3591567f6bef00cc5d1fb4a710 --build-arg BASE=nvidia/cuda:11.0.3-devel-ubuntu18.04 --build-arg ADDITIONAL_PACKAGES=g++-8 gfortran clang --build-arg CMAKE_VERSION=3.17.3 -f scripts/docker/Dockerfile.nvcc scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel
Step 2/10 : FROM $BASE
 ---> a557740b9093
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> f19485693aee
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> fd306bfddd7d
Step 5/10 : RUN apt-get update && apt-get install -y         bc         wget         ccache         $ADDITIONAL_PACKAGES         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 431d98fa5480
Step 6/10 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> 6b9f9f74cc71
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> addb30582a32
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 2c86f5dbe38e
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
 ---> 70333d14b9e7
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> f916440908ab
Successfully built f916440908ab
Successfully tagged 16abe35a7e652f3591567f6bef00cc5d1fb4a710:latest
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Experimental::OpenACC
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found TPLLIBDL: /usr/include  
-- Using internal desul_atomics copy
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
$ docker top 9ec56c100a63a92d67a877cfc37e8d3ece1d79cdb0891b3b8dcd255c151c25b3 -eo pid,comm
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 16abe35a7e652f3591567f6bef00cc5d1fb4a710
.
[Pipeline] }
[Pipeline] // withEnv
+ ccache --zero-stats
Statistics zeroed
[Pipeline] withDockerContainer
fetnat04 seems to be running inside container 3b6db9f76a3764e23425e248da644f2a4c1c0ee72b5ac0d428184db7e80c1f8e
$ 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-6907 --volumes-from 3b6db9f76a3764e23425e248da644f2a4c1c0ee72b5ac0d428184db7e80c1f8e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 16abe35a7e652f3591567f6bef00cc5d1fb4a710 cat
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- Compiler Version: 5.6.31061
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt
-- Using -std=gnu++2a for C++20 extensions as feature
[Pipeline] // withDockerContainer
[Pipeline] }
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") 
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] sh
Running on fetnat04 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-11.0-NVCC-RDC
[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
-- [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
+ echo /opt/rocm/llvm/lib
+ ldconfig
[Pipeline] sh
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DNDEBUG -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON ..
-- Setting default Kokkos CXX standard to 17
-- [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
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Kokkos Backends: OPENACC;SERIAL
-- Configuring done
-- [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
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Check if compiler accepts -pthread
-- [benchmark] Check if compiler accepts -pthread - yes
-- [benchmark] Found Threads: TRUE  
Merge succeeded, producing 636366d7bbd0b7d55dc966f65ceef0a04cdd9be0
Checking out Revision 636366d7bbd0b7d55dc966f65ceef0a04cdd9be0 (PR-6907)
-- [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
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6907/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 636366d7bbd0b7d55dc966f65ceef0a04cdd9be0 # timeout=10
-- Sources TestOpenMP.cpp
-- Kokkos Backends: OPENMP;SERIAL
-- Configuring done
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
-- The CXX compiler identification is Clang 14.0.0
-- Check for working CXX compiler: /opt/rocm/bin/hipcc
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
Scanning dependencies of target kokkossimd
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkos_gtest
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
Scanning dependencies of target benchmark
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
Scanning dependencies of target kokkoscore
[  2%] Linking CXX static library libkokkossimd.a
[  2%] Built target AlwaysCheckGit
[  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_Abort.cpp.o
+ docker build -t cd9c40c319d4ccec6ff869bc5cb3244d2a37898a --build-arg BASE=nvidia/cuda:11.6.2-devel-ubuntu20.04 -f scripts/docker/Dockerfile.nvcc scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel
Step 2/10 : FROM $BASE
 ---> d3d3738d6060
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 1340e4ee15d8
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> e03b2dd33fab
Step 5/10 : RUN apt-get update && apt-get install -y         bc         wget         ccache         $ADDITIONAL_PACKAGES         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 1bfb791ce949
Step 6/10 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> de9ec6721408
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 0dd7214eb035
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 0e92978561a6
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
 ---> 0e35f5bcf037
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 1cd6de8a411c
Successfully built 1cd6de8a411c
Successfully tagged cd9c40c319d4ccec6ff869bc5cb3244d2a37898a:latest
[Pipeline] isUnix
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[  2%] Built target kokkossimd
Scanning dependencies of target impl_git_version
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_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
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] 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_CPUDiscovery.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  1%] Built target AlwaysCheckGit
+ docker inspect -f . cd9c40c319d4ccec6ff869bc5cb3244d2a37898a
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat04 seems to be running inside container 3b6db9f76a3764e23425e248da644f2a4c1c0ee72b5ac0d428184db7e80c1f8e
$ 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-6907 --volumes-from 3b6db9f76a3764e23425e248da644f2a4c1c0ee72b5ac0d428184db7e80c1f8e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** cd9c40c319d4ccec6ff869bc5cb3244d2a37898a cat
-- [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
[  1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  2%] Linking CXX static library libkokkossimd.a
[  2%] Built target kokkossimd
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6907/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[  2%] Linking CXX static library libimpl_git_version.a
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  2%] Built target impl_git_version
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_a.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_b.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_c.cpp
[Pipeline] // withDockerContainer
[Pipeline] }
-- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works
-- Detecting CXX compiler ABI info
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_d.cpp
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-11.6-NVCC-DEBUG
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 5.2.21151
-- Using -std=gnu++17 for C++17 extensions as feature
[  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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_e.cpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[  3%] Built target kokkosprinter-tool
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewCopy_a.cpp
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Check if compiler accepts -pthread
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- [benchmark] Check if compiler accepts -pthread - yes
-- [benchmark] Found Threads: TRUE  
-- Kokkos Backends: OPENMPTARGET;SERIAL
-- Configuring done (10.2s)
-- 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
-- Found TPLLIBDL: /usr/include  
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[  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
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewCopy_b.cpp
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_DeepCopyAlignment.cpp
-- Generating done (1.3s)
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
[  2%] Built target AlwaysCheckGit
[  3%] Linking CXX static library libkokkossimd.a
[  3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  3%] Built target kokkossimd
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
[  4%] Linking CXX shared library libkokkosprinter-tool.so
[  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.dir/benchmark_api_internal.cc.o
[  4%] Built target kokkosprinter-tool
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using internal desul_atomics copy
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[  5%] 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_ExecPolicy.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- SIMD: AVX2 detected
-- Setting Kokkos_ARCH_VEGA908=ON
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::HIP
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: NONE
-- 
-- Architectures:
--  NATIVE
--  VEGA908
-- Found TPLLIBDL: /usr/include  
-- Looking for C++ include pthread.h
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.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
[  5%] Linking CXX static library libbenchmark.a
[  5%] Built target benchmark
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
Scanning dependencies of target benchmark_main
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
[  6%] Linking CXX static library libbenchmark_main.a
[  6%] Built target benchmark_main
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
-- Found OpenMP_CXX: -fopenmp=libomp  
-- Found OpenMP: TRUE   
-- Using internal desul_atomics copy
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  5%] 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_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewMapping_a.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewMapping_b.cpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  7%] Linking CXX static library libkokkos_gtest.a
[  7%] Built target kokkos_gtest
[  7%] Linking CXX static library libkokkoscore.a
[  7%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.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_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[  9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  7%] Linking CXX static library libkokkos_gtest.a
[  7%] Built target kokkos_gtest
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[  7%] Linking CXX static library libbenchmark.a
[  7%] Built target benchmark
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewMapping_subview.cpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Exec.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewResize.cpp
[  7%] Linking CXX static library libbenchmark_main.a
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[  7%] Built target benchmark_main
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewLayoutStrideAssignment.cpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [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_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_a.cpp
[  8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp.o
[  8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_b.cpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6907/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 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_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[ 11%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.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-6907/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[ 12%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 12%] Built target Kokkos_push_finalize_hook_terminate
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[  6%] Linking CXX static library libkokkoscore.a
[  6%] Built target kokkoscore
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[  8%] Linking CXX static library libkokkoscore.a
[  8%] Built target kokkoscore
[  8%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_c.cpp
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestHIP.cpp
-- Kokkos Backends: SERIAL;HIP
-- Configuring done
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[  6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_SerialGraph
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  7%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkosprinter-tool
Scanning dependencies of target kokkossimd
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  0%] Built target AlwaysCheckGit
Scanning dependencies of target kokkos_gtest
Scanning dependencies of target benchmark
Scanning dependencies of target impl_git_version
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
Scanning dependencies of target kokkoscore
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[ 13%] Built target Kokkos_CoreUnitTest_OpenMPGraph
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[  8%] Linking CXX static library libkokkoscontainers.a
[  8%] Built target kokkoscontainers
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.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_OpenMPTarget.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[  7%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[  7%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  3%] Linking CXX static library libkokkossimd.a
[  3%] Built target kokkossimd
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  3%] Linking CXX static library libimpl_git_version.a
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  7%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[  7%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[  7%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[  9%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[  9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
[ 10%] Linking CXX static library libkokkos_gtest.a
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_d.cpp
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 11%] Built target kokkos_gtest
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[ 13%] 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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[  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_ExecPolicy.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
[ 14%] 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_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
-- Sources TestOpenMP.cpp
-- Sources TestHIP.cpp
-- Kokkos Backends: OPENMP;HIP
-- Configuring done
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkossimd
Scanning dependencies of target kokkosprinter-tool
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
Scanning dependencies of target kokkos_gtest
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
Scanning dependencies of target benchmark
Scanning dependencies of target impl_git_version
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
Scanning dependencies of target kokkoscore
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_e.cpp
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Linking CXX static library libkokkossimd.a
[  1%] Built target kokkossimd
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  2%] Linking CXX static library libimpl_git_version.a
[  2%] Built target impl_git_version
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[  2%] Built target kokkosprinter-tool
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[  2%] 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/perf_counters.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewCopy_a.cpp
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewCopy_b.cpp
[  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/statistics.cc.o
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[  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
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[  5%] Linking CXX static library libkokkos_gtest.a
[  5%] Built target kokkos_gtest
[  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
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewMapping_a.cpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[  6%] Linking CXX static library libbenchmark.a
[  6%] Built target benchmark
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target benchmark_main
[  7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewMapping_b.cpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  7%] Linking CXX static library libbenchmark_main.a
[  7%] Built target benchmark_main
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[  7%] Linking CXX static library libkokkoscore.a
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[  7%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewMapping_subview.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_a.cpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 15%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 15%] Built target Kokkos_CoreTestCompileOnly
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
Scanning dependencies of target Kokkos_UnitTest_HIPGraph
Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_HIP
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.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/OpenMP/Kokkos_OpenMP_Task.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  8%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/hip/TestHIP_Graph.cpp.o
[  5%] Linking CXX static library libbenchmark.a
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 27%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[  6%] 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_SharedAllocationRecord.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_b.cpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 12%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[  8%] Built target Kokkos_CoreUnitTest_CTestDevice
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_c.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_d.cpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[  7%] Linking CXX static library libbenchmark_main.a
[  7%] Built target benchmark_main
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_e.cpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewCopy_a.cpp
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[  7%] Linking CXX static library libkokkoscore.a
[  7%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[  9%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[  9%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 10%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_HIP
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 10%] Linking CXX executable Kokkos_UnitTest_HIPGraph
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 10%] Built target Kokkos_UnitTest_HIPGraph
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 13%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewCopy_b.cpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewMapping_a.cpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[  7%] Linking CXX static library libkokkos_gtest.a
[  7%] Built target kokkos_gtest
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/containers/src/Kokkos_Vector.hpp", line 33: warning: function "<unnamed>::emit_warning_kokkos_vector_deprecated" was declared deprecated ("Deprecated <Kokkos_Vector.hpp> header is included") [deprecated_entity_with_custom_message]
  static auto do_not_include = emit_warning_kokkos_vector_deprecated();
                               ^
"/var/jenkins/workspace/Kokkos_PR-6907/containers/src/Kokkos_Vector.hpp", line 29: note: because of a "deprecated" attribute
  [[deprecated("Deprecated <Kokkos_Vector.hpp> header is included")]] int
    ^

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

Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 13%] Built target Kokkos_push_finalize_hook_terminate
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_KokkosP
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewMapping_b.cpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[  9%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[  9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[  9%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[  9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[  9%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 14%] Built target Kokkos_CoreUnitTest_Develop
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 39%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 39%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewMapping_subview.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_View_64bit.cpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewOfClass.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_a.cpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [with T=int32_t, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity]
        return Kokkos::Experimental::abs(a);
                                     ^
"/var/jenkins/workspace/Kokkos_PR-6907/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute
  KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs)
  ^
          detected during:
            instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd<int32_t, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=int32_t]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<int32_t>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t, n=11UL]" at line 142 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"

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

"/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [with T=int64_t, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity]
        return Kokkos::Experimental::abs(a);
                                     ^
"/var/jenkins/workspace/Kokkos_PR-6907/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute
  KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs)
  ^
          detected during:
            instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd<int64_t, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=int64_t]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<int64_t>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t, n=11UL]" at line 142 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"

"/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [with T=double, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity]
        return Kokkos::Experimental::abs(a);
                                     ^
"/var/jenkins/workspace/Kokkos_PR-6907/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute
  KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs)
  ^
          detected during:
            instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd<double, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=double]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<double>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double, n=11UL]" at line 135 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"

[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [with T=float, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity]
        return Kokkos::Experimental::abs(a);
                                     ^
"/var/jenkins/workspace/Kokkos_PR-6907/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute
  KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs)
  ^
          detected during:
            instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd<float, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=float]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<float>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float, n=11UL]" at line 135 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp"

[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_b.cpp
[ 40%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c01.cpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 40%] Built target Kokkos_CoreTestCompileOnly
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 15%] Built target Kokkos_CoreUnitTest_TuningBasics
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c02.cpp
[ 13%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 14%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c03.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c04.cpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c05.cpp
[ 14%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 17%] Built target Kokkos_CoreUnitTest_CategoricalTuner
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c06.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 14%] 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_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 18%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 17%] 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_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 21%] 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_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c07.cpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 23%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c08.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c09.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c10.cpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c11.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 26%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 43%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 19%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 19%] Built target Kokkos_CoreTestCompileOnly
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 27%] Built target Kokkos_PerformanceTest_TaskDag
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 19%] Built target Kokkos_ProfilingAllCalls
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 27%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 28%] Built target Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_HIP
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 16%] 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_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o
[ 28%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 43%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 28%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 28%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 16%] 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_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 28%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 21%] 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_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 21%] Linking CXX executable Kokkos_ToolsInitialization
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o
[ 21%] Built target Kokkos_ToolsInitialization
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_KokkosP
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o
[ 28%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 20%] 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_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 28%] Built target Kokkos_ContainersPerformanceTest_OpenMP
Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP
[ 28%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c12.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_SubView_c13.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reductions.cpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o
[ 28%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 28%] Built target Kokkos_PerformanceTest_Atomic
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 29%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 29%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 29%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 20%] 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_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ParallelScanRangePolicy.cpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 20%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 20%] Built target Kokkos_IncrementalTest_SERIAL
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reductions_DeviceView.cpp
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reducers_a.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reducers_b.cpp
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reducers_c.cpp
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reducers_d.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 30%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 21%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 21%] Built target Kokkos_IncrementalTest_HIP
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 30%] Built target Kokkos_ContainersPerformanceTest_HIP
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 30%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 21%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 21%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 30%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 30%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Reducers_e.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 25%] 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_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 30%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Complex.cpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_int.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 30%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 47%] 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_MDRange_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 23%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 23%] Built target Kokkos_push_finalize_hook_terminate
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 27%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 27%] Built target Kokkos_IncrementalTest_OPENMP
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 23%] Built target Kokkos_CoreUnitTest_Develop
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code

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

[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 23%] 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_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_unsignedint.cpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 31%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 31%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 31%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 24%] Linking CXX executable Kokkos_StackTraceTestExec
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_longint.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_unsignedlongint.cpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 31%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 24%] Built target Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_longlongint.cpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 25%] Built target Kokkos_CoreUnitTest_Default
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_double.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_float.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_complexfloat.cpp
[ 31%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_complexdouble.cpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 30%] Linking CXX executable Kokkos_StackTraceTestExec
[ 30%] Built target Kokkos_StackTraceTestExec
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_AtomicViews.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Atomics.cpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_TeamBasic.cpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_TeamScratch.cpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_TeamReductionScan.cpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_TeamTeamSize.cpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 27%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 27%] Built target Kokkos_CoreTestCompileOnly
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 32%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 48%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 32%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_TeamVectorRange.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Other.cpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 48%] Built target Kokkos_UnitTest_SIMD
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 31%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 29%] Built target Kokkos_CoreUnitTest_Default
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 31%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 32%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_MDRange_a.cpp
[ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 34%] 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_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_MDRange_b.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 34%] Built target Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_MDRange_c.cpp
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_MDRange_d.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_MDRange_e.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 49%] Built target Kokkos_CoreUnitTest_Default
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 30%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 30%] Built target Kokkos_ProfilingAllCalls
[ 30%] 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_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Crs.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_Task.cpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_ToolsInitialization
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_WorkGraph.cpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_Spaces.cpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_UniqueToken.cpp
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 34%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 34%] Linking CXX executable Kokkos_ToolsInitialization
[ 34%] Built target Kokkos_ToolsInitialization
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_LocalDeepCopy.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 37%] 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_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o
[ 53%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 53%] Built target Kokkos_push_finalize_hook_terminate
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 54%] Built target Kokkos_CoreUnitTest_Develop
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Abort.cpp
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_ExecPolicy.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 33%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_SharedAlloc.cpp
[ 55%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostBarrier.cpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Core.cpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 34%] Linking CXX executable Kokkos_StackTraceTestExec
[ 34%] Built target Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Stacktrace.cpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Profiling.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Error.cpp
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_MemoryPool.cpp
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 57%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 40%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 57%] Built target Kokkos_ProfilingAllCalls
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 38%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial.cpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_InterOp_Init.cpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 42%] Built target Kokkos_IncrementalTest_OPENMPTARGET
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Init.cpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SharedAlloc.cpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_RangePolicy.cpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_RangePolicyRequire.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_View_64bit.cpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 40%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 40%] Built target Kokkos_IncrementalTest_SERIAL
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 43%] 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_ScratchSpace_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_a.cpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_b.cpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_c.cpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_d.cpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 44%] Linking CXX executable 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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_e.cpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 45%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_DeepCopyAlignment.cpp
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewCopy_a.cpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewCopy_b.cpp
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 46%] Built target Kokkos_IncrementalTest_SERIAL
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o
[ 58%] Built target Kokkos_CoreUnitTest_KokkosP
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewMapping_a.cpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 58%] Linking CXX executable Kokkos_ToolsInitialization
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 58%] Built target Kokkos_ToolsInitialization
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewMapping_b.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewMapping_subview.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewResize.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewLayoutStrideAssignment.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewOfClass.cpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_a.cpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_b.cpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c01.cpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c02.cpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c03.cpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c04.cpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 50%] 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_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 46%] 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_Vectorization_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Init.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c05.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c06.cpp
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c07.cpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Init.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c08.cpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c09.cpp
[ 50%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c10.cpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 63%] Linking CXX executable Kokkos_StackTraceTestExec
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c11.cpp
[ 63%] Built target Kokkos_StackTraceTestExec
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c12.cpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test01_execspace.hpp", line 66: warning: function "Kokkos::Experimental::OpenACC::in_parallel" was declared deprecated [deprecated_entity]
      int in_parallel = ExecSpace::in_parallel();
                                   ^
"/var/jenkins/workspace/Kokkos_PR-6907/core/src/OpenACC/Kokkos_OpenACC.hpp", line 95: note: because of a "deprecated" attribute
    KOKKOS_DEPRECATED static bool in_parallel() {
    ^
          detected during instantiation of "void Test::TestIncrExecSpace<ExecSpace>::testit() [with ExecSpace=Kokkos::Experimental::OpenACC]" at line 85

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

[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_SubView_c13.cpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reductions.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ParallelScanRangePolicy.cpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 38%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reductions_DeviceView.cpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_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_Vectorization_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reducers_a.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reducers_b.cpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reducers_c.cpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o
[ 38%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 38%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reducers_d.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Reducers_e.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Complex.cpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 43%] Built target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_int.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_unsignedint.cpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_longint.cpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
/var/jenkins/workspace/Kokkos_PR-6907/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code

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

[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 38%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_unsignedlongint.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_longlongint.cpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 58%] Built target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_double.cpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 38%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 38%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_float.cpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 38%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_complexfloat.cpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_complexdouble.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_AtomicViews.cpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 38%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 38%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Atomics.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_TeamBasic.cpp
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 45%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_TeamScratch.cpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_TeamVectorRange.cpp
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o
[ 62%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 62%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_TeamReductionScan.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_TeamTeamSize.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Other.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_MDRange_a.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_MDRange_b.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_MDRange_c.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_MDRange_d.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_MDRange_e.cpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 47%] 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_CopyViews_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Crs.cpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/serial/TestSerial_Task.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_WorkGraph.cpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_LocalDeepCopy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestHWLOC.cpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType.cpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_a1.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_b1.cpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_c1.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_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_OffsetView_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_a2.cpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_b2.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_c2.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 66%] 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_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 39%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_a3.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_b3.cpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 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/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_c3.cpp
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 67%] 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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/default/TestDefaultDeviceType_d.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestStackTrace.cpp
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestStackTrace_f0.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestStackTrace_f1.cpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestStackTrace_f2.cpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Random
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestStackTrace_f3.cpp
[ 39%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 39%] Built target Kokkos_ContainersUnitTest_HIP
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestStackTrace_f4.cpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMainInit.o gtest-all.o TestCuda_Init.o TestCuda_SharedAlloc.o TestCudaUVM_SharedAlloc.o TestCudaHostPinned_SharedAlloc.o TestCuda_RangePolicy.o TestCuda_RangePolicyRequire.o TestCuda_ViewAPI_a.o TestCuda_ViewAPI_b.o TestCuda_ViewAPI_c.o TestCuda_ViewAPI_d.o TestCuda_ViewAPI_e.o TestCuda_ViewCopy_a.o TestCuda_ViewCopy_b.o TestCuda_DeepCopyAlignment.o TestCuda_ViewMapping_a.o TestCuda_ViewMapping_b.o TestCuda_ViewMapping_subview.o TestCuda_ViewResize.o TestCuda_ViewLayoutStrideAssignment.o TestCudaUVM_ViewAPI_a.o TestCudaUVM_ViewAPI_b.o TestCudaUVM_ViewAPI_c.o TestCudaUVM_ViewAPI_d.o TestCudaUVM_ViewAPI_e.o TestCudaUVM_ViewCopy_a.o TestCudaUVM_ViewCopy_b.o TestCudaUVM_ViewMapping_a.o TestCudaUVM_ViewMapping_b.o TestCudaUVM_ViewMapping_subview.o TestCudaHostPinned_ViewAPI_a.o TestCudaHostPinned_ViewAPI_b.o TestCudaHostPinned_ViewAPI_c.o TestCudaHostPinned_ViewAPI_d.o TestCudaHostPinned_ViewAPI_e.o TestCudaHostPinned_ViewCopy_a.o TestCudaHostPinned_ViewCopy_b.o TestCudaHostPinned_ViewMapping_a.o TestCudaHostPinned_ViewMapping_b.o TestCudaHostPinned_ViewMapping_subview.o TestCuda_View_64bit.o TestCuda_ViewOfClass.o TestCuda_SubView_a.o TestCuda_SubView_b.o TestCuda_SubView_c01.o TestCuda_SubView_c02.o TestCuda_SubView_c03.o TestCuda_SubView_c04.o TestCuda_SubView_c05.o TestCuda_SubView_c06.o TestCuda_SubView_c07.o TestCuda_SubView_c08.o TestCuda_SubView_c09.o TestCuda_SubView_c10.o TestCuda_SubView_c11.o TestCuda_SubView_c12.o TestCuda_SubView_c13.o TestCuda_Reductions.o TestCuda_ParallelScanRangePolicy.o TestCuda_Reductions_DeviceView.o TestCuda_Reducers_a.o TestCuda_Reducers_b.o TestCuda_Reducers_c.o TestCuda_Reducers_d.o TestCuda_Reducers_e.o TestCuda_Complex.o TestCuda_AtomicOperations_int.o TestCuda_AtomicOperations_unsignedint.o TestCuda_AtomicOperations_longint.o TestCuda_AtomicOperations_unsignedlongint.o TestCuda_AtomicOperations_longlongint.o TestCuda_AtomicOperations_double.o TestCuda_AtomicOperations_float.o TestCuda_AtomicOperations_complexfloat.o TestCuda_AtomicOperations_complexdouble.o TestCuda_AtomicViews.o TestCuda_Atomics.o TestCuda_TeamBasic.o TestCuda_TeamScratch.o TestCuda_TeamReductionScan.o TestCuda_TeamTeamSize.o TestCuda_TeamVectorRange.o TestCuda_Other.o TestCuda_MDRange_a.o TestCuda_MDRange_b.o TestCuda_MDRange_c.o TestCuda_MDRange_d.o TestCuda_MDRange_e.o TestCuda_Crs.o TestCuda_Task.o TestCuda_WorkGraph.o TestCuda_Spaces.o TestCuda_UniqueToken.o TestCuda_LocalDeepCopy.o TestCuda_DebugSerialExecution.o TestCuda_DebugPinUVMSpace.o TestCuda_TeamScratchStreams.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_Cuda
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 55%] 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_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMain.o gtest-all.o TestCuda_InterOp_Init.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_CudaInterOpInit
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMain.o gtest-all.o TestCuda_InterOp_Streams.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_CudaInterOpStreams
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMainInit.o gtest-all.o TestSerial_Init.o TestSerial_SharedAlloc.o TestSerial_RangePolicy.o TestSerial_RangePolicyRequire.o TestSerial_View_64bit.o TestSerial_ViewAPI_a.o TestSerial_ViewAPI_b.o TestSerial_ViewAPI_c.o TestSerial_ViewAPI_d.o TestSerial_ViewAPI_e.o TestSerial_DeepCopyAlignment.o TestSerial_ViewCopy_a.o TestSerial_ViewCopy_b.o TestSerial_ViewMapping_a.o TestSerial_ViewMapping_b.o TestSerial_ViewMapping_subview.o TestSerial_ViewResize.o TestSerial_ViewLayoutStrideAssignment.o TestSerial_ViewOfClass.o TestSerial_SubView_a.o TestSerial_SubView_b.o TestSerial_SubView_c01.o TestSerial_SubView_c02.o TestSerial_SubView_c03.o TestSerial_SubView_c04.o TestSerial_SubView_c05.o TestSerial_SubView_c06.o TestSerial_SubView_c07.o TestSerial_SubView_c08.o TestSerial_SubView_c09.o TestSerial_SubView_c10.o TestSerial_SubView_c11.o TestSerial_SubView_c12.o TestSerial_SubView_c13.o TestSerial_Reductions.o TestSerial_ParallelScanRangePolicy.o TestSerial_Reductions_DeviceView.o TestSerial_Reducers_a.o TestSerial_Reducers_b.o TestSerial_Reducers_c.o TestSerial_Reducers_d.o TestSerial_Reducers_e.o TestSerial_Complex.o TestSerial_AtomicOperations_int.o TestSerial_AtomicOperations_unsignedint.o TestSerial_AtomicOperations_longint.o TestSerial_AtomicOperations_unsignedlongint.o TestSerial_AtomicOperations_longlongint.o TestSerial_AtomicOperations_double.o TestSerial_AtomicOperations_float.o TestSerial_AtomicOperations_complexfloat.o TestSerial_AtomicOperations_complexdouble.o TestSerial_AtomicViews.o TestSerial_Atomics.o TestSerial_TeamBasic.o TestSerial_TeamScratch.o TestSerial_TeamVectorRange.o TestSerial_TeamReductionScan.o TestSerial_TeamTeamSize.o TestSerial_Other.o TestSerial_MDRange_a.o TestSerial_MDRange_b.o TestSerial_MDRange_c.o TestSerial_MDRange_d.o TestSerial_MDRange_e.o TestSerial_Crs.o TestSerial_Task.o TestSerial_WorkGraph.o TestSerial_LocalDeepCopy.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_Serial
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  TestHWLOC.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_HWLOC
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  TestStackTrace.o TestStackTrace_f0.o TestStackTrace_f1.o TestStackTrace_f2.o TestStackTrace_f3.o TestStackTrace_f4.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_StackTraceTestExec
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12a_ThreadScratch.hpp", line 113: warning: statement is unreachable [code_is_unreachable]
    test.run(1, 55, 9);
    ^

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

[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_Default
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_PushFinalizeHook
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_PushFinalizeHook_terminate
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make -C core/perf_test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6907/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/core/perf_test/test_taskdag.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_hwloc.cpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 70%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostBarrier.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 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_ReductionIdentity_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 39%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 39%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_CudaSpace.cpp
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/src/Lock_Array_CUDA.cpp
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 62%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 62%] Built target Kokkos_PerformanceTest_TaskDag
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial.cpp
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12b_TeamScratch.hpp", line 103: warning: statement is unreachable [code_is_unreachable]
    test.run(1, 4, 4);
    ^

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

/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial_Task.cpp
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 63%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 63%] Built target Kokkos_PerformanceTest_SharedSpace
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 70%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 70%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test -L/usr/local/cuda/lib64  -lpthread  test_taskdag.o -lkokkos -ldl -lcudart -lcuda  -o KokkosCore_PerformanceTest_TaskDAG
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make -C containers/unit_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_Bitset.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_DualView.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_DynamicView.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_DynViewAPI_generic.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_DynViewAPI_rank12345.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_DynViewAPI_rank67.cpp
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 64%] Built target Kokkos_PerformanceTest_Mempool
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 70%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 70%] Built target Kokkos_PerformanceTest_TaskDag
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 64%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 64%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 65%] Built target Kokkos_PerformanceTest_Atomic
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ErrorReporter.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_OffsetView.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ScatterView.cpp
Scanning dependencies of target Kokkos_ContainersUnitTest_HIP
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_StaticCrsGraph.cpp
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_UnorderedMap.cpp
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda_ViewCtorPropEmbeddedDim.cpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 72%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 72%] Built target Kokkos_PerformanceTest_Atomic
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o
[ 40%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 40%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Abort.cpp
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP
[ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_SharedAlloc.cpp
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_hwloc.cpp
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 62%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_CPUDiscovery.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostBarrier.cpp
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Core.cpp
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Stacktrace.cpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Profiling.cpp
[ 41%] Linking CXX executable Kokkos_UnitTest_Random
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 41%] Built target Kokkos_UnitTest_Random
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_MemoryPool.cpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.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_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 68%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 68%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 76%] Built target Kokkos_ContainersTestCompileOnly
[ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 76%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/src/Lock_Array_CUDA.cpp
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial.cpp
[ 63%] Built target Kokkos_CoreUnitTest_Serial1
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial_Task.cpp
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_Bitset.cpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 79%] Linking CXX executable Kokkos_IncrementalTest_OPENACC
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_DualView.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_DynamicView.cpp
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_DynViewAPI_generic.cpp
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_DynViewAPI_rank12345.cpp
[ 70%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 70%] Built target Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_DynViewAPI_rank67.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ErrorReporter.cpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 79%] Built target Kokkos_IncrementalTest_OPENACC
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_OffsetView.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.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
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ScatterView.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_StaticCrsGraph.cpp
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_UnorderedMap.cpp
[ 71%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 71%] Built target Kokkos_ContainersUnitTest_Serial
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial_ViewCtorPropEmbeddedDim.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMain.o gtest-all.o TestCuda_Bitset.o TestCuda_DualView.o TestCuda_DynamicView.o TestCuda_DynViewAPI_generic.o TestCuda_DynViewAPI_rank12345.o TestCuda_DynViewAPI_rank67.o TestCuda_ErrorReporter.o TestCuda_OffsetView.o TestCuda_ScatterView.o TestCuda_StaticCrsGraph.o TestCuda_UnorderedMap.o TestCuda_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Cuda
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test01_execspace.hpp", line 66: warning: function "Kokkos::Serial::in_parallel" was declared deprecated [deprecated_entity]
      int in_parallel = ExecSpace::in_parallel();
                                   ^
"/var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial.hpp", line 126: note: because of a "deprecated" attribute
    KOKKOS_DEPRECATED inline static int in_parallel() { return false; }
    ^
          detected during instantiation of "void Test::TestIncrExecSpace<ExecSpace>::testit() [with ExecSpace=Kokkos::Serial]" at line 85

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

[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o
[ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 44%] Linking CXX executable Kokkos_UnitTest_Sort
[ 44%] Built target Kokkos_UnitTest_Sort
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 64%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 44%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 64%] Built target Kokkos_PerformanceTest_Mempool
[ 44%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 64%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  UnitTestMain.o gtest-all.o TestSerial_Bitset.o TestSerial_DualView.o TestSerial_DynamicView.o TestSerial_DynViewAPI_generic.o TestSerial_DynViewAPI_rank12345.o TestSerial_DynViewAPI_rank67.o TestSerial_ErrorReporter.o TestSerial_OffsetView.o TestSerial_ScatterView.o TestSerial_StaticCrsGraph.o TestSerial_UnorderedMap.o TestSerial_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Serial
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make -C containers/performance_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests/TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests/TestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_hwloc.cpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Core.cpp
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Profiling.cpp
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Error.cpp
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 65%] Built target Kokkos_PerformanceTest_Atomic
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial.cpp
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial_Task.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 44%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 44%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests -L/usr/local/cuda/lib64  -lpthread  TestCuda.o TestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -o KokkosContainers_PerformanceTest_Cuda
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make -C algorithms/unit_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_ExecPolicy.cpp
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 44%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 44%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 75%] 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_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 85%] 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_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Stacktrace.cpp
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Profiling.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_Error.cpp
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 66%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 66%] Built target Kokkos_ContainersTestCompileOnly
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_CudaSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/src/Lock_Array_CUDA.cpp
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial.cpp
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6907/core/src/Serial/Kokkos_Serial_Task.cpp
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6907/core/src -I/var/jenkins/workspace/Kokkos_PR-6907/containers/src -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/category_files -Werror  -c TestSerial.cpp
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o
[ 82%] 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_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o
[ 68%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 76%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 76%] Built target Kokkos_PerformanceTest_Benchmark
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 69%] Built target Kokkos_CoreUnitTest_Serial2
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 82%] 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_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_UnitTest_Random
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  TestSerial.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosAlgorithms_UnitTest_Serial
"/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12a_ThreadScratch.hpp", line 113: warning: statement is unreachable [code_is_unreachable]
    test.run(1, 55, 9);
    ^

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

[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 82%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o
"/var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12b_TeamScratch.hpp", line 103: warning: statement is unreachable [code_is_unreachable]
    test.run(1, 4, 4);
    ^

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

[ 77%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 82%] Built target Kokkos_ContainersUnitTest_Serial
[ 47%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 77%] Built target Kokkos_ContainersUnitTest_HIP
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 47%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 82%] Linking CXX executable Kokkos_UnitTest_Sort
[ 82%] Built target Kokkos_UnitTest_Sort
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Random
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 85%] Linking CXX executable Kokkos_UnitTest_Random
[ 85%] Built target Kokkos_UnitTest_Random
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper  TestCuda.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosAlgorithms_UnitTest_Cuda
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
make -C core/unit_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
[ 85%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
./KokkosCore_UnitTest_Cuda
./KokkosCore_UnitTest_Serial
./KokkosCore_UnitTest_HWLOC
./KokkosCore_UnitTest_Default
./KokkosCore_UnitTest_PushFinalizeHook
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from hwloc
[ RUN      ] hwloc.query
 NUMA[1] CORE[1] PU[1]
[       OK ] hwloc.query (0 ms)
[----------] 1 test from hwloc (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.
./KokkosCore_UnitTest_PushFinalizeHook_terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*generic_term
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
Note: Google Test filter = *generic_term
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term

[WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
Top of f1
Top of f0
Top of f0
Top of f3
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (8 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.half_conversion (8 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (7 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.bhalf_conversion (6 ms)
[ RUN      ] defaultdevicetype.half_operators
Note: Google Test filter = *terminate
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate

[WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] defaultdevicetype.half_operators (6 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.half_operators (4 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
Note: Google Test filter = *normal
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype
[ RUN      ] defaultdevicetype.stacktrace_normal
Top of f1
Top of f0
Top of f0
[==========] Running 163 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from serial_DeathTest
[ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
Top of f3
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
[       OK ] defaultdevicetype.stacktrace_normal (0 ms)
[----------] 1 test from defaultdevicetype (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.bhalf_operators (4 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.bhalf_operators (5 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
Top of f1
Top of f0
Top of f0
Top of f3
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
[       OK ] defaultdevicetype.half_conversion (11 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (15 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_operators (7 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.reduce_instantiation_a1 (43 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.bhalf_operators (10 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (58 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[       OK ] defaultdevicetype.reduce_instantiation_a1 (56 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[==========] Running 224 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from cuda_DeathTest
[ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[       OK ] defaultdevicetype.reduce_instantiation_b1 (175 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_b1 (175 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (55 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_b1 (171 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (52 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (370 ms)
[----------] 1 test from defaultdevicetype_DeathTest (370 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (370 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_c1 (52 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[ 85%] Built target Kokkos_ContainersUnitTest_OpenMP
[       OK ] defaultdevicetype.reduce_instantiation_a2 (74 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (70 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (71 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (425 ms)
[----------] 1 test from defaultdevicetype_DeathTest (425 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (425 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_b2 (191 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_b2 (189 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_b2 (180 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_c2 (61 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (60 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[       OK ] defaultdevicetype.reduce_instantiation_c2 (62 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (63 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (63 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (65 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (200 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (199 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[ 85%] Built target Kokkos_CoreUnitTest_OpenMP
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[       OK ] defaultdevicetype.reduce_instantiation_b3 (196 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (62 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (957 ms total)

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

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

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (930 ms total)
[  PASSED  ] 15 tests.
[ 88%] 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_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3554 ms)
[ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7477 ms)
[ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4331 ms)
[----------] 2 tests from serial_DeathTest (7885 ms total)

[----------] 161 tests from serial
[ RUN      ] serial.init
[       OK ] serial.init (0 ms)
[ RUN      ] serial.dispatch
[       OK ] serial.dispatch (9 ms)
[ RUN      ] serial.impl_shared_alloc
[       OK ] serial.impl_shared_alloc (11 ms)
[ RUN      ] serial.range_for
[       OK ] serial.range_for (0 ms)
[ RUN      ] serial.range_reduce
[       OK ] serial.range_reduce (0 ms)
[ RUN      ] serial.range_dynamic_policy
[       OK ] serial.range_dynamic_policy (0 ms)
[ RUN      ] serial.range_for_require
[       OK ] serial.range_for_require (0 ms)
[ RUN      ] serial.range_reduce_require
[       OK ] serial.range_reduce_require (0 ms)
[ RUN      ] serial.range_dynamic_policy_require
[       OK ] serial.range_dynamic_policy_require (0 ms)
[ RUN      ] serial.view_api_a
[       OK ] serial.view_api_a (57 ms)
[ RUN      ] serial.view_api_b
[       OK ] serial.view_api_b (1 ms)
[ RUN      ] serial.view_api_c
[       OK ] serial.view_api_c (0 ms)
[ RUN      ] serial.view_api_d
[       OK ] serial.view_api_d (1 ms)
[ RUN      ] serial.view_allocation_error
[       OK ] serial.view_allocation_error (0 ms)
[ RUN      ] serial.view_remap
[       OK ] serial.view_remap (0 ms)
[ RUN      ] serial.view_mirror_nonconst
[       OK ] serial.view_mirror_nonconst (0 ms)
[ RUN      ] serial.view_stride_method
[       OK ] serial.view_stride_method (0 ms)
[ RUN      ] serial.anonymous_space
[       OK ] serial.anonymous_space (0 ms)
[ RUN      ] serial.view_overload_resolution
[       OK ] serial.view_overload_resolution (0 ms)
[ RUN      ] serial.view_allocation_large_rank
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[       OK ] serial.view_allocation_large_rank (908 ms)
[ RUN      ] serial.view_shmem_size_on_device
[       OK ] serial.view_shmem_size_on_device (0 ms)
[ RUN      ] serial.view_is_assignable
[       OK ] serial.view_is_assignable (0 ms)
[ RUN      ] serial.deep_copy_alignment
[       OK ] serial.deep_copy_alignment (88 ms)
[ RUN      ] serial.deep_copy_conversion
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[       OK ] serial.deep_copy_conversion (431 ms)
[ RUN      ] serial.view_copy_tests
[       OK ] serial.view_copy_tests (79 ms)
[ RUN      ] serial.view_copy_tests_rank_0
[       OK ] serial.view_copy_tests_rank_0 (0 ms)
[ RUN      ] serial.view_copy_degenerated
[       OK ] serial.view_copy_degenerated (0 ms)
[ RUN      ] serial.view_mapping
[ 72%] Linking CXX executable Kokkos_UnitTest_Random
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[       OK ] serial.view_mapping (609 ms)
[ RUN      ] serial.view_mapping_operator
[       OK ] serial.view_mapping_operator (39 ms)
[ RUN      ] serial.static_extent
[       OK ] serial.static_extent (0 ms)
[ RUN      ] serial.view_mapping_atomic
[       OK ] serial.view_mapping_atomic (6 ms)
[ RUN      ] serial.view_mapping_class_value
[       OK ] serial.view_mapping_class_value (0 ms)
[ RUN      ] serial.view_mapping_assignable
[       OK ] serial.view_mapping_assignable (0 ms)
[ RUN      ] serial.view_mapping_trivially_copyable
[       OK ] serial.view_mapping_trivially_copyable (0 ms)
[ RUN      ] serial.view_mapping_subview
[       OK ] serial.view_mapping_subview (0 ms)
[ RUN      ] serial.view_resize
[       OK ] serial.view_resize (100 ms)
[ RUN      ] serial.view_realloc
[       OK ] serial.view_realloc (0 ms)
[ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
[       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (193 ms)
[ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[       OK ] serial.view_layoutstride_right_to_layoutright_assignment (192 ms)
[ RUN      ] serial.view_irregular_layout
[       OK ] serial.view_irregular_layout (0 ms)
[ RUN      ] serial.view_nested_view
[       OK ] serial.view_nested_view (0 ms)
[ RUN      ] serial.view_subview_auto_1d_left
[       OK ] serial.view_subview_auto_1d_left (0 ms)
[ RUN      ] serial.view_subview_auto_1d_right
[       OK ] serial.view_subview_auto_1d_right (0 ms)
[ RUN      ] serial.view_subview_auto_1d_stride
[       OK ] serial.view_subview_auto_1d_stride (0 ms)
[ RUN      ] serial.view_subview_assign_strided
[       OK ] serial.view_subview_assign_strided (0 ms)
[ RUN      ] serial.view_subview_left_0
[       OK ] serial.view_subview_left_0 (0 ms)
[ RUN      ] serial.view_subview_left_1
[       OK ] serial.view_subview_left_1 (0 ms)
[ RUN      ] serial.view_subview_left_2
[       OK ] serial.view_subview_left_2 (0 ms)
[ RUN      ] serial.view_subview_left_3
[       OK ] serial.view_subview_left_3 (0 ms)
[ RUN      ] serial.view_subview_right_0
[       OK ] serial.view_subview_right_0 (0 ms)
[ RUN      ] serial.view_subview_right_1
[       OK ] serial.view_subview_right_1 (0 ms)
[ RUN      ] serial.view_subview_right_3
[       OK ] serial.view_subview_right_3 (0 ms)
[ RUN      ] serial.view_static_tests
[       OK ] serial.view_static_tests (0 ms)
[ RUN      ] serial.view_subview_layoutleft_to_layoutleft
[       OK ] serial.view_subview_layoutleft_to_layoutleft (1 ms)
[ RUN      ] serial.view_subview_layoutright_to_layoutright
[       OK ] serial.view_subview_layoutright_to_layoutright (1 ms)
[ RUN      ] serial.view_subview_1d_assign
[       OK ] serial.view_subview_1d_assign (0 ms)
[ RUN      ] serial.view_subview_1d_assign_atomic
[       OK ] serial.view_subview_1d_assign_atomic (0 ms)
[ RUN      ] serial.view_subview_1d_assign_randomaccess
[       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
[ RUN      ] serial.view_subview_2d_from_3d
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[       OK ] serial.view_subview_2d_from_3d (75 ms)
[ RUN      ] serial.view_subview_2d_from_3d_atomic
[       OK ] serial.view_subview_2d_from_3d_atomic (73 ms)
[ RUN      ] serial.view_subview_2d_from_3d_randomaccess
[       OK ] serial.view_subview_2d_from_3d_randomaccess (69 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5441 ms)
[----------] 2 tests from cuda_DeathTest (12918 ms total)

[----------] 145 tests from cuda
[ RUN      ] cuda.init
[       OK ] cuda.init (0 ms)
[ RUN      ] cuda.dispatch
[       OK ] cuda.dispatch (59 ms)
[ RUN      ] cuda.impl_shared_alloc
[       OK ] cuda.impl_shared_alloc (66 ms)
[ RUN      ] cuda.range_for
[       OK ] cuda.range_for (3 ms)
[ RUN      ] cuda.range_reduce
[       OK ] cuda.range_reduce (0 ms)
[ RUN      ] cuda.range_dynamic_policy
[       OK ] cuda.range_dynamic_policy (0 ms)
[ RUN      ] cuda.range_for_require
[       OK ] cuda.range_for_require (1 ms)
[ RUN      ] cuda.range_reduce_require
[       OK ] cuda.range_reduce_require (0 ms)
[ RUN      ] cuda.range_dynamic_policy_require
[       OK ] cuda.range_dynamic_policy_require (0 ms)
[ RUN      ] cuda.view_api_a
[       OK ] cuda.view_api_a (63 ms)
[ RUN      ] cuda.view_api_b
[       OK ] cuda.view_api_b (4 ms)
[ RUN      ] cuda.view_api_c
[       OK ] cuda.view_api_c (0 ms)
[ RUN      ] cuda.view_api_d
[       OK ] cuda.view_api_d (1 ms)
[ RUN      ] cuda.view_allocation_error
[       OK ] cuda.view_allocation_error (0 ms)
[ RUN      ] cuda.view_remap
[       OK ] cuda.view_remap (0 ms)
[ RUN      ] cuda.view_mirror_nonconst
[       OK ] cuda.view_mirror_nonconst (0 ms)
[ RUN      ] cuda.view_stride_method
[       OK ] cuda.view_stride_method (0 ms)
[ RUN      ] cuda.anonymous_space
[       OK ] cuda.anonymous_space (0 ms)
[ RUN      ] cuda.view_overload_resolution
[       OK ] cuda.view_overload_resolution (0 ms)
[ RUN      ] cuda.view_allocation_large_rank
[       OK ] cuda.view_allocation_large_rank (15 ms)
[ RUN      ] cuda.view_shmem_size_on_device
[       OK ] cuda.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda.view_is_assignable
[       OK ] cuda.view_is_assignable (0 ms)
[ RUN      ] cuda.view_copy_tests
[       OK ] cuda.view_copy_tests (41 ms)
[ RUN      ] cuda.view_copy_tests_rank_0
[       OK ] cuda.view_copy_tests_rank_0 (1 ms)
[ RUN      ] cuda.view_copy_degenerated
[       OK ] cuda.view_copy_degenerated (0 ms)
[ RUN      ] cuda.deep_copy_alignment
[       OK ] serial.view_subview_3d_from_5d_left (2484 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[       OK ] cuda.deep_copy_alignment (39 ms)
[ RUN      ] cuda.deep_copy_conversion
[       OK ] cuda.deep_copy_conversion (6 ms)
[ RUN      ] cuda.view_mapping
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Built target Kokkos_UnitTest_Random
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[       OK ] cuda.view_mapping (600 ms)
[ RUN      ] cuda.view_mapping_operator
[       OK ] cuda.view_mapping_operator (9 ms)
[ RUN      ] cuda.static_extent
[       OK ] cuda.static_extent (0 ms)
[ RUN      ] cuda.view_mapping_atomic
[       OK ] cuda.view_mapping_atomic (2 ms)
[ RUN      ] cuda.view_mapping_class_value
[       OK ] cuda.view_mapping_class_value (0 ms)
[ RUN      ] cuda.view_mapping_assignable
[       OK ] cuda.view_mapping_assignable (0 ms)
[ RUN      ] cuda.view_mapping_trivially_copyable
[       OK ] cuda.view_mapping_trivially_copyable (0 ms)
[ RUN      ] cuda.view_mapping_subview
[       OK ] cuda.view_mapping_subview (0 ms)
[ RUN      ] cuda.view_resize
[       OK ] cuda.view_resize (71 ms)
[ RUN      ] cuda.view_realloc
[       OK ] cuda.view_realloc (0 ms)
[ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
[       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (213 ms)
[ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
[       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (211 ms)
[ RUN      ] cuda.view_irregular_layout
[       OK ] cuda.view_irregular_layout (0 ms)
[ RUN      ] cuda.view_nested_view
[       OK ] cuda.view_nested_view (0 ms)
[ RUN      ] cuda.int64_t_reduce
[       OK ] cuda.int64_t_reduce (10 ms)
[ RUN      ] cuda.double_reduce
[       OK ] cuda.double_reduce (10 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic
[       OK ] cuda.int64_t_reduce_dynamic (14 ms)
[ RUN      ] cuda.double_reduce_dynamic
[       OK ] cuda.double_reduce_dynamic (14 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic_view
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[       OK ] cuda.int64_t_reduce_dynamic_view (4 ms)
[ RUN      ] cuda.int_combined_reduce
[       OK ] cuda.int_combined_reduce (0 ms)
[ RUN      ] cuda.mdrange_combined_reduce
[       OK ] cuda.mdrange_combined_reduce (0 ms)
[ RUN      ] cuda.int_combined_reduce_mixed
[       OK ] cuda.int_combined_reduce_mixed (0 ms)
[ RUN      ] cuda.reduction_deduction
[       OK ] cuda.reduction_deduction (0 ms)
[ RUN      ] cuda.parallel_scan_range_policy
[       OK ] cuda.parallel_scan_range_policy (53 ms)
[ RUN      ] cuda.reduce_device_view_range_policy
[       OK ] cuda.reduce_device_view_range_policy (5 ms)
[ RUN      ] cuda.reduce_device_view_mdrange_policy
[       OK ] cuda.reduce_device_view_mdrange_policy (124 ms)
[ RUN      ] cuda.reduce_device_view_team_policy
[       OK ] cuda.reduce_device_view_team_policy (5 ms)
[ RUN      ] cuda.reducers_int
[       OK ] cuda.reducers_int (5 ms)
[ RUN      ] cuda.reducers_double
[       OK ] cuda.reducers_double (6 ms)
[ RUN      ] cuda.reducers_complex_double
[       OK ] cuda.reducers_complex_double (2 ms)
[ RUN      ] cuda.reducers_struct
[       OK ] cuda.reducers_struct (5 ms)
[ RUN      ] cuda.reducers_half_t
[       OK ] cuda.reducers_half_t (4 ms)
[ RUN      ] cuda.reducers_bhalf_t
[       OK ] cuda.reducers_bhalf_t (4 ms)
[ RUN      ] cuda.reducers_int8_t
[       OK ] cuda.reducers_int8_t (2 ms)
[ RUN      ] cuda.reducers_int16_t
[       OK ] cuda.reducers_int16_t (3 ms)
[ RUN      ] cuda.reducers_point_t
[       OK ] cuda.reducers_point_t (2 ms)
[ RUN      ] cuda.reducers_bool
[       OK ] cuda.reducers_bool (0 ms)
[ RUN      ] cuda.complex_construction
[       OK ] cuda.complex_construction (0 ms)
[ RUN      ] cuda.complex_basic_math
[       OK ] cuda.complex_basic_math (0 ms)
[ RUN      ] cuda.complex_special_funtions
[       OK ] cuda.complex_special_funtions (0 ms)
[ RUN      ] cuda.complex_io
[       OK ] cuda.complex_io (0 ms)
[ RUN      ] cuda.complex_trivially_copyable
[       OK ] cuda.complex_trivially_copyable (0 ms)
[ RUN      ] cuda.complex_issue_3865
[       OK ] cuda.complex_issue_3865 (0 ms)
[ RUN      ] cuda.complex_operations_arithmetic_types_overloads
[       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
[ RUN      ] cuda.atomic_operations_int
[       OK ] cuda.atomic_operations_int (14 ms)
[ RUN      ] cuda.atomic_operations_unsigned
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[       OK ] cuda.atomic_operations_unsigned (12 ms)
[ RUN      ] cuda.atomic_operations_long
[       OK ] cuda.atomic_operations_long (15 ms)
[ RUN      ] cuda.atomic_operations_unsignedlong
[       OK ] cuda.atomic_operations_unsignedlong (12 ms)
[ RUN      ] cuda.atomic_operations_longlong
[       OK ] cuda.atomic_operations_longlong (15 ms)
[ RUN      ] cuda.atomic_operations_double
[       OK ] cuda.atomic_operations_double (6 ms)
[ RUN      ] cuda.atomic_operations_float
[       OK ] cuda.atomic_operations_float (6 ms)
[ RUN      ] cuda.atomic_operations_complexfloat
[       OK ] cuda.atomic_operations_complexfloat (6 ms)
[ RUN      ] cuda.atomic_operations_complexdouble
[       OK ] cuda.atomic_operations_complexdouble (6 ms)
[ RUN      ] cuda.atomic_views_integral
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left_atomic (2366 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left_randomaccess (2436 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[       OK ] serial.view_subview_3d_from_5d_right (2829 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[       OK ] cuda.atomic_views_integral (6498 ms)
[ RUN      ] cuda.atomic_views_nonintegral
[       OK ] cuda.atomic_views_nonintegral (65 ms)
[ RUN      ] cuda.atomic_view_api
[       OK ] cuda.atomic_view_api (0 ms)
[ RUN      ] cuda.atomics
[       OK ] cuda.atomics (209 ms)
[ RUN      ] cuda.atomics_tpetra_max_abs
[       OK ] cuda.atomics_tpetra_max_abs (0 ms)
[ RUN      ] cuda.team_for
[       OK ] cuda.team_for (0 ms)
[ RUN      ] cuda.team_reduce
[       OK ] cuda.team_reduce (0 ms)
[ RUN      ] cuda.team_reduce_large
[       OK ] cuda.team_reduce_large (43 ms)
[ RUN      ] cuda.team_parallel_single
[       OK ] cuda.team_parallel_single (5 ms)
[ RUN      ] cuda.large_team_scratch_size
[       OK ] cuda.large_team_scratch_size (5 ms)
[ RUN      ] cuda.team_broadcast_long
[       OK ] cuda.team_broadcast_long (0 ms)
[ RUN      ] cuda.team_broadcast_long_wrapper
[       OK ] cuda.team_broadcast_long_wrapper (0 ms)
[ RUN      ] cuda.team_broadcast_char
[       OK ] cuda.team_broadcast_char (0 ms)
[ RUN      ] cuda.team_broadcast_float
[       OK ] cuda.team_broadcast_float (0 ms)
[ RUN      ] cuda.team_broadcast_double
[       OK ] cuda.team_broadcast_double (0 ms)
[ RUN      ] cuda.team_handle_by_value
[       OK ] cuda.team_handle_by_value (0 ms)
[ RUN      ] cuda.team_vector
[       OK ] cuda.team_vector (12 ms)
[ RUN      ] cuda.triple_nested_parallelism
[       OK ] cuda.triple_nested_parallelism (8 ms)
[ RUN      ] cuda.parallel_scan_with_reducers
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] cuda.parallel_scan_with_reducers (662 ms)
[ RUN      ] cuda.team_shared_request
[       OK ] cuda.team_shared_request (0 ms)
[ RUN      ] cuda.team_scratch_request
[       OK ] cuda.team_scratch_request (0 ms)
[ RUN      ] cuda.team_lambda_shared_request
[       OK ] cuda.team_lambda_shared_request (0 ms)
[ RUN      ] cuda.scratch_align
[       OK ] cuda.scratch_align (0 ms)
[ RUN      ] cuda.shmem_size
[       OK ] cuda.shmem_size (0 ms)
[ RUN      ] cuda.multi_level_scratch
[       OK ] cuda.multi_level_scratch (5 ms)
[ RUN      ] cuda.team_scratch_memory_index_parallel_for
[       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
[ RUN      ] cuda.team_reduction_scan
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[       OK ] cuda.team_reduction_scan (1252 ms)
[ RUN      ] cuda.team_long_reduce
[       OK ] cuda.team_long_reduce (9 ms)
[ RUN      ] cuda.team_double_reduce
[       OK ] cuda.team_double_reduce (9 ms)
[ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
[       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
[ RUN      ] cuda.repeated_team_reduce
[       OK ] cuda.repeated_team_reduce (11 ms)
[ RUN      ] cuda.team_policy_max_recommended
[       OK ] serial.view_subview_3d_from_5d_right_atomic (2855 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[       OK ] cuda.team_policy_max_recommended (319 ms)
[ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
[       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
[ RUN      ] cuda.team_teamvector_range
[       OK ] cuda.team_teamvector_range (1 ms)
[ RUN      ] cuda.view_aggregate
[       OK ] cuda.view_aggregate (0 ms)
[ RUN      ] cuda.memory_pool
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[       OK ] cuda.memory_pool (12 ms)
[ RUN      ] cuda.cxx11
[       OK ] cuda.cxx11 (1 ms)
[ RUN      ] cuda.viewctorprop_embedded_dim
[       OK ] cuda.viewctorprop_embedded_dim (0 ms)
[ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
[       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
[ RUN      ] cuda.mdrange_5d
[       OK ] cuda.mdrange_5d (94 ms)
[ RUN      ] cuda.mdrange_6d
[       OK ] cuda.mdrange_6d (126 ms)
[ RUN      ] cuda.mdrange_2d
[       OK ] cuda.mdrange_2d (3 ms)
[ RUN      ] cuda.mdrange_array_reduce
[       OK ] cuda.mdrange_array_reduce (0 ms)
[ RUN      ] cuda.mdrange_3d
[       OK ] cuda.mdrange_3d (17 ms)
[ RUN      ] cuda.mdrange_neg_idx
[       OK ] cuda.mdrange_neg_idx (1 ms)
[ RUN      ] cuda.mdrange_4d
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[       OK ] cuda.mdrange_4d (19 ms)
[ RUN      ] cuda.crs_count_fill
[       OK ] cuda.crs_count_fill (4 ms)
[ RUN      ] cuda.crs_copy_constructor
[       OK ] cuda.crs_copy_constructor (16 ms)
[ RUN      ] cuda.workgraph_fib
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[       OK ] cuda.workgraph_fib (918 ms)
[ RUN      ] cuda.space_access
[       OK ] cuda.space_access (0 ms)
[ RUN      ] cuda.uvm
[       OK ] cuda.uvm (1 ms)
[ RUN      ] cuda.impl_view_accessible
[       OK ] cuda.impl_view_accessible (1 ms)
[ RUN      ] cuda.impl_view_texture
[       OK ] cuda.impl_view_texture (0 ms)
[ RUN      ] cuda.view_subview_const_randomaccess
[       OK ] cuda.view_subview_const_randomaccess (0 ms)
[ RUN      ] cuda.unique_token_global
[       OK ] cuda.unique_token_global (2 ms)
[ RUN      ] cuda.unique_token_instance
[       OK ] cuda.unique_token_instance (2 ms)
[ RUN      ] cuda.unique_token_team_acquire
[       OK ] cuda.unique_token_team_acquire (11 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o
[ 80%] Linking CXX executable Kokkos_UnitTest_Sort
[ 80%] Built target Kokkos_UnitTest_Sort
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[       OK ] serial.view_subview_3d_from_5d_right_randomaccess (2806 ms)
[ RUN      ] serial.view_test_unmanaged_subview_reset
[       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
[ RUN      ] serial.int64_t_reduce
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 51%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 51%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[       OK ] serial.int64_t_reduce (2440 ms)
[ RUN      ] serial.double_reduce
[ 80%] Linking CXX executable Kokkos_UnitTest_Random
[ 80%] Built target Kokkos_UnitTest_Random
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] cuda.local_deepcopy_teampolicy_layoutleft (5321 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[       OK ] serial.double_reduce (2323 ms)
[ RUN      ] serial.int64_t_reduce_dynamic
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[       OK ] serial.int64_t_reduce_dynamic (4087 ms)
[ RUN      ] serial.double_reduce_dynamic
[       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (6129 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[       OK ] serial.double_reduce_dynamic (4239 ms)
[ RUN      ] serial.int64_t_reduce_dynamic_view
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[       OK ] serial.int64_t_reduce_dynamic_view (777 ms)
[ RUN      ] serial.int_combined_reduce
[       OK ] serial.int_combined_reduce (0 ms)
[ RUN      ] serial.mdrange_combined_reduce
[       OK ] serial.mdrange_combined_reduce (0 ms)
[ RUN      ] serial.int_combined_reduce_mixed
[       OK ] serial.int_combined_reduce_mixed (0 ms)
[ RUN      ] serial.reduction_deduction
[       OK ] serial.reduction_deduction (0 ms)
[ RUN      ] serial.parallel_scan_range_policy
[       OK ] serial.parallel_scan_range_policy (33 ms)
[ RUN      ] serial.reduce_device_view_range_policy
[ 88%] 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_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[       OK ] cuda.local_deepcopy_teampolicy_layoutright (5859 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[       OK ] cuda.local_deepcopy_rangepolicy_layoutright (6113 ms)
[ RUN      ] cuda.deep_copy_scratch
[       OK ] cuda.deep_copy_scratch (0 ms)
[ RUN      ] cuda.debug_serial_execution
[       OK ] cuda.debug_serial_execution (6 ms)
[ RUN      ] cuda.debug_pin_um_to_host
[       OK ] cuda.debug_pin_um_to_host (705 ms)
[ RUN      ] cuda.team_scratch_1_streams
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 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_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] cuda.team_scratch_1_streams (13911 ms)
[----------] 145 tests from cuda (50217 ms total)

[----------] 52 tests from cuda_uvm
[ RUN      ] cuda_uvm.impl_shared_alloc
[       OK ] cuda_uvm.impl_shared_alloc (48 ms)
[ RUN      ] cuda_uvm.view_api_a
[       OK ] cuda_uvm.view_api_a (67 ms)
[ RUN      ] cuda_uvm.view_api_b
[       OK ] cuda_uvm.view_api_b (16 ms)
[ RUN      ] cuda_uvm.view_api_c
[       OK ] cuda_uvm.view_api_c (0 ms)
[ RUN      ] cuda_uvm.view_api_d
[       OK ] cuda_uvm.view_api_d (3 ms)
[ RUN      ] cuda_uvm.view_allocation_error
[       OK ] cuda_uvm.view_allocation_error (0 ms)
[ RUN      ] cuda_uvm.view_remap
[       OK ] cuda_uvm.view_remap (1 ms)
[ RUN      ] cuda_uvm.view_mirror_nonconst
[       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
[ RUN      ] cuda_uvm.view_stride_method
[       OK ] cuda_uvm.view_stride_method (0 ms)
[ RUN      ] cuda_uvm.anonymous_space
[       OK ] cuda_uvm.anonymous_space (0 ms)
[ RUN      ] cuda_uvm.view_overload_resolution
[       OK ] cuda_uvm.view_overload_resolution (0 ms)
[ RUN      ] cuda_uvm.view_allocation_large_rank
[       OK ] cuda_uvm.view_allocation_large_rank (281 ms)
[ RUN      ] cuda_uvm.view_shmem_size_on_device
[       OK ] cuda_uvm.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda_uvm.view_is_assignable
[       OK ] cuda_uvm.view_is_assignable (24 ms)
[ RUN      ] cuda_uvm.view_copy_tests
[       OK ] cuda_uvm.view_copy_tests (37 ms)
[ RUN      ] cuda_uvm.view_copy_tests_rank_0
[       OK ] cuda_uvm.view_copy_tests_rank_0 (10 ms)
[ RUN      ] cuda_uvm.view_copy_degenerated
[       OK ] cuda_uvm.view_copy_degenerated (0 ms)
[ RUN      ] cuda_uvm.view_mapping
[       OK ] cuda_uvm.view_mapping (623 ms)
[ RUN      ] cuda_uvm.view_mapping_operator
[       OK ] cuda_uvm.view_mapping_operator (8 ms)
[ RUN      ] cuda_uvm.static_extent
[       OK ] cuda_uvm.static_extent (0 ms)
[ RUN      ] cuda_uvm.view_mapping_atomic
[       OK ] cuda_uvm.view_mapping_atomic (2 ms)
[ RUN      ] cuda_uvm.view_mapping_class_value
[       OK ] cuda_uvm.view_mapping_class_value (0 ms)
[ RUN      ] cuda_uvm.view_mapping_assignable
[       OK ] cuda_uvm.view_mapping_assignable (0 ms)
[ RUN      ] cuda_uvm.view_mapping_trivially_copyable
[       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
[ RUN      ] cuda_uvm.view_mapping_subview
[       OK ] cuda_uvm.view_mapping_subview (0 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_left
[       OK ] cuda_uvm.view_subview_auto_1d_left (5 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_right
[       OK ] cuda_uvm.view_subview_auto_1d_right (4 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_stride
[       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
[ RUN      ] cuda_uvm.view_subview_assign_strided
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[       OK ] cuda_uvm.view_subview_assign_strided (4 ms)
[ RUN      ] cuda_uvm.view_subview_left_0
[       OK ] cuda_uvm.view_subview_left_0 (0 ms)
[ RUN      ] cuda_uvm.view_subview_left_1
[       OK ] cuda_uvm.view_subview_left_1 (0 ms)
[ RUN      ] cuda_uvm.view_subview_left_2
[       OK ] cuda_uvm.view_subview_left_2 (0 ms)
[ RUN      ] cuda_uvm.view_subview_left_3
[       OK ] cuda_uvm.view_subview_left_3 (0 ms)
[ RUN      ] cuda_uvm.view_subview_right_0
[       OK ] cuda_uvm.view_subview_right_0 (0 ms)
[ RUN      ] cuda_uvm.view_subview_right_1
[       OK ] cuda_uvm.view_subview_right_1 (0 ms)
[ RUN      ] cuda_uvm.view_subview_right_3
[       OK ] cuda_uvm.view_subview_right_3 (0 ms)
[ RUN      ] cuda_uvm.view_static_tests
[       OK ] cuda_uvm.view_static_tests (0 ms)
[ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
[       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
[ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
[       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign
[       OK ] cuda_uvm.view_subview_1d_assign (4 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
[       OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
[       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d
[       OK ] cuda_uvm.view_subview_2d_from_3d (52 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
[       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (52 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
[       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (52 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[       OK ] cuda_uvm.view_subview_3d_from_5d_left (72 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (73 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (72 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
[       OK ] cuda_uvm.view_subview_3d_from_5d_right (72 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (73 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (72 ms)
[ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
[       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
[----------] 52 tests from cuda_uvm (1767 ms total)

[----------] 25 tests from cuda_hostpinned
[ RUN      ] cuda_hostpinned.impl_shared_alloc
[       OK ] cuda_hostpinned.impl_shared_alloc (31 ms)
[ RUN      ] cuda_hostpinned.view_api_a
[       OK ] cuda_hostpinned.view_api_a (57 ms)
[ RUN      ] cuda_hostpinned.view_api_b
[       OK ] cuda_hostpinned.view_api_b (7 ms)
[ RUN      ] cuda_hostpinned.view_api_c
[       OK ] cuda_hostpinned.view_api_c (0 ms)
[ RUN      ] cuda_hostpinned.view_api_d
[       OK ] cuda_hostpinned.view_api_d (2 ms)
[ RUN      ] cuda_hostpinned.view_allocation_error
[       OK ] cuda_hostpinned.view_allocation_error (0 ms)
[ RUN      ] cuda_hostpinned.view_remap
[       OK ] cuda_hostpinned.view_remap (0 ms)
[ RUN      ] cuda_hostpinned.view_mirror_nonconst
[       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
[ RUN      ] cuda_hostpinned.view_stride_method
[       OK ] cuda_hostpinned.view_stride_method (0 ms)
[ RUN      ] cuda_hostpinned.anonymous_space
[       OK ] cuda_hostpinned.anonymous_space (0 ms)
[ RUN      ] cuda_hostpinned.view_overload_resolution
[       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
[ RUN      ] cuda_hostpinned.view_allocation_large_rank
[       OK ] serial.reduce_device_view_range_policy (25631 ms)
[ RUN      ] serial.reduce_device_view_mdrange_policy
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewHooks.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 92%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[       OK ] cuda_hostpinned.view_allocation_large_rank (3465 ms)
[ RUN      ] cuda_hostpinned.view_shmem_size_on_device
[       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda_hostpinned.view_is_assignable
[       OK ] cuda_hostpinned.view_is_assignable (0 ms)
[ RUN      ] cuda_hostpinned.view_copy_tests
[       OK ] cuda_hostpinned.view_copy_tests (82 ms)
[ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
[       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
[ RUN      ] cuda_hostpinned.view_copy_degenerated
[       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping
[       OK ] cuda_hostpinned.view_mapping (613 ms)
[ RUN      ] cuda_hostpinned.view_mapping_operator
[       OK ] cuda_hostpinned.view_mapping_operator (38 ms)
[ RUN      ] cuda_hostpinned.static_extent
[       OK ] cuda_hostpinned.static_extent (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_atomic
[       OK ] cuda_hostpinned.view_mapping_atomic (6 ms)
[ RUN      ] cuda_hostpinned.view_mapping_class_value
[       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_assignable
[       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
[       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_subview
[       OK ] cuda_hostpinned.view_mapping_subview (0 ms)
[----------] 25 tests from cuda_hostpinned (4308 ms total)

[----------] Global test environment tear-down
[==========] 224 tests from 4 test suites ran. (69211 ms total)
[  PASSED  ] 224 tests.
./KokkosCore_UnitTest_CudaInterOpInit
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from cuda
[ RUN      ] cuda.raw_cuda_interop
[       OK ] cuda.raw_cuda_interop (106 ms)
[----------] 1 test from cuda (106 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (106 ms total)
[  PASSED  ] 1 test.
./KokkosCore_UnitTest_CudaInterOpStreams
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from cuda
[ RUN      ] cuda.raw_cuda_streams
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[       OK ] cuda.raw_cuda_streams (95 ms)
[----------] 1 test from cuda (96 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (96 ms total)
[  PASSED  ] 1 test.
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[ 92%] Built target Kokkos_IncrementalTest_SERIAL
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 83%] 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_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 91%] 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_C.dir/TestStdAlgorithmsFind.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 52%] 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_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o
[ 94%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 94%] Built target Kokkos_CoreUnitTest_Serial1
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 94%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 94%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o
[ 95%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 95%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.cpp.o
[ 53%] 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_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 85%] 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_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 85%] 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_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 53%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[       OK ] serial.reduce_device_view_mdrange_policy (53620 ms)
[ RUN      ] serial.reduce_device_view_team_policy
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewHooks.cpp.o
[ 54%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[       OK ] serial.reduce_device_view_team_policy (14344 ms)
[ RUN      ] serial.reducers_int
[       OK ] serial.reducers_int (8 ms)
[ RUN      ] serial.reducers_double
[       OK ] serial.reducers_double (8 ms)
[ RUN      ] serial.reducers_complex_double
[       OK ] serial.reducers_complex_double (2 ms)
[ RUN      ] serial.reducers_struct
[       OK ] serial.reducers_struct (2 ms)
[ RUN      ] serial.reducers_half_t
[       OK ] serial.reducers_half_t (1 ms)
[ RUN      ] serial.reducers_bhalf_t
[       OK ] serial.reducers_bhalf_t (0 ms)
[ RUN      ] serial.reducers_int8_t
[       OK ] serial.reducers_int8_t (0 ms)
[ RUN      ] serial.reducers_int16_t
[       OK ] serial.reducers_int16_t (0 ms)
[ RUN      ] serial.reducers_point_t
[       OK ] serial.reducers_point_t (0 ms)
[ RUN      ] serial.reducers_bool
[       OK ] serial.reducers_bool (0 ms)
[ RUN      ] serial.complex_construction
[       OK ] serial.complex_construction (0 ms)
[ RUN      ] serial.complex_basic_math
[       OK ] serial.complex_basic_math (0 ms)
[ RUN      ] serial.complex_special_funtions
[       OK ] serial.complex_special_funtions (0 ms)
[ RUN      ] serial.complex_io
[       OK ] serial.complex_io (0 ms)
[ RUN      ] serial.complex_trivially_copyable
[       OK ] serial.complex_trivially_copyable (0 ms)
[ RUN      ] serial.complex_issue_3865
[       OK ] serial.complex_issue_3865 (0 ms)
[ RUN      ] serial.complex_operations_arithmetic_types_overloads
[       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
[ RUN      ] serial.atomic_operations_int
[       OK ] serial.atomic_operations_int (2 ms)
[ RUN      ] serial.atomic_operations_unsigned
[       OK ] serial.atomic_operations_unsigned (2 ms)
[ RUN      ] serial.atomic_operations_long
[       OK ] serial.atomic_operations_long (2 ms)
[ RUN      ] serial.atomic_operations_unsignedlong
[       OK ] serial.atomic_operations_unsignedlong (2 ms)
[ RUN      ] serial.atomic_operations_longlong
[       OK ] serial.atomic_operations_longlong (2 ms)
[ RUN      ] serial.atomic_operations_double
[       OK ] serial.atomic_operations_double (1 ms)
[ RUN      ] serial.atomic_operations_float
[       OK ] serial.atomic_operations_float (1 ms)
[ RUN      ] serial.atomic_operations_complexfloat
[       OK ] serial.atomic_operations_complexfloat (0 ms)
[ RUN      ] serial.atomic_operations_complexdouble
[       OK ] serial.atomic_operations_complexdouble (0 ms)
[ RUN      ] serial.atomic_views_integral
[       OK ] serial.atomic_views_integral (466 ms)
[ RUN      ] serial.atomic_views_nonintegral
[       OK ] serial.atomic_views_nonintegral (255 ms)
[ RUN      ] serial.atomic_view_api
[       OK ] serial.atomic_view_api (0 ms)
[ RUN      ] serial.atomics
[       OK ] serial.atomics (12 ms)
[ RUN      ] serial.atomics_tpetra_max_abs
[       OK ] serial.atomics_tpetra_max_abs (0 ms)
[ RUN      ] serial.team_for
[       OK ] serial.team_for (0 ms)
[ RUN      ] serial.team_reduce
[       OK ] serial.team_reduce (0 ms)
[ RUN      ] serial.team_reduce_large
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 54%] 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_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 77%] Linking CXX executable Kokkos_UnitTest_Sort
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
Scanning dependencies of target Kokkos_atomic
[ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
Scanning dependencies of target Kokkos_gather
[ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 77%] Built target Kokkos_UnitTest_Sort
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
Scanning dependencies of target Kokkos_gups
[ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 97%] Linking CXX executable Kokkos_atomic
[ 97%] Built target Kokkos_atomic
[ 55%] Linking CXX executable Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_launch_latency
[ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 55%] Built target Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_atomic
[ 55%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[       OK ] serial.team_reduce_large (22872 ms)
[ RUN      ] serial.team_parallel_single
[       OK ] serial.team_parallel_single (106 ms)
[ RUN      ] serial.large_team_scratch_size
[       OK ] serial.large_team_scratch_size (0 ms)
[ RUN      ] serial.team_broadcast_long
[       OK ] serial.team_broadcast_long (0 ms)
[ RUN      ] serial.team_broadcast_long_wrapper
[       OK ] serial.team_broadcast_long_wrapper (0 ms)
[ RUN      ] serial.team_broadcast_char
[       OK ] serial.team_broadcast_char (0 ms)
[ RUN      ] serial.team_broadcast_float
[       OK ] serial.team_broadcast_float (0 ms)
[ RUN      ] serial.team_broadcast_double
[       OK ] serial.team_broadcast_double (0 ms)
[ RUN      ] serial.team_handle_by_value
[       OK ] serial.team_handle_by_value (0 ms)
[ RUN      ] serial.team_vector
[       OK ] serial.team_vector (76 ms)
[ RUN      ] serial.triple_nested_parallelism
[       OK ] serial.triple_nested_parallelism (3432 ms)
[ RUN      ] serial.parallel_scan_with_reducers
[       OK ] serial.parallel_scan_with_reducers (852 ms)
[ RUN      ] serial.team_shared_request
[ 78%] Built target Kokkos_ContainersUnitTest_Serial
[ 97%] Linking CXX executable Kokkos_gups
[ 97%] Built target Kokkos_gups
[       OK ] serial.team_shared_request (462 ms)
[ RUN      ] serial.team_scratch_request
[       OK ] serial.team_scratch_request (74 ms)
[ RUN      ] serial.team_lambda_shared_request
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
Scanning dependencies of target Kokkos_stream
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[       OK ] serial.team_lambda_shared_request (462 ms)
[ RUN      ] serial.scratch_align
[       OK ] serial.scratch_align (0 ms)
[ RUN      ] serial.shmem_size
[       OK ] serial.shmem_size (0 ms)
[ RUN      ] serial.multi_level_scratch
[       OK ] serial.multi_level_scratch (104 ms)
[ RUN      ] serial.team_scratch_memory_index_parallel_for
[       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
[ RUN      ] serial.team_teamvector_range
[       OK ] serial.team_teamvector_range (23 ms)
[ RUN      ] serial.team_reduction_scan
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[       OK ] serial.team_reduction_scan (300 ms)
[ RUN      ] serial.team_long_reduce
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[       OK ] serial.team_long_reduce (828 ms)
[ RUN      ] serial.team_double_reduce
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[       OK ] serial.team_double_reduce (877 ms)
[ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
[       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
[ RUN      ] serial.repeated_team_reduce
[ 98%] Linking CXX executable Kokkos_launch_latency
[ 98%] Built target Kokkos_launch_latency
Scanning dependencies of target Kokkos_policy_performance
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o
[ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 99%] Linking CXX executable Kokkos_gather
[ 99%] Built target Kokkos_gather
Scanning dependencies of target Kokkos_bytes_and_flops
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o
[ 99%] Linking CXX executable Kokkos_stream
[ 99%] Built target Kokkos_stream
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 99%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Built target Kokkos_UnitTest_SIMD
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 55%] Linking CXX executable Kokkos_atomic
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 55%] Built target Kokkos_atomic
Scanning dependencies of target Kokkos_gather
[ 55%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[       OK ] serial.repeated_team_reduce (8563 ms)
[ RUN      ] serial.team_policy_max_recommended
[       OK ] serial.team_policy_max_recommended (38 ms)
[ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
[       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
[ RUN      ] serial.view_aggregate
[       OK ] serial.view_aggregate (0 ms)
[ RUN      ] serial.memory_pool
[       OK ] serial.memory_pool (69 ms)
[ RUN      ] serial.cxx11
[       OK ] serial.cxx11 (0 ms)
[ RUN      ] serial.viewctorprop_embedded_dim
[       OK ] serial.viewctorprop_embedded_dim (0 ms)
[ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
[       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
[ RUN      ] serial.mdrange_5d
[       OK ] serial.mdrange_5d (488 ms)
[ RUN      ] serial.mdrange_6d
[100%] Linking CXX executable Kokkos_policy_performance
[100%] Built target Kokkos_policy_performance
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[       OK ] serial.mdrange_6d (1516 ms)
[ RUN      ] serial.mdrange_2d
[ 55%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[       OK ] serial.mdrange_2d (11 ms)
[ RUN      ] serial.mdrange_array_reduce
[       OK ] serial.mdrange_array_reduce (0 ms)
[ RUN      ] serial.mdrange_3d
[       OK ] serial.mdrange_3d (114 ms)
[ RUN      ] serial.mdrange_neg_idx
[ 55%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_gups
[ 55%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[       OK ] serial.mdrange_neg_idx (725 ms)
[ RUN      ] serial.mdrange_4d
[       OK ] serial.mdrange_4d (157 ms)
[ RUN      ] serial.crs_count_fill
[       OK ] serial.crs_count_fill (4 ms)
[ RUN      ] serial.crs_copy_constructor
[       OK ] serial.crs_copy_constructor (21 ms)
[ RUN      ] serial.workgraph_fib
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[       OK ] serial.workgraph_fib (680 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 55%] Linking CXX executable Kokkos_gups
[ 55%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_launch_latency
[ 55%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[100%] Linking CXX executable Kokkos_bytes_and_flops
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[100%] Built target Kokkos_bytes_and_flops
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: Kokkos_CoreUnitTest_Serial1

1: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
1:                                     Detected: 4 cores per node.
1:                                     Detected: 1 MPI_ranks per node.
1:                                     Requested: 8 threads per process.
1: [==========] Running 222 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
1: [       OK ] serial_DeathTest.abort_from_host (225 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (204 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (214 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (221 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (0 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: [       OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
1: [----------] 7 tests from serial_DeathTest (866 ms total)
1: 
1: [----------] 215 tests from serial
1: [ RUN      ] serial.array_capacity
1: [       OK ] serial.array_capacity (0 ms)
1: [ RUN      ] serial.array_element_access
1: [       OK ] serial.array_element_access (0 ms)
1: [ RUN      ] serial.array_zero_capacity
1: [       OK ] serial.array_zero_capacity (0 ms)
1: [ RUN      ] serial.array_zero_data_nullptr
1: [       OK ] serial.array_zero_data_nullptr (0 ms)
1: [ RUN      ] serial.array_contiguous_capacity
1: [       OK ] serial.array_contiguous_capacity (0 ms)
1: [ RUN      ] serial.array_contiguous_element_access
1: [       OK ] serial.array_contiguous_element_access (0 ms)
1: [ RUN      ] serial.array_contiguous_assignment
1: [       OK ] serial.array_contiguous_assignment (0 ms)
1: [ RUN      ] serial.array_strided_capacity
1: [       OK ] serial.array_strided_capacity (0 ms)
1: [ RUN      ] serial.array_strided_element_access
1: [       OK ] serial.array_strided_element_access (0 ms)
1: [ RUN      ] serial.array_strided_assignment
1: [       OK ] serial.array_strided_assignment (0 ms)
1: [ RUN      ] serial.atomic_operations_complexdouble
1: [       OK ] serial.atomic_operations_complexdouble (0 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (0 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (0 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (0 ms)
1: [ RUN      ] serial.atomic_shared
1: [       OK ] serial.atomic_shared (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (0 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (6 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
1: [       OK ] serial.atomic_views_integral (94 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (51 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (0 ms)
1: [ RUN      ] serial.bit_manip_countl_zero
1: [       OK ] serial.bit_manip_countl_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countl_one
1: [       OK ] serial.bit_manip_countl_one (0 ms)
1: [ RUN      ] serial.bit_manip_countr_zero
1: [       OK ] serial.bit_manip_countr_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countr_one
1: [       OK ] serial.bit_manip_countr_one (0 ms)
1: [ RUN      ] serial.bit_manip_popcount
1: [       OK ] serial.bit_manip_popcount (0 ms)
1: [ RUN      ] serial.bit_manip_has_single_bit
1: [       OK ] serial.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] serial.bit_manip_bit_floor
1: [       OK ] serial.bit_manip_bit_floor (0 ms)
1: [ RUN      ] serial.bit_manip_bit_ceil
1: [       OK ] serial.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] serial.bit_manip_bit_width
1: [       OK ] serial.bit_manip_bit_width (0 ms)
1: [ RUN      ] serial.bit_manip_rotl
1: [       OK ] serial.bit_manip_rotl (0 ms)
1: [ RUN      ] serial.bit_manip_rotr
1: [       OK ] serial.bit_manip_rotr (0 ms)
1: [ RUN      ] serial.bit_manip_byeswap
1: [       OK ] serial.bit_manip_byeswap (0 ms)
1: [ RUN      ] serial.bit_manip_bit_cast
1: [       OK ] serial.bit_manip_bit_cast (0 ms)
1: [ RUN      ] serial.test_block_deduction_bug_pr_3103
1: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] serial.checked_integer_operations_multiply_overflow
1: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] serial.execution_policy_occupancy_and_hint
1: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] serial.complex_construction
1: [       OK ] serial.complex_construction (0 ms)
1: [ RUN      ] serial.complex_basic_math
1: [       OK ] serial.complex_basic_math (0 ms)
1: [ RUN      ] serial.complex_special_funtions
1: [       OK ] serial.complex_special_funtions (0 ms)
1: [ RUN      ] serial.complex_io
1: [       OK ] serial.complex_io (0 ms)
1: [ RUN      ] serial.complex_trivially_copyable
1: [       OK ] serial.complex_trivially_copyable (0 ms)
1: [ RUN      ] serial.complex_issue_3865
1: [       OK ] serial.complex_issue_3865 (0 ms)
1: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
1: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] serial.crs_count_fill
1: [       OK ] serial.crs_count_fill (0 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (1 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (7 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (28 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (14 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (14 ms)
1: [ RUN      ] serial.execution_space_as_class_data_member
1: [       OK ] serial.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] serial.functor_analysis
1: [       OK ] serial.functor_analysis (0 ms)
1: [ RUN      ] serial.host_shared_ptr_use_count
1: [       OK ] serial.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] serial.host_shared_ptr_get
1: [       OK ] serial.host_shared_ptr_get (0 ms)
1: [ RUN      ] serial.host_shared_ptr_dereference_on_device
1: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_special_members_on_device
1: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_tracking
1: [       OK ] serial.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] serial.init
1: [       OK ] serial.init (0 ms)
1: [ RUN      ] serial.dispatch
1: [       OK ] serial.dispatch (2 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (3299 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[       OK ] serial.local_deepcopy_teampolicy_layoutleft (12412 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2527 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1533 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 56%] Linking CXX executable Kokkos_launch_latency
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1526 ms)
1: [ RUN      ] serial.deep_copy_scratch
1: [       OK ] serial.deep_copy_scratch (0 ms)
1: [ RUN      ] serial.mathematical_constants_e
1: [       OK ] serial.mathematical_constants_e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log2e
1: [       OK ] serial.mathematical_constants_log2e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log10e
1: [       OK ] serial.mathematical_constants_log10e (0 ms)
1: [ RUN      ] serial.mathematical_constants_pi
1: [       OK ] serial.mathematical_constants_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_pi
1: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
1: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln2
1: [       OK ] serial.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln10
1: [       OK ] serial.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt2
1: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt3
1: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrt3
1: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_egamma
1: [       OK ] serial.mathematical_constants_egamma (0 ms)
1: [ RUN      ] serial.mathematical_constants_phi
1: [       OK ] serial.mathematical_constants_phi (0 ms)
1: [ RUN      ] serial.mathematical_functions_trigonometric_functions
1: [       OK ] serial.mathematical_functions_trigonometric_functions (11 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (9 ms)
1: [ RUN      ] serial.mathematical_functions_non_standard
1: [       OK ] serial.mathematical_functions_non_standard (1 ms)
1: [ RUN      ] serial.mathematical_functions_power_functions
1: [       OK ] serial.mathematical_functions_power_functions (3 ms)
1: [ RUN      ] serial.mathematical_functions_fma
1: [       OK ] serial.mathematical_functions_fma (0 ms)
1: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
1: [       OK ] serial.mathematical_functions_error_and_gamma_functions (6 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (8 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (1 ms)
1: [ RUN      ] serial.mathematical_functions_absolute_value
1: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
1: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_remainder_function
1: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] serial.mathematical_functions_isfinite
1: [       OK ] serial.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] serial.mathematical_functions_isinf
1: [       OK ] serial.mathematical_functions_isinf (0 ms)
1: [ RUN      ] serial.mathematical_functions_isnan
1: [       OK ] serial.mathematical_functions_isnan (0 ms)
1: [ RUN      ] serial.mathematical_functions_exponential_functions
1: [       OK ] serial.mathematical_functions_exponential_functions (11 ms)
1: [ RUN      ] serial.mathspecialfunc_expint1
1: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_errorfunc
1: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
1: [       OK ] serial.mathspecialfunc_cbesselj0y0 (2 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (2 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
1: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
1: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
1: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
1: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] serial.mdrange_5d
1: [       OK ] serial.mdrange_5d (71 ms)
1: [ RUN      ] serial.mdrange_6d
[ 56%] Built target Kokkos_launch_latency
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
1: [       OK ] serial.mdrange_6d (238 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (14 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (120 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (17 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
1: [       OK ] serial.mdrange_large_deep_copy (1260 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o
[       OK ] serial.local_deepcopy_rangepolicy_layoutleft (10154 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutright
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3767 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
1: mdspan not enabled
1: [  SKIPPED ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.max
1: [       OK ] serial.max (0 ms)
1: [ RUN      ] serial.max_within_parfor
1: [       OK ] serial.max_within_parfor (0 ms)
1: [ RUN      ] serial.min
1: [       OK ] serial.min (0 ms)
1: [ RUN      ] serial.min_within_parfor
1: [       OK ] serial.min_within_parfor (0 ms)
1: [ RUN      ] serial.minmax
1: [       OK ] serial.minmax (0 ms)
1: [ RUN      ] serial.minmax_within_parfor
1: [       OK ] serial.minmax_within_parfor (0 ms)
1: [ RUN      ] serial.clamp
1: [       OK ] serial.clamp (0 ms)
1: [ RUN      ] serial.clamp_within_parfor
1: [       OK ] serial.clamp_within_parfor (0 ms)
1: [ RUN      ] serial.numeric_traits_infinity
1: [       OK ] serial.numeric_traits_infinity (0 ms)
1: [ RUN      ] serial.numeric_traits_epsilon
1: [       OK ] serial.numeric_traits_epsilon (0 ms)
1: [ RUN      ] serial.numeric_traits_round_error
1: [       OK ] serial.numeric_traits_round_error (0 ms)
1: [ RUN      ] serial.numeric_traits_norm_min
1: [       OK ] serial.numeric_traits_norm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_denorm_min
1: [       OK ] serial.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_finite_min_max
1: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] serial.numeric_traits_digits
1: [       OK ] serial.numeric_traits_digits (0 ms)
1: [ RUN      ] serial.numeric_traits_digits10
1: [       OK ] serial.numeric_traits_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_max_digits10
1: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_radix
1: [       OK ] serial.numeric_traits_radix (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent
1: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent10
1: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
1: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] serial.numeric_traits_sfinae_friendly
1: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] serial.occupancy_control
1: [       OK ] serial.occupancy_control (0 ms)
1: [ RUN      ] serial.view_aggregate
1: [       OK ] serial.view_aggregate (0 ms)
1: [ RUN      ] serial.memory_pool
1: [       OK ] serial.memory_pool (38 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (3 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (0 ms)
1: [ RUN      ] serial.quad_precision_reductions
1: [       OK ] serial.quad_precision_reductions (0 ms)
1: [ RUN      ] serial.quad_precision_common_math_functions
1: [       OK ] serial.quad_precision_common_math_functions (0 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_dynamic_policy
1: [       OK ] serial.range_dynamic_policy (26 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (26 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (2 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (2 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (1 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (3 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_point_t
1: [       OK ] serial.reducers_point_t (3 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (305 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (341 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (1029 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1288 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (248 ms)
1: [ RUN      ] serial.int_combined_reduce
1: [       OK ] serial.int_combined_reduce (0 ms)
1: [ RUN      ] serial.mdrange_combined_reduce
1: [       OK ] serial.mdrange_combined_reduce (0 ms)
1: [ RUN      ] serial.int_combined_reduce_mixed
1: [       OK ] serial.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] serial.reduction_deduction
1: [       OK ] serial.reduction_deduction (0 ms)
1: [ RUN      ] serial.reduce_device_view_range_policy
1: [       OK ] serial.reduce_device_view_range_policy (6 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[       OK ] serial.local_deepcopy_teampolicy_layoutright (5827 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.reduce_device_view_mdrange_policy (2522 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (2065 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (4 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
1: [       OK ] serial.task_fib_deprecated (1160 ms)
1: [ RUN      ] serial.task_depend_deprecated
1: [       OK ] serial.task_depend_deprecated (0 ms)
1: [ RUN      ] serial.task_team_deprecated
1: [       OK ] serial.task_team_deprecated (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated
1: [       OK ] serial.task_with_mempool_deprecated (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated
1: [       OK ] serial.task_multiple_depend_deprecated (22 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated
1: [       OK ] serial.task_scheduler_ctors_deprecated (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated
1: [       OK ] serial.task_scheduer_ctors_device_deprecated (0 ms)
1: [ RUN      ] serial.task_fib_deprecated_multiple
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
Scanning dependencies of target Kokkos_stream
[ 56%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 56%] Linking CXX executable Kokkos_gather
[ 82%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
1: [       OK ] serial.task_fib_deprecated_multiple (1163 ms)
1: [ RUN      ] serial.task_depend_deprecated_multiple
1: [       OK ] serial.task_depend_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_team_deprecated_multiple
1: [       OK ] serial.task_team_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated_multiple
1: [       OK ] serial.task_with_mempool_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated_multiple
1: [       OK ] serial.task_multiple_depend_deprecated_multiple (21 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated_multiple
1: [       OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated_multiple
1: [       OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_fib_single
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 56%] Built target Kokkos_gather
Scanning dependencies of target Kokkos_policy_performance
[ 56%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
1: [       OK ] serial.task_fib_single (905 ms)
1: [ RUN      ] serial.task_depend_single
1: [       OK ] serial.task_depend_single (0 ms)
1: [ RUN      ] serial.task_team_single
1: [       OK ] serial.task_team_single (0 ms)
1: [ RUN      ] serial.task_with_mempool_single
1: [       OK ] serial.task_with_mempool_single (0 ms)
1: [ RUN      ] serial.task_multiple_depend_single
[       OK ] serial.local_deepcopy_rangepolicy_layoutright (6309 ms)
[ RUN      ] serial.deep_copy_scratch
[       OK ] serial.deep_copy_scratch (0 ms)
[----------] 161 tests from serial (204592 ms total)

[----------] Global test environment tear-down
[==========] 163 tests from 2 test suites ran. (212477 ms total)
[  PASSED  ] 163 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test'
make -C core/perf_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6907/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6907/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
./KokkosCore_PerformanceTest_TaskDAG
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test'
make -C containers/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
1: [       OK ] serial.task_multiple_depend_single (20 ms)
1: [ RUN      ] serial.task_scheduler_ctors_single
1: [       OK ] serial.task_scheduler_ctors_single (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_single
1: [       OK ] serial.task_scheduer_ctors_device_single (0 ms)
1: [ RUN      ] serial.task_fib_multiple
./KokkosContainers_UnitTest_Cuda
./KokkosContainers_UnitTest_Serial
[==========] Running 42 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 42 tests from serial
[ RUN      ] serial.bitset
[==========] Running 42 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 42 tests from cuda
[ RUN      ] cuda.bitset
[       OK ] cuda.bitset (14 ms)
[ RUN      ] cuda.bitset_default_constructor_no_alloc
[       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
[ RUN      ] cuda.dualview_combination
[       OK ] cuda.dualview_combination (0 ms)
[ RUN      ] cuda.dualview_alloc
[       OK ] cuda.dualview_alloc (0 ms)
[ RUN      ] cuda.test_dualview_copy_construction_and_assignment
[       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
[ RUN      ] cuda.dualview_combinations_without_init
[       OK ] cuda.dualview_combinations_without_init (0 ms)
[ RUN      ] cuda.dualview_deep_copy
[       OK ] cuda.dualview_deep_copy (1 ms)
[ RUN      ] cuda.dualview_realloc
[       OK ] cuda.dualview_realloc (0 ms)
[ RUN      ] cuda.dualview_resize
[       OK ] cuda.dualview_resize (0 ms)
[ RUN      ] cuda.dualview_device_correct_kokkos_device
[       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
[ RUN      ] cuda.dualview_host_correct_kokkos_device
[       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_sync
[       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
[       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
[ RUN      ] cuda.dualview_device_modify_template_host_sync
[       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
[ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
[       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
[ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
[       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
[ RUN      ] cuda.dynamic_view
[       OK ] cuda.dynamic_view (26 ms)
[ RUN      ] cuda.dyn_rank_view_api_generic
[       OK ] cuda.dyn_rank_view_api_generic (25 ms)
[ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
[       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
[ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
[       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
[ RUN      ] cuda.dyn_rank_view_api_operator_rank67
[       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
[ RUN      ] cuda.ErrorReporterViaLambda
[       OK ] cuda.ErrorReporterViaLambda (0 ms)
[ RUN      ] cuda.ErrorReporter
[       OK ] cuda.ErrorReporter (0 ms)
[ RUN      ] cuda.offsetview_construction
[       OK ] cuda.offsetview_construction (1 ms)
[ RUN      ] cuda.offsetview_unmanaged_construction
[       OK ] cuda.offsetview_unmanaged_construction (0 ms)
[ RUN      ] cuda.offsetview_subview
[       OK ] cuda.offsetview_subview (0 ms)
[ RUN      ] cuda.offsetview_offsets_rank1
[       OK ] cuda.offsetview_offsets_rank1 (0 ms)
[ RUN      ] cuda.offsetview_offsets_rank2
[       OK ] cuda.offsetview_offsets_rank2 (0 ms)
[ RUN      ] cuda.offsetview_offsets_rank3
[       OK ] cuda.offsetview_offsets_rank3 (0 ms)
[ RUN      ] cuda.scatterview
1: [       OK ] serial.task_fib_multiple (910 ms)
1: [ RUN      ] serial.task_depend_multiple
1: [       OK ] serial.task_depend_multiple (0 ms)
1: [ RUN      ] serial.task_team_multiple
1: [       OK ] serial.task_team_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_multiple
1: [       OK ] serial.task_with_mempool_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_multiple
1: [       OK ] serial.task_multiple_depend_multiple (20 ms)
1: [ RUN      ] serial.task_scheduler_ctors_multiple
1: [       OK ] serial.task_scheduler_ctors_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_multiple
1: [       OK ] serial.task_scheduer_ctors_device_multiple (0 ms)
1: [ RUN      ] serial.task_fib_chase_lev
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
1: [       OK ] serial.task_fib_chase_lev (952 ms)
1: [ RUN      ] serial.task_depend_chase_lev
1: [       OK ] serial.task_depend_chase_lev (0 ms)
1: [ RUN      ] serial.task_team_chase_lev
1: [       OK ] serial.task_team_chase_lev (0 ms)
1: [ RUN      ] serial.task_with_mempool_chase_lev
1: [       OK ] serial.task_with_mempool_chase_lev (0 ms)
1: [ RUN      ] serial.task_multiple_depend_chase_lev
1: [       OK ] serial.task_multiple_depend_chase_lev (21 ms)
1: [ RUN      ] serial.task_scheduler_ctors_chase_lev
1: [       OK ] serial.task_scheduler_ctors_chase_lev (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_chase_lev
1: [       OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms)
1: [----------] 215 tests from serial (27800 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 222 tests from 2 test suites ran. (28667 ms total)
1: [  PASSED  ] 221 tests.
1: [  SKIPPED ] 1 test, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
 1/45 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   28.68 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
2:                                     Detected: 4 cores per node.
2:                                     Detected: 1 MPI_ranks per node.
2:                                     Requested: 8 threads per process.
2: [==========] Running 126 tests from 2 test suites.
2: [----------] Global test environment set-up.
2: [----------] 8 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: [       OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 82%] Built target Kokkos_PerformanceTest_Benchmark
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1494 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (1478 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
2: [----------] 8 tests from serial_DeathTest (2973 ms total)
2: 
2: [----------] 118 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce
2: [       OK ] serial.team_reduce (0 ms)
2: [ RUN      ] serial.team_reduce_large
2: [       OK ] serial.team_reduce_large (0 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (6 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (6 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (860 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (85 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (8 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (11 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (7 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (8 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (7 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
Scanning dependencies of target Kokkos_bytes_and_flops
[ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 56%] Linking CXX executable Kokkos_stream
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 56%] Built target Kokkos_stream
[ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
2: [       OK ] serial.team_reduction_scan (47 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (70 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (102 ms)
2: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
2: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
2: [ RUN      ] serial.repeated_team_reduce
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[       OK ] serial.bitset (8206 ms)
[ RUN      ] serial.bitset_default_constructor_no_alloc
[       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
[ RUN      ] serial.dualview_combination
[       OK ] serial.dualview_combination (0 ms)
[ RUN      ] serial.dualview_alloc
[       OK ] serial.dualview_alloc (0 ms)
[ RUN      ] serial.test_dualview_copy_construction_and_assignment
[       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
[ RUN      ] serial.dualview_combinations_without_init
[       OK ] serial.dualview_combinations_without_init (0 ms)
[ RUN      ] serial.dualview_deep_copy
[       OK ] serial.dualview_deep_copy (0 ms)
[ RUN      ] serial.dualview_realloc
[       OK ] serial.dualview_realloc (0 ms)
[ RUN      ] serial.dualview_resize
[       OK ] serial.dualview_resize (0 ms)
[ RUN      ] serial.dualview_device_correct_kokkos_device
[       OK ] serial.dualview_device_correct_kokkos_device (1 ms)
[ RUN      ] serial.dualview_host_correct_kokkos_device
[       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
[ RUN      ] serial.dualview_host_modify_template_device_sync
[       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
[ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
[       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
[ RUN      ] serial.dualview_device_modify_template_host_sync
[       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
[ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
[       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
[ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
[       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
[ RUN      ] serial.dynamic_view
[       OK ] serial.dynamic_view (106 ms)
[ RUN      ] serial.dyn_rank_view_api_generic
[       OK ] serial.dyn_rank_view_api_generic (25 ms)
[ RUN      ] serial.dyn_rank_view_api_operator_rank12345
[       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
[ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
/var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
skipping since not default execution space
[  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
[ RUN      ] serial.dyn_rank_view_api_operator_rank67
[       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
[ RUN      ] serial.ErrorReporterViaLambda
[       OK ] serial.ErrorReporterViaLambda (0 ms)
[ RUN      ] serial.ErrorReporter
[       OK ] serial.ErrorReporter (0 ms)
[ RUN      ] serial.offsetview_construction
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[       OK ] serial.offsetview_construction (557 ms)
[ RUN      ] serial.offsetview_unmanaged_construction
[       OK ] serial.offsetview_unmanaged_construction (0 ms)
[ RUN      ] serial.offsetview_subview
[       OK ] serial.offsetview_subview (9 ms)
[ RUN      ] serial.offsetview_offsets_rank1
[       OK ] serial.offsetview_offsets_rank1 (0 ms)
[ RUN      ] serial.offsetview_offsets_rank2
[       OK ] serial.offsetview_offsets_rank2 (0 ms)
[ RUN      ] serial.offsetview_offsets_rank3
[       OK ] serial.offsetview_offsets_rank3 (0 ms)
[ RUN      ] serial.scatterview
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_UnitTest_HIPGraph
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/UnitTestMainInit.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/hip/TestHIP_Graph.cpp.o
2: [       OK ] serial.repeated_team_reduce (5351 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (173 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (171 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (79 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (5 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (79 ms)
2: [ RUN      ] serial.scratch_align
2: [       OK ] serial.scratch_align (0 ms)
2: [ RUN      ] serial.shmem_size
2: [       OK ] serial.shmem_size (0 ms)
2: [ RUN      ] serial.multi_level_scratch
2: [       OK ] serial.multi_level_scratch (4 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (1 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (1 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (0 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (0 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (8 ms)
2: [ RUN      ] serial.view_api_b
2: [       OK ] serial.view_api_b (0 ms)
2: [ RUN      ] serial.view_api_c
2: [       OK ] serial.view_api_c (0 ms)
2: [ RUN      ] serial.view_api_d
2: [       OK ] serial.view_api_d (0 ms)
2: [ RUN      ] serial.view_allocation_error
2: [       OK ] serial.view_allocation_error (0 ms)
2: [ RUN      ] serial.view_remap
2: [       OK ] serial.view_remap (0 ms)
2: [ RUN      ] serial.view_mirror_nonconst
2: [       OK ] serial.view_mirror_nonconst (0 ms)
2: [ RUN      ] serial.view_stride_method
2: [       OK ] serial.view_stride_method (0 ms)
2: [ RUN      ] serial.anonymous_space
2: [       OK ] serial.anonymous_space (0 ms)
2: [ RUN      ] serial.view_overload_resolution
2: [       OK ] serial.view_overload_resolution (0 ms)
2: [ RUN      ] serial.view_allocation_large_rank
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
2: [       OK ] serial.view_allocation_large_rank (1665 ms)
2: [ RUN      ] serial.view_shmem_size_on_device
2: [       OK ] serial.view_shmem_size_on_device (0 ms)
2: [ RUN      ] serial.view_is_assignable
2: [       OK ] serial.view_is_assignable (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (16 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (5 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (58 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (53 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (68 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (2 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (1 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (5 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (176 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_left
2: [       OK ] serial.view_subview_auto_1d_left (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_right
2: [       OK ] serial.view_subview_auto_1d_right (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_stride
2: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (15 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (15 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (15 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left (662 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (660 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
Scanning dependencies of target Kokkos_atomic
[ 95%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (665 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_right (719 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (720 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (719 ms)
2: [ RUN      ] serial.view_test_unmanaged_subview_reset
2: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
2: [ RUN      ] serial.view_subview_memory_traits_construction
2: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
2: [----------] 118 tests from serial (13363 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 126 tests from 2 test suites ran. (16337 ms total)
2: [  PASSED  ] 123 tests.
2: [  SKIPPED ] 3 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/45 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   16.36 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

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

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
4: Test timeout computed to be: 1500
4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
4:                                     Detected: 4 cores per node.
4:                                     Detected: 1 MPI_ranks per node.
4:                                     Requested: 8 threads per process.
4: [==========] Running 348 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from openmp_DeathTest
4: [ RUN      ] openmp_DeathTest.abort_from_host
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
4: [       OK ] openmp_DeathTest.abort_from_host (200 ms)
4: [ RUN      ] openmp_DeathTest.abort_from_device
4: [       OK ] openmp_DeathTest.abort_from_device (205 ms)
4: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (200 ms)
4: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (207 ms)
4: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
4: [       OK ] openmp_DeathTest.policy_invalid_bounds (0 ms)
4: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
4: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms)
4: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 57%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
4: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1452 ms)
4: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 57%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
4: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (1414 ms)
4: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [----------] 15 tests from openmp_DeathTest (3681 ms total)
4: 
4: [----------] 333 tests from openmp
4: [ RUN      ] openmp.array_capacity
4: [       OK ] openmp.array_capacity (0 ms)
4: [ RUN      ] openmp.array_element_access
4: [       OK ] openmp.array_element_access (0 ms)
4: [ RUN      ] openmp.array_zero_capacity
4: [       OK ] openmp.array_zero_capacity (0 ms)
4: [ RUN      ] openmp.array_zero_data_nullptr
4: [       OK ] openmp.array_zero_data_nullptr (0 ms)
4: [ RUN      ] openmp.array_contiguous_capacity
4: [       OK ] openmp.array_contiguous_capacity (0 ms)
4: [ RUN      ] openmp.array_contiguous_element_access
4: [       OK ] openmp.array_contiguous_element_access (0 ms)
4: [ RUN      ] openmp.array_contiguous_assignment
4: [       OK ] openmp.array_contiguous_assignment (0 ms)
4: [ RUN      ] openmp.array_strided_capacity
4: [       OK ] openmp.array_strided_capacity (0 ms)
4: [ RUN      ] openmp.array_strided_element_access
4: [       OK ] openmp.array_strided_element_access (0 ms)
4: [ RUN      ] openmp.array_strided_assignment
4: [       OK ] openmp.array_strided_assignment (0 ms)
4: [ RUN      ] openmp.atomic_operations_complexdouble
4: [       OK ] openmp.atomic_operations_complexdouble (14 ms)
4: [ RUN      ] openmp.atomic_operations_complexfloat
4: [       OK ] openmp.atomic_operations_complexfloat (17 ms)
4: [ RUN      ] openmp.atomic_operations_double
4: [       OK ] openmp.atomic_operations_double (10 ms)
4: [ RUN      ] openmp.atomic_operations_float
4: [       OK ] openmp.atomic_operations_float (10 ms)
4: [ RUN      ] openmp.atomic_operations_int
4: [       OK ] openmp.atomic_operations_int (23 ms)
4: [ RUN      ] openmp.atomic_operations_long
4: [       OK ] openmp.atomic_operations_long (23 ms)
4: [ RUN      ] openmp.atomic_operations_longlong
4: [       OK ] openmp.atomic_operations_longlong (23 ms)
4: [ RUN      ] openmp.atomic_shared
4: [       OK ] openmp.atomic_shared (0 ms)
4: [ RUN      ] openmp.atomic_operations_unsigned
4: [       OK ] openmp.atomic_operations_unsigned (18 ms)
4: [ RUN      ] openmp.atomic_operations_unsignedlong
4: [       OK ] openmp.atomic_operations_unsignedlong (18 ms)
4: [ RUN      ] openmp.atomics
4: [       OK ] openmp.atomics (36 ms)
4: [ RUN      ] openmp.atomics_tpetra_max_abs
4: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] openmp.atomic_views_integral
[ 57%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
4: [       OK ] openmp.atomic_views_integral (263 ms)
4: [ RUN      ] openmp.atomic_views_nonintegral
4: [       OK ] openmp.atomic_views_nonintegral (80 ms)
4: [ RUN      ] openmp.atomic_view_api
4: [       OK ] openmp.atomic_view_api (0 ms)
4: [ RUN      ] openmp.bit_manip_countl_zero
4: [       OK ] openmp.bit_manip_countl_zero (0 ms)
4: [ RUN      ] openmp.bit_manip_countl_one
4: [       OK ] openmp.bit_manip_countl_one (0 ms)
4: [ RUN      ] openmp.bit_manip_countr_zero
4: [       OK ] openmp.bit_manip_countr_zero (0 ms)
4: [ RUN      ] openmp.bit_manip_countr_one
4: [       OK ] openmp.bit_manip_countr_one (0 ms)
4: [ RUN      ] openmp.bit_manip_popcount
4: [       OK ] openmp.bit_manip_popcount (0 ms)
4: [ RUN      ] openmp.bit_manip_has_single_bit
4: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_floor
4: [       OK ] openmp.bit_manip_bit_floor (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_ceil
4: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_width
4: [       OK ] openmp.bit_manip_bit_width (0 ms)
4: [ RUN      ] openmp.bit_manip_rotl
4: [       OK ] openmp.bit_manip_rotl (0 ms)
4: [ RUN      ] openmp.bit_manip_rotr
4: [       OK ] openmp.bit_manip_rotr (0 ms)
4: [ RUN      ] openmp.bit_manip_byeswap
4: [       OK ] openmp.bit_manip_byeswap (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_cast
4: [       OK ] openmp.bit_manip_bit_cast (0 ms)
4: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
4: [       OK ] openmp.test_block_deduction_bug_pr_3103 (1 ms)
4: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
4: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] openmp.execution_policy_occupancy_and_hint
4: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] openmp.complex_construction
4: [       OK ] openmp.complex_construction (0 ms)
4: [ RUN      ] openmp.complex_basic_math
4: [       OK ] openmp.complex_basic_math (0 ms)
4: [ RUN      ] openmp.complex_special_funtions
4: [       OK ] openmp.complex_special_funtions (0 ms)
4: [ RUN      ] openmp.complex_io
4: [       OK ] openmp.complex_io (0 ms)
4: [ RUN      ] openmp.complex_trivially_copyable
4: [       OK ] openmp.complex_trivially_copyable (0 ms)
4: [ RUN      ] openmp.complex_issue_3865
4: [       OK ] openmp.complex_issue_3865 (0 ms)
4: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
4: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] openmp.crs_count_fill
4: [       OK ] openmp.crs_count_fill (3 ms)
4: [ RUN      ] openmp.crs_copy_constructor
4: [       OK ] openmp.crs_copy_constructor (13 ms)
4: [ RUN      ] openmp.deep_copy_alignment
4: [       OK ] openmp.deep_copy_alignment (6 ms)
4: [ RUN      ] openmp.deep_copy_conversion
4: [       OK ] openmp.deep_copy_conversion (43 ms)
4: [ RUN      ] openmp.partitioning_by_args
4: [       OK ] openmp.partitioning_by_args (47 ms)
4: [ RUN      ] openmp.partitioning_by_vector
4: [       OK ] openmp.partitioning_by_vector (59 ms)
4: [ RUN      ] openmp.execution_space_as_class_data_member
4: [       OK ] openmp.execution_space_as_class_data_member (8 ms)
4: [ RUN      ] openmp.functor_analysis
4: [       OK ] openmp.functor_analysis (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_use_count
4: [       OK ] openmp.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_get
4: [       OK ] openmp.host_shared_ptr_get (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_dereference_on_device
4: [       OK ] openmp.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_special_members_on_device
4: [       OK ] openmp.host_shared_ptr_special_members_on_device (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_tracking
4: [       OK ] openmp.host_shared_ptr_tracking (0 ms)
4: [ RUN      ] openmp.init
4: [       OK ] openmp.init (0 ms)
4: [ RUN      ] openmp.dispatch
Scanning dependencies of target Kokkos_CoreUnitTest_HIP
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
4: [       OK ] openmp.dispatch (539 ms)
4: [ RUN      ] openmp.join_backward_compatibility
4: [       OK ] openmp.join_backward_compatibility (0 ms)
4: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 95%] Linking CXX executable Kokkos_atomic
[ 95%] Built target Kokkos_atomic
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
4: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (2007 ms)
4: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
[ 57%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
4: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1670 ms)
4: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[ 57%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
4: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (1267 ms)
4: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
4: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (1260 ms)
4: [ RUN      ] openmp.deep_copy_scratch
4: [       OK ] openmp.deep_copy_scratch (0 ms)
4: [ RUN      ] openmp.mathematical_constants_e
4: [       OK ] openmp.mathematical_constants_e (0 ms)
4: [ RUN      ] openmp.mathematical_constants_log2e
4: [       OK ] openmp.mathematical_constants_log2e (0 ms)
4: [ RUN      ] openmp.mathematical_constants_log10e
4: [       OK ] openmp.mathematical_constants_log10e (0 ms)
4: [ RUN      ] openmp.mathematical_constants_pi
4: [       OK ] openmp.mathematical_constants_pi (0 ms)
4: [ RUN      ] openmp.mathematical_constants_inv_pi
4: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
4: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] openmp.mathematical_constants_ln2
4: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_ln10
4: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_sqrt2
4: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_sqrt3
4: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
4: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_egamma
4: [       OK ] openmp.mathematical_constants_egamma (0 ms)
4: [ RUN      ] openmp.mathematical_constants_phi
4: [       OK ] openmp.mathematical_constants_phi (0 ms)
4: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
4: [       OK ] openmp.mathematical_functions_trigonometric_functions (5 ms)
4: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
4: [       OK ] openmp.mathematical_functions_hyperbolic_functions (4 ms)
4: [ RUN      ] openmp.mathematical_functions_non_standard
4: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
4: [ RUN      ] openmp.mathematical_functions_power_functions
4: [       OK ] openmp.mathematical_functions_power_functions (2 ms)
4: [ RUN      ] openmp.mathematical_functions_fma
4: [       OK ] openmp.mathematical_functions_fma (0 ms)
4: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
4: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (2 ms)
4: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (3 ms)
4: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (2 ms)
4: [ RUN      ] openmp.mathematical_functions_absolute_value
4: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
4: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] openmp.mathematical_functions_remainder_function
4: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] openmp.mathematical_functions_isfinite
4: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] openmp.mathematical_functions_isinf
4: [       OK ] openmp.mathematical_functions_isinf (0 ms)
4: [ RUN      ] openmp.mathematical_functions_isnan
4: [       OK ] openmp.mathematical_functions_isnan (0 ms)
4: [ RUN      ] openmp.mathematical_functions_exponential_functions
4: [       OK ] openmp.mathematical_functions_exponential_functions (5 ms)
4: [ RUN      ] openmp.mathspecialfunc_expint1
4: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
4: [ RUN      ] openmp.mathspecialfunc_errorfunc
4: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
4: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (2 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
4: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (3 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
4: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
4: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
4: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
4: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
4: [ RUN      ] openmp.mdrange_5d
4: [       OK ] openmp.mdrange_5d (50 ms)
4: [ RUN      ] openmp.mdrange_6d
4: [       OK ] openmp.mdrange_6d (143 ms)
4: [ RUN      ] openmp.mdrange_2d
4: [       OK ] openmp.mdrange_2d (3 ms)
4: [ RUN      ] openmp.mdrange_array_reduce
4: [       OK ] openmp.mdrange_array_reduce (0 ms)
4: [ RUN      ] openmp.mdrange_3d
4: [       OK ] openmp.mdrange_3d (16 ms)
4: [ RUN      ] openmp.mdrange_neg_idx
4: [       OK ] openmp.mdrange_neg_idx (71 ms)
4: [ RUN      ] openmp.mdrange_4d
4: [       OK ] openmp.mdrange_4d (15 ms)
4: [ RUN      ] openmp.mdrange_scalar
4: [       OK ] openmp.mdrange_scalar (0 ms)
4: [ RUN      ] openmp.mdrange_large_deep_copy
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o
4: [       OK ] openmp.mdrange_large_deep_copy (1231 ms)
4: [ RUN      ] openmp.md_range_policy_construction_from_arrays
4: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
[       OK ] serial.scatterview (18615 ms)
[ RUN      ] serial.scatterview_devicetype
[       OK ] serial.scatterview_devicetype (5 ms)
[ RUN      ] serial.staticcrsgraph
[       OK ] serial.staticcrsgraph (19 ms)
[ RUN      ] serial.UnorderedMap_insert
[ 96%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 96%] Built target Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_gather
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 57%] Linking CXX executable Kokkos_policy_performance
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 57%] Built target Kokkos_policy_performance
Scanning dependencies of target Kokkos_IncrementalTest_HIP
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_gups
[ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 58%] Linking CXX executable Kokkos_UnitTest_HIPGraph
[ 58%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_launch_latency
[ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 58%] Built target Kokkos_UnitTest_HIPGraph
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
4: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (6820 ms)
4: [ RUN      ] openmp.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
4: mdspan not enabled
4: [  SKIPPED ] openmp.mdspan_minimal_functional (0 ms)
4: [ RUN      ] openmp.max
4: [       OK ] openmp.max (0 ms)
4: [ RUN      ] openmp.max_within_parfor
4: [       OK ] openmp.max_within_parfor (0 ms)
4: [ RUN      ] openmp.min
4: [       OK ] openmp.min (0 ms)
4: [ RUN      ] openmp.min_within_parfor
4: [       OK ] openmp.min_within_parfor (0 ms)
4: [ RUN      ] openmp.minmax
4: [       OK ] openmp.minmax (0 ms)
4: [ RUN      ] openmp.minmax_within_parfor
4: [       OK ] openmp.minmax_within_parfor (0 ms)
4: [ RUN      ] openmp.clamp
4: [       OK ] openmp.clamp (0 ms)
4: [ RUN      ] openmp.clamp_within_parfor
4: [       OK ] openmp.clamp_within_parfor (0 ms)
4: [ RUN      ] openmp.numeric_traits_infinity
4: [       OK ] openmp.numeric_traits_infinity (0 ms)
4: [ RUN      ] openmp.numeric_traits_epsilon
4: [       OK ] openmp.numeric_traits_epsilon (0 ms)
4: [ RUN      ] openmp.numeric_traits_round_error
4: [       OK ] openmp.numeric_traits_round_error (0 ms)
4: [ RUN      ] openmp.numeric_traits_norm_min
4: [       OK ] openmp.numeric_traits_norm_min (0 ms)
4: [ RUN      ] openmp.numeric_traits_denorm_min
4: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] openmp.numeric_traits_finite_min_max
4: [       OK ] openmp.numeric_traits_finite_min_max (1 ms)
4: [ RUN      ] openmp.numeric_traits_digits
4: [       OK ] openmp.numeric_traits_digits (1 ms)
4: [ RUN      ] openmp.numeric_traits_digits10
4: [       OK ] openmp.numeric_traits_digits10 (1 ms)
4: [ RUN      ] openmp.numeric_traits_max_digits10
4: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] openmp.numeric_traits_radix
4: [       OK ] openmp.numeric_traits_radix (2 ms)
4: [ RUN      ] openmp.numeric_traits_min_max_exponent
4: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
4: [ RUN      ] openmp.numeric_traits_min_max_exponent10
4: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
4: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
4: [ RUN      ] openmp.numeric_traits_sfinae_friendly
4: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] openmp.occupancy_control
4: [       OK ] openmp.occupancy_control (0 ms)
4: [ RUN      ] openmp.view_aggregate
4: [       OK ] openmp.view_aggregate (0 ms)
4: [ RUN      ] openmp.memory_pool
4: [       OK ] openmp.memory_pool (74 ms)
4: [ RUN      ] openmp.cxx11
4: [       OK ] openmp.cxx11 (0 ms)
4: [ RUN      ] openmp.viewctorprop_embedded_dim
4: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
4: [ RUN      ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility
4: [       OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
4: [ RUN      ] openmp.parallel_scan_range_policy
4: [       OK ] openmp.parallel_scan_range_policy (43 ms)
4: [ RUN      ] openmp.kokkos_printf
4: [       OK ] openmp.kokkos_printf (0 ms)
4: [ RUN      ] openmp.quad_precision_reductions
4: [       OK ] openmp.quad_precision_reductions (0 ms)
4: [ RUN      ] openmp.quad_precision_common_math_functions
4: [       OK ] openmp.quad_precision_common_math_functions (0 ms)
4: [ RUN      ] openmp.range_for
4: [       OK ] openmp.range_for (1 ms)
4: [ RUN      ] openmp.range_reduce
4: [       OK ] openmp.range_reduce (1 ms)
4: [ RUN      ] openmp.range_dynamic_policy
4: [       OK ] openmp.range_dynamic_policy (23 ms)
4: [ RUN      ] openmp.range_policy_runtime_parameters
4: [       OK ] openmp.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] openmp.range_for_require
4: [       OK ] openmp.range_for_require (2 ms)
4: [ RUN      ] openmp.range_reduce_require
4: [       OK ] openmp.range_reduce_require (1 ms)
4: [ RUN      ] openmp.range_dynamic_policy_require
4: [       OK ] openmp.range_dynamic_policy_require (23 ms)
4: [ RUN      ] openmp.reducers_int
4: [       OK ] openmp.reducers_int (9 ms)
4: [ RUN      ] openmp.reducers_double
4: [       OK ] openmp.reducers_double (8 ms)
4: [ RUN      ] openmp.reducers_complex_double
4: [       OK ] openmp.reducers_complex_double (6 ms)
4: [ RUN      ] openmp.reducers_struct
4: [       OK ] openmp.reducers_struct (20 ms)
4: [ RUN      ] openmp.reducers_half_t
4: [       OK ] openmp.reducers_half_t (12 ms)
4: [ RUN      ] openmp.reducers_bhalf_t
4: [       OK ] openmp.reducers_bhalf_t (12 ms)
4: [ RUN      ] openmp.reducers_int8_t
4: [       OK ] openmp.reducers_int8_t (12 ms)
4: [ RUN      ] openmp.reducers_int16_t
4: [       OK ] openmp.reducers_int16_t (12 ms)
4: [ RUN      ] openmp.reducers_point_t
4: [       OK ] openmp.reducers_point_t (14 ms)
4: [ RUN      ] openmp.reducers_bool
4: [       OK ] openmp.reducers_bool (0 ms)
4: [ RUN      ] openmp.int64_t_reduce
4: [       OK ] openmp.int64_t_reduce (156 ms)
4: [ RUN      ] openmp.double_reduce
4: [       OK ] openmp.double_reduce (168 ms)
4: [ RUN      ] openmp.int64_t_reduce_dynamic
4: [       OK ] openmp.int64_t_reduce_dynamic (425 ms)
4: [ RUN      ] openmp.double_reduce_dynamic
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
4: [       OK ] openmp.double_reduce_dynamic (520 ms)
4: [ RUN      ] openmp.int64_t_reduce_dynamic_view
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
4: [       OK ] openmp.int64_t_reduce_dynamic_view (111 ms)
4: [ RUN      ] openmp.int_combined_reduce
4: [       OK ] openmp.int_combined_reduce (0 ms)
4: [ RUN      ] openmp.mdrange_combined_reduce
4: [       OK ] openmp.mdrange_combined_reduce (0 ms)
4: [ RUN      ] openmp.int_combined_reduce_mixed
4: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
4: [ RUN      ] openmp.reduction_deduction
4: [       OK ] openmp.reduction_deduction (0 ms)
4: [ RUN      ] openmp.reduce_device_view_range_policy
4: [       OK ] openmp.reduce_device_view_range_policy (17 ms)
4: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
4: [       OK ] openmp.reduce_device_view_mdrange_policy (1272 ms)
4: [ RUN      ] openmp.reduce_device_view_team_policy
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 96%] Linking CXX executable Kokkos_gups
[ 96%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_stream
[ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
4: [       OK ] openmp.reduce_device_view_team_policy (796 ms)
4: [ RUN      ] openmp.impl_shared_alloc
4: [       OK ] openmp.impl_shared_alloc (28 ms)
4: [ RUN      ] openmp.kokkos_swap
4: [       OK ] openmp.kokkos_swap (0 ms)
4: [ RUN      ] openmp.team_for
4: [       OK ] openmp.team_for (413 ms)
4: [ RUN      ] openmp.team_reduce
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
4: [       OK ] openmp.team_reduce (267 ms)
4: [ RUN      ] openmp.team_reduce_large
[ 99%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
4: [       OK ] openmp.team_reduce_large (740 ms)
4: [ RUN      ] openmp.team_parallel_single
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 97%] Linking CXX executable Kokkos_launch_latency
[ 97%] Built target Kokkos_launch_latency
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 99%] Built target Kokkos_CoreUnitTest_Serial2
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[ 97%] Linking CXX executable Kokkos_stream
[ 97%] Built target Kokkos_stream
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 61%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 61%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOutOfBoundsAccess.cpp.o
[ 97%] Linking CXX executable Kokkos_gather
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 97%] Built target Kokkos_gather
Scanning dependencies of target Kokkos_policy_performance
[ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
Scanning dependencies of target Kokkos_bytes_and_flops
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 61%] Built target Kokkos_CoreUnitTest_ToolIndependence
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph
[ 61%] Built target Kokkos_CoreUnitTest_OpenMPGraph
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 61%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 61%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 61%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.cpp.o
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 61%] Built target Kokkos_CoreUnitTest_Develop
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.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_ViewMapping_subview.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.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
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
4: [       OK ] openmp.team_parallel_single (31405 ms)
4: [ RUN      ] openmp.large_team_scratch_size
4: [       OK ] openmp.large_team_scratch_size (0 ms)
4: [ RUN      ] openmp.team_broadcast_long
4: [       OK ] openmp.team_broadcast_long (715 ms)
4: [ RUN      ] openmp.team_broadcast_long_wrapper
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
4: [       OK ] openmp.team_broadcast_long_wrapper (700 ms)
4: [ RUN      ] openmp.team_broadcast_char
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
4: [       OK ] openmp.team_broadcast_char (693 ms)
4: [ RUN      ] openmp.team_broadcast_float
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
4: [       OK ] openmp.team_broadcast_float (692 ms)
4: [ RUN      ] openmp.team_broadcast_double
[       OK ] cuda.scatterview (70780 ms)
[ RUN      ] cuda.scatterview_devicetype
[       OK ] cuda.scatterview_devicetype (28 ms)
[ RUN      ] cuda.staticcrsgraph
[       OK ] cuda.staticcrsgraph (34 ms)
[ RUN      ] cuda.UnorderedMap_insert
[       OK ] serial.UnorderedMap_insert (49946 ms)
[ RUN      ] serial.UnorderedMap_failed_insert
4: [       OK ] openmp.team_broadcast_double (689 ms)
4: [ RUN      ] openmp.team_handle_by_value
4: [       OK ] openmp.team_handle_by_value (0 ms)
4: [ RUN      ] openmp.team_vector
[100%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[       OK ] cuda.UnorderedMap_insert (7809 ms)
[ RUN      ] cuda.UnorderedMap_failed_insert
[100%] Built target Kokkos_CoreUnitTest_HIP
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: Kokkos_CoreUnitTest_Serial1

1: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: [==========] Running 184 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
[       OK ] cuda.UnorderedMap_failed_insert (1058 ms)
[ RUN      ] cuda.UnorderedMap_deep_copy
[       OK ] cuda.UnorderedMap_deep_copy (7 ms)
[ RUN      ] cuda.UnorderedMap_valid_empty
[       OK ] cuda.UnorderedMap_valid_empty (1 ms)
[ RUN      ] cuda.UnorderedMap_clear_zero_size
[       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
[ RUN      ] cuda.UnorderedMap_consistent_size
[       OK ] cuda.UnorderedMap_consistent_size (0 ms)
[ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
[       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
[ RUN      ] cuda.UnorderedMap_lambda_capturable
[       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
[ RUN      ] cuda.UnorderedMap_constructor_view_alloc
[       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
[ RUN      ] cuda.viewctorprop_embedded_dim
[       OK ] cuda.viewctorprop_embedded_dim (0 ms)
[----------] 42 tests from cuda (79805 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (79805 ms total)
[  PASSED  ] 42 tests.
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
1: [       OK ] serial_DeathTest.abort_from_host (1108 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
4: [       OK ] openmp.team_vector (2871 ms)
4: [ RUN      ] openmp.triple_nested_parallelism
4: [       OK ] openmp.triple_nested_parallelism (477 ms)
4: [ RUN      ] openmp.parallel_scan_with_reducers
4: [       OK ] openmp.parallel_scan_with_reducers (64 ms)
4: [ RUN      ] openmp.team_thread_range_combined_reducers
4: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] openmp.thread_vector_range_combined_reducers
4: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] openmp.team_vector_range_combined_reducers
4: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
4: [       OK ] openmp.TeamThreadMDRangeParallelFor (6 ms)
4: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
4: [       OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms)
4: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
4: [       OK ] openmp.TeamVectorMDRangeParallelFor (6 ms)
4: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
4: [       OK ] openmp.TeamThreadMDRangeParallelReduce (9 ms)
4: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
4: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (9 ms)
4: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
4: [       OK ] openmp.TeamVectorMDRangeParallelReduce (8 ms)
4: [ RUN      ] openmp.team_policy_runtime_parameters
4: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] openmp.team_reduction_scan
1: [       OK ] serial_DeathTest.abort_from_device (1388 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.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_H.dir/TestStdAlgorithmsCommon.cpp.o
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1060 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1059 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (0 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: [       OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
1: [----------] 7 tests from serial_DeathTest (4617 ms total)
1: 
1: [----------] 177 tests from serial
1: [ RUN      ] serial.array_capacity
1: [       OK ] serial.array_capacity (0 ms)
1: [ RUN      ] serial.array_element_access
1: [       OK ] serial.array_element_access (0 ms)
1: [ RUN      ] serial.array_zero_capacity
1: [       OK ] serial.array_zero_capacity (0 ms)
1: [ RUN      ] serial.array_zero_data_nullptr
1: [       OK ] serial.array_zero_data_nullptr (0 ms)
1: [ RUN      ] serial.array_contiguous_capacity
1: [       OK ] serial.array_contiguous_capacity (0 ms)
1: [ RUN      ] serial.array_contiguous_element_access
1: [       OK ] serial.array_contiguous_element_access (0 ms)
1: [ RUN      ] serial.array_contiguous_assignment
1: [       OK ] serial.array_contiguous_assignment (0 ms)
1: [ RUN      ] serial.array_strided_capacity
1: [       OK ] serial.array_strided_capacity (0 ms)
1: [ RUN      ] serial.array_strided_element_access
1: [       OK ] serial.array_strided_element_access (0 ms)
1: [ RUN      ] serial.array_strided_assignment
1: [       OK ] serial.array_strided_assignment (0 ms)
1: [ RUN      ] serial.atomic_operations_complexdouble
1: [       OK ] serial.atomic_operations_complexdouble (0 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (0 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (0 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (0 ms)
1: [ RUN      ] serial.atomic_shared
1: [       OK ] serial.atomic_shared (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (0 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (2 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
1: [       OK ] serial.atomic_views_integral (69 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (40 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (0 ms)
1: [ RUN      ] serial.bit_manip_countl_zero
1: [       OK ] serial.bit_manip_countl_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countl_one
1: [       OK ] serial.bit_manip_countl_one (0 ms)
1: [ RUN      ] serial.bit_manip_countr_zero
1: [       OK ] serial.bit_manip_countr_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countr_one
1: [       OK ] serial.bit_manip_countr_one (0 ms)
1: [ RUN      ] serial.bit_manip_popcount
1: [       OK ] serial.bit_manip_popcount (0 ms)
1: [ RUN      ] serial.bit_manip_has_single_bit
1: [       OK ] serial.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] serial.bit_manip_bit_floor
1: [       OK ] serial.bit_manip_bit_floor (0 ms)
1: [ RUN      ] serial.bit_manip_bit_ceil
1: [       OK ] serial.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] serial.bit_manip_bit_width
1: [       OK ] serial.bit_manip_bit_width (0 ms)
1: [ RUN      ] serial.bit_manip_rotl
1: [       OK ] serial.bit_manip_rotl (0 ms)
1: [ RUN      ] serial.bit_manip_rotr
1: [       OK ] serial.bit_manip_rotr (0 ms)
1: [ RUN      ] serial.bit_manip_byeswap
1: [       OK ] serial.bit_manip_byeswap (0 ms)
1: [ RUN      ] serial.bit_manip_bit_cast
1: [       OK ] serial.bit_manip_bit_cast (0 ms)
1: [ RUN      ] serial.test_block_deduction_bug_pr_3103
1: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] serial.checked_integer_operations_multiply_overflow
1: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] serial.execution_policy_occupancy_and_hint
1: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] serial.complex_construction
1: [       OK ] serial.complex_construction (0 ms)
1: [ RUN      ] serial.complex_basic_math
1: [       OK ] serial.complex_basic_math (0 ms)
1: [ RUN      ] serial.complex_special_funtions
1: [       OK ] serial.complex_special_funtions (0 ms)
1: [ RUN      ] serial.complex_io
1: [       OK ] serial.complex_io (0 ms)
1: [ RUN      ] serial.complex_trivially_copyable
1: [       OK ] serial.complex_trivially_copyable (0 ms)
1: [ RUN      ] serial.complex_issue_3865
1: [       OK ] serial.complex_issue_3865 (0 ms)
1: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
1: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] serial.crs_count_fill
1: [       OK ] serial.crs_count_fill (0 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (1 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (1 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (19 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (0 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (0 ms)
1: [ RUN      ] serial.execution_space_as_class_data_member
1: [       OK ] serial.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] serial.functor_analysis
1: [       OK ] serial.functor_analysis (0 ms)
1: [ RUN      ] serial.host_shared_ptr_use_count
1: [       OK ] serial.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] serial.host_shared_ptr_get
1: [       OK ] serial.host_shared_ptr_get (0 ms)
1: [ RUN      ] serial.host_shared_ptr_dereference_on_device
1: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_special_members_on_device
1: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_tracking
1: [       OK ] serial.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] serial.init
1: [       OK ] serial.init (0 ms)
1: [ RUN      ] serial.dispatch
1: [       OK ] serial.dispatch (1 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2178 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (7771 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (540 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (543 ms)
1: [ RUN      ] serial.deep_copy_scratch
1: [       OK ] serial.deep_copy_scratch (0 ms)
1: [ RUN      ] serial.mathematical_constants_e
1: [       OK ] serial.mathematical_constants_e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log2e
1: [       OK ] serial.mathematical_constants_log2e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log10e
1: [       OK ] serial.mathematical_constants_log10e (0 ms)
1: [ RUN      ] serial.mathematical_constants_pi
1: [       OK ] serial.mathematical_constants_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_pi
1: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
1: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln2
1: [       OK ] serial.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln10
1: [       OK ] serial.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt2
1: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt3
1: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrt3
1: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_egamma
1: [       OK ] serial.mathematical_constants_egamma (0 ms)
1: [ RUN      ] serial.mathematical_constants_phi
1: [       OK ] serial.mathematical_constants_phi (0 ms)
1: [ RUN      ] serial.mathematical_functions_trigonometric_functions
1: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_non_standard
1: [       OK ] serial.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] serial.mathematical_functions_power_functions
1: [       OK ] serial.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_fma
1: [       OK ] serial.mathematical_functions_fma (0 ms)
1: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
1: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_absolute_value
1: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
1: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_remainder_function
1: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] serial.mathematical_functions_isfinite
1: [       OK ] serial.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] serial.mathematical_functions_isinf
1: [       OK ] serial.mathematical_functions_isinf (0 ms)
1: [ RUN      ] serial.mathematical_functions_isnan
1: [       OK ] serial.mathematical_functions_isnan (0 ms)
1: [ RUN      ] serial.mathematical_functions_exponential_functions
1: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
1: [ RUN      ] serial.mathspecialfunc_expint1
1: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_errorfunc
1: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
1: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
1: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
1: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
1: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
1: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] serial.mdrange_5d
1: [       OK ] serial.mdrange_5d (23 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (90 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (5 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (67 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (5 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
1: [       OK ] serial.mdrange_large_deep_copy (386 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3016 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
1: mdspan not enabled
1: [  SKIPPED ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.max
1: [       OK ] serial.max (0 ms)
1: [ RUN      ] serial.max_within_parfor
1: [       OK ] serial.max_within_parfor (2 ms)
1: [ RUN      ] serial.min
1: [       OK ] serial.min (0 ms)
1: [ RUN      ] serial.min_within_parfor
1: [       OK ] serial.min_within_parfor (0 ms)
1: [ RUN      ] serial.minmax
1: [       OK ] serial.minmax (0 ms)
1: [ RUN      ] serial.minmax_within_parfor
1: [       OK ] serial.minmax_within_parfor (0 ms)
1: [ RUN      ] serial.clamp
1: [       OK ] serial.clamp (0 ms)
1: [ RUN      ] serial.clamp_within_parfor
1: [       OK ] serial.clamp_within_parfor (0 ms)
1: [ RUN      ] serial.numeric_traits_infinity
1: [       OK ] serial.numeric_traits_infinity (0 ms)
1: [ RUN      ] serial.numeric_traits_epsilon
1: [       OK ] serial.numeric_traits_epsilon (0 ms)
1: [ RUN      ] serial.numeric_traits_round_error
1: [       OK ] serial.numeric_traits_round_error (0 ms)
1: [ RUN      ] serial.numeric_traits_norm_min
1: [       OK ] serial.numeric_traits_norm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_denorm_min
1: [       OK ] serial.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_finite_min_max
1: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] serial.numeric_traits_digits
1: [       OK ] serial.numeric_traits_digits (0 ms)
1: [ RUN      ] serial.numeric_traits_digits10
1: [       OK ] serial.numeric_traits_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_max_digits10
1: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_radix
1: [       OK ] serial.numeric_traits_radix (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent
1: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent10
1: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
1: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] serial.numeric_traits_sfinae_friendly
1: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] serial.occupancy_control
1: [       OK ] serial.occupancy_control (0 ms)
1: [ RUN      ] serial.view_aggregate
1: [       OK ] serial.view_aggregate (0 ms)
1: [ RUN      ] serial.memory_pool
1: [       OK ] serial.memory_pool (30 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (2 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (0 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_dynamic_policy
1: [       OK ] serial.range_dynamic_policy (0 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (0 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (1 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (1 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (76 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (234 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
1: [       OK ] serial.int64_t_reduce_dynamic (1072 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1081 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (223 ms)
1: [ RUN      ] serial.int_combined_reduce
1: [       OK ] serial.int_combined_reduce (0 ms)
1: [ RUN      ] serial.mdrange_combined_reduce
1: [       OK ] serial.mdrange_combined_reduce (0 ms)
1: [ RUN      ] serial.int_combined_reduce_mixed
1: [       OK ] serial.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] serial.reduction_deduction
1: [       OK ] serial.reduction_deduction (0 ms)
1: [ RUN      ] serial.reduce_device_view_range_policy
1: [       OK ] serial.reduce_device_view_range_policy (5 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
[       OK ] serial.UnorderedMap_failed_insert (22359 ms)
[ RUN      ] serial.UnorderedMap_deep_copy
[       OK ] serial.UnorderedMap_deep_copy (13 ms)
[ RUN      ] serial.UnorderedMap_valid_empty
[       OK ] serial.UnorderedMap_valid_empty (0 ms)
[ RUN      ] serial.UnorderedMap_clear_zero_size
[       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
[ RUN      ] serial.UnorderedMap_consistent_size
[       OK ] serial.UnorderedMap_consistent_size (0 ms)
[ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
[       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
[ RUN      ] serial.UnorderedMap_lambda_capturable
[       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
[ RUN      ] serial.UnorderedMap_constructor_view_alloc
[       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
[ RUN      ] serial.viewctorprop_embedded_dim
[       OK ] serial.viewctorprop_embedded_dim (0 ms)
[----------] 42 tests from serial (99873 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (99873 ms total)
[  PASSED  ] 41 tests.
[  SKIPPED ] 1 test, listed below:
[  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests'
make -C containers/performance_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
./KokkosContainers_PerformanceTest_Cuda
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from TEST_CATEGORY
[ RUN      ] TEST_CATEGORY.dynrankview_perf
Cuda
 DynRankView vs View: Initialization Only 
 View time (init only): 0.00121134
 View sum computation time: 0.00121134
 Strided View time (init only): 0.00116028
 View Rank7 time (init only): 0.00123077
 DynRankView time (init only): 0.0012487
 DynRankView sum computation time: 0.00188154
 Ratio of View to DynRankView time: 0.97008
 Ratio of View to DynRankView sum computation time: 0.859843
 Ratio of View to View Rank7  time: 0.984216
 Ratio of StrideView to DynRankView time: 0.929191
 Ratio of DynRankView to View Rank7  time: 1.01457
[       OK ] TEST_CATEGORY.dynrankview_perf (18 ms)
[ RUN      ] TEST_CATEGORY.global_2_local
Cuda
size, create, generate, fill, find
256, 0.00031291, 3.9552e-05, 0.00308304, 0.00231652
512, 0.000188814, 1.4389e-05, 2.4564e-05, 0.00220847
1024, 0.000174317, 1.3895e-05, 2.3526e-05, 0.00225289
2048, 0.000176493, 1.2443e-05, 2.4591e-05, 0.0022768
4096, 0.000182108, 1.3037e-05, 2.5562e-05, 0.00229105
8192, 0.000183748, 1.3281e-05, 2.7909e-05, 0.002306
16384, 0.000186507, 1.3155e-05, 3.3124e-05, 0.00234112
32768, 0.000185587, 1.3397e-05, 3.6003e-05, 0.00253138
65536, 0.000197322, 1.5365e-05, 4.4937e-05, 0.00279491
131072, 0.000189987, 1.4401e-05, 6.6473e-05, 0.00337587
262144, 0.000223599, 1.6897e-05, 0.000152253, 0.00618856
524288, 0.000223619, 2.0021e-05, 0.000536398, 0.019619
1048576, 0.000730076, 2.9575e-05, 0.00138758, 0.0475882
2097152, 0.000519629, 4.3055e-05, 0.00304251, 0.10959
4194304, 0.000770898, 6.775e-05, 0.00682557, 0.23633
[       OK ] TEST_CATEGORY.global_2_local (465 ms)
[ RUN      ] TEST_CATEGORY.unordered_map_performance_near
skipping test
[       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
[ RUN      ] TEST_CATEGORY.unordered_map_performance_far
skipping test
[       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
[----------] 4 tests from TEST_CATEGORY (484 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (484 ms total)
[  PASSED  ] 4 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests'
make -C algorithms/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6907 CXX=/var/jenkins/workspace/Kokkos_PR-6907/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6907 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
./KokkosAlgorithms_UnitTest_Cuda
./KokkosAlgorithms_UnitTest_Serial
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from serial
[ RUN      ] serial.Random_XorShift64
Test Seed:1711684699918426078
Test Scalar=int
 -- Testing randomness properties
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from cuda
[ RUN      ] cuda.Random_XorShift64
Test Seed:1711684699929098770
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0065001 -0.00239798 || 0.051031 28029 29341 || 28489.2 28674.4 || -33.1496 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00214714 -0.0047419 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00724737 -0.0166465 || 0.051031 27938 29302 || 28468.1 28674.4 || -230.121 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.000380251 -0.000775071 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0200517 -0.0100989 || 0.051031 28003 29352 || 28110.7 28674.4 || -139.607 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.000589566 0.00119936 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00774965 -0.00152471 || 0.051031 28034 29385 || 28453.9 28674.4 || -21.0775 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0376203 -0.00513139 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000244624 -0.99999 -48244.4 || 0.051031 0 195274 || 2.92865e+09 28674.4 || -6.6693e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000732784 -0.304512 0.148271 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.0019595 -0.999999 -57856.3 || 0.051031 0 1.55261e+06 || 2.86901e+10 28674.4 || -7.99805e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588891 -0.96793 10.3118 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.6091e-07 -0.0145323 -0.0179078 || 0.051031 28014 29275 || 29097.2 28674.4 || -247.558 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.96226e-07 -0.00372439 0.00979097 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00180583 0.00199894 || 0.051031 28013 29344 || 28726.3 28674.4 || 27.6333 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00637985 -0.000317495 || 0.051031 1e+64 -1e+64
Test Seed:1711684700059564617
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0247371 0.0281734 || 0.051031 28038 29443 || 29401.7 28674.4 || 389.47 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00393648 0.00449032 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00263595 0.0112417 || 0.051031 28020 29295 || 28599 28674.4 || 155.405 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0176949 -0.00114004 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00553193 -0.000275412 || 0.051031 28001 29298 || 28516.6 28674.4 || -3.80729 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00576363 0.00109141 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.014621 -0.0137678 || 0.051031 27830 29328 || 28261.2 28674.4 || -190.327 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00709376 0.00356164 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000246519 -0.99999 -48242.8 || 0.051031 0 194942 || 2.92856e+09 28674.4 || -6.66908e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00073843 -0.302846 0.123098 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195727 -0.999999 -57858.4 || 0.051031 0 1.55186e+06 || 2.86916e+10 28674.4 || -7.99834e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588152 -0.96785 10.3323 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.76045e-07 -0.00219643 0.00128984 || 0.051031 28022 29369 || 28737.5 28674.4 || 17.8307 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.41632e-07 -0.00709023 0.00917748 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.013785 -0.00647901 || 0.051031 28010 29331 || 28284.5 28674.4 || -89.5659 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00310198 -0.00144558 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift64 (263 ms)
[ RUN      ] cuda.Random_XorShift1024_0
Test Seed:1711684700192559428
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
1: [       OK ] serial.reduce_device_view_mdrange_policy (1675 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (203 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (4 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 177 tests from serial (19397 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 184 tests from 2 test suites ran. (24014 ms total)
1: [  PASSED  ] 183 tests.
1: [  SKIPPED ] 1 test, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0106443 0.0054266 || 0.051031 10954 11780 || 11499.4 11377 || 75.0174 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00731087 -0.00233345 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0200934 -0.00781961 || 0.051031 10965 11786 || 11610.2 11377 || -108.098 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.000447981 -0.00222309 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.014852 0.0104106 || 0.051031 10906 11782 || 11210.5 11377 || 143.916 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00331013 -0.00148175 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0010863 -0.000222144 || 0.051031 11000 11802 || 11364.6 11377 || -3.07092 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0129145 -0.000673613 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000243182 -0.999975 -7595.24 || 0.051031 0 77695 || 4.6102e+08 11377 || -1.04997e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000729176 -0.156821 0.0283208 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195705 -0.999997 -9108.11 || 0.051031 0 616957 || 4.51721e+09 11377 || -1.2591e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588239 -0.922911 1.61902 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.79744e-07 0.017736 0.00439317 || 0.051031 10991 11782 || 11178.7 11377 || 60.7312 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.43323e-07 0.0166138 0.00151385 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00243651 -0.000606988 || 0.051031 10971 11867 || 11404.7 11377 || -8.39101 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0187352 0.0016454 || 0.051031 1e+64 -1e+64
Test Seed:1711684700381468683
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00955603 0.013488 || 0.051031 10986 11793 || 11486.7 11377 || 186.458 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.01262 -0.00244181 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0204374 -0.00937889 || 0.051031 10975 11811 || 11149.1 11377 || -129.654 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0112593 -0.000562268 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0164744 0.00863541 || 0.051031 11017 11820 || 11192.6 11377 || 119.376 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00337795 0.00166906 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0193841 -0.00652123 || 0.051031 11008 11823 || 11601.8 11377 || -90.1495 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00699719 0.00325259 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00024317 -0.999975 -7594.75 || 0.051031 0 77717 || 4.61006e+08 11377 || -1.0499e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000729157 -0.138045 0.0206394 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195827 -0.999997 -9108.13 || 0.051031 0 616491 || 4.51681e+09 11377 || -1.25911e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588596 -0.922333 1.61309 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 1/52 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   24.43 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
 -- Testing 1-D histogram
Density 1D: 2.73387e-07 -8.94265e-06 -0.00126363 || 0.051031 10983 11791 || 11377.1 11377 || -17.4684 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.24249e-07 0.011603 0.00362215 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.022867 -0.00644953 || 0.051031 10997 11786 || 11122.6 11377 || -89.1583 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0173705 -0.00120812 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift1024_0 (504 ms)
[ RUN      ] cuda.Multi_streams
2: [==========] Running 126 tests from 2 test suites.
2: [----------] Global test environment set-up.
2: [----------] 8 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: [       OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 64%] Linking CXX executable Kokkos_bytes_and_flops
[ 64%] Built target Kokkos_bytes_and_flops
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[       OK ] cuda.Multi_streams (1989 ms)
[ RUN      ] cuda.SortUnsignedValueType
[       OK ] cuda.SortUnsignedValueType (22 ms)
[ RUN      ] cuda.SortEmptyView
[       OK ] cuda.SortEmptyView (0 ms)
[ RUN      ] cuda.BinSortGenericTests
[       OK ] cuda.BinSortGenericTests (22 ms)
[ RUN      ] cuda.BinSortEmptyView
[       OK ] cuda.BinSortEmptyView (0 ms)
[ RUN      ] cuda.BinSortEmptyKeysView
[       OK ] cuda.BinSortEmptyKeysView (0 ms)
[ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 65%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 65%] Built target Kokkos_push_finalize_hook_terminate
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7445 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (7497 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
2: [----------] 8 tests from serial_DeathTest (14943 ms total)
2: 
2: [----------] 118 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce
2: [       OK ] serial.team_reduce (0 ms)
2: [ RUN      ] serial.team_reduce_large
2: [       OK ] serial.team_reduce_large (383 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (9 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (4 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (466 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (56 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (6 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (7 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (7 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
2: [       OK ] serial.team_reduction_scan (65 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (89 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (37 ms)
2: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
2: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
2: [ RUN      ] serial.repeated_team_reduce
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00743552 -0.018643 || 0.051031 28015 29296 || 28462.8 28674.4 || -257.721 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0133305 0.00427767 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
2: [       OK ] serial.repeated_team_reduce (7011 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (88 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (76 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (25 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (2 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (25 ms)
2: [ RUN      ] serial.scratch_align
2: [       OK ] serial.scratch_align (0 ms)
2: [ RUN      ] serial.shmem_size
2: [       OK ] serial.shmem_size (0 ms)
2: [ RUN      ] serial.multi_level_scratch
2: [       OK ] serial.multi_level_scratch (2 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (1 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (1 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (0 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (0 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (3 ms)
2: [ RUN      ] serial.view_api_b
2: [       OK ] serial.view_api_b (0 ms)
2: [ RUN      ] serial.view_api_c
2: [       OK ] serial.view_api_c (3 ms)
2: [ RUN      ] serial.view_api_d
2: [       OK ] serial.view_api_d (0 ms)
2: [ RUN      ] serial.view_allocation_error
2: [       OK ] serial.view_allocation_error (1 ms)
2: [ RUN      ] serial.view_remap
2: [       OK ] serial.view_remap (0 ms)
2: [ RUN      ] serial.view_mirror_nonconst
2: [       OK ] serial.view_mirror_nonconst (0 ms)
2: [ RUN      ] serial.view_stride_method
2: [       OK ] serial.view_stride_method (0 ms)
2: [ RUN      ] serial.anonymous_space
2: [       OK ] serial.anonymous_space (0 ms)
2: [ RUN      ] serial.view_overload_resolution
2: [       OK ] serial.view_overload_resolution (0 ms)
2: [ RUN      ] serial.view_allocation_large_rank
2: [       OK ] serial.view_allocation_large_rank (900 ms)
2: [ RUN      ] serial.view_shmem_size_on_device
2: [       OK ] serial.view_shmem_size_on_device (0 ms)
2: [ RUN      ] serial.view_is_assignable
2: [       OK ] serial.view_is_assignable (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (2 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (42 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (41 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (65 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (1 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (0 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (1 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (112 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_left
2: [       OK ] serial.view_subview_auto_1d_left (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_right
2: [       OK ] serial.view_subview_auto_1d_right (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_stride
2: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (3 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (3 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (116 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (116 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (116 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (140 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (140 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (140 ms)
2: [ RUN      ] serial.view_test_unmanaged_subview_reset
2: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
2: [ RUN      ] serial.view_subview_memory_traits_construction
2: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
2: [----------] 118 tests from serial (10347 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 126 tests from 2 test suites ran. (25291 ms total)
2: [  PASSED  ] 123 tests.
2: [  SKIPPED ] 3 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/52 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   25.69 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Test timeout computed to be: 1500
3: [==========] Running 5 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 5 tests from serial_count_bugs
3: [ RUN      ] serial_count_bugs.launch_one
3: [       OK ] serial_count_bugs.launch_one (0 ms)
3: [ RUN      ] serial_count_bugs.launch_one_rvalue
3: [       OK ] serial_count_bugs.launch_one_rvalue (0 ms)
3: [ RUN      ] serial_count_bugs.launch_six
3: [       OK ] serial_count_bugs.launch_six (0 ms)
3: [ RUN      ] serial_count_bugs.when_all_cycle
3: [       OK ] serial_count_bugs.when_all_cycle (0 ms)
3: [ RUN      ] serial_count_bugs.zero_work_reduce
3: [       OK ] serial_count_bugs.zero_work_reduce (0 ms)
3: [----------] 5 tests from serial_count_bugs (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/52 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.41 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIP

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_HIP
4: Test timeout computed to be: 1500
4: [==========] Running 367 tests from 4 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from hip_DeathTest
4: [ RUN      ] hip_DeathTest.abort_from_host
4: [       OK ] hip_DeathTest.abort_from_host (1075 ms)
4: [ RUN      ] hip_DeathTest.abort_from_device
4: [       OK ] hip_DeathTest.abort_from_device (1117 ms)
4: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
4: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1079 ms)
4: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1084 ms)
4: [ RUN      ] hip_DeathTest.policy_invalid_bounds
4: [       OK ] hip_DeathTest.policy_invalid_bounds (0 ms)
4: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
4: [       OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms)
4: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
4: [       OK ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_stat
4: [       OK ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_mix
4: [       OK ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_static_extents
4: [       OK ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.45775e-07 -0.0117484 0.00759377 || 0.051031 27943 29336 || 29015.3 28674.4 || 104.976 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.5082e-07 -0.00345355 0.00810996 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
4: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7612 ms)
4: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
4: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (7588 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 67%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 67%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0147836 -0.0228086 || 0.051031 28031 29365 || 28256.7 28674.4 || -315.306 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00291909 -0.00154606 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 68%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 68%] Built target Kokkos_IncrementalTest_HIP
Scanning dependencies of target Kokkos_ToolsInitialization
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 69%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 69%] Built target Kokkos_ProfilingAllCalls
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (19557 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_b.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 92%] 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_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 70%] Linking CXX executable Kokkos_ToolsInitialization
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 71%] Built target Kokkos_ToolsInitialization
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00014887 0.0289471 || 0.051031 28016 29265 || 28670.1 28674.4 || 400.165 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0036553 0.00869856 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (21515 ms)
4: [----------] 15 tests from hip_DeathTest (60631 ms total)
4: 
4: [----------] 274 tests from hip
4: [ RUN      ] hip.array_capacity
4: [       OK ] hip.array_capacity (0 ms)
4: [ RUN      ] hip.array_element_access
4: [       OK ] hip.array_element_access (0 ms)
4: [ RUN      ] hip.array_zero_capacity
4: [       OK ] hip.array_zero_capacity (0 ms)
4: [ RUN      ] hip.array_zero_data_nullptr
4: [       OK ] hip.array_zero_data_nullptr (0 ms)
4: [ RUN      ] hip.array_contiguous_capacity
4: [       OK ] hip.array_contiguous_capacity (0 ms)
4: [ RUN      ] hip.array_contiguous_element_access
4: [       OK ] hip.array_contiguous_element_access (0 ms)
4: [ RUN      ] hip.array_contiguous_assignment
4: [       OK ] hip.array_contiguous_assignment (0 ms)
4: [ RUN      ] hip.array_strided_capacity
4: [       OK ] hip.array_strided_capacity (0 ms)
4: [ RUN      ] hip.array_strided_element_access
4: [       OK ] hip.array_strided_element_access (0 ms)
4: [ RUN      ] hip.array_strided_assignment
4: [       OK ] hip.array_strided_assignment (0 ms)
4: [ RUN      ] hip.atomic_operations_complexdouble
4: [       OK ] hip.atomic_operations_complexdouble (8 ms)
4: [ RUN      ] hip.atomic_operations_complexfloat
4: [       OK ] hip.atomic_operations_complexfloat (7 ms)
4: [ RUN      ] hip.atomic_operations_double
4: [       OK ] hip.atomic_operations_double (9 ms)
4: [ RUN      ] hip.atomic_operations_float
4: [       OK ] hip.atomic_operations_float (7 ms)
4: [ RUN      ] hip.atomic_operations_int
4: [       OK ] hip.atomic_operations_int (19 ms)
4: [ RUN      ] hip.atomic_operations_long
4: [       OK ] hip.atomic_operations_long (19 ms)
4: [ RUN      ] hip.atomic_operations_longlong
4: [       OK ] hip.atomic_operations_longlong (19 ms)
4: [ RUN      ] hip.atomic_shared
4: [       OK ] hip.atomic_shared (1 ms)
4: [ RUN      ] hip.atomic_operations_unsigned
4: [       OK ] hip.atomic_operations_unsigned (16 ms)
4: [ RUN      ] hip.atomic_operations_unsignedlong
4: [       OK ] hip.atomic_operations_unsignedlong (15 ms)
4: [ RUN      ] hip.atomics
4: [       OK ] hip.atomics (644 ms)
4: [ RUN      ] hip.atomics_tpetra_max_abs
4: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] hip.atomic_views_integral
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 72%] Linking CXX executable Kokkos_StackTraceTestExec
[ 72%] Built target Kokkos_StackTraceTestExec
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (91123 ms)
[ RUN      ] cuda.NestedSort
[       OK ] cuda.NestedSort (118 ms)
[ RUN      ] cuda.NestedSortByKey
[       OK ] cuda.NestedSortByKey (526 ms)
[ RUN      ] cuda.SortWithCustomComparator
[       OK ] cuda.SortWithCustomComparator (2482 ms)
[----------] 12 tests from cuda (97054 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (97054 ms total)
[  PASSED  ] 12 tests.
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
4: [       OK ] hip.atomic_views_integral (8327 ms)
4: [ RUN      ] hip.atomic_views_nonintegral
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
4: [       OK ] hip.atomic_views_nonintegral (7620 ms)
4: [ RUN      ] hip.atomic_view_api
4: [       OK ] hip.atomic_view_api (0 ms)
4: [ RUN      ] hip.bit_manip_countl_zero
4: [       OK ] hip.bit_manip_countl_zero (20 ms)
4: [ RUN      ] hip.bit_manip_countl_one
4: [       OK ] hip.bit_manip_countl_one (0 ms)
4: [ RUN      ] hip.bit_manip_countr_zero
4: [       OK ] hip.bit_manip_countr_zero (0 ms)
4: [ RUN      ] hip.bit_manip_countr_one
4: [       OK ] hip.bit_manip_countr_one (0 ms)
4: [ RUN      ] hip.bit_manip_popcount
4: [       OK ] hip.bit_manip_popcount (0 ms)
4: [ RUN      ] hip.bit_manip_has_single_bit
4: [       OK ] hip.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] hip.bit_manip_bit_floor
4: [       OK ] hip.bit_manip_bit_floor (0 ms)
4: [ RUN      ] hip.bit_manip_bit_ceil
4: [       OK ] hip.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] hip.bit_manip_bit_width
4: [       OK ] hip.bit_manip_bit_width (0 ms)
4: [ RUN      ] hip.bit_manip_rotl
4: [       OK ] hip.bit_manip_rotl (0 ms)
4: [ RUN      ] hip.bit_manip_rotr
4: [       OK ] hip.bit_manip_rotr (0 ms)
4: [ RUN      ] hip.bit_manip_byeswap
4: [       OK ] hip.bit_manip_byeswap (0 ms)
4: [ RUN      ] hip.bit_manip_bit_cast
4: [       OK ] hip.bit_manip_bit_cast (0 ms)
4: [ RUN      ] hip.test_block_deduction_bug_pr_3103
4: [       OK ] hip.test_block_deduction_bug_pr_3103 (0 ms)
4: [ RUN      ] hip.checked_integer_operations_multiply_overflow
4: [       OK ] hip.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] hip.execution_policy_occupancy_and_hint
4: [       OK ] hip.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] hip.complex_construction
4: [       OK ] hip.complex_construction (1 ms)
4: [ RUN      ] hip.complex_basic_math
4: [       OK ] hip.complex_basic_math (0 ms)
4: [ RUN      ] hip.complex_special_funtions
4: [       OK ] hip.complex_special_funtions (0 ms)
4: [ RUN      ] hip.complex_io
4: [       OK ] hip.complex_io (0 ms)
4: [ RUN      ] hip.complex_trivially_copyable
4: [       OK ] hip.complex_trivially_copyable (0 ms)
4: [ RUN      ] hip.complex_issue_3865
4: [       OK ] hip.complex_issue_3865 (0 ms)
4: [ RUN      ] hip.complex_operations_arithmetic_types_overloads
4: [       OK ] hip.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] hip.crs_count_fill
4: [       OK ] hip.crs_count_fill (3 ms)
4: [ RUN      ] hip.crs_copy_constructor
4: [       OK ] hip.crs_copy_constructor (6 ms)
4: [ RUN      ] hip.deep_copy_alignment
4: [       OK ] hip.deep_copy_alignment (9 ms)
4: [ RUN      ] hip.deep_copy_conversion
4: [       OK ] hip.deep_copy_conversion (596 ms)
4: [ RUN      ] hip.partitioning_by_args
4: [       OK ] hip.partitioning_by_args (15 ms)
4: [ RUN      ] hip.partitioning_by_vector
4: [       OK ] hip.partitioning_by_vector (0 ms)
4: [ RUN      ] hip.execution_space_as_class_data_member
4: [       OK ] hip.execution_space_as_class_data_member (0 ms)
4: [ RUN      ] hip.functor_analysis
4: [       OK ] hip.functor_analysis (0 ms)
4: [ RUN      ] hip.host_shared_ptr_use_count
4: [       OK ] hip.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] hip.host_shared_ptr_get
4: [       OK ] hip.host_shared_ptr_get (0 ms)
4: [ RUN      ] hip.host_shared_ptr_dereference_on_device
4: [       OK ] hip.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] hip.host_shared_ptr_special_members_on_device
4: [       OK ] hip.host_shared_ptr_special_members_on_device (0 ms)
4: [ RUN      ] hip.host_shared_ptr_tracking
4: 
4: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
4:                                  does not support page migration between device and host.
4:                                  HIPManagedSpace might not work as expected.
4:                                  Please refer to the ROCm documentation on unified/managed memory.
4: [       OK ] hip.host_shared_ptr_tracking (0 ms)
4: [ RUN      ] hip.init
4: [       OK ] hip.init (0 ms)
4: [ RUN      ] hip.dispatch
4: [       OK ] hip.dispatch (19 ms)
4: [ RUN      ] hip.join_backward_compatibility
4: [       OK ] hip.join_backward_compatibility (0 ms)
4: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o
4: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (1078 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2416 ms)
4: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
4: [       OK ] hip.local_deepcopy_teampolicy_layoutright (1057 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1689 ms)
4: [ RUN      ] hip.deep_copy_scratch
4: [       OK ] hip.deep_copy_scratch (0 ms)
4: [ RUN      ] hip.mathematical_constants_e
4: [       OK ] hip.mathematical_constants_e (2 ms)
4: [ RUN      ] hip.mathematical_constants_log2e
4: [       OK ] hip.mathematical_constants_log2e (0 ms)
4: [ RUN      ] hip.mathematical_constants_log10e
4: [       OK ] hip.mathematical_constants_log10e (0 ms)
4: [ RUN      ] hip.mathematical_constants_pi
4: [       OK ] hip.mathematical_constants_pi (0 ms)
4: [ RUN      ] hip.mathematical_constants_inv_pi
4: [       OK ] hip.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] hip.mathematical_constants_inv_sqrtpi
4: [       OK ] hip.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] hip.mathematical_constants_ln2
4: [       OK ] hip.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] hip.mathematical_constants_ln10
4: [       OK ] hip.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] hip.mathematical_constants_sqrt2
4: [       OK ] hip.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] hip.mathematical_constants_sqrt3
4: [       OK ] hip.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] hip.mathematical_constants_inv_sqrt3
4: [       OK ] hip.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] hip.mathematical_constants_egamma
4: [       OK ] hip.mathematical_constants_egamma (0 ms)
4: [ RUN      ] hip.mathematical_constants_phi
4: [       OK ] hip.mathematical_constants_phi (0 ms)
4: [ RUN      ] hip.mathematical_functions_trigonometric_functions
4: [       OK ] hip.mathematical_functions_trigonometric_functions (31 ms)
4: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
4: [       OK ] hip.mathematical_functions_hyperbolic_functions (2 ms)
4: [ RUN      ] hip.mathematical_functions_non_standard
4: [       OK ] hip.mathematical_functions_non_standard (0 ms)
4: [ RUN      ] hip.mathematical_functions_power_functions
4: [       OK ] hip.mathematical_functions_power_functions (20 ms)
4: [ RUN      ] hip.mathematical_functions_fma
4: [       OK ] hip.mathematical_functions_fma (0 ms)
4: [ RUN      ] hip.mathematical_functions_error_and_gamma_functions
4: [       OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms)
4: [ RUN      ] hip.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
4: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms)
4: [ RUN      ] hip.mathematical_functions_absolute_value
4: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
4: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] hip.mathematical_functions_remainder_function
4: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] hip.mathematical_functions_isfinite
4: [       OK ] hip.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] hip.mathematical_functions_isinf
4: [       OK ] hip.mathematical_functions_isinf (0 ms)
4: [ RUN      ] hip.mathematical_functions_isnan
4: [       OK ] hip.mathematical_functions_isnan (0 ms)
4: [ RUN      ] hip.mathematical_functions_exponential_functions
4: [       OK ] hip.mathematical_functions_exponential_functions (10 ms)
4: [ RUN      ] hip.mathspecialfunc_expint1
4: [       OK ] hip.mathspecialfunc_expint1 (4 ms)
4: [ RUN      ] hip.mathspecialfunc_errorfunc
4: [       OK ] hip.mathspecialfunc_errorfunc (0 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselj0y0
4: [       OK ] hip.mathspecialfunc_cbesselj0y0 (18 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselj1y1
4: [       OK ] hip.mathspecialfunc_cbesselj1y1 (18 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
4: [       OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
4: [       OK ] hip.mathspecialfunc_cbesseli1k1 (0 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
4: [       OK ] hip.mathspecialfunc_cbesselh1stkind (0 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
4: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms)
4: [ RUN      ] hip.mdrange_5d
4: [       OK ] hip.mdrange_5d (15 ms)
4: [ RUN      ] hip.mdrange_6d
4: [       OK ] hip.mdrange_6d (16 ms)
4: [ RUN      ] hip.mdrange_2d
4: [       OK ] hip.mdrange_2d (4 ms)
4: [ RUN      ] hip.mdrange_array_reduce
4: [       OK ] hip.mdrange_array_reduce (0 ms)
4: [ RUN      ] hip.mdrange_3d
4: [       OK ] hip.mdrange_3d (7 ms)
4: [ RUN      ] hip.mdrange_neg_idx
4: [       OK ] hip.mdrange_neg_idx (1 ms)
4: [ RUN      ] hip.mdrange_4d
4: [       OK ] hip.mdrange_4d (5 ms)
4: [ RUN      ] hip.mdrange_scalar
4: [       OK ] hip.mdrange_scalar (0 ms)
4: [ RUN      ] hip.mdrange_large_deep_copy
4: [       OK ] hip.mdrange_large_deep_copy (59 ms)
4: [ RUN      ] hip.md_range_policy_construction_from_arrays
4: [       OK ] hip.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] hip.mdrange_parallel_reduce_primitive_types
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 74%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o
[ 74%] Built target Kokkos_CoreUnitTest_Default
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
4: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3794 ms)
4: [ RUN      ] hip.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
4: mdspan not enabled
4: [  SKIPPED ] hip.mdspan_minimal_functional (0 ms)
4: [ RUN      ] hip.max
4: [       OK ] hip.max (0 ms)
4: [ RUN      ] hip.max_within_parfor
4: [       OK ] hip.max_within_parfor (1 ms)
4: [ RUN      ] hip.min
4: [       OK ] hip.min (0 ms)
4: [ RUN      ] hip.min_within_parfor
4: [       OK ] hip.min_within_parfor (0 ms)
4: [ RUN      ] hip.minmax
4: [       OK ] hip.minmax (0 ms)
4: [ RUN      ] hip.minmax_within_parfor
4: [       OK ] hip.minmax_within_parfor (0 ms)
4: [ RUN      ] hip.clamp
4: [       OK ] hip.clamp (0 ms)
4: [ RUN      ] hip.clamp_within_parfor
4: [       OK ] hip.clamp_within_parfor (0 ms)
4: [ RUN      ] hip.numeric_traits_infinity
4: [       OK ] hip.numeric_traits_infinity (9 ms)
4: [ RUN      ] hip.numeric_traits_epsilon
4: [       OK ] hip.numeric_traits_epsilon (0 ms)
4: [ RUN      ] hip.numeric_traits_round_error
4: [       OK ] hip.numeric_traits_round_error (0 ms)
4: [ RUN      ] hip.numeric_traits_norm_min
4: [       OK ] hip.numeric_traits_norm_min (0 ms)
4: [ RUN      ] hip.numeric_traits_denorm_min
4: [       OK ] hip.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] hip.numeric_traits_finite_min_max
4: [       OK ] hip.numeric_traits_finite_min_max (1 ms)
4: [ RUN      ] hip.numeric_traits_digits
4: [       OK ] hip.numeric_traits_digits (1 ms)
4: [ RUN      ] hip.numeric_traits_digits10
4: [       OK ] hip.numeric_traits_digits10 (1 ms)
4: [ RUN      ] hip.numeric_traits_max_digits10
4: [       OK ] hip.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] hip.numeric_traits_radix
4: [       OK ] hip.numeric_traits_radix (1 ms)
4: [ RUN      ] hip.numeric_traits_min_max_exponent
4: [       OK ] hip.numeric_traits_min_max_exponent (0 ms)
4: [ RUN      ] hip.numeric_traits_min_max_exponent10
4: [       OK ] hip.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] hip.numeric_traits_quiet_and_signaling_nan
4: [       OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms)
4: [ RUN      ] hip.numeric_traits_sfinae_friendly
4: [       OK ] hip.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] hip.occupancy_control
4: [       OK ] hip.occupancy_control (0 ms)
4: [ RUN      ] hip.view_aggregate
4: [       OK ] hip.view_aggregate (0 ms)
4: [ RUN      ] hip.memory_pool
4: [       OK ] hip.memory_pool (32 ms)
4: [ RUN      ] hip.cxx11
4: [       OK ] hip.cxx11 (0 ms)
4: [ RUN      ] hip.viewctorprop_embedded_dim
4: [       OK ] hip.viewctorprop_embedded_dim (0 ms)
4: [ RUN      ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility
4: [       OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
4: [ RUN      ] hip.parallel_scan_range_policy
4: [       OK ] hip.parallel_scan_range_policy (47 ms)
4: [ RUN      ] hip.kokkos_printf
4: [       OK ] hip.kokkos_printf (1 ms)
4: [ RUN      ] hip.range_for
4: [       OK ] hip.range_for (2 ms)
4: [ RUN      ] hip.range_reduce
4: [       OK ] hip.range_reduce (0 ms)
4: [ RUN      ] hip.range_dynamic_policy
4: [       OK ] hip.range_dynamic_policy (0 ms)
4: [ RUN      ] hip.range_policy_runtime_parameters
4: [       OK ] hip.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] hip.range_for_require
4: [       OK ] hip.range_for_require (2 ms)
4: [ RUN      ] hip.range_reduce_require
4: [       OK ] hip.range_reduce_require (0 ms)
4: [ RUN      ] hip.range_dynamic_policy_require
4: [       OK ] hip.range_dynamic_policy_require (0 ms)
4: [ RUN      ] hip.reducers_int
4: [       OK ] hip.reducers_int (7 ms)
4: [ RUN      ] hip.reducers_double
4: [       OK ] hip.reducers_double (7 ms)
4: [ RUN      ] hip.reducers_complex_double
4: [       OK ] hip.reducers_complex_double (12 ms)
4: [ RUN      ] hip.reducers_struct
4: [       OK ] hip.reducers_struct (4 ms)
4: [ RUN      ] hip.reducers_half_t
4: [       OK ] hip.reducers_half_t (4 ms)
4: [ RUN      ] hip.reducers_bhalf_t
4: [       OK ] hip.reducers_bhalf_t (3 ms)
4: [ RUN      ] hip.reducers_int8_t
4: [       OK ] hip.reducers_int8_t (3 ms)
4: [ RUN      ] hip.reducers_int16_t
4: [       OK ] hip.reducers_int16_t (3 ms)
4: [ RUN      ] hip.reducers_bool
4: [       OK ] hip.reducers_bool (1 ms)
4: [ RUN      ] hip.int64_t_reduce
4: [       OK ] hip.int64_t_reduce (29 ms)
4: [ RUN      ] hip.double_reduce
4: [       OK ] hip.double_reduce (27 ms)
4: [ RUN      ] hip.int64_t_reduce_dynamic
4: [       OK ] hip.int64_t_reduce_dynamic (25 ms)
4: [ RUN      ] hip.double_reduce_dynamic
4: [       OK ] hip.double_reduce_dynamic (25 ms)
4: [ RUN      ] hip.int64_t_reduce_dynamic_view
4: [       OK ] hip.int64_t_reduce_dynamic_view (8 ms)
4: [ RUN      ] hip.int_combined_reduce
4: [       OK ] hip.int_combined_reduce (0 ms)
4: [ RUN      ] hip.mdrange_combined_reduce
4: [       OK ] hip.mdrange_combined_reduce (0 ms)
4: [ RUN      ] hip.int_combined_reduce_mixed
4: [       OK ] hip.int_combined_reduce_mixed (0 ms)
4: [ RUN      ] hip.reduction_deduction
4: [       OK ] hip.reduction_deduction (0 ms)
4: [ RUN      ] hip.reduce_device_view_range_policy
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 75%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 75%] Built target Kokkos_IncrementalTest_OPENMP
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
4: [       OK ] hip.reduce_device_view_range_policy (10737 ms)
4: [ RUN      ] hip.reduce_device_view_mdrange_policy
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
4: [       OK ] hip.reduce_device_view_mdrange_policy (9879 ms)
4: [ RUN      ] hip.reduce_device_view_team_policy
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
4: [       OK ] hip.reduce_device_view_team_policy (9790 ms)
4: [ RUN      ] hip.impl_shared_alloc
[ 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/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
4: [       OK ] hip.impl_shared_alloc (92 ms)
4: [ RUN      ] hip.kokkos_swap
4: [       OK ] hip.kokkos_swap (0 ms)
4: [ RUN      ] hip.team_for
4: [       OK ] hip.team_for (20 ms)
4: [ RUN      ] hip.team_reduce
4: [       OK ] hip.team_reduce (0 ms)
4: [ RUN      ] hip.team_reduce_large
4: [       OK ] hip.team_reduce_large (242 ms)
4: [ RUN      ] hip.team_parallel_single
4: [       OK ] hip.team_parallel_single (6 ms)
4: [ RUN      ] hip.large_team_scratch_size
4: [       OK ] hip.large_team_scratch_size (0 ms)
4: [ RUN      ] hip.team_broadcast_long
4: [       OK ] hip.team_broadcast_long (0 ms)
4: [ RUN      ] hip.team_broadcast_long_wrapper
4: [       OK ] hip.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] hip.team_broadcast_char
4: [       OK ] hip.team_broadcast_char (0 ms)
4: [ RUN      ] hip.team_broadcast_float
4: [       OK ] hip.team_broadcast_float (0 ms)
4: [ RUN      ] hip.team_broadcast_double
4: [       OK ] hip.team_broadcast_double (0 ms)
4: [ RUN      ] hip.team_handle_by_value
4: [       OK ] hip.team_handle_by_value (0 ms)
4: [ RUN      ] hip.team_vector
4: [       OK ] hip.team_vector (9 ms)
4: [ RUN      ] hip.triple_nested_parallelism
4: [       OK ] hip.triple_nested_parallelism (5 ms)
4: [ RUN      ] hip.parallel_scan_with_reducers
4: [       OK ] hip.parallel_scan_with_reducers (51 ms)
4: [ RUN      ] hip.team_thread_range_combined_reducers
4: [       OK ] hip.team_thread_range_combined_reducers (2 ms)
4: [ RUN      ] hip.thread_vector_range_combined_reducers
4: [       OK ] hip.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] hip.team_vector_range_combined_reducers
4: [       OK ] hip.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] hip.TeamThreadMDRangeParallelFor
4: [       OK ] hip.TeamThreadMDRangeParallelFor (27 ms)
4: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
4: [       OK ] hip.ThreadVectorMDRangeParallelFor (8 ms)
4: [ RUN      ] hip.TeamVectorMDRangeParallelFor
4: [       OK ] hip.TeamVectorMDRangeParallelFor (8 ms)
4: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
4: [       OK ] hip.TeamThreadMDRangeParallelReduce (12 ms)
4: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
4: [       OK ] hip.ThreadVectorMDRangeParallelReduce (5 ms)
4: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
4: [       OK ] hip.TeamVectorMDRangeParallelReduce (5 ms)
4: [ RUN      ] hip.team_policy_runtime_parameters
4: [       OK ] hip.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] hip.team_reduction_scan
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
4: [       OK ] hip.team_reduction_scan (1932 ms)
4: [ RUN      ] hip.team_long_reduce
4: [       OK ] hip.team_long_reduce (20 ms)
4: [ RUN      ] hip.team_double_reduce
4: [       OK ] hip.team_double_reduce (19 ms)
4: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] hip.repeated_team_reduce
4: [       OK ] hip.repeated_team_reduce (84 ms)
4: [ RUN      ] hip.team_scan
4: [       OK ] hip.team_scan (114 ms)
4: [ RUN      ] hip.team_scan_ret_val
4: [       OK ] hip.team_scan_ret_val (119 ms)
4: [ RUN      ] hip.team_shared_request
4: [       OK ] hip.team_shared_request (3 ms)
4: [ RUN      ] hip.team_scratch_request
4: [       OK ] hip.team_scratch_request (1 ms)
4: [ RUN      ] hip.team_lambda_shared_request
4: [       OK ] hip.team_lambda_shared_request (3 ms)
4: [ RUN      ] hip.scratch_align
4: [       OK ] hip.scratch_align (0 ms)
4: [ RUN      ] hip.shmem_size
4: [       OK ] hip.shmem_size (0 ms)
4: [ RUN      ] hip.multi_level_scratch
4: [       OK ] hip.multi_level_scratch (9 ms)
4: [ RUN      ] hip.team_scratch_memory_index_parallel_for
4: [       OK ] hip.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] hip.team_policy_max_recommended
4: [       OK ] hip.team_policy_max_recommended (24 ms)
4: [ RUN      ] hip.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] hip.team_teamvector_range
4: [       OK ] hip.team_teamvector_range (3 ms)
4: [ RUN      ] hip.unique_token_global
4: [       OK ] hip.unique_token_global (2 ms)
4: [ RUN      ] hip.unique_token_instance
4: [       OK ] hip.unique_token_instance (1 ms)
4: [ RUN      ] hip.unique_token_team_acquire
4: [       OK ] hip.unique_token_team_acquire (13 ms)
4: [ RUN      ] hip.view_api_a
4: [       OK ] hip.view_api_a (4 ms)
4: [ RUN      ] hip.view_api_b
4: [       OK ] hip.view_api_b (5 ms)
4: [ RUN      ] hip.view_api_c
4: [       OK ] hip.view_api_c (1 ms)
4: [ RUN      ] hip.view_api_d
4: [       OK ] hip.view_api_d (1 ms)
4: [ RUN      ] hip.view_allocation_error
4: [       OK ] hip.view_allocation_error (4 ms)
4: [ RUN      ] hip.view_remap
4: [       OK ] hip.view_remap (0 ms)
4: [ RUN      ] hip.view_mirror_nonconst
4: [       OK ] hip.view_mirror_nonconst (0 ms)
4: [ RUN      ] hip.view_stride_method
4: [       OK ] hip.view_stride_method (0 ms)
4: [ RUN      ] hip.anonymous_space
4: [       OK ] hip.anonymous_space (1 ms)
4: [ RUN      ] hip.view_overload_resolution
4: [       OK ] hip.view_overload_resolution (0 ms)
4: [ RUN      ] hip.view_allocation_large_rank
4: [       OK ] hip.view_allocation_large_rank (3 ms)
4: [ RUN      ] hip.view_shmem_size_on_device
4: [       OK ] hip.view_shmem_size_on_device (0 ms)
4: [ RUN      ] hip.view_is_assignable
4: [       OK ] hip.view_is_assignable (0 ms)
4: [ RUN      ] hip.view_copy_tests
4: [       OK ] hip.view_copy_tests (7 ms)
4: [ RUN      ] hip.view_copy_tests_rank_0
4: [       OK ] hip.view_copy_tests_rank_0 (1 ms)
4: [ RUN      ] hip.view_copy_degenerated
4: [       OK ] hip.view_copy_degenerated (0 ms)
4: [ RUN      ] hip.view_empty_runtime_unmanaged
4: [       OK ] hip.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] hip.view_hooks
4: [       OK ] hip.view_hooks (0 ms)
4: [ RUN      ] hip.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] hip.view_layoutstride_left_to_layoutleft_assignment (48 ms)
4: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (48 ms)
4: [ RUN      ] hip.view_irregular_layout
4: [       OK ] hip.view_irregular_layout (6 ms)
4: [ RUN      ] hip.view_mapping
4: [       OK ] hip.view_mapping (60 ms)
4: [ RUN      ] hip.view_mapping_operator
4: [       OK ] hip.view_mapping_operator (20 ms)
4: [ RUN      ] hip.static_extent
4: [       OK ] hip.static_extent (0 ms)
4: [ RUN      ] hip.view_mapping_atomic
4: [       OK ] hip.view_mapping_atomic (1 ms)
4: [ RUN      ] hip.view_mapping_class_value
4: [       OK ] hip.view_mapping_class_value (0 ms)
4: [ RUN      ] hip.view_mapping_assignable
4: [       OK ] hip.view_mapping_assignable (0 ms)
4: [ RUN      ] hip.view_mapping_trivially_copyable
4: [       OK ] hip.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] hip.view_mapping_subview
4: [       OK ] hip.view_mapping_subview (0 ms)
4: [ RUN      ] hip.view_nested_view
4: [       OK ] hip.view_nested_view (1 ms)
4: [ RUN      ] hip.append_formatted_multidimensional_index
4: [       OK ] hip.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] hip.view_resize
4: [       OK ] hip.view_resize (12 ms)
4: [ RUN      ] hip.view_realloc
4: [       OK ] hip.view_realloc (0 ms)
4: [ RUN      ] hip.workgraph_fib
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
4: [       OK ] hip.workgraph_fib (2501 ms)
4: [ RUN      ] hip.resize_realloc_no_init
4: [       OK ] hip.resize_realloc_no_init (0 ms)
4: [ RUN      ] hip.resize_realloc_no_alloc
4: [       OK ] hip.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] hip.realloc_exec_space
4: [       OK ] hip.realloc_exec_space (0 ms)
4: [ RUN      ] hip.view_alloc
4: [       OK ] hip.view_alloc (1 ms)
4: [ RUN      ] hip.view_alloc_exec_space
4: [       OK ] hip.view_alloc_exec_space (0 ms)
4: [ RUN      ] hip.view_alloc_int
4: [       OK ] hip.view_alloc_int (0 ms)
4: [ RUN      ] hip.view_alloc_exec_space_int
4: [       OK ] hip.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] hip.deep_copy_zero_memset
4: [       OK ] hip.deep_copy_zero_memset (0 ms)
4: [ RUN      ] hip.resize_exec_space
4: [       OK ] hip.resize_exec_space (0 ms)
4: [ RUN      ] hip.view_allocation_int
4: [       OK ] hip.view_allocation_int (0 ms)
4: [ RUN      ] hip.view_allocation_exec_space_int
4: [       OK ] hip.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] hip.view_not_default_constructible
4: [       OK ] hip.view_not_default_constructible (0 ms)
4: [ RUN      ] hip.scan_unit
4: [       OK ] hip.scan_unit (5 ms)
4: [ RUN      ] hip.space_access
4: [       OK ] hip.space_access (0 ms)
4: [ RUN      ] hip.impl_view_accessible
4: [       OK ] hip.impl_view_accessible (2 ms)
4: [ RUN      ] hip.memory_requirements
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/hip/TestHIP_Memory_Requirements.cpp:52: Skipped
4: skipping the test because the CI on MI100 returns:  error( hipErrorInvalidValue)
4: [  SKIPPED ] hip.memory_requirements (0 ms)
4: [ RUN      ] hip.team_scratch_1_streams
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.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_Q.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
 -- Testing 1-D histogram
Density 1D: 0.00024527 -0.99999 -48245.5 || 0.051031 0 195006 || 2.92848e+09 28674.4 || -6.66945e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000734732 -0.308135 0.150196 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
4: [       OK ] openmp.team_reduction_scan (205509 ms)
4: [ RUN      ] openmp.team_long_reduce
4: [       OK ] openmp.team_long_reduce (106 ms)
4: [ RUN      ] openmp.team_double_reduce
4: [       OK ] openmp.team_double_reduce (97 ms)
4: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] openmp.repeated_team_reduce
4: [       OK ] openmp.repeated_team_reduce (2139 ms)
4: [ RUN      ] openmp.team_scan
4: [       OK ] openmp.team_scan (1338 ms)
4: [ RUN      ] openmp.team_scan_ret_val
4: [       OK ] openmp.team_scan_ret_val (1393 ms)
4: [ RUN      ] openmp.team_shared_request
4: [       OK ] openmp.team_shared_request (550 ms)
4: [ RUN      ] openmp.team_scratch_request
4: [       OK ] openmp.team_scratch_request (960 ms)
4: [ RUN      ] openmp.team_lambda_shared_request
4: [       OK ] openmp.team_lambda_shared_request (28 ms)
4: [ RUN      ] openmp.scratch_align
4: [       OK ] openmp.scratch_align (0 ms)
4: [ RUN      ] openmp.shmem_size
4: [       OK ] openmp.shmem_size (0 ms)
4: [ RUN      ] openmp.multi_level_scratch
4: [       OK ] openmp.multi_level_scratch (75 ms)
4: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
4: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] openmp.team_policy_max_recommended
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
4: [       OK ] hip.team_scratch_1_streams (45013 ms)
4: [ RUN      ] hip.async_launcher
4: [       OK ] hip.async_launcher (3 ms)
4: [ RUN      ] hip.preferred_blocksize_deduction
4: [       OK ] hip.preferred_blocksize_deduction (0 ms)
4: [----------] 274 tests from hip (108975 ms total)
4: 
4: [----------] 53 tests from hip_managed
4: [ RUN      ] hip_managed.view_subview_auto_1d_left
4: [       OK ] hip_managed.view_subview_auto_1d_left (1 ms)
4: [ RUN      ] hip_managed.view_subview_auto_1d_right
4: [       OK ] hip_managed.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] hip_managed.view_subview_auto_1d_stride
4: [       OK ] hip_managed.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] hip_managed.view_subview_assign_strided
4: [       OK ] hip_managed.view_subview_assign_strided (1 ms)
4: [ RUN      ] hip_managed.view_subview_left_0
4: [       OK ] hip_managed.view_subview_left_0 (0 ms)
4: [ RUN      ] hip_managed.view_subview_left_1
4: [       OK ] hip_managed.view_subview_left_1 (0 ms)
4: [ RUN      ] hip_managed.view_subview_left_2
4: [       OK ] hip_managed.view_subview_left_2 (0 ms)
4: [ RUN      ] hip_managed.view_subview_left_3
4: [       OK ] hip_managed.view_subview_left_3 (0 ms)
4: [ RUN      ] hip_managed.view_subview_right_0
4: [       OK ] hip_managed.view_subview_right_0 (0 ms)
4: [ RUN      ] hip_managed.view_subview_right_1
4: [       OK ] hip_managed.view_subview_right_1 (0 ms)
4: [ RUN      ] hip_managed.view_subview_right_3
4: [       OK ] hip_managed.view_subview_right_3 (0 ms)
4: [ RUN      ] hip_managed.view_static_tests
4: [       OK ] hip_managed.view_static_tests (0 ms)
4: [ RUN      ] hip_managed.view_subview_layoutleft_to_layoutleft
4: [       OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms)
4: [ RUN      ] hip_managed.view_subview_layoutright_to_layoutright
4: [       OK ] hip_managed.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] hip_managed.view_subview_1d_assign
4: [       OK ] hip_managed.view_subview_1d_assign (2 ms)
4: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
4: [       OK ] hip_managed.view_subview_1d_assign_atomic (2 ms)
4: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
4: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (2 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d
4: [       OK ] hip_managed.view_subview_2d_from_3d (34 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
4: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (35 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
4: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (34 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
4: [       OK ] hip_managed.view_subview_3d_from_5d_left (155 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (148 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (144 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
4: [       OK ] hip_managed.view_subview_3d_from_5d_right (144 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (146 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (146 ms)
4: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
4: [       OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] hip_managed.view_subview_memory_traits_construction
4: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
4: [ RUN      ] hip_managed.impl_shared_alloc
4: [       OK ] hip_managed.impl_shared_alloc (133 ms)
4: [ RUN      ] hip_managed.view_api_a
4: [       OK ] hip_managed.view_api_a (5 ms)
4: [ RUN      ] hip_managed.view_api_b
4: [       OK ] hip_managed.view_api_b (12 ms)
4: [ RUN      ] hip_managed.view_api_c
4: [       OK ] hip_managed.view_api_c (1 ms)
4: [ RUN      ] hip_managed.view_api_d
4: [       OK ] hip_managed.view_api_d (3 ms)
4: [ RUN      ] hip_managed.view_allocation_error
4: [       OK ] hip_managed.view_allocation_error (0 ms)
4: [ RUN      ] hip_managed.view_remap
4: [       OK ] hip_managed.view_remap (1 ms)
4: [ RUN      ] hip_managed.view_mirror_nonconst
4: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
4: [ RUN      ] hip_managed.view_stride_method
4: [       OK ] hip_managed.view_stride_method (0 ms)
4: [ RUN      ] hip_managed.anonymous_space
4: [       OK ] hip_managed.anonymous_space (0 ms)
4: [ RUN      ] hip_managed.view_overload_resolution
4: [       OK ] hip_managed.view_overload_resolution (0 ms)
4: [ RUN      ] hip_managed.view_allocation_large_rank
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
4: [       OK ] hip_managed.view_allocation_large_rank (2293 ms)
4: [ RUN      ] hip_managed.view_shmem_size_on_device
4: [       OK ] hip_managed.view_shmem_size_on_device (0 ms)
4: [ RUN      ] hip_managed.view_is_assignable
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
4: [       OK ] hip_managed.view_is_assignable (158 ms)
4: [ RUN      ] hip_managed.view_copy_tests
4: [       OK ] hip_managed.view_copy_tests (16 ms)
4: [ RUN      ] hip_managed.view_copy_tests_rank_0
4: [       OK ] hip_managed.view_copy_tests_rank_0 (2 ms)
4: [ RUN      ] hip_managed.view_copy_degenerated
4: [       OK ] hip_managed.view_copy_degenerated (0 ms)
4: [ RUN      ] hip_managed.view_mapping
4: [       OK ] hip_managed.view_mapping (61 ms)
4: [ RUN      ] hip_managed.view_mapping_operator
4: [       OK ] hip_managed.view_mapping_operator (18 ms)
4: [ RUN      ] hip_managed.static_extent
4: [       OK ] hip_managed.static_extent (0 ms)
4: [ RUN      ] hip_managed.view_mapping_atomic
4: [       OK ] hip_managed.view_mapping_atomic (1 ms)
4: [ RUN      ] hip_managed.view_mapping_class_value
4: [       OK ] hip_managed.view_mapping_class_value (0 ms)
4: [ RUN      ] hip_managed.view_mapping_assignable
4: [       OK ] hip_managed.view_mapping_assignable (0 ms)
4: [ RUN      ] hip_managed.view_mapping_trivially_copyable
4: [       OK ] hip_managed.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] hip_managed.view_mapping_subview
4: [       OK ] hip_managed.view_mapping_subview (0 ms)
4: [----------] 53 tests from hip_managed (3752 ms total)
4: 
4: [----------] 25 tests from hip_hostpinned
4: [ RUN      ] hip_hostpinned.impl_shared_alloc
4: [       OK ] hip_hostpinned.impl_shared_alloc (137 ms)
4: [ RUN      ] hip_hostpinned.view_api_a
4: [       OK ] hip_hostpinned.view_api_a (45 ms)
4: [ RUN      ] hip_hostpinned.view_api_b
4: [       OK ] hip_hostpinned.view_api_b (5 ms)
4: [ RUN      ] hip_hostpinned.view_api_c
4: [       OK ] hip_hostpinned.view_api_c (0 ms)
4: [ RUN      ] hip_hostpinned.view_api_d
4: [       OK ] hip_hostpinned.view_api_d (1 ms)
4: [ RUN      ] hip_hostpinned.view_allocation_error
4: [       OK ] hip_hostpinned.view_allocation_error (0 ms)
4: [ RUN      ] hip_hostpinned.view_remap
4: [       OK ] hip_hostpinned.view_remap (0 ms)
4: [ RUN      ] hip_hostpinned.view_mirror_nonconst
4: [       OK ] hip_hostpinned.view_mirror_nonconst (0 ms)
4: [ RUN      ] hip_hostpinned.view_stride_method
4: [       OK ] hip_hostpinned.view_stride_method (0 ms)
4: [ RUN      ] hip_hostpinned.anonymous_space
4: [       OK ] hip_hostpinned.anonymous_space (0 ms)
4: [ RUN      ] hip_hostpinned.view_overload_resolution
4: [       OK ] hip_hostpinned.view_overload_resolution (0 ms)
4: [ RUN      ] hip_hostpinned.view_allocation_large_rank
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
4: [       OK ] hip_hostpinned.view_allocation_large_rank (1193 ms)
4: [ RUN      ] hip_hostpinned.view_shmem_size_on_device
4: [       OK ] hip_hostpinned.view_shmem_size_on_device (0 ms)
4: [ RUN      ] hip_hostpinned.view_is_assignable
4: [       OK ] hip_hostpinned.view_is_assignable (1 ms)
4: [ RUN      ] hip_hostpinned.view_copy_tests
4: [       OK ] hip_hostpinned.view_copy_tests (3 ms)
4: [ RUN      ] hip_hostpinned.view_copy_tests_rank_0
4: [       OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] hip_hostpinned.view_copy_degenerated
4: [       OK ] hip_hostpinned.view_copy_degenerated (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping
4: [       OK ] hip_hostpinned.view_mapping (60 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_operator
4: [       OK ] hip_hostpinned.view_mapping_operator (1 ms)
4: [ RUN      ] hip_hostpinned.static_extent
4: [       OK ] hip_hostpinned.static_extent (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_atomic
4: [       OK ] hip_hostpinned.view_mapping_atomic (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_class_value
4: [       OK ] hip_hostpinned.view_mapping_class_value (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_assignable
4: [       OK ] hip_hostpinned.view_mapping_assignable (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_trivially_copyable
4: [       OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_subview
4: [       OK ] hip_hostpinned.view_mapping_subview (0 ms)
4: [----------] 25 tests from hip_hostpinned (1452 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 367 tests from 4 test suites ran. (174812 ms total)
4: [  PASSED  ] 365 tests.
4: [  SKIPPED ] 2 tests, listed below:
4: [  SKIPPED ] hip.mdspan_minimal_functional
4: [  SKIPPED ] hip.memory_requirements
 4/52 Test  #4: Kokkos_CoreUnitTest_HIP .....................   Passed  175.28 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpInit

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

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

7: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_UnitTest_HIPGraph
7: Test timeout computed to be: 1500
7: [==========] Running 5 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 5 tests from hip_count_bugs
7: [ RUN      ] hip_count_bugs.launch_one
7: [       OK ] hip_count_bugs.launch_one (6 ms)
7: [ RUN      ] hip_count_bugs.launch_one_rvalue
7: [       OK ] hip_count_bugs.launch_one_rvalue (0 ms)
7: [ RUN      ] hip_count_bugs.launch_six
7: [       OK ] hip_count_bugs.launch_six (12 ms)
7: [ RUN      ] hip_count_bugs.when_all_cycle
7: [       OK ] hip_count_bugs.when_all_cycle (5 ms)
7: [ RUN      ] hip_count_bugs.zero_work_reduce
7: [       OK ] hip_count_bugs.zero_work_reduce (6 ms)
7: [----------] 5 tests from hip_count_bugs (32 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 5 tests from 1 test suite ran. (32 ms total)
7: [  PASSED  ] 5 tests.
7: 
7:   YOU HAVE 1 DISABLED TEST
7: 
 7/52 Test  #7: Kokkos_UnitTest_HIPGraph ....................   Passed    0.43 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Default

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

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

10: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
10: Test timeout computed to be: 1500
10: SUCCESS
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
10/52 Test #10: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.38 sec
test 11
      Start 11: Kokkos_CoreUnitTest_Develop

11: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Develop
11: Test timeout computed to be: 1500
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
11: [==========] Running 1 test from 1 test suite.
11: [----------] Global test environment set-up.
11: [----------] 1 test from defaultdevicetype
11: [ RUN      ] defaultdevicetype.development_test
11: [       OK ] defaultdevicetype.development_test (0 ms)
11: [----------] 1 test from defaultdevicetype (0 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (0 ms total)
11: [  PASSED  ] 1 test.
11/52 Test #11: Kokkos_CoreUnitTest_Develop .................   Passed    0.38 sec
test 12
      Start 12: Kokkos_CoreUnitTest_KokkosP

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

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

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

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

16: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so
16: Test timeout computed to be: 1500
16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX90A::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1600::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xb18740:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xa7e200:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xa7e300:Host:source:0xb18840: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:0xa998c0: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:0xa7e200:40::kokkosp_deallocate_data:Host:source:0xb18740:40::kokkosp_finalize_library::
16/52 Test #16: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.38 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
17: Test timeout computed to be: 1500
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX90A::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1600::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x22dc380:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1e9a2c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1e9a3c0:Host:source:0x22dc480: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:0x2236600: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:0x1e9a2c0:40::kokkosp_deallocate_data:Host:source:0x22dc380:40::kokkosp_finalize_library::
17/52 Test #17: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.38 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec
18: Test timeout computed to be: 1500
18: [==========] Running 3 tests from 2 test suites.
18: [----------] Global test environment set-up.
18: [----------] 2 tests from defaultdevicetype_DeathTest
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fdff0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x39bc2e]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x397711]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x39929c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cf64d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a91b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3aa2b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3aab52]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3ba27d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3d02bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b9afd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x399750]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7e1fea4083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3975be]
18:  
18: demangled test_f1:
18: [0x3fdff0] Kokkos::Impl::save_stacktrace()
18: [0x39bc2e] Test::stacktrace_test_f1(std::ostream&)
18: [0x397711] Test::test_stacktrace(bool, bool)
18: [0x39929c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x3cf64d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a91b9] testing::Test::Run()
18: [0x3aa2b9] testing::TestInfo::Run()
18: [0x3aab52] testing::TestSuite::Run()
18: [0x3ba27d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3d02bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b9afd] testing::UnitTest::Run()
18: [0x399750] main
18: [0x7f7e1fea4083] __libc_start_main
18: [0x3975be] _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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fdff0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x39bc2e]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x39c076]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x398211]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x39929c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cf64d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a91b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3aa2b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3aab52]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3ba27d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3d02bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b9afd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x399750]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7e1fea4083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3975be]
18:  
18: demangled test_f3:
18: [0x3fdff0] Kokkos::Impl::save_stacktrace()
18: [0x39bc2e] Test::stacktrace_test_f1(std::ostream&)
18: [0x39c076] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x398211] Test::test_stacktrace(bool, bool)
18: [0x39929c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x3cf64d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a91b9] testing::Test::Run()
18: [0x3aa2b9] testing::TestInfo::Run()
18: [0x3aab52] testing::TestSuite::Run()
18: [0x3ba27d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3d02bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b9afd] testing::UnitTest::Run()
18: [0x399750] main
18: [0x7f7e1fea4083] __libc_start_main
18: [0x3975be] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (397 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fdff0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x39bc2e]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x397711]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x399539]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cf64d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a91b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3aa2b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3aab52]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3ba27d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3d02bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b9afd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x399750]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7e1fea4083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3975be]
18:  
18: demangled test_f1:
18: [0x3fdff0] Kokkos::Impl::save_stacktrace()
18: [0x39bc2e] Test::stacktrace_test_f1(std::ostream&)
18: [0x397711] Test::test_stacktrace(bool, bool)
18: [0x399539] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x3cf64d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a91b9] testing::Test::Run()
18: [0x3aa2b9] testing::TestInfo::Run()
18: [0x3aab52] testing::TestSuite::Run()
18: [0x3ba27d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3d02bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b9afd] testing::UnitTest::Run()
18: [0x399750] main
18: [0x7f7e1fea4083] __libc_start_main
18: [0x3975be] _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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fdff0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x39bc2e]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x39c076]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x398211]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x399539]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cf64d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a91b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3aa2b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3aab52]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3ba27d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3d02bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b9afd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x399750]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7e1fea4083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3975be]
18:  
18: demangled test_f3:
18: [0x3fdff0] Kokkos::Impl::save_stacktrace()
18: [0x39bc2e] Test::stacktrace_test_f1(std::ostream&)
18: [0x39c076] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x398211] Test::test_stacktrace(bool, bool)
18: [0x399539] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x3cf64d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a91b9] testing::Test::Run()
18: [0x3aa2b9] testing::TestInfo::Run()
18: [0x3aab52] testing::TestSuite::Run()
18: [0x3ba27d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3d02bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b9afd] testing::UnitTest::Run()
18: [0x399750] main
18: [0x7f7e1fea4083] __libc_start_main
18: [0x3975be] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (391 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (788 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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fdff0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x39bc2e]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x397711]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cf64d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a91b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3aa2b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3aab52]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3ba27d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3d02bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b9afd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x399750]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7e1fea4083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3975be]
18:  
18: demangled test_f1:
18: [0x3fdff0] Kokkos::Impl::save_stacktrace()
18: [0x39bc2e] Test::stacktrace_test_f1(std::ostream&)
18: [0x397711] Test::test_stacktrace(bool, bool)
18: [0x3cf64d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a91b9] testing::Test::Run()
18: [0x3aa2b9] testing::TestInfo::Run()
18: [0x3aab52] testing::TestSuite::Run()
18: [0x3ba27d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3d02bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b9afd] testing::UnitTest::Run()
18: [0x399750] main
18: [0x7f7e1fea4083] __libc_start_main
18: [0x3975be] _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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fdff0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x39bc2e]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x39c076]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x398211]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cf64d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a91b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3aa2b9]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3aab52]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3ba27d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3d02bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b9afd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x399750]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7e1fea4083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3975be]
18:  
18: demangled test_f3:
18: [0x3fdff0] Kokkos::Impl::save_stacktrace()
18: [0x39bc2e] Test::stacktrace_test_f1(std::ostream&)
18: [0x39c076] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x398211] Test::test_stacktrace(bool, bool)
18: [0x3cf64d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a91b9] testing::Test::Run()
18: [0x3aa2b9] testing::TestInfo::Run()
18: [0x3aab52] testing::TestSuite::Run()
18: [0x3ba27d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3d02bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b9afd] testing::UnitTest::Run()
18: [0x399750] main
18: [0x7f7e1fea4083] __libc_start_main
18: [0x3975be] _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. (789 ms total)
18: [  PASSED  ] 3 tests.
18/52 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.28 sec
test 19
      Start 19: Kokkos_IncrementalTest_SERIAL

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_HIP
20: Test timeout computed to be: 1500
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from HIP
20: [ RUN      ] HIP.IncrTest_01_execspace_typedef
20: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] HIP.IncrTest_01_execspace
20: Device Execution Space:
20:   KOKKOS_ENABLE_HIP: yes
20: HIP Options:
20:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
20: 
20: Runtime Configuration:
20: macro  KOKKOS_ENABLE_HIP : defined
20: macro  HIP_VERSION = 50631061 = version 5.6.31061
20: macro KOKKOS_ENABLE_ROCTHRUST : defined
20: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
20: HIP
20: [       OK ] HIP.IncrTest_01_execspace (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicExchange
20: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicAdd
20: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicSub
20: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
20: [       OK ] HIP.IncrTest_03a_memspace_malloc (1 ms)
20: [ RUN      ] HIP.IncrTest_03b_memspace_free
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
20: [       OK ] HIP.IncrTest_03b_memspace_free (2875 ms)
20: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
20: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
20: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] HIP.IncrTest_05_reduction
20: [       OK ] HIP.IncrTest_05_reduction (6 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange2D
20: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange3D
20: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange4D
20: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
20: [       OK ] HIP.IncrTest_08_deep_copy_2D (1 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
20: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
20: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
20: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms)
20: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (198 ms)
20: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
20: [       OK ] HIP.IncrTest_12a_ThreadScratch (3 ms)
20: [ RUN      ] HIP.IncrTest_12b_TeamScratch
20: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
20: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (0 ms)
20: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms)
20: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms)
20: [ RUN      ] HIP.incr_14_MDrangeReduce
20: [       OK ] HIP.incr_14_MDrangeReduce (1 ms)
20: [ RUN      ] HIP.IncrTest_16_parallelscan
20: [       OK ] HIP.IncrTest_16_parallelscan (30 ms)
20: [ RUN      ] HIP.incr_17_atomicView
20: [       OK ] HIP.incr_17_atomicView (1 ms)
20: [----------] 28 tests from HIP (3128 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (3128 ms total)
20: [  PASSED  ] 28 tests.
20/52 Test #20: Kokkos_IncrementalTest_HIP ..................   Passed    3.53 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

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

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

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/TestDeviceAndThreads.py"
23: Test timeout computed to be: 1500
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 4.426s
23: 
23: OK (skipped=1)
23/52 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    4.49 sec
test 24
      Start 24: Kokkos_PerformanceTest_TaskDag

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

25: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T03-41-03.json"
25: Test timeout computed to be: 1500
25: 2024-03-29T04:01:57+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
25: Run on (128 X 3334.6 MHz CPU s)
25: CPU Caches:
25:   L1 Data 32 KiB (x128)
25:   L1 Instruction 32 KiB (x128)
25:   L2 Unified 512 KiB (x128)
25:   L3 Unified 16384 KiB (x32)
25: Load Average: 2.37, 4.54, 5.14
25: CPU architecture: none
25: Default Device: N6Kokkos3HIPE
25: GPU architecture: AMD_GFX90A
25: KOKKOS_COMPILER_CLANG: 1600
25: KOKKOS_ENABLE_ASM: no
25: KOKKOS_ENABLE_CXX17: no
25: KOKKOS_ENABLE_CXX20: yes
25: KOKKOS_ENABLE_CXX23: no
25: KOKKOS_ENABLE_CXX26: no
25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
25: KOKKOS_ENABLE_HIP: yes
25: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
25: KOKKOS_ENABLE_HWLOC: no
25: KOKKOS_ENABLE_LIBDL: yes
25: KOKKOS_ENABLE_PRAGMA_IVDEP: no
25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
25: KOKKOS_ENABLE_PRAGMA_UNROLL: no
25: KOKKOS_ENABLE_PRAGMA_VECTOR: no
25: KOKKOS_ENABLE_SERIAL: yes
25: Kokkos: HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
25: Kokkos Version: 4.3.99
25: macro  KOKKOS_ENABLE_HIP: defined
25: macro KOKKOS_ENABLE_ROCTHRUST: defined
25: platform: 64bit
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.008 s             5       1024        7.43455u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.008 s         0.008 s             5     2.048k        3.70975u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.008 s         0.008 s             5     4.096k        1.85506u
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.008 s         0.009 s             5     8.192k        933.454n
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.008 s         0.009 s             5    16.384k        471.099n
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.008 s         0.011 s             5    32.768k        239.915n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.008 s         0.014 s             5    65.536k        121.227n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.010 s         0.030 s             5   131.072k         76.478n
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.013 s         0.053 s             5   262.144k        50.0942n
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.020 s         0.097 s             5   524.288k        37.4512n
[ 97%] Linking CXX executable Kokkos_atomic
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: CustomReduction<double>/N:100000/R:1000/manual_time                                0.006 s         0.015 s           111 19.8075k/s       11.5
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.673 s         0.670 s             1        0.102226     0.113562               0.0970227            0.0465939   0.0483774          2.735u
[ 97%] Built target Kokkos_atomic
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.040 s         0.040 s            18        7.42566m      3.6747m                7.03769m                  3.49592m    3.50649m          2.494u
[ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.067 s         0.067 s            10       0.0116363     5.62685m                8.53905m                  4.62274m     4.3479m          2.966u
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        24.8408n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        12.5723n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        5.95117n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.06238n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.61987n
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        842.957p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        525.589p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        419.945p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.000 s             5   262.144k        471.123p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        317.904p
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                              15.3 us         30.3 us        46608 65.3193k/s
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
25: Malloc/N:16/manual_time                                                             15.0 us         30.2 us        46664 66.5814k/s
25: Malloc/N:256/manual_time                                                            15.1 us         30.3 us        46689  66.431k/s
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
25: Malloc/N:4096/manual_time                                                           15.1 us         30.3 us        46442  66.415k/s
[ 97%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
25: Malloc/N:65536/manual_time                                                          15.0 us         30.3 us        46548 66.4635k/s
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o
25: Malloc/N:1048576/manual_time                                                        15.0 us         30.2 us        46726  66.769k/s
[ 97%] Built target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 98%] Linking CXX executable Kokkos_gups
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
25: Malloc/N:16777216/manual_time                                                       70.8 us          105 us        10554 14.1209k/s
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 98%] Linking CXX executable Kokkos_gather
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 98%] Built target Kokkos_gups
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 98%] Built target Kokkos_gather
[ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
25: Malloc/N:268435456/manual_time                                                      8839 us          159 us         1000   113.13/s
25: Malloc/N:4294967296/manual_time                                                   144929 us          667 us            5  6.89991/s
25: MallocFree/N:1/manual_time                                                          32.8 us         31.6 us        20132 30.5271k/s
[ 98%] Linking CXX executable Kokkos_launch_latency
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
25: MallocFree/N:16/manual_time                                                         33.9 us         32.5 us        22432 29.4879k/s
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
25: MallocFree/N:256/manual_time                                                        32.7 us         31.8 us        22400 30.5519k/s
[ 98%] Built target Kokkos_launch_latency
[ 98%] Linking CXX executable Kokkos_stream
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o
25: MallocFree/N:4096/manual_time                                                       31.2 us         31.1 us        22422 32.0134k/s
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
25: MallocFree/N:65536/manual_time                                                      33.9 us         32.3 us        22394 29.4644k/s
25: MallocFree/N:1048576/manual_time                                                    31.1 us         31.0 us        22433 32.1188k/s
[ 99%] Built target Kokkos_stream
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
25: MallocFree/N:16777216/manual_time                                                    550 us          110 us         6643   1.817k/s
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
25: MallocFree/N:268435456/manual_time                                                  8684 us          149 us          353  115.151/s
25: MallocFree/N:4294967296/manual_time                                               144468 us          390 us            5  6.92197/s
25: MallocTouch/N:1/manual_time                                                         16.8 us         32.1 us        36240 59.5203k/s
25: MallocTouch/N:16/manual_time                                                        16.8 us         32.1 us        35792 59.6351k/s
25: MallocTouch/N:256/manual_time                                                       15.8 us         31.6 us        44147 63.0924k/s
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC
25: MallocTouch/N:4096/manual_time                                                      31.0 us         50.6 us        22556 32.2157k/s
25: MallocTouch/N:65536/manual_time                                                     31.1 us         50.6 us        22526 32.1685k/s
 -- Testing 1-D histogram
Density 1D: 0.00195918 -0.999999 -57856.3 || 0.051031 0 1.55251e+06 || 2.86915e+10 28674.4 || -7.99805e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588772 -0.967853 10.3237 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
25: MallocTouch/N:1048576/manual_time                                                   33.5 us         53.6 us        19345 29.8799k/s
[100%] Built target Kokkos_CoreUnitTest_OpenACC
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: Kokkos_CoreUnitTest_Serial1

1: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
4: [       OK ] openmp.team_policy_max_recommended (80997 ms)
4: [ RUN      ] openmp.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] openmp.team_teamvector_range
4: [       OK ] openmp.team_teamvector_range (2246 ms)
4: [ RUN      ] openmp.unique_token_global
4: [       OK ] openmp.unique_token_global (7 ms)
4: [ RUN      ] openmp.unique_token_instance
4: [       OK ] openmp.unique_token_instance (22 ms)
4: [ RUN      ] openmp.unique_token_team_acquire
4: [       OK ] openmp.unique_token_team_acquire (25 ms)
4: [ RUN      ] openmp.view_api_a
4: [       OK ] openmp.view_api_a (16 ms)
4: [ RUN      ] openmp.view_api_b
4: [       OK ] openmp.view_api_b (1 ms)
4: [ RUN      ] openmp.view_api_c
4: [       OK ] openmp.view_api_c (0 ms)
4: [ RUN      ] openmp.view_api_d
4: [       OK ] openmp.view_api_d (0 ms)
4: [ RUN      ] openmp.view_allocation_error
4: [       OK ] openmp.view_allocation_error (0 ms)
4: [ RUN      ] openmp.view_remap
4: [       OK ] openmp.view_remap (0 ms)
4: [ RUN      ] openmp.view_mirror_nonconst
4: [       OK ] openmp.view_mirror_nonconst (0 ms)
4: [ RUN      ] openmp.view_stride_method
4: [       OK ] openmp.view_stride_method (0 ms)
4: [ RUN      ] openmp.anonymous_space
4: [       OK ] openmp.anonymous_space (0 ms)
4: [ RUN      ] openmp.view_overload_resolution
4: [       OK ] openmp.view_overload_resolution (0 ms)
4: [ RUN      ] openmp.view_allocation_large_rank
4: [       OK ] openmp.view_allocation_large_rank (1492 ms)
4: [ RUN      ] openmp.view_shmem_size_on_device
4: [       OK ] openmp.view_shmem_size_on_device (0 ms)
4: [ RUN      ] openmp.view_is_assignable
4: [       OK ] openmp.view_is_assignable (0 ms)
4: [ RUN      ] openmp.view_copy_tests
4: [       OK ] openmp.view_copy_tests (9 ms)
4: [ RUN      ] openmp.view_copy_tests_rank_0
4: [       OK ] openmp.view_copy_tests_rank_0 (2 ms)
4: [ RUN      ] openmp.view_copy_degenerated
4: [       OK ] openmp.view_copy_degenerated (0 ms)
4: [ RUN      ] openmp.view_empty_runtime_unmanaged
4: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] openmp.view_hooks
4: [       OK ] openmp.view_hooks (0 ms)
4: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (58 ms)
4: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (53 ms)
4: [ RUN      ] openmp.view_irregular_layout
4: [       OK ] openmp.view_irregular_layout (0 ms)
4: [ RUN      ] openmp.view_mapping
4: [       OK ] openmp.view_mapping (74 ms)
4: [ RUN      ] openmp.view_mapping_operator
4: [       OK ] openmp.view_mapping_operator (2 ms)
4: [ RUN      ] openmp.static_extent
4: [       OK ] openmp.static_extent (0 ms)
4: [ RUN      ] openmp.view_mapping_atomic
4: [       OK ] openmp.view_mapping_atomic (1 ms)
4: [ RUN      ] openmp.view_mapping_class_value
4: [       OK ] openmp.view_mapping_class_value (0 ms)
4: [ RUN      ] openmp.view_mapping_assignable
4: [       OK ] openmp.view_mapping_assignable (0 ms)
4: [ RUN      ] openmp.view_mapping_trivially_copyable
4: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] openmp.view_mapping_subview
4: [       OK ] openmp.view_mapping_subview (0 ms)
4: [ RUN      ] openmp.view_nested_view
4: [       OK ] openmp.view_nested_view (0 ms)
4: [ RUN      ] openmp.append_formatted_multidimensional_index
4: [       OK ] openmp.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] openmp.view_resize
4: [       OK ] openmp.view_resize (10 ms)
4: [ RUN      ] openmp.view_realloc
4: [       OK ] openmp.view_realloc (0 ms)
4: [ RUN      ] openmp.workgraph_fib
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
4: [       OK ] openmp.workgraph_fib (932 ms)
4: [ RUN      ] openmp.resize_realloc_no_init
4: [       OK ] openmp.resize_realloc_no_init (0 ms)
4: [ RUN      ] openmp.resize_realloc_no_alloc
4: [       OK ] openmp.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] openmp.realloc_exec_space
4: [       OK ] openmp.realloc_exec_space (0 ms)
4: [ RUN      ] openmp.view_alloc
1: [==========] Running 216 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
4: [       OK ] openmp.view_alloc (0 ms)
4: [ RUN      ] openmp.view_alloc_exec_space
4: [       OK ] openmp.view_alloc_exec_space (0 ms)
4: [ RUN      ] openmp.view_alloc_int
4: [       OK ] openmp.view_alloc_int (0 ms)
4: [ RUN      ] openmp.view_alloc_exec_space_int
4: [       OK ] openmp.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] openmp.deep_copy_zero_memset
4: [       OK ] openmp.deep_copy_zero_memset (0 ms)
4: [ RUN      ] openmp.resize_exec_space
4: [       OK ] openmp.resize_exec_space (0 ms)
4: [ RUN      ] openmp.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] openmp.view_allocation_int (0 ms)
4: [ RUN      ] openmp.view_allocation_exec_space_int
4: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] openmp.view_not_default_constructible
4: [       OK ] openmp.view_not_default_constructible (0 ms)
4: [ RUN      ] openmp.view_subview_auto_1d_left
4: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] openmp.view_subview_auto_1d_right
4: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] openmp.view_subview_auto_1d_stride
4: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] openmp.view_subview_assign_strided
4: [       OK ] openmp.view_subview_assign_strided (0 ms)
4: [ RUN      ] openmp.view_subview_left_0
4: [       OK ] openmp.view_subview_left_0 (0 ms)
4: [ RUN      ] openmp.view_subview_left_1
4: [       OK ] openmp.view_subview_left_1 (0 ms)
4: [ RUN      ] openmp.view_subview_left_2
4: [       OK ] openmp.view_subview_left_2 (0 ms)
4: [ RUN      ] openmp.view_subview_left_3
4: [       OK ] openmp.view_subview_left_3 (0 ms)
4: [ RUN      ] openmp.view_subview_right_0
4: [       OK ] openmp.view_subview_right_0 (0 ms)
4: [ RUN      ] openmp.view_subview_right_1
4: [       OK ] openmp.view_subview_right_1 (0 ms)
4: [ RUN      ] openmp.view_subview_right_3
4: [       OK ] openmp.view_subview_right_3 (0 ms)
4: [ RUN      ] openmp.view_static_tests
4: [       OK ] openmp.view_static_tests (0 ms)
4: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
4: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms)
4: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
4: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] openmp.view_subview_1d_assign
4: [       OK ] openmp.view_subview_1d_assign (1 ms)
4: [ RUN      ] openmp.view_subview_1d_assign_atomic
4: [       OK ] openmp.view_subview_1d_assign_atomic (1 ms)
4: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
4: [       OK ] openmp.view_subview_1d_assign_randomaccess (1 ms)
4: [ RUN      ] openmp.view_subview_2d_from_3d
4: [       OK ] openmp.view_subview_2d_from_3d (31 ms)
4: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
4: [       OK ] openmp.view_subview_2d_from_3d_atomic (31 ms)
4: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
4: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (31 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_left
4: [       OK ] openmp.view_subview_3d_from_5d_left (352 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] serial_DeathTest.abort_from_host (423 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
1: [       OK ] serial_DeathTest.abort_from_device (410 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (335 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (335 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (422 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] openmp.view_subview_3d_from_5d_right (341 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (424 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (2 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: [       OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (3 ms)
1: [----------] 7 tests from serial_DeathTest (1691 ms total)
1: 
1: [----------] 209 tests from serial
1: [ RUN      ] serial.array_capacity
1: [       OK ] serial.array_capacity (0 ms)
1: [ RUN      ] serial.array_element_access
1: [       OK ] serial.array_element_access (0 ms)
1: [ RUN      ] serial.array_zero_capacity
1: [       OK ] serial.array_zero_capacity (0 ms)
1: [ RUN      ] serial.array_zero_data_nullptr
1: [       OK ] serial.array_zero_data_nullptr (0 ms)
1: [ RUN      ] serial.array_contiguous_capacity
1: [       OK ] serial.array_contiguous_capacity (0 ms)
1: [ RUN      ] serial.array_contiguous_element_access
1: [       OK ] serial.array_contiguous_element_access (0 ms)
1: [ RUN      ] serial.array_contiguous_assignment
1: [       OK ] serial.array_contiguous_assignment (0 ms)
1: [ RUN      ] serial.array_strided_capacity
1: [       OK ] serial.array_strided_capacity (0 ms)
1: [ RUN      ] serial.array_strided_element_access
1: [       OK ] serial.array_strided_element_access (0 ms)
1: [ RUN      ] serial.array_strided_assignment
1: [       OK ] serial.array_strided_assignment (0 ms)
1: [ RUN      ] serial.atomic_operations_complexdouble
1: [       OK ] serial.atomic_operations_complexdouble (0 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (1 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (1 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (1 ms)
1: [ RUN      ] serial.atomic_shared
1: [       OK ] serial.atomic_shared (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (1 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (1 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (3 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
4: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (343 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] serial.atomic_views_integral (126 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (25 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (0 ms)
1: [ RUN      ] serial.bit_manip_countl_zero
1: [       OK ] serial.bit_manip_countl_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countl_one
1: [       OK ] serial.bit_manip_countl_one (0 ms)
1: [ RUN      ] serial.bit_manip_countr_zero
1: [       OK ] serial.bit_manip_countr_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countr_one
1: [       OK ] serial.bit_manip_countr_one (0 ms)
1: [ RUN      ] serial.bit_manip_popcount
1: [       OK ] serial.bit_manip_popcount (0 ms)
1: [ RUN      ] serial.bit_manip_has_single_bit
1: [       OK ] serial.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] serial.bit_manip_bit_floor
1: [       OK ] serial.bit_manip_bit_floor (0 ms)
1: [ RUN      ] serial.bit_manip_bit_ceil
1: [       OK ] serial.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] serial.bit_manip_bit_width
1: [       OK ] serial.bit_manip_bit_width (0 ms)
1: [ RUN      ] serial.bit_manip_rotl
1: [       OK ] serial.bit_manip_rotl (0 ms)
1: [ RUN      ] serial.bit_manip_rotr
1: [       OK ] serial.bit_manip_rotr (0 ms)
1: [ RUN      ] serial.bit_manip_byeswap
1: [       OK ] serial.bit_manip_byeswap (0 ms)
1: [ RUN      ] serial.bit_manip_bit_cast
1: [       OK ] serial.bit_manip_bit_cast (0 ms)
1: [ RUN      ] serial.test_block_deduction_bug_pr_3103
1: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] serial.checked_integer_operations_multiply_overflow
1: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] serial.execution_policy_occupancy_and_hint
1: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] serial.complex_construction
1: [       OK ] serial.complex_construction (0 ms)
1: [ RUN      ] serial.complex_basic_math
1: [       OK ] serial.complex_basic_math (0 ms)
1: [ RUN      ] serial.complex_special_funtions
1: [       OK ] serial.complex_special_funtions (0 ms)
1: [ RUN      ] serial.complex_io
1: [       OK ] serial.complex_io (0 ms)
1: [ RUN      ] serial.complex_trivially_copyable
1: [       OK ] serial.complex_trivially_copyable (0 ms)
1: [ RUN      ] serial.complex_issue_3865
1: [       OK ] serial.complex_issue_3865 (0 ms)
1: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
1: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] serial.crs_count_fill
1: [       OK ] serial.crs_count_fill (0 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (1 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (3 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (49 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (0 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (0 ms)
1: [ RUN      ] serial.execution_space_as_class_data_member
1: [       OK ] serial.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] serial.functor_analysis
1: [       OK ] serial.functor_analysis (0 ms)
1: [ RUN      ] serial.host_shared_ptr_use_count
1: [       OK ] serial.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] serial.host_shared_ptr_get
1: [       OK ] serial.host_shared_ptr_get (0 ms)
1: [ RUN      ] serial.host_shared_ptr_dereference_on_device
1: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_special_members_on_device
1: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_tracking
1: [       OK ] serial.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] serial.init
1: [       OK ] serial.init (0 ms)
1: [ RUN      ] serial.dispatch
1: [       OK ] serial.dispatch (3 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
4: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (343 ms)
4: [ RUN      ] openmp.view_test_unmanaged_subview_reset
4: [       OK ] openmp.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] openmp.view_subview_memory_traits_construction
4: [       OK ] openmp.view_subview_memory_traits_construction (0 ms)
4: [ RUN      ] openmp.task_fib_deprecated
25: MallocTouch/N:16777216/manual_time                                                  98.1 us          139 us         7633 10.1922k/s
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (3060 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
4: [       OK ] openmp.task_fib_deprecated (3201 ms)
4: [ RUN      ] openmp.task_depend_deprecated
4: [       OK ] openmp.task_depend_deprecated (123 ms)
4: [ RUN      ] openmp.task_team_deprecated
4: [       OK ] openmp.task_team_deprecated (0 ms)
4: [ RUN      ] openmp.task_with_mempool_deprecated
4: [       OK ] openmp.task_with_mempool_deprecated (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_deprecated
4: [       OK ] openmp.task_multiple_depend_deprecated (26 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_deprecated
4: [       OK ] openmp.task_scheduler_ctors_deprecated (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_deprecated
4: [       OK ] openmp.task_scheduer_ctors_device_deprecated (0 ms)
4: [ RUN      ] openmp.task_fib_deprecated_multiple
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2372 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1132 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
 -- Testing 1-D histogram
Density 1D: 6.8109e-07 -0.00238178 -0.00166455 || 0.051031 28003 29325 || 28742.8 28674.4 || -23.0108 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.56767e-07 0.010583 0.00256128 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
4: [       OK ] openmp.task_fib_deprecated_multiple (3304 ms)
4: [ RUN      ] openmp.task_depend_deprecated_multiple
4: [       OK ] openmp.task_depend_deprecated_multiple (18 ms)
4: [ RUN      ] openmp.task_team_deprecated_multiple
4: [       OK ] openmp.task_team_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_with_mempool_deprecated_multiple
4: [       OK ] openmp.task_with_mempool_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_deprecated_multiple
4: [       OK ] openmp.task_multiple_depend_deprecated_multiple (27 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_deprecated_multiple
4: [       OK ] openmp.task_scheduler_ctors_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_deprecated_multiple
4: [       OK ] openmp.task_scheduer_ctors_device_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_fib_single
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1185 ms)
1: [ RUN      ] serial.deep_copy_scratch
1: [       OK ] serial.deep_copy_scratch (0 ms)
1: [ RUN      ] serial.mathematical_constants_e
1: [       OK ] serial.mathematical_constants_e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log2e
1: [       OK ] serial.mathematical_constants_log2e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log10e
1: [       OK ] serial.mathematical_constants_log10e (0 ms)
1: [ RUN      ] serial.mathematical_constants_pi
1: [       OK ] serial.mathematical_constants_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_pi
1: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
1: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln2
1: [       OK ] serial.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln10
1: [       OK ] serial.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt2
1: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt3
1: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrt3
1: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_egamma
1: [       OK ] serial.mathematical_constants_egamma (0 ms)
1: [ RUN      ] serial.mathematical_constants_phi
1: [       OK ] serial.mathematical_constants_phi (0 ms)
1: [ RUN      ] serial.mathematical_functions_trigonometric_functions
1: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_non_standard
1: [       OK ] serial.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] serial.mathematical_functions_power_functions
1: [       OK ] serial.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_fma
1: [       OK ] serial.mathematical_functions_fma (0 ms)
1: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
1: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_absolute_value
1: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
1: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_remainder_function
1: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] serial.mathematical_functions_isfinite
1: [       OK ] serial.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] serial.mathematical_functions_isinf
1: [       OK ] serial.mathematical_functions_isinf (0 ms)
1: [ RUN      ] serial.mathematical_functions_isnan
1: [       OK ] serial.mathematical_functions_isnan (0 ms)
1: [ RUN      ] serial.mathematical_functions_exponential_functions
1: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
1: [ RUN      ] serial.mathspecialfunc_expint1
1: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_errorfunc
1: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
1: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
1: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
1: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
1: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
1: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] serial.mdrange_5d
1: [       OK ] serial.mdrange_5d (44 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (167 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (1 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (7 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (123 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (9 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
4: [       OK ] openmp.task_fib_single (2745 ms)
4: [ RUN      ] openmp.task_depend_single
4: [       OK ] openmp.task_depend_single (127 ms)
4: [ RUN      ] openmp.task_team_single
4: [       OK ] openmp.task_team_single (0 ms)
4: [ RUN      ] openmp.task_with_mempool_single
4: [       OK ] openmp.task_with_mempool_single (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_single
4: [       OK ] openmp.task_multiple_depend_single (31 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_single
4: [       OK ] openmp.task_scheduler_ctors_single (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_single
4: [       OK ] openmp.task_scheduer_ctors_device_single (0 ms)
4: [ RUN      ] openmp.task_fib_multiple
1: [       OK ] serial.mdrange_large_deep_copy (2053 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
25: MallocTouch/N:268435456/manual_time                                                 8761 us          295 us         1000  114.139/s
25: MallocTouch/N:4294967296/manual_time                                              144740 us         1769 us            5  6.90892/s
4: [       OK ] openmp.task_fib_multiple (1787 ms)
4: [ RUN      ] openmp.task_depend_multiple
4: [       OK ] openmp.task_depend_multiple (41 ms)
4: [ RUN      ] openmp.task_team_multiple
4: [       OK ] openmp.task_team_multiple (0 ms)
4: [ RUN      ] openmp.task_with_mempool_multiple
4: [       OK ] openmp.task_with_mempool_multiple (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_multiple
4: [       OK ] openmp.task_multiple_depend_multiple (34 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_multiple
4: [       OK ] openmp.task_scheduler_ctors_multiple (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_multiple
4: [       OK ] openmp.task_scheduer_ctors_device_multiple (0 ms)
4: [ RUN      ] openmp.task_fib_chase_lev
25: MallocTouchFree/N:1/manual_time                                                     33.4 us         32.1 us        21981 29.9829k/s
25: MallocTouchFree/N:16/manual_time                                                    31.8 us         31.7 us        18055 31.4552k/s
4: [       OK ] openmp.task_fib_chase_lev (1963 ms)
4: [ RUN      ] openmp.task_depend_chase_lev
4: [       OK ] openmp.task_depend_chase_lev (30 ms)
4: [ RUN      ] openmp.task_team_chase_lev
4: [       OK ] openmp.task_team_chase_lev (0 ms)
4: [ RUN      ] openmp.task_with_mempool_chase_lev
4: [       OK ] openmp.task_with_mempool_chase_lev (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_chase_lev
4: [       OK ] openmp.task_multiple_depend_chase_lev (25 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_chase_lev
4: [       OK ] openmp.task_scheduler_ctors_chase_lev (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_chase_lev
4: [       OK ] openmp.task_scheduer_ctors_device_chase_lev (0 ms)
4: [----------] 333 tests from openmp (373258 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 348 tests from 2 test suites ran. (376940 ms total)
4: [  PASSED  ] 344 tests.
4: [  SKIPPED ] 4 tests, listed below:
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] openmp.mdspan_minimal_functional
4: [  SKIPPED ] openmp.view_allocation_int
 4/45 Test  #4: Kokkos_CoreUnitTest_OpenMP ..................   Passed  376.96 sec
test 5
      Start  5: Kokkos_CoreUnitTest_OpenMPInterOp

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

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

7: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Default
7: Test timeout computed to be: 1500
7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
7:                                     Detected: 4 cores per node.
7:                                     Detected: 1 MPI_ranks per node.
7:                                     Requested: 8 threads per process.
7: [==========] Running 71 tests from 41 test suites.
7: [----------] Global test environment set-up.
7: [----------] 31 tests from defaultdevicetype
7: [ RUN      ] defaultdevicetype.initialization_settings
7: [       OK ] defaultdevicetype.initialization_settings (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
7: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
7: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
7: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
7: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_help
7: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
7: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize().
7: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
7: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_num_threads
7: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_device_id
7: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
7: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_tune_internals
7: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
7: [ RUN      ] defaultdevicetype.visible_devices
7: [       OK ] defaultdevicetype.visible_devices (0 ms)
7: [ RUN      ] defaultdevicetype.shared_space
7: /var/jenkins/workspace/Kokkos_PR-6907/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-6907/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped
7: Skipping as host and device are the same space
7: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms)
7: [ RUN      ] defaultdevicetype.compiler_macros
7: [       OK ] defaultdevicetype.compiler_macros (0 ms)
7: [ RUN      ] defaultdevicetype.half_conversion
7: [       OK ] defaultdevicetype.half_conversion (0 ms)
7: [ RUN      ] defaultdevicetype.bhalf_conversion
7: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
7: [ RUN      ] defaultdevicetype.half_operators
7: [       OK ] defaultdevicetype.half_operators (0 ms)
7: [ RUN      ] defaultdevicetype.bhalf_operators
7: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
7: [ RUN      ] defaultdevicetype.host_space_access
7: [       OK ] defaultdevicetype.host_space_access (0 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
7: [       OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3168 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
1: mdspan not enabled
1: [  SKIPPED ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.max
1: [       OK ] serial.max (0 ms)
1: [ RUN      ] serial.max_within_parfor
1: [       OK ] serial.max_within_parfor (35 ms)
1: [ RUN      ] serial.min
1: [       OK ] serial.min (0 ms)
1: [ RUN      ] serial.min_within_parfor
1: [       OK ] serial.min_within_parfor (0 ms)
1: [ RUN      ] serial.minmax
1: [       OK ] serial.minmax (0 ms)
1: [ RUN      ] serial.minmax_within_parfor
1: [       OK ] serial.minmax_within_parfor (0 ms)
1: [ RUN      ] serial.clamp
1: [       OK ] serial.clamp (0 ms)
1: [ RUN      ] serial.clamp_within_parfor
1: [       OK ] serial.clamp_within_parfor (0 ms)
1: [ RUN      ] serial.numeric_traits_infinity
1: [       OK ] serial.numeric_traits_infinity (0 ms)
1: [ RUN      ] serial.numeric_traits_epsilon
1: [       OK ] serial.numeric_traits_epsilon (0 ms)
1: [ RUN      ] serial.numeric_traits_round_error
1: [       OK ] serial.numeric_traits_round_error (0 ms)
1: [ RUN      ] serial.numeric_traits_norm_min
1: [       OK ] serial.numeric_traits_norm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_denorm_min
1: [       OK ] serial.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_finite_min_max
1: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] serial.numeric_traits_digits
1: [       OK ] serial.numeric_traits_digits (0 ms)
1: [ RUN      ] serial.numeric_traits_digits10
1: [       OK ] serial.numeric_traits_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_max_digits10
1: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_radix
1: [       OK ] serial.numeric_traits_radix (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent
1: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent10
1: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
1: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] serial.numeric_traits_sfinae_friendly
1: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] serial.occupancy_control
1: [       OK ] serial.occupancy_control (0 ms)
1: [ RUN      ] serial.view_aggregate
1: [       OK ] serial.view_aggregate (0 ms)
1: [ RUN      ] serial.memory_pool
1: [       OK ] serial.memory_pool (11 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (5 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (1 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_dynamic_policy
1: [       OK ] serial.range_dynamic_policy (20 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (20 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (0 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (0 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_point_t
1: [       OK ] serial.reducers_point_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (296 ms)
1: [ RUN      ] serial.double_reduce
7: [       OK ] defaultdevicetype.reduce_instantiation_b1 (19 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
7: [       OK ] defaultdevicetype.reduce_instantiation_c1 (7 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
7: [       OK ] defaultdevicetype.reduce_instantiation_a2 (17 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
7: [       OK ] defaultdevicetype.reduce_instantiation_b2 (32 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
7: [       OK ] defaultdevicetype.reduce_instantiation_c2 (16 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
7: [       OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
7: [       OK ] defaultdevicetype.reduce_instantiation_b3 (32 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
7: [       OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms)
7: [ RUN      ] defaultdevicetype.malloc
7: [       OK ] defaultdevicetype.malloc (0 ms)
7: [----------] 31 tests from defaultdevicetype (171 ms total)
7: 
7: [----------] 1 test from kokkosresize
7: [ RUN      ] kokkosresize.host_space_access
7: [       OK ] kokkosresize.host_space_access (10 ms)
7: [----------] 1 test from kokkosresize (10 ms total)
7: 
7: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
7: [ RUN      ] TestViewAPI/0.sizes
7: [       OK ] TestViewAPI/0.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/0 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/1.sizes
7: [       OK ] TestViewAPI/1.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/1 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/2.sizes
7: [       OK ] TestViewAPI/2.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/2 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/3.sizes
7: [       OK ] TestViewAPI/3.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/3 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/4.sizes
7: [       OK ] TestViewAPI/4.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/4 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/5.sizes
7: [       OK ] TestViewAPI/5.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/5 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/6.sizes
7: [       OK ] TestViewAPI/6.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/6 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/7.sizes
7: [       OK ] TestViewAPI/7.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/7 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/8.sizes
7: [       OK ] TestViewAPI/8.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/8 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/9.sizes
7: [       OK ] TestViewAPI/9.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/9 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
7: [ RUN      ] TestViewAPI/10.sizes
7: [       OK ] TestViewAPI/10.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/10 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/11.sizes
7: [       OK ] TestViewAPI/11.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/11 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/12.sizes
7: [       OK ] TestViewAPI/12.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/12 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/13.sizes
7: [       OK ] TestViewAPI/13.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/13 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/14.sizes
7: [       OK ] TestViewAPI/14.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/14 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/15.sizes
7: [       OK ] TestViewAPI/15.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/15 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/16.sizes
7: [       OK ] TestViewAPI/16.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/16 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/17.sizes
7: [       OK ] TestViewAPI/17.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/17 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/18.sizes
7: [       OK ] TestViewAPI/18.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/18 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/19.sizes
7: [       OK ] TestViewAPI/19.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/19 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
7: [ RUN      ] TestViewAPI/20.sizes
7: [       OK ] TestViewAPI/20.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/20 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/21.sizes
7: [       OK ] TestViewAPI/21.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/21 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/22.sizes
7: [       OK ] TestViewAPI/22.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/22 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/23.sizes
7: [       OK ] TestViewAPI/23.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/23 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/24.sizes
7: [       OK ] TestViewAPI/24.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/24 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/25.sizes
7: [       OK ] TestViewAPI/25.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/25 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/26.sizes
7: [       OK ] TestViewAPI/26.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/26 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/27.sizes
7: [       OK ] TestViewAPI/27.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/27 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/28.sizes
7: [       OK ] TestViewAPI/28.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/28 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/29.sizes
7: [       OK ] TestViewAPI/29.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/29 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
7: [ RUN      ] TestViewAPI/30.sizes
7: [       OK ] TestViewAPI/30.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/30 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
7: [ RUN      ] TestViewAPI/31.sizes
7: [       OK ] TestViewAPI/31.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/31 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
7: [ RUN      ] TestViewAPI/32.sizes
7: [       OK ] TestViewAPI/32.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/32 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
7: [ RUN      ] TestViewAPI/33.sizes
7: [       OK ] TestViewAPI/33.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/33 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
7: [ RUN      ] TestViewAPI/34.sizes
7: [       OK ] TestViewAPI/34.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/34 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
7: [ RUN      ] TestViewAPI/35.sizes
7: [       OK ] TestViewAPI/35.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/35 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
7: [ RUN      ] TestViewAPI/36.sizes
7: [       OK ] TestViewAPI/36.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/36 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
7: [ RUN      ] TestViewAPI/37.sizes
7: [       OK ] TestViewAPI/37.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/37 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
7: [ RUN      ] TestViewAPI/38.sizes
7: [       OK ] TestViewAPI/38.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/38 (0 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 71 tests from 41 test suites ran. (182 ms total)
7: [  PASSED  ] 69 tests.
7: [  SKIPPED ] 2 tests, listed below:
7: [  SKIPPED ] defaultdevicetype.shared_space
7: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space
 7/45 Test  #7: Kokkos_CoreUnitTest_Default .................   Passed    0.19 sec
test 8
      Start  8: Kokkos_CoreUnitTest_LegionInitialization

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

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

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

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

12: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec
12: Test timeout computed to be: 1500
12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
12:                                     Detected: 4 cores per node.
12:                                     Detected: 1 MPI_ranks per node.
12:                                     Requested: 8 threads per process.
12: [==========] Running 3 tests from 2 test suites.
12: [----------] Global test environment set-up.
12: [----------] 2 tests from defaultdevicetype_DeathTest
12: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
12: 
12: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
12: Top of f1
12: Top of f0
12: Top of f0
12: test_f1:
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56145362ac29]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5614535d9839]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5614535d28e4]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x5614535d499f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56145360baee]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x5614535fd75f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x5614535fda72]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x5614535fe05d]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x561453600778]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x561453600c4c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5614535d14b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ff3b66fc083]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5614535d26ee]
12:  
12: demangled test_f1:
12: [0x56145362ac29] Kokkos::Impl::save_stacktrace()
12: [0x5614535d9839] Test::stacktrace_test_f1(std::ostream&)
12: [0x5614535d28e4] Test::test_stacktrace(bool, bool)
12: [0x5614535d499f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
12: [0x56145360baee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x5614535fd75f] 
12: [0x5614535fda72] 
12: [0x5614535fe05d] 
12: [0x561453600778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x561453600c4c] testing::UnitTest::Run()
12: [0x5614535d14b6] main
12: [0x7ff3b66fc083] __libc_start_main
12: [0x5614535d26ee] _start
12:  
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f1
12: Top of f0
12: Top of f0
12: StackTrace f3(std::cout, 4) returned: 110
12: test_f3:
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56145362ac29]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5614535d9839]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5614535d9a78]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5614535d31ce]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x5614535d499f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56145360baee]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x5614535fd75f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x5614535fda72]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x5614535fe05d]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x561453600778]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x561453600c4c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5614535d14b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ff3b66fc083]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5614535d26ee]
12:  
12: demangled test_f3:
12: [0x56145362ac29] Kokkos::Impl::save_stacktrace()
12: [0x5614535d9839] Test::stacktrace_test_f1(std::ostream&)
12: [0x5614535d9a78] Test::stacktrace_test_f3(std::ostream&, int)
12: [0x5614535d31ce] Test::test_stacktrace(bool, bool)
12: [0x5614535d499f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
12: [0x56145360baee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x5614535fd75f] 
12: [0x5614535fda72] 
12: [0x5614535fe05d] 
12: [0x561453600778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x561453600c4c] testing::UnitTest::Run()
12: [0x5614535d14b6] main
12: [0x7ff3b66fc083] __libc_start_main
12: [0x5614535d26ee] _start
12:  
12: Test setting std::terminate handler that prints the last saved stack trace
1: [       OK ] serial.double_reduce (303 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
12: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (202 ms)
12: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
12: 
12: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
12: Top of f1
12: Top of f0
12: Top of f0
12: test_f1:
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56145362ac29]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5614535d9839]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5614535d28e4]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x5614535d4d1c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56145360baee]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x5614535fd75f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x5614535fda72]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x5614535fe05d]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x561453600778]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x561453600c4c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5614535d14b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ff3b66fc083]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5614535d26ee]
12:  
12: demangled test_f1:
12: [0x56145362ac29] Kokkos::Impl::save_stacktrace()
12: [0x5614535d9839] Test::stacktrace_test_f1(std::ostream&)
12: [0x5614535d28e4] Test::test_stacktrace(bool, bool)
12: [0x5614535d4d1c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
12: [0x56145360baee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x5614535fd75f] 
12: [0x5614535fda72] 
12: [0x5614535fe05d] 
12: [0x561453600778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x561453600c4c] testing::UnitTest::Run()
12: [0x5614535d14b6] main
12: [0x7ff3b66fc083] __libc_start_main
12: [0x5614535d26ee] _start
12:  
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f1
12: Top of f0
12: Top of f0
12: StackTrace f3(std::cout, 4) returned: 110
12: test_f3:
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56145362ac29]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5614535d9839]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5614535d9a78]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5614535d31ce]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x5614535d4d1c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56145360baee]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x5614535fd75f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x5614535fda72]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x5614535fe05d]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x561453600778]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x561453600c4c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5614535d14b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ff3b66fc083]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5614535d26ee]
12:  
12: demangled test_f3:
12: [0x56145362ac29] Kokkos::Impl::save_stacktrace()
12: [0x5614535d9839] Test::stacktrace_test_f1(std::ostream&)
12: [0x5614535d9a78] Test::stacktrace_test_f3(std::ostream&, int)
12: [0x5614535d31ce] Test::test_stacktrace(bool, bool)
12: [0x5614535d4d1c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
12: [0x56145360baee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x5614535fd75f] 
12: [0x5614535fda72] 
12: [0x5614535fe05d] 
12: [0x561453600778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x561453600c4c] testing::UnitTest::Run()
12: [0x5614535d14b6] main
12: [0x7ff3b66fc083] __libc_start_main
12: [0x5614535d26ee] _start
12:  
12: Test setting std::terminate handler that prints the last saved stack trace
25: MallocTouchFree/N:256/manual_time                                                   33.3 us         32.3 us        22071 30.0725k/s
12: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (212 ms)
12: [----------] 2 tests from defaultdevicetype_DeathTest (414 ms total)
12: 
12: [----------] 1 test from defaultdevicetype
12: [ RUN      ] defaultdevicetype.stacktrace_normal
12: Top of f1
12: Top of f0
12: Top of f0
12: test_f1:
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56145362ac29]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5614535d9839]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5614535d28e4]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56145360baee]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x5614535fd75f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x5614535fda72]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x5614535fe05d]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x561453600778]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x561453600c4c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5614535d14b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ff3b66fc083]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5614535d26ee]
12:  
12: demangled test_f1:
12: [0x56145362ac29] Kokkos::Impl::save_stacktrace()
12: [0x5614535d9839] Test::stacktrace_test_f1(std::ostream&)
12: [0x5614535d28e4] Test::test_stacktrace(bool, bool)
12: [0x56145360baee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x5614535fd75f] 
12: [0x5614535fda72] 
12: [0x5614535fe05d] 
12: [0x561453600778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x561453600c4c] testing::UnitTest::Run()
12: [0x5614535d14b6] main
12: [0x7ff3b66fc083] __libc_start_main
12: [0x5614535d26ee] _start
12:  
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f1
12: Top of f0
12: Top of f0
12: StackTrace f3(std::cout, 4) returned: 110
12: test_f3:
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56145362ac29]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5614535d9839]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5614535d9a78]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5614535d31ce]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56145360baee]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x5614535fd75f]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x5614535fda72]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x5614535fe05d]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x561453600778]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x561453600c4c]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5614535d14b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ff3b66fc083]
12: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5614535d26ee]
12:  
12: demangled test_f3:
12: [0x56145362ac29] Kokkos::Impl::save_stacktrace()
12: [0x5614535d9839] Test::stacktrace_test_f1(std::ostream&)
12: [0x5614535d9a78] Test::stacktrace_test_f3(std::ostream&, int)
12: [0x5614535d31ce] Test::test_stacktrace(bool, bool)
12: [0x56145360baee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x5614535fd75f] 
12: [0x5614535fda72] 
12: [0x5614535fe05d] 
12: [0x561453600778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x561453600c4c] testing::UnitTest::Run()
12: [0x5614535d14b6] main
12: [0x7ff3b66fc083] __libc_start_main
12: [0x5614535d26ee] _start
12:  
12: Test setting std::terminate handler that prints the last saved stack trace
12: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
12: [----------] 1 test from defaultdevicetype (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 3 tests from 2 test suites ran. (415 ms total)
12: [  PASSED  ] 3 tests.
12/45 Test #12: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    0.42 sec
test 13
      Start 13: Kokkos_IncrementalTest_OPENMP

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

14: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
14: Test timeout computed to be: 1500
14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
14:                                     Detected: 4 cores per node.
14:                                     Detected: 1 MPI_ranks per node.
14:                                     Requested: 8 threads per process.
14: [==========] Running 28 tests from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 28 tests from SERIAL
14: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
14: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
14: [ RUN      ] SERIAL.IncrTest_01_execspace
14: Host Serial Execution Space:
14:   KOKKOS_ENABLE_SERIAL: yes
14: 
14: Serial Runtime Configuration:
14: Serial
14: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
14: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
14: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
14: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
14: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
14: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
14: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
14: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
14: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
14: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
14: [       OK ] SERIAL.IncrTest_03b_memspace_free (47 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
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (987 ms)
1: [ RUN      ] serial.double_reduce_dynamic
14: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (183 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 (1 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 (233 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 28 tests from 1 test suite ran. (233 ms total)
14: [  PASSED  ] 28 tests.
14/45 Test #14: Kokkos_IncrementalTest_SERIAL ...............   Passed    0.24 sec
test 15
      Start 15: Kokkos_CoreUnitTest_CTestDevice

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

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

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

18: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T03-40-30.json"
18: Test timeout computed to be: 1500
18: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
18:                                     Detected: 4 cores per node.
18:                                     Detected: 1 MPI_ranks per node.
18:                                     Requested: 8 threads per process.
18: 2024-03-29T04:03:12+00:00
18: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
18: Run on (4 X 1996.25 MHz CPU s)
18: CPU Caches:
18:   L1 Data 64 KiB (x4)
18:   L1 Instruction 64 KiB (x4)
18:   L2 Unified 512 KiB (x4)
18:   L3 Unified 16384 KiB (x4)
18: Load Average: 7.37, 7.41, 6.39
18: CPU architecture: none
18: Default Device: N6Kokkos6OpenMPE
18: GIT_BRANCH: HEAD
18: GIT_CLEAN_STATUS: CLEAN
18: GIT_COMMIT_DATE: 2024-03-29T03:40:17+00:00
18: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
18: GIT_COMMIT_HASH: e5d4dbdaf
18: GPU architecture: none
18: KOKKOS_COMPILER_GNU: 840
18: KOKKOS_ENABLE_ASM: yes
18: KOKKOS_ENABLE_CXX17: yes
18: KOKKOS_ENABLE_CXX20: no
18: KOKKOS_ENABLE_CXX23: no
18: KOKKOS_ENABLE_CXX26: no
18: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
18: KOKKOS_ENABLE_HWLOC: no
18: KOKKOS_ENABLE_LIBDL: no
18: KOKKOS_ENABLE_OPENMP: yes
18: KOKKOS_ENABLE_PRAGMA_IVDEP: no
18: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
18: KOKKOS_ENABLE_PRAGMA_UNROLL: no
18: KOKKOS_ENABLE_PRAGMA_VECTOR: no
18: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
18: Kokkos Version: 4.3.99
18: platform: 64bit
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.053 s         0.024 s             5       1024        50.5501u
25: MallocTouchFree/N:4096/manual_time                                                  50.5 us         50.3 us        13868  19.813k/s
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
18: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.055 s         0.024 s             5     2.048k        26.4178u
18: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.056 s         0.025 s             5     4.096k        13.5488u
25: MallocTouchFree/N:65536/manual_time                                                 50.5 us         50.3 us        13871 19.8094k/s
18: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.060 s         0.027 s             5     8.192k        7.18143u
1: [       OK ] serial.double_reduce_dynamic (1067 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
18: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.063 s         0.031 s             5    16.384k        3.91409u
25: MallocTouchFree/N:1048576/manual_time                                               53.6 us         53.4 us        13078 18.6686k/s
18: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.069 s         0.037 s             5    32.768k        2.06503u
1: [       OK ] serial.int64_t_reduce_dynamic_view (620 ms)
1: [ RUN      ] serial.reduction_deduction
1: [       OK ] serial.reduction_deduction (0 ms)
1: [ RUN      ] serial.reduce_device_view_range_policy
1: [       OK ] serial.reduce_device_view_range_policy (0 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
1: [       OK ] serial.reduce_device_view_mdrange_policy (18 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
18: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.154 s         0.051 s             5    65.536k        4.10147u
18: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.108 s         0.082 s             5   131.072k        820.535n
25: MallocTouchFree/N:16777216/manual_time                                               508 us          141 us         5053  1.9683k/s
1: [       OK ] serial.reduce_device_view_team_policy (2871 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (6 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
1: [       OK ] serial.task_fib_deprecated (196 ms)
1: [ RUN      ] serial.task_depend_deprecated
1: [       OK ] serial.task_depend_deprecated (0 ms)
1: [ RUN      ] serial.task_team_deprecated
1: [       OK ] serial.task_team_deprecated (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated
1: [       OK ] serial.task_with_mempool_deprecated (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated
1: [       OK ] serial.task_multiple_depend_deprecated (9 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated
1: [       OK ] serial.task_scheduler_ctors_deprecated (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated
1: [       OK ] serial.task_scheduer_ctors_device_deprecated (0 ms)
1: [ RUN      ] serial.task_fib_deprecated_multiple
1: [       OK ] serial.task_fib_deprecated_multiple (198 ms)
1: [ RUN      ] serial.task_depend_deprecated_multiple
1: [       OK ] serial.task_depend_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_team_deprecated_multiple
1: [       OK ] serial.task_team_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated_multiple
1: [       OK ] serial.task_with_mempool_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated_multiple
1: [       OK ] serial.task_multiple_depend_deprecated_multiple (6 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated_multiple
1: [       OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated_multiple
1: [       OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_fib_single
1: [       OK ] serial.task_fib_single (180 ms)
1: [ RUN      ] serial.task_depend_single
1: [       OK ] serial.task_depend_single (0 ms)
1: [ RUN      ] serial.task_team_single
1: [       OK ] serial.task_team_single (0 ms)
1: [ RUN      ] serial.task_with_mempool_single
1: [       OK ] serial.task_with_mempool_single (0 ms)
1: [ RUN      ] serial.task_multiple_depend_single
18: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.230 s         0.134 s             5   262.144k        1.32428u
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o
1: [       OK ] serial.task_multiple_depend_single (6 ms)
1: [ RUN      ] serial.task_scheduler_ctors_single
1: [       OK ] serial.task_scheduler_ctors_single (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_single
1: [       OK ] serial.task_scheduer_ctors_device_single (0 ms)
1: [ RUN      ] serial.task_fib_multiple
1: [       OK ] serial.task_fib_multiple (187 ms)
1: [ RUN      ] serial.task_depend_multiple
1: [       OK ] serial.task_depend_multiple (0 ms)
1: [ RUN      ] serial.task_team_multiple
1: [       OK ] serial.task_team_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_multiple
1: [       OK ] serial.task_with_mempool_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_multiple
1: [       OK ] serial.task_multiple_depend_multiple (7 ms)
1: [ RUN      ] serial.task_scheduler_ctors_multiple
1: [       OK ] serial.task_scheduler_ctors_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_multiple
1: [       OK ] serial.task_scheduer_ctors_device_multiple (0 ms)
1: [ RUN      ] serial.task_fib_chase_lev
1: [       OK ] serial.task_fib_chase_lev (220 ms)
1: [ RUN      ] serial.task_depend_chase_lev
1: [       OK ] serial.task_depend_chase_lev (0 ms)
1: [ RUN      ] serial.task_team_chase_lev
1: [       OK ] serial.task_team_chase_lev (0 ms)
1: [ RUN      ] serial.task_with_mempool_chase_lev
1: [       OK ] serial.task_with_mempool_chase_lev (0 ms)
1: [ RUN      ] serial.task_multiple_depend_chase_lev
1: [       OK ] serial.task_multiple_depend_chase_lev (6 ms)
1: [ RUN      ] serial.task_scheduler_ctors_chase_lev
1: [       OK ] serial.task_scheduler_ctors_chase_lev (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_chase_lev
1: [       OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms)
1: [----------] 209 tests from serial (20855 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 216 tests from 2 test suites ran. (22546 ms total)
1: [  PASSED  ] 215 tests.
1: [  SKIPPED ] 1 test, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
 1/20 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   23.39 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
2: [==========] Running 125 tests from 2 test suites.
2: [----------] Global test environment set-up.
2: [----------] 8 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: [       OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
25: MallocTouchFree/N:268435456/manual_time                                             8681 us          296 us          353  115.188/s
25: MallocTouchFree/N:4294967296/manual_time                                          144406 us         1448 us            5   6.9249/s
18: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.604 s         0.256 s             5   524.288k        1.25721u
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2834 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0167639 0.00374004 || 0.051031 27990 29269 || 28201.6 28674.4 || 51.7023 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00356363 -0.0170134 || 0.051031 1e+64 -1e+64
Test Seed:1711685000874780630
Test Scalar=int
 -- Testing randomness properties
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.5746/s        800
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.029 s         0.001 s            25   27.867/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.026 s         0.001 s            24  31.0828/s        800
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2801 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
2: [----------] 8 tests from serial_DeathTest (5635 ms total)
2: 
2: [----------] 117 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce
2: [       OK ] serial.team_reduce (0 ms)
2: [ RUN      ] serial.team_reduce_large
2: [       OK ] serial.team_reduce_large (519 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (10 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (7 ms)
2: [ RUN      ] serial.triple_nested_parallelism
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6405/s        800
2: [       OK ] serial.triple_nested_parallelism (708 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (96 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.7473/s        800
2: [       OK ] serial.team_reduction_scan (165 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (129 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (113 ms)
2: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
2: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
2: [ RUN      ] serial.repeated_team_reduce
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6351/s        800
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26   29.697/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26   29.646/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6826/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6829/s        800
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6831/s        800
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.7029/s        800
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6553/s        800
2: [       OK ] serial.repeated_team_reduce (7065 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (146 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (76 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (3 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (76 ms)
2: [ RUN      ] serial.scratch_align
2: [       OK ] serial.scratch_align (0 ms)
2: [ RUN      ] serial.shmem_size
2: [       OK ] serial.shmem_size (0 ms)
2: [ RUN      ] serial.multi_level_scratch
2: [       OK ] serial.multi_level_scratch (2 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (2 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (1 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (21 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (21 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (5 ms)
2: [ RUN      ] serial.view_api_b
2: [       OK ] serial.view_api_b (0 ms)
2: [ RUN      ] serial.view_api_c
2: [       OK ] serial.view_api_c (39 ms)
2: [ RUN      ] serial.view_api_d
2: [       OK ] serial.view_api_d (0 ms)
2: [ RUN      ] serial.view_allocation_error
2: [       OK ] serial.view_allocation_error (0 ms)
2: [ RUN      ] serial.view_remap
2: [       OK ] serial.view_remap (0 ms)
2: [ RUN      ] serial.view_mirror_nonconst
2: [       OK ] serial.view_mirror_nonconst (0 ms)
2: [ RUN      ] serial.view_stride_method
2: [       OK ] serial.view_stride_method (0 ms)
2: [ RUN      ] serial.anonymous_space
2: [       OK ] serial.anonymous_space (0 ms)
2: [ RUN      ] serial.view_overload_resolution
2: [       OK ] serial.view_overload_resolution (0 ms)
2: [ RUN      ] serial.view_allocation_large_rank
2: [       OK ] serial.view_allocation_large_rank (1336 ms)
2: [ RUN      ] serial.view_shmem_size_on_device
2: [       OK ] serial.view_shmem_size_on_device (0 ms)
2: [ RUN      ] serial.view_is_assignable
2: [       OK ] serial.view_is_assignable (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (7 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6882/s        800
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (55 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (49 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (57 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (2 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (0 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (14 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (62 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_left
2: [       OK ] serial.view_subview_auto_1d_left (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_right
2: [       OK ] serial.view_subview_auto_1d_right (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_stride
2: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (3 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (3 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (27 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (28 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (27 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (283 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6653/s        800
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (281 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (281 ms)
2: [ RUN      ] serial.view_test_unmanaged_subview_reset
2: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
2: [ RUN      ] serial.view_subview_memory_traits_construction
2: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
2: [----------] 117 tests from serial (11777 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 125 tests from 2 test suites ran. (17413 ms total)
2: [  PASSED  ] 122 tests.
2: [  SKIPPED ] 3 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/20 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   18.15 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Test timeout computed to be: 1500
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: CustomReduction<double>/N:100000/R:1000/manual_time                                 6.64 s          6.67 s             1 0.0181469/s       11.5
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.7403/s        800
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00615584 -0.0085204 || 0.051031 27969 29338 || 28852 28674.4 || -117.786 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00381889 0.00772284 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
3: [==========] Running 5 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 5 tests from serial_count_bugs
3: [ RUN      ] serial_count_bugs.launch_one
3: [       OK ] serial_count_bugs.launch_one (0 ms)
3: [ RUN      ] serial_count_bugs.launch_one_rvalue
3: [       OK ] serial_count_bugs.launch_one_rvalue (0 ms)
3: [ RUN      ] serial_count_bugs.launch_six
3: [       OK ] serial_count_bugs.launch_six (0 ms)
3: [ RUN      ] serial_count_bugs.when_all_cycle
3: [       OK ] serial_count_bugs.when_all_cycle (0 ms)
3: [ RUN      ] serial_count_bugs.zero_work_reduce
3: [       OK ] serial_count_bugs.zero_work_reduce (0 ms)
3: [----------] 5 tests from serial_count_bugs (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
18: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
18: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.823 s         0.424 s             2       0.0393784    0.0832677                0.109762             0.242529    0.055693       0.0553037
 3/20 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.70 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenACC

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC
4: Test timeout computed to be: 1500
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.001 s           381  1055.45/s       1.6k
4: [==========] Running 173 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from openacc_DeathTest
4: [ RUN      ] openacc_DeathTest.abort_from_host
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           499 1.14787k/s       1.6k
18: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
18: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.166 s         0.081 s             9        3.10244m      0.04885               0.0100693                  0.037503    5.09447m        5.01725m
4: [       OK ] openacc_DeathTest.abort_from_host (1292 ms)
4: [ RUN      ] openacc_DeathTest.abort_from_device
4: [       OK ] openacc_DeathTest.abort_from_device (51 ms)
4: [ RUN      ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           363 1.15888k/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           499 1.12525k/s       1.6k
4: [       OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (1604 ms)
4: [ RUN      ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           504 1.18651k/s       1.6k
18: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.843 s         0.437 s             2       0.0462989     0.091692                 0.11443                  0.217166   0.0579738       0.0564851
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024          68.46n
18: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        41.5913n
18: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        27.8604n
18: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k         23.719n
18: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.001 s             5    16.384k        19.9252n
18: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.001 s         0.002 s             5    32.768k        18.3711n
18: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.001 s         0.004 s             5    65.536k        16.9275n
18: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.002 s         0.011 s             5   131.072k        16.1712n
18: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.004 s         0.033 s             5   262.144k        15.9414n
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           510  1082.48/s       1.6k
18: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.008 s         0.080 s             5   524.288k        16.3571n
4: [       OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (1601 ms)
4: [ RUN      ] openacc_DeathTest.policy_invalid_bounds
4: [       OK ] openacc_DeathTest.policy_invalid_bounds (2 ms)
4: [ RUN      ] openacc_DeathTest.range_policy_invalid_bounds
4: [       OK ] openacc_DeathTest.range_policy_invalid_bounds (3 ms)
4: [ RUN      ] openacc_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (3 ms)
4: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_dyn
4: [       OK ] openacc_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_stat
4: [       OK ] openacc_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_mix
4: [       OK ] openacc_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_static_extents
4: [       OK ] openacc_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           510 1.18712k/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           300  691.995/s       1.6k
18: -----------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
18: -----------------------------------------------------------------------------------------------------------------------------------
18: Malloc/N:1/manual_time                                                             0.249 us        0.451 us      2994920 4.02051M/s
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           179  450.666/s       1.6k
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           509 1.18744k/s       1.6k
18: Malloc/N:16/manual_time                                                            0.247 us        0.448 us      2791603 4.05447M/s
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           296  686.298/s       1.6k
18: Malloc/N:256/manual_time                                                           0.364 us        0.560 us      1886469 2.74955M/s
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           250  579.397/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           509 1.13019k/s       1.6k
18: Malloc/N:4096/manual_time                                                          0.256 us        0.455 us      2732906 3.90457M/s
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           509  1.1868k/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           509 1.18714k/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           510 1.18718k/s       1.6k
18: Malloc/N:65536/manual_time                                                         0.182 us        0.427 us      3884476  5.5032M/s
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.011 s         0.011 s            61  143.548/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.011 s         0.011 s            62  140.115/s       1.6k
18: Malloc/N:1048576/manual_time                                                       0.177 us        0.419 us      3907194 5.64628M/s
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           194  446.249/s       1.6k
4: [       OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (12112 ms)
4: [ RUN      ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.005 s         0.005 s           129  297.217/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           509 1.18712k/s       1.6k
18: Malloc/N:16777216/manual_time                                                      0.187 us        0.429 us      3735562  5.3367M/s
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           510 1.18761k/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            57  133.008/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.009 s         0.009 s            78  177.315/s       1.6k
18: Malloc/N:268435456/manual_time                                                      3.16 us         7.07 us       224785 316.402k/s
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           510 1.18757k/s       1.6k
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0203529 0.041168 || 0.051031 27952 29341 || 28102.4 28674.4 || 569.106 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0020398 0.00163533 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           509 1.18772k/s       1.6k
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.013 s         0.013 s            52  121.266/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.010 s         0.010 s            70  160.721/s       1.6k
18: Malloc/N:4294967296/manual_time                                                     3.91 us         11.9 us       177544 255.718k/s
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           510 1.18722k/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           509 1.18736k/s       1.6k
18: MallocFree/N:1/manual_time                                                         0.437 us        0.487 us      1585140 2.29074M/s
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.013 s         0.013 s            53  123.296/s       1.6k
18: MallocFree/N:16/manual_time                                                        0.436 us        0.487 us      1607890 2.29257M/s
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.013 s         0.013 s            50  118.876/s       1.6k
18: MallocFree/N:256/manual_time                                                       0.537 us        0.587 us      1000000 1.86202M/s
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           569 1.35049k/s       1.6k
18: MallocFree/N:4096/manual_time                                                      0.419 us        0.468 us      1662330 2.38737M/s
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           569 1.34936k/s       1.6k
4: [       OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (11778 ms)
4: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_host
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           569 1.34903k/s       1.6k
18: MallocFree/N:65536/manual_time                                                     0.398 us        0.447 us      1759076  2.5105M/s
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           569 1.34889k/s       1.6k
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1246 1.35359k/s        800
18: MallocFree/N:1048576/manual_time                                                   0.395 us        0.443 us      1763908 2.53423M/s
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1246 1.49188k/s        800
18: MallocFree/N:16777216/manual_time                                                  0.402 us        0.451 us      1743944 2.48684M/s
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1244 1.49282k/s        800
18: MallocFree/N:268435456/manual_time                                                  7.57 us         7.04 us        92550 132.158k/s
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1249 1.49236k/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1243 1.49271k/s        800
18: MallocFree/N:4294967296/manual_time                                                 12.6 us         11.9 us        56099  79.287k/s
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1243   1.493k/s        800
18: MallocTouch/N:1/manual_time                                                         49.6 us         19.3 us        10242 20.1794k/s
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1251 1.49175k/s        800
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00380511 0.0142631 || 0.051031 27973 29297 || 28783.9 28674.4 || 197.173 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00938112 -0.00488567 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
18: MallocTouch/N:16/manual_time                                                         143 us         19.1 us        10000 6.98539k/s
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1249 1.49283k/s        800
18: MallocTouch/N:256/manual_time                                                        150 us         19.5 us         4679 6.67673k/s
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1249 1.49233k/s        800
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1241 1.49265k/s        800
18: MallocTouch/N:4096/manual_time                                                      45.1 us         18.3 us        13852   22.18k/s
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1248 1.49232k/s        800
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1248  1.4176k/s        800
18: MallocTouch/N:65536/manual_time                                                     83.7 us         23.5 us        15200 11.9426k/s
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1248   1.492k/s        800
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1251 1.49224k/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
18: MallocTouch/N:1048576/manual_time                                                    160 us         32.0 us         4330 6.26356k/s
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1250 1.49199k/s        800
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1245 1.49264k/s        800
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s          1247 1.48892k/s        800
18: MallocTouch/N:16777216/manual_time                                                   136 us         36.5 us         9567 7.36772k/s
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s          1252 1.48874k/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.73534k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 8.30894k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.94716k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.91317k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 7.29592k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.15547k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 12.2787k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 12.1975k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.91988k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.53223k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 10.1233k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.97631k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.26692k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10  4.2083k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.68931k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.49069k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.79795k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.02665k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.73007k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.02025k/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.93089k/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.30151k/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.37578k/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10  2.5224k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.40207k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.86125k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.48712k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.98471k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.36229k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.83446k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.86076k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.87436k/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.001 s         0.001 s            10 1.17753k/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.005 s         0.001 s            10  339.005/s       1.6k
25/52 Test #25: Kokkos_PerformanceTest_Benchmark ............   Passed  145.05 sec
test 26
      Start 26: Kokkos_Benchmark_Atomic_MinMax

26: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T03-41-03.json"
26: Test timeout computed to be: 1500
18: MallocTouch/N:268435456/manual_time                                                41877 us        47627 us           17  23.8793/s
18: MallocTouch/N:4294967296/manual_time                                              645083 us       586414 us            1  1.55019/s
26: 2024-03-29T04:04:24+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
26: Run on (128 X 1996.08 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x128)
26:   L1 Instruction 32 KiB (x128)
26:   L2 Unified 512 KiB (x128)
26:   L3 Unified 16384 KiB (x32)
26: Load Average: 9.85, 7.94, 6.40
26: CPU architecture: none
26: Default Device: N6Kokkos3HIPE
26: GPU architecture: AMD_GFX90A
26: KOKKOS_COMPILER_CLANG: 1600
26: KOKKOS_ENABLE_ASM: no
26: KOKKOS_ENABLE_CXX17: no
26: KOKKOS_ENABLE_CXX20: yes
26: KOKKOS_ENABLE_CXX23: no
26: KOKKOS_ENABLE_CXX26: no
26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
26: KOKKOS_ENABLE_HIP: yes
26: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
26: KOKKOS_ENABLE_HWLOC: no
26: KOKKOS_ENABLE_LIBDL: yes
26: KOKKOS_ENABLE_PRAGMA_IVDEP: no
26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
26: KOKKOS_ENABLE_PRAGMA_UNROLL: no
26: KOKKOS_ENABLE_PRAGMA_VECTOR: no
26: KOKKOS_ENABLE_SERIAL: yes
26: Kokkos: HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
26: Kokkos Version: 4.3.99
26: macro  KOKKOS_ENABLE_HIP: defined
26: macro KOKKOS_ENABLE_ROCTHRUST: defined
26: platform: 64bit
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                              Time             CPU   Iterations
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26/52 Test #26: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    2.58 sec
test 27
      Start 27: Kokkos_PerformanceTest_Mempool

27: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T03-41-03.json"
27: Test timeout computed to be: 1500
27: 2024-03-29T04:04:24+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool
27: Run on (128 X 1996.08 MHz CPU s)
27: CPU Caches:
27:   L1 Data 32 KiB (x128)
27:   L1 Instruction 32 KiB (x128)
27:   L2 Unified 512 KiB (x128)
27:   L3 Unified 16384 KiB (x32)
27: Load Average: 9.85, 7.94, 6.40
27: CPU architecture: none
27: Default Device: N6Kokkos3HIPE
27: GPU architecture: AMD_GFX90A
27: KOKKOS_COMPILER_CLANG: 1600
27: KOKKOS_ENABLE_ASM: no
27: KOKKOS_ENABLE_CXX17: no
27: KOKKOS_ENABLE_CXX20: yes
27: KOKKOS_ENABLE_CXX23: no
27: KOKKOS_ENABLE_CXX26: no
27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
27: KOKKOS_ENABLE_HIP: yes
27: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
27: KOKKOS_ENABLE_HWLOC: no
27: KOKKOS_ENABLE_LIBDL: yes
27: KOKKOS_ENABLE_PRAGMA_IVDEP: no
27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
27: KOKKOS_ENABLE_PRAGMA_UNROLL: no
27: KOKKOS_ENABLE_PRAGMA_VECTOR: no
27: KOKKOS_ENABLE_SERIAL: yes
27: Kokkos: HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
27: Kokkos Version: 4.3.99
27: macro  KOKKOS_ENABLE_HIP: defined
27: macro KOKKOS_ENABLE_ROCTHRUST: defined
27: platform: 64bit
18: MallocTouchFree/N:1/manual_time                                                      151 us         20.2 us         4713 6.63199k/s
18: MallocTouchFree/N:16/manual_time                                                     151 us         20.1 us         4662 6.64307k/s
27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.000 s         0.000 s          2236               17.6321M/s
18: MallocTouchFree/N:256/manual_time                                                    150 us         20.1 us         4774 6.65381k/s
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s          9821                155.756M/s
27/52 Test #27: Kokkos_PerformanceTest_Mempool ..............   Passed    3.05 sec
test 28
      Start 28: Kokkos_PerformanceTest_Atomic

28: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T03-41-03.json"
28: Test timeout computed to be: 1500
18: MallocTouchFree/N:4096/manual_time                                                   151 us         19.9 us         4729 6.61252k/s
28: 2024-03-29T04:04:27+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic
28: Run on (128 X 1996.08 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: 9.14, 7.83, 6.37
28: CPU architecture: none
28: Default Device: N6Kokkos3HIPE
28: GPU architecture: AMD_GFX90A
28: KOKKOS_COMPILER_CLANG: 1600
28: KOKKOS_ENABLE_ASM: no
28: KOKKOS_ENABLE_CXX17: no
28: KOKKOS_ENABLE_CXX20: yes
28: KOKKOS_ENABLE_CXX23: no
28: KOKKOS_ENABLE_CXX26: no
28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
28: KOKKOS_ENABLE_HIP: yes
28: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
28: KOKKOS_ENABLE_HWLOC: no
28: KOKKOS_ENABLE_LIBDL: yes
28: KOKKOS_ENABLE_PRAGMA_IVDEP: no
28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
28: KOKKOS_ENABLE_PRAGMA_UNROLL: no
28: KOKKOS_ENABLE_PRAGMA_VECTOR: no
28: KOKKOS_ENABLE_SERIAL: yes
28: Kokkos: HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
28: Kokkos Version: 4.3.99
28: macro  KOKKOS_ENABLE_HIP: defined
28: macro KOKKOS_ENABLE_ROCTHRUST: defined
28: platform: 64bit
18: MallocTouchFree/N:65536/manual_time                                                  155 us         20.9 us         4660 6.46811k/s
18: MallocTouchFree/N:1048576/manual_time                                                152 us         21.2 us         4622 6.57151k/s
18: MallocTouchFree/N:16777216/manual_time                                               189 us         28.7 us         3670 5.28853k/s
18: MallocTouchFree/N:268435456/manual_time                                            71270 us        47765 us            9  14.0311/s
18: MallocTouchFree/N:4294967296/manual_time                                          924756 us       592884 us            1  1.08137/s
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.285 s         0.352 s             2  2.80222/s        800
18: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.285 s         0.352 s             2  2.80726/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
18: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.285 s         0.352 s             2  2.80684/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
18: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.285 s         0.352 s             2  2.80669/s        800
18: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.285 s         0.352 s             2  2.80428/s        800
18: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.287 s         0.355 s             2  2.79051/s        800
4: [       OK ] openacc_DeathTest.view_memory_access_violations_from_host (31412 ms)
4: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:186: Skipped
4: skipping because OpenACC backend is currently not able to abort from the device
4: [  SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [----------] 15 tests from openacc_DeathTest (59862 ms total)
4: 
4: [----------] 158 tests from openacc
4: [ RUN      ] openacc.array_capacity
4: [       OK ] openacc.array_capacity (0 ms)
4: [ RUN      ] openacc.array_element_access
4: [       OK ] openacc.array_element_access (0 ms)
4: [ RUN      ] openacc.array_zero_capacity
4: [       OK ] openacc.array_zero_capacity (0 ms)
4: [ RUN      ] openacc.array_zero_data_nullptr
4: [       OK ] openacc.array_zero_data_nullptr (0 ms)
4: [ RUN      ] openacc.array_contiguous_capacity
4: [       OK ] openacc.array_contiguous_capacity (0 ms)
4: [ RUN      ] openacc.array_contiguous_element_access
4: [       OK ] openacc.array_contiguous_element_access (0 ms)
4: [ RUN      ] openacc.array_contiguous_assignment
4: [       OK ] openacc.array_contiguous_assignment (0 ms)
4: [ RUN      ] openacc.array_strided_capacity
4: [       OK ] openacc.array_strided_capacity (0 ms)
4: [ RUN      ] openacc.array_strided_element_access
4: [       OK ] openacc.array_strided_element_access (0 ms)
4: [ RUN      ] openacc.array_strided_assignment
4: [       OK ] openacc.array_strided_assignment (0 ms)
4: [ RUN      ] openacc.atomic_operations_double
4: [       OK ] openacc.atomic_operations_double (10 ms)
4: [ RUN      ] openacc.atomic_operations_float
4: [       OK ] openacc.atomic_operations_float (9 ms)
4: [ RUN      ] openacc.atomic_operations_int
4: [       OK ] openacc.atomic_operations_int (18 ms)
4: [ RUN      ] openacc.atomic_operations_long
4: [       OK ] openacc.atomic_operations_long (45 ms)
4: [ RUN      ] openacc.atomic_operations_longlong
4: [       OK ] openacc.atomic_operations_longlong (44 ms)
4: [ RUN      ] openacc.atomic_operations_unsigned
4: [       OK ] openacc.atomic_operations_unsigned (41 ms)
4: [ RUN      ] openacc.atomic_operations_unsignedlong
4: [       OK ] openacc.atomic_operations_unsignedlong (42 ms)
4: [ RUN      ] openacc.atomics
4: [       OK ] openacc.atomics (385 ms)
4: [ RUN      ] openacc.atomics_tpetra_max_abs
4: [       OK ] openacc.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] openacc.atomic_views_integral
18: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.287 s         0.354 s             2  2.78376/s        800
18: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.286 s         0.353 s             2  2.79324/s        800
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.000291266 0.026307 || 0.051031 28024 29311 || 28666 28674.4 || 363.668 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00106683 -0.00351569 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
18: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.287 s         0.353 s             2  2.79197/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
18: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.286 s         0.353 s             2  2.79356/s        800
18: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.287 s         0.355 s             2  2.78861/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
18: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.293 s         0.363 s             2  2.72853/s        800
18: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.290 s         0.359 s             2  2.76251/s        800
18: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.289 s         0.360 s             2  2.77282/s        800
18: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.289 s         0.361 s             2  2.76422/s        800
18: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.291 s         0.364 s             2  2.75127/s        800
18: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.034 s         0.017 s            20  47.0538/s       1.6k
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Test_Atomic<int>/100000/iterations:10                          2.24 s          2.24 s            10          1            4    2.43829m        1.25245m      55.11u     704.983M         167.736k     704.983M
[100%] Built target Kokkos_CoreUnitTest_OpenMPTarget
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: Kokkos_CoreUnitTest_Serial1

1: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
1: Test timeout computed to be: 1500
1: [==========] Running 198 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 5 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
1: [       OK ] serial_DeathTest.abort_from_host (165 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
18: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.035 s         0.017 s            20  46.1139/s       1.6k
1: [       OK ] serial_DeathTest.abort_from_device (163 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (153 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: [       OK ] serial_DeathTest.range_policy_invalid_bounds (3 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (2 ms)
1: [----------] 5 tests from serial_DeathTest (488 ms total)
1: 
1: [----------] 193 tests from serial
1: [ RUN      ] serial.array_capacity
1: [       OK ] serial.array_capacity (0 ms)
1: [ RUN      ] serial.array_element_access
1: [       OK ] serial.array_element_access (0 ms)
1: [ RUN      ] serial.array_zero_capacity
1: [       OK ] serial.array_zero_capacity (0 ms)
1: [ RUN      ] serial.array_zero_data_nullptr
1: [       OK ] serial.array_zero_data_nullptr (0 ms)
1: [ RUN      ] serial.array_contiguous_capacity
1: [       OK ] serial.array_contiguous_capacity (0 ms)
1: [ RUN      ] serial.array_contiguous_element_access
1: [       OK ] serial.array_contiguous_element_access (0 ms)
1: [ RUN      ] serial.array_contiguous_assignment
1: [       OK ] serial.array_contiguous_assignment (0 ms)
1: [ RUN      ] serial.array_strided_capacity
1: [       OK ] serial.array_strided_capacity (0 ms)
1: [ RUN      ] serial.array_strided_element_access
1: [       OK ] serial.array_strided_element_access (0 ms)
1: [ RUN      ] serial.array_strided_assignment
1: [       OK ] serial.array_strided_assignment (0 ms)
1: [ RUN      ] serial.atomic_operations_complexdouble
1: [       OK ] serial.atomic_operations_complexdouble (0 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (0 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (0 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (0 ms)
1: [ RUN      ] serial.atomic_shared
1: [       OK ] serial.atomic_shared (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (0 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (3 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
1: [       OK ] serial.atomic_views_integral (75 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (42 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (0 ms)
1: [ RUN      ] serial.bit_manip_countl_zero
1: [       OK ] serial.bit_manip_countl_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countl_one
1: [       OK ] serial.bit_manip_countl_one (0 ms)
1: [ RUN      ] serial.bit_manip_countr_zero
1: [       OK ] serial.bit_manip_countr_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countr_one
1: [       OK ] serial.bit_manip_countr_one (0 ms)
1: [ RUN      ] serial.bit_manip_popcount
1: [       OK ] serial.bit_manip_popcount (0 ms)
1: [ RUN      ] serial.bit_manip_has_single_bit
1: [       OK ] serial.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] serial.bit_manip_bit_floor
1: [       OK ] serial.bit_manip_bit_floor (0 ms)
1: [ RUN      ] serial.bit_manip_bit_ceil
1: [       OK ] serial.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] serial.bit_manip_bit_width
1: [       OK ] serial.bit_manip_bit_width (0 ms)
1: [ RUN      ] serial.bit_manip_rotl
1: [       OK ] serial.bit_manip_rotl (0 ms)
1: [ RUN      ] serial.bit_manip_rotr
1: [       OK ] serial.bit_manip_rotr (0 ms)
1: [ RUN      ] serial.bit_manip_byeswap
1: [       OK ] serial.bit_manip_byeswap (0 ms)
1: [ RUN      ] serial.bit_manip_bit_cast
1: [       OK ] serial.bit_manip_bit_cast (0 ms)
1: [ RUN      ] serial.test_block_deduction_bug_pr_3103
1: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] serial.checked_integer_operations_multiply_overflow
1: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] serial.execution_policy_occupancy_and_hint
1: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] serial.complex_construction
1: [       OK ] serial.complex_construction (0 ms)
1: [ RUN      ] serial.complex_basic_math
1: [       OK ] serial.complex_basic_math (0 ms)
1: [ RUN      ] serial.complex_special_funtions
1: [       OK ] serial.complex_special_funtions (0 ms)
1: [ RUN      ] serial.complex_io
1: [       OK ] serial.complex_io (0 ms)
1: [ RUN      ] serial.complex_trivially_copyable
1: [       OK ] serial.complex_trivially_copyable (0 ms)
1: [ RUN      ] serial.complex_issue_3865
1: [       OK ] serial.complex_issue_3865 (0 ms)
1: [ RUN      ] serial.complex_issue_3867
1: [       OK ] serial.complex_issue_3867 (0 ms)
1: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
1: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] serial.crs_count_fill
1: [       OK ] serial.crs_count_fill (0 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (1 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (3 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (29 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (0 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (0 ms)
1: [ RUN      ] serial.functor_analysis
1: [       OK ] serial.functor_analysis (0 ms)
1: [ RUN      ] serial.host_shared_ptr_use_count
1: [       OK ] serial.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] serial.host_shared_ptr_get
1: [       OK ] serial.host_shared_ptr_get (0 ms)
1: [ RUN      ] serial.host_shared_ptr_dereference_on_device
1: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] serial.init
1: [       OK ] serial.init (0 ms)
1: [ RUN      ] serial.dispatch
1: [       OK ] serial.dispatch (1 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
18: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.037 s         0.017 s            19  42.7555/s       1.6k
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2863 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
18: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.045 s         0.016 s            14  35.4671/s       1.6k
4: [       OK ] openacc.atomic_views_integral (20855 ms)
4: [ RUN      ] openacc.atomic_views_nonintegral
4: [       OK ] openacc.atomic_views_nonintegral (47 ms)
4: [ RUN      ] openacc.atomic_view_api
4: [       OK ] openacc.atomic_view_api (0 ms)
4: [ RUN      ] openacc.bit_manip_countl_zero
4: [       OK ] openacc.bit_manip_countl_zero (54 ms)
4: [ RUN      ] openacc.bit_manip_countl_one
4: [       OK ] openacc.bit_manip_countl_one (0 ms)
4: [ RUN      ] openacc.bit_manip_countr_zero
4: [       OK ] openacc.bit_manip_countr_zero (0 ms)
4: [ RUN      ] openacc.bit_manip_countr_one
4: [       OK ] openacc.bit_manip_countr_one (0 ms)
4: [ RUN      ] openacc.bit_manip_popcount
4: [       OK ] openacc.bit_manip_popcount (0 ms)
4: [ RUN      ] openacc.bit_manip_has_single_bit
4: [       OK ] openacc.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] openacc.bit_manip_bit_floor
4: [       OK ] openacc.bit_manip_bit_floor (0 ms)
4: [ RUN      ] openacc.bit_manip_bit_ceil
4: [       OK ] openacc.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] openacc.bit_manip_bit_width
4: [       OK ] openacc.bit_manip_bit_width (0 ms)
4: [ RUN      ] openacc.bit_manip_rotl
4: [       OK ] openacc.bit_manip_rotl (0 ms)
4: [ RUN      ] openacc.bit_manip_rotr
4: [       OK ] openacc.bit_manip_rotr (0 ms)
4: [ RUN      ] openacc.bit_manip_byeswap
4: [       OK ] openacc.bit_manip_byeswap (0 ms)
4: [ RUN      ] openacc.bit_manip_bit_cast
4: [       OK ] openacc.bit_manip_bit_cast (0 ms)
4: [ RUN      ] openacc.checked_integer_operations_multiply_overflow
4: [       OK ] openacc.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] openacc.execution_policy_occupancy_and_hint
4: [       OK ] openacc.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] openacc.complex_construction
4: [       OK ] openacc.complex_construction (7 ms)
4: [ RUN      ] openacc.complex_basic_math
4: [       OK ] openacc.complex_basic_math (0 ms)
4: [ RUN      ] openacc.complex_special_funtions
4: [       OK ] openacc.complex_special_funtions (0 ms)
4: [ RUN      ] openacc.complex_io
4: [       OK ] openacc.complex_io (0 ms)
4: [ RUN      ] openacc.complex_trivially_copyable
4: [       OK ] openacc.complex_trivially_copyable (0 ms)
4: [ RUN      ] openacc.complex_issue_3865
4: [       OK ] openacc.complex_issue_3865 (0 ms)
4: [ RUN      ] openacc.complex_operations_arithmetic_types_overloads
4: [       OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] openacc.partitioning_by_args
4: [       OK ] openacc.partitioning_by_args (78 ms)
4: [ RUN      ] openacc.partitioning_by_vector
4: [       OK ] openacc.partitioning_by_vector (71 ms)
4: [ RUN      ] openacc.execution_space_as_class_data_member
4: [       OK ] openacc.execution_space_as_class_data_member (2 ms)
4: [ RUN      ] openacc.functor_analysis
4: [       OK ] openacc.functor_analysis (0 ms)
4: [ RUN      ] openacc.init
4: [       OK ] openacc.init (0 ms)
4: [ RUN      ] openacc.dispatch
4: [       OK ] openacc.dispatch (97 ms)
4: [ RUN      ] openacc.mathematical_constants_e
4: [       OK ] openacc.mathematical_constants_e (33 ms)
4: [ RUN      ] openacc.mathematical_constants_log2e
4: [       OK ] openacc.mathematical_constants_log2e (0 ms)
4: [ RUN      ] openacc.mathematical_constants_log10e
4: [       OK ] openacc.mathematical_constants_log10e (0 ms)
4: [ RUN      ] openacc.mathematical_constants_pi
4: [       OK ] openacc.mathematical_constants_pi (0 ms)
4: [ RUN      ] openacc.mathematical_constants_inv_pi
4: [       OK ] openacc.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] openacc.mathematical_constants_inv_sqrtpi
4: [       OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] openacc.mathematical_constants_ln2
4: [       OK ] openacc.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] openacc.mathematical_constants_ln10
4: [       OK ] openacc.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] openacc.mathematical_constants_sqrt2
4: [       OK ] openacc.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] openacc.mathematical_constants_sqrt3
4: [       OK ] openacc.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] openacc.mathematical_constants_inv_sqrt3
4: [       OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] openacc.mathematical_constants_egamma
4: [       OK ] openacc.mathematical_constants_egamma (0 ms)
4: [ RUN      ] openacc.mathematical_constants_phi
4: [       OK ] openacc.mathematical_constants_phi (0 ms)
4: [ RUN      ] openacc.mathspecialfunc_expint1
4: [       OK ] openacc.mathspecialfunc_expint1 (15 ms)
4: [ RUN      ] openacc.mathspecialfunc_errorfunc
4: [       OK ] openacc.mathspecialfunc_errorfunc (0 ms)
4: [ RUN      ] openacc.mathspecialfunc_cbesselj0y0
4: [       OK ] openacc.mathspecialfunc_cbesselj0y0 (52 ms)
4: [ RUN      ] openacc.mathspecialfunc_cbesselj1y1
4: [       OK ] openacc.mathspecialfunc_cbesselj1y1 (52 ms)
4: [ RUN      ] openacc.mathspecialfunc_cbesseli0k0
4: [       OK ] openacc.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] openacc.mathspecialfunc_cbesseli1k1
4: [       OK ] openacc.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] openacc.mathspecialfunc_cbesselh1stkind
4: [       OK ] openacc.mathspecialfunc_cbesselh1stkind (1 ms)
4: [ RUN      ] openacc.mathspecialfunc_cbesselh2ndkind
4: [       OK ] openacc.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [ RUN      ] openacc.mdrange_5d
4: [       OK ] openacc.mdrange_5d (138 ms)
4: [ RUN      ] openacc.mdrange_6d
4: [       OK ] openacc.mdrange_6d (506 ms)
4: [ RUN      ] openacc.mdrange_3d
4: [       OK ] openacc.mdrange_3d (60 ms)
4: [ RUN      ] openacc.mdrange_neg_idx
4: [       OK ] openacc.mdrange_neg_idx (248 ms)
4: [ RUN      ] openacc.mdrange_4d
4: [       OK ] openacc.mdrange_4d (61 ms)
4: [ RUN      ] openacc.mdrange_large_deep_copy
4: [       OK ] openacc.mdrange_large_deep_copy (29 ms)
4: [ RUN      ] openacc.md_range_policy_construction_from_arrays
4: [       OK ] openacc.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] openacc.mdrange_parallel_reduce_primitive_types
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2707 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (965 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
18: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.041 s         0.018 s            13  39.4244/s       1.6k
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (993 ms)
1: [ RUN      ] serial.deep_copy_scratch
1: [       OK ] serial.deep_copy_scratch (0 ms)
1: [ RUN      ] serial.mathematical_constants_e
1: [       OK ] serial.mathematical_constants_e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log2e
1: [       OK ] serial.mathematical_constants_log2e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log10e
1: [       OK ] serial.mathematical_constants_log10e (0 ms)
1: [ RUN      ] serial.mathematical_constants_pi
1: [       OK ] serial.mathematical_constants_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_pi
1: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
1: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln2
1: [       OK ] serial.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln10
1: [       OK ] serial.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt2
1: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt3
1: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrt3
1: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_egamma
1: [       OK ] serial.mathematical_constants_egamma (0 ms)
1: [ RUN      ] serial.mathematical_constants_phi
1: [       OK ] serial.mathematical_constants_phi (0 ms)
1: [ RUN      ] serial.mathematical_functions_trigonometric_functions
1: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_non_standard
1: [       OK ] serial.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] serial.mathematical_functions_power_functions
1: [       OK ] serial.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_fma
1: [       OK ] serial.mathematical_functions_fma (0 ms)
1: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
1: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_absolute_value
1: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
1: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_remainder_function
1: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] serial.mathematical_functions_isfinite
1: [       OK ] serial.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] serial.mathematical_functions_isinf
1: [       OK ] serial.mathematical_functions_isinf (0 ms)
1: [ RUN      ] serial.mathematical_functions_isnan
1: [       OK ] serial.mathematical_functions_isnan (0 ms)
1: [ RUN      ] serial.mathematical_functions_exponential_functions
1: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
1: [ RUN      ] serial.mathspecialfunc_expint1
1: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
1: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
1: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
1: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
1: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
1: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] serial.mdrange_5d
1: [       OK ] serial.mdrange_5d (30 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (17 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (4 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (5 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
18: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.054 s         0.019 s            10  29.4457/s       1.6k
4: [       OK ] openacc.mdrange_parallel_reduce_primitive_types (2660 ms)
4: [ RUN      ] openacc.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
4: mdspan not enabled
4: [  SKIPPED ] openacc.mdspan_minimal_functional (0 ms)
4: [ RUN      ] openacc.max
4: [       OK ] openacc.max (0 ms)
4: [ RUN      ] openacc.max_within_parfor
4: [       OK ] openacc.max_within_parfor (4 ms)
4: [ RUN      ] openacc.min
4: [       OK ] openacc.min (0 ms)
4: [ RUN      ] openacc.min_within_parfor
4: [       OK ] openacc.min_within_parfor (0 ms)
4: [ RUN      ] openacc.minmax
4: [       OK ] openacc.minmax (0 ms)
4: [ RUN      ] openacc.minmax_within_parfor
4: [       OK ] openacc.minmax_within_parfor (0 ms)
4: [ RUN      ] openacc.clamp
4: [       OK ] openacc.clamp (0 ms)
4: [ RUN      ] openacc.clamp_within_parfor
4: [       OK ] openacc.clamp_within_parfor (0 ms)
4: [ RUN      ] openacc.occupancy_control
4: [       OK ] openacc.occupancy_control (5 ms)
4: [ RUN      ] openacc.parallel_scan_range_policy
4: [       OK ] openacc.parallel_scan_range_policy (132 ms)
4: [ RUN      ] openacc.kokkos_printf
4: [       OK ] openacc.kokkos_printf (2 ms)
4: [ RUN      ] openacc.range_policy_runtime_parameters
4: [       OK ] openacc.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] openacc.reducers_double
4: [       OK ] openacc.reducers_double (13 ms)
4: [ RUN      ] openacc.reducers_bool
4: [       OK ] openacc.reducers_bool (10 ms)
4: [ RUN      ] openacc.impl_shared_alloc
4: [       OK ] openacc.impl_shared_alloc (53 ms)
4: [ RUN      ] openacc.kokkos_swap
4: [       OK ] openacc.kokkos_swap (1 ms)
4: [ RUN      ] openacc.team_policy_runtime_parameters
4: [       OK ] openacc.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] openacc.view_api_a
4: [       OK ] openacc.view_api_a (7 ms)
4: [ RUN      ] openacc.view_api_b
4: [       OK ] openacc.view_api_b (15 ms)
4: [ RUN      ] openacc.view_api_c
4: [       OK ] openacc.view_api_c (5 ms)
4: [ RUN      ] openacc.view_api_d
4: [       OK ] openacc.view_api_d (6 ms)
4: [ RUN      ] openacc.view_allocation_error
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewAPI_d.hpp:41: Skipped
4: acc_malloc() not properly returning nullptr
4: [  SKIPPED ] openacc.view_allocation_error (0 ms)
4: [ RUN      ] openacc.view_copy_tests
4: [       OK ] openacc.view_copy_tests (30 ms)
4: [ RUN      ] openacc.view_copy_tests_rank_0
4: [       OK ] openacc.view_copy_tests_rank_0 (6 ms)
4: [ RUN      ] openacc.view_copy_degenerated
4: [       OK ] openacc.view_copy_degenerated (0 ms)
4: [ RUN      ] openacc.view_empty_runtime_unmanaged
4: [       OK ] openacc.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] openacc.view_hooks
4: [       OK ] openacc.view_hooks (0 ms)
4: [ RUN      ] openacc.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (76 ms)
4: [ RUN      ] openacc.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] openacc.view_layoutstride_right_to_layoutright_assignment (71 ms)
4: [ RUN      ] openacc.view_irregular_layout
4: [       OK ] openacc.view_irregular_layout (36 ms)
4: [ RUN      ] openacc.view_mapping
4: [       OK ] openacc.view_mapping (58 ms)
4: [ RUN      ] openacc.view_mapping_operator
4: [       OK ] openacc.view_mapping_operator (53 ms)
4: [ RUN      ] openacc.static_extent
4: [       OK ] openacc.static_extent (0 ms)
4: [ RUN      ] openacc.view_mapping_atomic
4: [       OK ] openacc.view_mapping_atomic (7 ms)
4: [ RUN      ] openacc.view_mapping_class_value
4: [       OK ] openacc.view_mapping_class_value (0 ms)
4: [ RUN      ] openacc.view_mapping_assignable
4: [       OK ] openacc.view_mapping_assignable (0 ms)
4: [ RUN      ] openacc.view_mapping_trivially_copyable
4: [       OK ] openacc.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] openacc.append_formatted_multidimensional_index
4: [       OK ] openacc.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] openacc.resize_realloc_no_init
4: [       OK ] openacc.resize_realloc_no_init (32 ms)
4: [ RUN      ] openacc.resize_realloc_no_alloc
4: [       OK ] openacc.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] openacc.realloc_exec_space
4: [       OK ] openacc.realloc_exec_space (0 ms)
4: [ RUN      ] openacc.view_alloc
4: [       OK ] openacc.view_alloc (0 ms)
4: [ RUN      ] openacc.view_alloc_exec_space
4: [       OK ] openacc.view_alloc_exec_space (0 ms)
4: [ RUN      ] openacc.view_alloc_int
4: [       OK ] openacc.view_alloc_int (0 ms)
4: [ RUN      ] openacc.view_alloc_exec_space_int
4: [       OK ] openacc.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] openacc.deep_copy_zero_memset
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:220: Skipped
4: skipping since the OpenACC backend doesn't implement ZeroMemset
4: [  SKIPPED ] openacc.deep_copy_zero_memset (0 ms)
4: [ RUN      ] openacc.resize_exec_space
4: [       OK ] openacc.resize_exec_space (14 ms)
4: [ RUN      ] openacc.view_allocation_int
4: [       OK ] openacc.view_allocation_int (0 ms)
4: [ RUN      ] openacc.view_allocation_exec_space_int
4: [       OK ] openacc.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] openacc.view_not_default_constructible
4: [       OK ] openacc.view_not_default_constructible (0 ms)
4: [ RUN      ] openacc.view_subview_auto_1d_left
4: [       OK ] openacc.view_subview_auto_1d_left (5 ms)
4: [ RUN      ] openacc.view_subview_auto_1d_right
4: [       OK ] openacc.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] openacc.view_subview_auto_1d_stride
4: [       OK ] openacc.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] openacc.view_subview_assign_strided
4: [       OK ] openacc.view_subview_assign_strided (0 ms)
4: [ RUN      ] openacc.view_subview_left_0
4: [       OK ] openacc.view_subview_left_0 (0 ms)
4: [ RUN      ] openacc.view_subview_left_1
4: [       OK ] openacc.view_subview_left_1 (0 ms)
4: [ RUN      ] openacc.view_subview_left_2
4: [       OK ] openacc.view_subview_left_2 (0 ms)
4: [ RUN      ] openacc.view_subview_left_3
4: [       OK ] openacc.view_subview_left_3 (0 ms)
4: [ RUN      ] openacc.view_subview_right_0
4: [       OK ] openacc.view_subview_right_0 (0 ms)
4: [ RUN      ] openacc.view_subview_right_1
4: [       OK ] openacc.view_subview_right_1 (0 ms)
4: [ RUN      ] openacc.view_subview_right_3
4: [       OK ] openacc.view_subview_right_3 (0 ms)
4: [ RUN      ] openacc.view_static_tests
4: [       OK ] openacc.view_static_tests (0 ms)
4: [ RUN      ] openacc.view_subview_layoutleft_to_layoutleft
4: [       OK ] openacc.view_subview_layoutleft_to_layoutleft (7 ms)
4: [ RUN      ] openacc.view_subview_layoutright_to_layoutright
4: [       OK ] openacc.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] openacc.view_subview_1d_assign
4: [       OK ] openacc.view_subview_1d_assign (12 ms)
4: [ RUN      ] openacc.view_subview_1d_assign_atomic
4: [       OK ] openacc.view_subview_1d_assign_atomic (10 ms)
4: [ RUN      ] openacc.view_subview_1d_assign_randomaccess
4: [       OK ] openacc.view_subview_1d_assign_randomaccess (10 ms)
4: [ RUN      ] openacc.view_subview_2d_from_3d
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
4: [       OK ] openacc.view_subview_2d_from_3d (171 ms)
4: [ RUN      ] openacc.view_subview_2d_from_3d_atomic
1: [       OK ] serial.mdrange_large_deep_copy (728 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDRangeReduce.hpp:50: Skipped
1: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail
1: [  SKIPPED ] serial.mdrange_parallel_reduce_primitive_types (0 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
1: mdspan not enabled
1: [  SKIPPED ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.numeric_traits_infinity
1: [       OK ] serial.numeric_traits_infinity (0 ms)
1: [ RUN      ] serial.numeric_traits_epsilon
1: [       OK ] serial.numeric_traits_epsilon (0 ms)
1: [ RUN      ] serial.numeric_traits_round_error
1: [       OK ] serial.numeric_traits_round_error (0 ms)
1: [ RUN      ] serial.numeric_traits_norm_min
1: [       OK ] serial.numeric_traits_norm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_denorm_min
1: [       OK ] serial.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_finite_min_max
1: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] serial.numeric_traits_digits
1: [       OK ] serial.numeric_traits_digits (0 ms)
1: [ RUN      ] serial.numeric_traits_digits10
1: [       OK ] serial.numeric_traits_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_max_digits10
1: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_radix
1: [       OK ] serial.numeric_traits_radix (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent
1: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent10
1: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
1: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] serial.numeric_traits_sfinae_friendly
1: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] serial.occupancy_control
1: [       OK ] serial.occupancy_control (0 ms)
1: [ RUN      ] serial.view_aggregate
1: [       OK ] serial.view_aggregate (0 ms)
1: [ RUN      ] serial.memory_pool
1: [       OK ] serial.memory_pool (28 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (2 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (1 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (1 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (1 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (49 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (162 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
4: [       OK ] openacc.view_subview_2d_from_3d_atomic (172 ms)
4: [ RUN      ] openacc.view_subview_2d_from_3d_randomaccess
4: [       OK ] openacc.view_subview_2d_from_3d_randomaccess (172 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_left
4: [       OK ] openacc.view_subview_3d_from_5d_left (592 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_left_atomic
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
4: [       OK ] openacc.view_subview_3d_from_5d_left_atomic (592 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] serial.int64_t_reduce_dynamic (1377 ms)
1: [ RUN      ] serial.double_reduce_dynamic
4: [       OK ] openacc.view_subview_3d_from_5d_left_randomaccess (593 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_right
1: [       OK ] serial.double_reduce_dynamic (1271 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
18: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.038 s         0.018 s            17  42.2259/s       1.6k
1: [       OK ] serial.int64_t_reduce_dynamic_view (282 ms)
1: [ RUN      ] serial.reduction_deduction
1: [       OK ] serial.reduction_deduction (0 ms)
1: [ RUN      ] serial.reduce_device_view_range_policy
1: [       OK ] serial.reduce_device_view_range_policy (10 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
4: [       OK ] openacc.view_subview_3d_from_5d_right (1395 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_right_atomic
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
4: [       OK ] openacc.view_subview_3d_from_5d_right_atomic (1395 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] serial.reduce_device_view_mdrange_policy (2503 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (159 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (4 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
18: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.464 s         0.218 s             2  3.44588/s       1.6k
4: [       OK ] openacc.view_subview_3d_from_5d_right_randomaccess (1395 ms)
4: [ RUN      ] openacc.view_test_unmanaged_subview_reset
4: [       OK ] openacc.view_test_unmanaged_subview_reset (1 ms)
4: [ RUN      ] openacc.view_subview_memory_traits_construction
4: [       OK ] openacc.view_subview_memory_traits_construction (0 ms)
4: [----------] 158 tests from openacc (32866 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 173 tests from 2 test suites ran. (92728 ms total)
4: [  PASSED  ] 169 tests.
4: [  SKIPPED ] 4 tests, listed below:
4: [  SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] openacc.mdspan_minimal_functional
4: [  SKIPPED ] openacc.view_allocation_error
4: [  SKIPPED ] openacc.deep_copy_zero_memset
 4/20 Test  #4: Kokkos_CoreUnitTest_OpenACC .................   Passed   93.73 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Default

5: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Default
5: Test timeout computed to be: 1500
1: [       OK ] serial.task_fib_deprecated (755 ms)
1: [ RUN      ] serial.task_depend_deprecated
1: [       OK ] serial.task_depend_deprecated (0 ms)
1: [ RUN      ] serial.task_team_deprecated
1: [       OK ] serial.task_team_deprecated (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated
1: [       OK ] serial.task_with_mempool_deprecated (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated
1: [       OK ] serial.task_multiple_depend_deprecated (13 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated
1: [       OK ] serial.task_scheduler_ctors_deprecated (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated
1: [       OK ] serial.task_scheduer_ctors_device_deprecated (0 ms)
1: [ RUN      ] serial.task_fib_deprecated_multiple
5: [==========] Running 19 tests from 1 test suite.
5: [----------] Global test environment set-up.
5: [----------] 19 tests from defaultdevicetype
5: [ RUN      ] defaultdevicetype.initialization_settings
5: [       OK ] defaultdevicetype.initialization_settings (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
5: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
5: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
5: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
5: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_help
5: [       OK ] defaultdevicetype.cmd_line_args_help (10 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
5: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
5: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (6 ms)
5: [ RUN      ] defaultdevicetype.env_vars_num_threads
5: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
5: [ RUN      ] defaultdevicetype.env_vars_device_id
5: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
5: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
5: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
5: [ RUN      ] defaultdevicetype.env_vars_tune_internals
5: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
5: [ RUN      ] defaultdevicetype.visible_devices
5: [       OK ] defaultdevicetype.visible_devices (0 ms)
5: [ RUN      ] defaultdevicetype.compiler_macros
5: [       OK ] defaultdevicetype.compiler_macros (1 ms)
5: [ RUN      ] defaultdevicetype.half_conversion
5: [       OK ] defaultdevicetype.half_conversion (45 ms)
5: [ RUN      ] defaultdevicetype.bhalf_conversion
5: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
5: [ RUN      ] defaultdevicetype.half_operators
5: [       OK ] defaultdevicetype.half_operators (0 ms)
5: [ RUN      ] defaultdevicetype.bhalf_operators
5: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
5: [ RUN      ] defaultdevicetype.host_space_access
5: [       OK ] defaultdevicetype.host_space_access (0 ms)
5: [----------] 19 tests from defaultdevicetype (66 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 19 tests from 1 test suite ran. (66 ms total)
5: [  PASSED  ] 19 tests.
1: [       OK ] serial.task_fib_deprecated_multiple (752 ms)
1: [ RUN      ] serial.task_depend_deprecated_multiple
1: [       OK ] serial.task_depend_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_team_deprecated_multiple
1: [       OK ] serial.task_team_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated_multiple
1: [       OK ] serial.task_with_mempool_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated_multiple
1: [       OK ] serial.task_multiple_depend_deprecated_multiple (13 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated_multiple
1: [       OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated_multiple
1: [       OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_fib_single
 5/20 Test  #5: Kokkos_CoreUnitTest_Default .................   Passed    0.81 sec
test 6
      Start  6: Kokkos_CoreUnitTest_LegionInitialization

6: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
6: Test timeout computed to be: 1500
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from initialization
6: [ RUN      ] initialization.legion_initialization
1: [       OK ] serial.task_fib_single (557 ms)
1: [ RUN      ] serial.task_depend_single
1: [       OK ] serial.task_depend_single (0 ms)
1: [ RUN      ] serial.task_team_single
1: [       OK ] serial.task_team_single (0 ms)
1: [ RUN      ] serial.task_with_mempool_single
1: [       OK ] serial.task_with_mempool_single (0 ms)
1: [ RUN      ] serial.task_multiple_depend_single
1: [       OK ] serial.task_multiple_depend_single (13 ms)
1: [ RUN      ] serial.task_scheduler_ctors_single
1: [       OK ] serial.task_scheduler_ctors_single (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_single
1: [       OK ] serial.task_scheduer_ctors_device_single (0 ms)
1: [ RUN      ] serial.task_fib_multiple
6: [       OK ] initialization.legion_initialization (445 ms)
6: [----------] 1 test from initialization (445 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (445 ms total)
6: [  PASSED  ] 1 test.
18: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.361 s         0.173 s             2  4.42817/s       1.6k
 6/20 Test  #6: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.75 sec
test 7
      Start  7: Kokkos_CoreUnitTest_PushFinalizeHook

7: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
7: Test timeout computed to be: 1500
1: [       OK ] serial.task_fib_multiple (560 ms)
1: [ RUN      ] serial.task_depend_multiple
1: [       OK ] serial.task_depend_multiple (0 ms)
1: [ RUN      ] serial.task_team_multiple
1: [       OK ] serial.task_team_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_multiple
1: [       OK ] serial.task_with_mempool_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_multiple
1: [       OK ] serial.task_multiple_depend_multiple (12 ms)
1: [ RUN      ] serial.task_scheduler_ctors_multiple
1: [       OK ] serial.task_scheduler_ctors_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_multiple
1: [       OK ] serial.task_scheduer_ctors_device_multiple (0 ms)
1: [ RUN      ] serial.task_fib_chase_lev
7: SUCCESS
 7/20 Test  #7: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.70 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Develop

8: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Develop
8: Test timeout computed to be: 1500
1: [       OK ] serial.task_fib_chase_lev (594 ms)
1: [ RUN      ] serial.task_depend_chase_lev
1: [       OK ] serial.task_depend_chase_lev (0 ms)
1: [ RUN      ] serial.task_team_chase_lev
1: [       OK ] serial.task_team_chase_lev (0 ms)
1: [ RUN      ] serial.task_with_mempool_chase_lev
1: [       OK ] serial.task_with_mempool_chase_lev (0 ms)
1: [ RUN      ] serial.task_multiple_depend_chase_lev
1: [       OK ] serial.task_multiple_depend_chase_lev (13 ms)
1: [ RUN      ] serial.task_scheduler_ctors_chase_lev
1: [       OK ] serial.task_scheduler_ctors_chase_lev (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_chase_lev
1: [       OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms)
1: [----------] 193 tests from serial (17634 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 198 tests from 2 test suites ran. (18123 ms total)
1: [  PASSED  ] 196 tests.
1: [  SKIPPED ] 2 tests, listed below:
1: [  SKIPPED ] serial.mdrange_parallel_reduce_primitive_types
1: [  SKIPPED ] serial.mdspan_minimal_functional
 1/49 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   18.75 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

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

9: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
9: Test timeout computed to be: 1500
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
2: [==========] Running 117 tests from 2 test suites.
2: [----------] Global test environment set-up.
2: [----------] 4 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
2: [----------] 4 tests from serial_DeathTest (0 ms total)
2: 
2: [----------] 113 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce_large
2: [       OK ] serial.team_reduce_large (343 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (7 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (9 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (9 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (9 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
2: [       OK ] serial.team_reduction_scan (33 ms)
2: [ RUN      ] serial.team_long_reduce
9: [==========] Running 23 tests from 2 test suites.
9: [----------] Global test environment set-up.
9: [----------] 21 tests from kokkosp
9: [ RUN      ] kokkosp.test_named_instance_fence
9: Ref: 134217729
9: Ref: named_instance
9: 134217729
9: named_instance
9: [       OK ] kokkosp.test_named_instance_fence (0 ms)
9: [ RUN      ] kokkosp.test_unnamed_instance_fence
9: Ref: 134217729
9: Ref: Unnamed Instance Fence
9: 134217729
9: Kokkos::OpenACC::fence(): Unnamed Instance Fence
9: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
9: [ RUN      ] kokkosp.test_named_global_fence
9: Ref: 134217728
9: Ref: test global fence
9: 0
9: test global fence
9: Miss on id
9: 134217728
9: test global fence
9: [       OK ] kokkosp.test_named_global_fence (0 ms)
9: [ RUN      ] kokkosp.test_unnamed_global_fence
9: Ref: 134217728
9: Ref: Unnamed Global Fence
9: 0
9: Kokkos::fence: Unnamed Global Fence
9: Miss on id
9: 134217728
9: Kokkos::fence: Unnamed Global Fence
9: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
9: [ RUN      ] kokkosp.test_multiple_default_instances
9: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
9: [ RUN      ] kokkosp.test_id_gen
9: [       OK ] kokkosp.test_id_gen (0 ms)
9: [ RUN      ] kokkosp.test_kernel_sequence
9: Ref: 134217729
9: Ref: named_instance
9: 134217729
9: named_instance
9: Ref: 134217729
9: Ref: test_kernel
9: 134217729
9: named_instance
9: Miss on name
9: 0
9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
9: Miss on name
9: Miss on id
9: 134217728
9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
9: Miss on name
9: Miss on id
9: 134217729
9: test_kernel
9: [       OK ] kokkosp.test_kernel_sequence (40 ms)
9: [ RUN      ] kokkosp.async_deep_copy
9: [       OK ] kokkosp.async_deep_copy (0 ms)
9: [ RUN      ] kokkosp.parallel_for
9: [       OK ] kokkosp.parallel_for (0 ms)
9: [ RUN      ] kokkosp.regions
9: [       OK ] kokkosp.regions (0 ms)
9: [ RUN      ] kokkosp.fences
9: [       OK ] kokkosp.fences (0 ms)
9: [ RUN      ] kokkosp.raw_allocation
9: [       OK ] kokkosp.raw_allocation (0 ms)
9: [ RUN      ] kokkosp.view
9: [       OK ] kokkosp.view (0 ms)
9: [ RUN      ] kokkosp.sections
9: [       OK ] kokkosp.sections (0 ms)
9: [ RUN      ] kokkosp.metadata
9: [       OK ] kokkosp.metadata (0 ms)
9: [ RUN      ] kokkosp.profile_events
9: [       OK ] kokkosp.profile_events (0 ms)
9: [ RUN      ] kokkosp.no_init_kernel
9: [       OK ] kokkosp.no_init_kernel (0 ms)
9: [ RUN      ] kokkosp.get_events
9: [       OK ] kokkosp.get_events (0 ms)
9: [ RUN      ] kokkosp.create_mirror_no_init
9: [       OK ] kokkosp.create_mirror_no_init (0 ms)
9: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
9: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
9: [ RUN      ] kokkosp.create_mirror_view_and_copy
9: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
9: [----------] 21 tests from kokkosp (41 ms total)
9: 
9: [----------] 2 tests from defaultdevicetype
9: [ RUN      ] defaultdevicetype.profiling_section
9: [       OK ] defaultdevicetype.profiling_section (0 ms)
9: [ RUN      ] defaultdevicetype.scoped_profile_region
9: [       OK ] defaultdevicetype.scoped_profile_region (0 ms)
9: [----------] 2 tests from defaultdevicetype (0 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 23 tests from 2 test suites ran. (41 ms total)
9: [  PASSED  ] 23 tests.
2: [       OK ] serial.team_long_reduce (103 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (35 ms)
2: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
2: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
2: [ RUN      ] serial.repeated_team_reduce
 9/20 Test  #9: Kokkos_CoreUnitTest_KokkosP .................   Passed    0.78 sec
test 10
      Start 10: Kokkos_CoreUnitTest_ToolIndependence

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

11: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
11: Environment variables: 
11:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/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/20 Test #11: Kokkos_ProfilingTestLibraryLoadHelp .........   Passed    0.70 sec
test 12
      Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp

12: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
12: Test timeout computed to be: 1500
18: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.039 s         0.017 s            20  40.9665/s       1.6k
12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
12/20 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ......   Passed    0.70 sec
test 13
      Start 13: Kokkos_ProfilingTestLibraryLoad

13: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
13: Environment variables: 
13:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/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:N6Kokkos12Experimental7OpenACCE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xef9dc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xef9fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xefa040:Host:source:0xef9e40:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xefa200: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:0xef9fc0:40::kokkosp_deallocate_data:Host:source:0xef9dc0:40::kokkosp_finalize_library::
13/20 Test #13: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.70 sec
test 14
      Start 14: Kokkos_ProfilingTestLibraryCmdLine

14: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
14: Test timeout computed to be: 1500
14: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental7OpenACCE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xef9dc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xef9fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xefa040:Host:source:0xef9e40:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xefa200: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:0xef9fc0:40::kokkosp_deallocate_data:Host:source:0xef9dc0:40::kokkosp_finalize_library::
14/20 Test #14: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.70 sec
test 15
      Start 15: Kokkos_CoreUnitTest_StackTraceTest

15: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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: 
15: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
15: Top of f1
15: Top of f0
15: Top of f0
15: test_f1:
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e]
15:  
15: demangled test_f1:
15: [0x4d5a53] Kokkos::Impl::save_stacktrace()
15: [0x44103c] Test::stacktrace_test_f1(std::ostream&)
15: [0x43d266] Test::test_stacktrace(bool, bool)
15: [0x43bc0e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44cb4f] testing::Test::Run()
15: [0x44ee9f] testing::TestInfo::Run()
15: [0x4501c7] testing::TestSuite::Run()
15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests()
15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __libc_start_main
15: [0x43ae6e] _start
15:  
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f1
15: Top of f0
15: Top of f0
15: StackTrace f3(std::cout, 4) returned: 110
15: test_f3:
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e]
15:  
15: demangled test_f3:
15: [0x4d5a53] Kokkos::Impl::save_stacktrace()
15: [0x44103c] Test::stacktrace_test_f1(std::ostream&)
15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int)
15: [0x43e1cd] Test::test_stacktrace(bool, bool)
15: [0x43bc0e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44cb4f] testing::Test::Run()
15: [0x44ee9f] testing::TestInfo::Run()
15: [0x4501c7] testing::TestSuite::Run()
15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests()
15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __libc_start_main
15: [0x43ae6e] _start
15:  
15: Test setting std::terminate handler that prints the last saved stack trace
15: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (221 ms)
15: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
15: 
15: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
15: Top of f1
15: Top of f0
15: Top of f0
15: test_f1:
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e]
15:  
15: demangled test_f1:
15: [0x4d5a53] Kokkos::Impl::save_stacktrace()
15: [0x44103c] Test::stacktrace_test_f1(std::ostream&)
15: [0x43d266] Test::test_stacktrace(bool, bool)
15: [0x43bf8b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44cb4f] testing::Test::Run()
15: [0x44ee9f] testing::TestInfo::Run()
15: [0x4501c7] testing::TestSuite::Run()
15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests()
15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __libc_start_main
15: [0x43ae6e] _start
15:  
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f1
15: Top of f0
15: Top of f0
15: StackTrace f3(std::cout, 4) returned: 110
15: test_f3:
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e]
15:  
15: demangled test_f3:
15: [0x4d5a53] Kokkos::Impl::save_stacktrace()
15: [0x44103c] Test::stacktrace_test_f1(std::ostream&)
15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int)
15: [0x43e1cd] Test::test_stacktrace(bool, bool)
15: [0x43bf8b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44cb4f] testing::Test::Run()
15: [0x44ee9f] testing::TestInfo::Run()
15: [0x4501c7] testing::TestSuite::Run()
15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests()
15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __libc_start_main
15: [0x43ae6e] _start
15:  
15: Test setting std::terminate handler that prints the last saved stack trace
15: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (264 ms)
15: [----------] 2 tests from defaultdevicetype_DeathTest (486 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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e]
15:  
15: demangled test_f1:
15: [0x4d5a53] Kokkos::Impl::save_stacktrace()
15: [0x44103c] Test::stacktrace_test_f1(std::ostream&)
15: [0x43d266] Test::test_stacktrace(bool, bool)
15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44cb4f] testing::Test::Run()
15: [0x44ee9f] testing::TestInfo::Run()
15: [0x4501c7] testing::TestSuite::Run()
15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests()
15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __libc_start_main
15: [0x43ae6e] _start
15:  
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f1
15: Top of f0
15: Top of f0
15: StackTrace f3(std::cout, 4) returned: 110
15: test_f3:
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e]
15:  
15: demangled test_f3:
15: [0x4d5a53] Kokkos::Impl::save_stacktrace()
15: [0x44103c] Test::stacktrace_test_f1(std::ostream&)
15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int)
15: [0x43e1cd] Test::test_stacktrace(bool, bool)
15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44cb4f] testing::Test::Run()
15: [0x44ee9f] testing::TestInfo::Run()
15: [0x4501c7] testing::TestSuite::Run()
15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests()
15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __libc_start_main
15: [0x43ae6e] _start
15:  
15: Test setting std::terminate handler that prints the last saved stack trace
15: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
15: [----------] 1 test from defaultdevicetype (1 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 3 tests from 2 test suites ran. (487 ms total)
15: [  PASSED  ] 3 tests.
15/20 Test #15: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.20 sec
test 16
      Start 16: Kokkos_IncrementalTest_OPENACC

16: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_OPENACC
16: Test timeout computed to be: 1500
18: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.466 s         0.220 s             2  3.43665/s       1.6k
16: [==========] Running 28 tests from 1 test suite.
16: [----------] Global test environment set-up.
16: [----------] 28 tests from OPENACC
16: [ RUN      ] OPENACC.IncrTest_01_execspace_typedef
16: [       OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms)
16: [ RUN      ] OPENACC.IncrTest_01_execspace
16: Device Execution Space:
16:   KOKKOS_ENABLE_OPENACC: yes
16: OpenACC Options:
16:   KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes
16: Using OpenACC
16: OpenACC
16: [       OK ] OPENACC.IncrTest_01_execspace (0 ms)
16: [ RUN      ] OPENACC.IncrTest_02_AtomicExchange
16: [       OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms)
16: [ RUN      ] OPENACC.IncrTest_02_AtomicAdd
16: [       OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms)
16: [ RUN      ] OPENACC.IncrTest_02_AtomicSub
16: [       OK ] OPENACC.IncrTest_02_AtomicSub (0 ms)
16: [ RUN      ] OPENACC.IncrTest_03a_memspace_malloc
16: [       OK ] OPENACC.IncrTest_03a_memspace_malloc (33 ms)
16: [ RUN      ] OPENACC.IncrTest_03b_memspace_free
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
18: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.284 s         0.137 s             2  5.62516/s       1.6k
16: [       OK ] OPENACC.IncrTest_03b_memspace_free (2075 ms)
16: [ RUN      ] OPENACC.IncrTest_04_simple_parallelFor
16: [       OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms)
16: [ RUN      ] OPENACC.IncrTest_04_RangePolicy_parallelFor
16: [       OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms)
16: [ RUN      ] OPENACC.IncrTest_05_reduction
16: [       OK ] OPENACC.IncrTest_05_reduction (6 ms)
16: [ RUN      ] OPENACC.IncrTest_06_mdrange2D
16: [       OK ] OPENACC.IncrTest_06_mdrange2D (0 ms)
16: [ RUN      ] OPENACC.IncrTest_06_mdrange3D
16: [       OK ] OPENACC.IncrTest_06_mdrange3D (0 ms)
16: [ RUN      ] OPENACC.IncrTest_06_mdrange4D
16: [       OK ] OPENACC.IncrTest_06_mdrange4D (0 ms)
16: [ RUN      ] OPENACC.IncrTest_08_deep_copy_2D
16: [       OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms)
16: [ RUN      ] OPENACC.IncrTest_08_deep_copy_3D
16: [       OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms)
16: [ RUN      ] OPENACC.IncrTest_08_deep_copy_4D
16: [       OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms)
16: [ RUN      ] OPENACC.IncrTest_10_Hierarchical_Basics
16: [       OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms)
16: [ RUN      ] OPENACC.IncrTest_11a_Hierarchical_ForLoop
16: [       OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (0 ms)
16: [ RUN      ] OPENACC.IncrTest_11b_Hierarchical_ForLoop
16: [       OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (3 ms)
16: [ RUN      ] OPENACC.IncrTest_11c_Hierarchical_ForLoop
16: [       OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (291 ms)
16: [ RUN      ] OPENACC.IncrTest_12a_ThreadScratch
16: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped
16: skipping since scratch memory is not yet implemented in the OpenACC backend
16: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms)
16: [ RUN      ] OPENACC.IncrTest_12b_TeamScratch
16: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
16: skipping since scratch memory is not yet implemented in the OpenACC backend
16: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms)
16: [ RUN      ] OPENACC.IncrTest_13a_Hierarchical_Red
16: [       OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms)
16: [ RUN      ] OPENACC.IncrTest_13b_Hierarchical_Red
16: [       OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms)
16: [ RUN      ] OPENACC.IncrTest_13c_Hierarchical_Red
16: [       OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms)
16: [ RUN      ] OPENACC.incr_14_MDrangeReduce
16: [       OK ] OPENACC.incr_14_MDrangeReduce (0 ms)
16: [ RUN      ] OPENACC.IncrTest_16_parallelscan
16: [       OK ] OPENACC.IncrTest_16_parallelscan (1 ms)
16: [ RUN      ] OPENACC.incr_17_atomicView
16: [       OK ] OPENACC.incr_17_atomicView (0 ms)
16: [----------] 28 tests from OPENACC (2418 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 28 tests from 1 test suite ran. (2418 ms total)
16: [  PASSED  ] 26 tests.
16: [  SKIPPED ] 2 tests, listed below:
16: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch
16: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
16/20 Test #16: Kokkos_IncrementalTest_OPENACC ..............   Passed    3.16 sec
test 17
      Start 17: Kokkos_IncrementalTest_SERIAL

17: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
17: Test timeout computed to be: 1500
17: [==========] Running 28 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 28 tests from SERIAL
17: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
17: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
17: [ RUN      ] SERIAL.IncrTest_01_execspace
17: Host Serial Execution Space:
17:   KOKKOS_ENABLE_SERIAL: yes
17: 
17: Serial Runtime Configuration:
17: Serial
17: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
17: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
17: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
17: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
17: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
17: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
17: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
17: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
17: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
17: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
17: [       OK ] SERIAL.IncrTest_03b_memspace_free (148 ms)
17: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
17: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
17: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
17: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
17: [ RUN      ] SERIAL.IncrTest_05_reduction
17: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
17: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
17: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
17: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
17: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
17: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
17: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
17: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
17: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
17: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
17: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
17: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
17: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
17: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
17: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
17: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
17: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
17: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
17: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
17: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
2: [       OK ] serial.repeated_team_reduce (7141 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (115 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (101 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (55 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (2 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (58 ms)
2: [ RUN      ] serial.scratch_align
2: [       OK ] serial.scratch_align (0 ms)
2: [ RUN      ] serial.shmem_size
2: [       OK ] serial.shmem_size (0 ms)
2: [ RUN      ] serial.multi_level_scratch
2: [       OK ] serial.multi_level_scratch (0 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (1 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (0 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (0 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (0 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (1 ms)
2: [ RUN      ] serial.view_api_b
2: [       OK ] serial.view_api_b (0 ms)
2: [ RUN      ] serial.view_api_c
2: [       OK ] serial.view_api_c (84 ms)
2: [ RUN      ] serial.view_api_d
2: [       OK ] serial.view_api_d (1 ms)
2: [ RUN      ] serial.view_allocation_error
2: [       OK ] serial.view_allocation_error (0 ms)
2: [ RUN      ] serial.view_remap
2: [       OK ] serial.view_remap (0 ms)
2: [ RUN      ] serial.view_mirror_nonconst
2: [       OK ] serial.view_mirror_nonconst (0 ms)
2: [ RUN      ] serial.view_stride_method
2: [       OK ] serial.view_stride_method (0 ms)
2: [ RUN      ] serial.anonymous_space
2: [       OK ] serial.anonymous_space (0 ms)
2: [ RUN      ] serial.view_overload_resolution
2: [       OK ] serial.view_overload_resolution (0 ms)
2: [ RUN      ] serial.view_allocation_large_rank
17: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (243 ms)
17: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
17: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped
17: skipping since scratch memory is not yet implemented in the OpenACC backend
17: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
17: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
17: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
17: skipping since scratch memory is not yet implemented in the OpenACC backend
17: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 ms)
17: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
17: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
17: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
17: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
17: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
17: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
17: [ RUN      ] SERIAL.incr_14_MDrangeReduce
17: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
17: [ RUN      ] SERIAL.IncrTest_16_parallelscan
17: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
17: [ RUN      ] SERIAL.incr_17_atomicView
17: [       OK ] SERIAL.incr_17_atomicView (0 ms)
17: [----------] 28 tests from SERIAL (393 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 28 tests from 1 test suite ran. (393 ms total)
17: [  PASSED  ] 26 tests.
17: [  SKIPPED ] 2 tests, listed below:
17: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch
17: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch
17/20 Test #17: Kokkos_IncrementalTest_SERIAL ...............   Passed    1.10 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CTestDevice

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

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/simd/unit_tests/Kokkos_UnitTest_SIMD
20: Test timeout computed to be: 1500
2: [       OK ] serial.view_allocation_large_rank (944 ms)
2: [ RUN      ] serial.view_shmem_size_on_device
2: [       OK ] serial.view_shmem_size_on_device (0 ms)
2: [ RUN      ] serial.view_is_assignable
2: [       OK ] serial.view_is_assignable (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (3 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (52 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (47 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (53 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (2 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (0 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (2 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (106 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_left
2: [       OK ] serial.view_subview_auto_1d_left (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_right
2: [       OK ] serial.view_subview_auto_1d_right (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_stride
2: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (11 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (11 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (11 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
20: [==========] Running 16 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 16 tests from simd
20: [ RUN      ] simd.host_math_ops
20: [       OK ] simd.host_math_ops (0 ms)
20: [ RUN      ] simd.device_math_ops
20: [       OK ] simd.device_math_ops (40 ms)
20: [ RUN      ] simd.host_mask_ops
20: [       OK ] simd.host_mask_ops (0 ms)
20: [ RUN      ] simd.device_mask_ops
20: [       OK ] simd.device_mask_ops (1 ms)
20: [ RUN      ] simd.host_conversions
20: [       OK ] simd.host_conversions (0 ms)
20: [ RUN      ] simd.device_conversions
20: [       OK ] simd.device_conversions (0 ms)
20: [ RUN      ] simd.host_shift_ops
20: [       OK ] simd.host_shift_ops (0 ms)
20: [ RUN      ] simd.device_shift_ops
20: [       OK ] simd.device_shift_ops (0 ms)
20: [ RUN      ] simd.host_condition
20: [       OK ] simd.host_condition (0 ms)
20: [ RUN      ] simd.device_condition
20: [       OK ] simd.device_condition (0 ms)
20: [ RUN      ] simd.host_gen_ctors
20: [       OK ] simd.host_gen_ctors (0 ms)
20: [ RUN      ] simd.device_gen_ctors
20: [       OK ] simd.device_gen_ctors (0 ms)
20: [ RUN      ] simd.host_where_expressions
20: [       OK ] simd.host_where_expressions (0 ms)
20: [ RUN      ] simd.device_where_expressions
20: [       OK ] simd.device_where_expressions (1 ms)
20: [ RUN      ] simd.host_reductions
20: [       OK ] simd.host_reductions (0 ms)
20: [ RUN      ] simd.device_reductions
20: [       OK ] simd.device_reductions (0 ms)
20: [----------] 16 tests from simd (43 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 16 tests from 1 test suite ran. (43 ms total)
20: [  PASSED  ] 16 tests.
2: [       OK ] serial.view_subview_3d_from_5d_left (453 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
20/20 Test #20: Kokkos_UnitTest_SIMD ........................   Passed    0.78 sec

100% tests passed, 0 tests failed out of 20

Total Test time (real) = 148.93 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 f83d9bc18226e8d0517f5ef36a35e5afd5f011bf83096202117fefae4cdf8ff9
18: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.035 s         0.017 s            20  45.7131/s       1.6k
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (454 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (453 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (456 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
$ docker rm -f --volumes f83d9bc18226e8d0517f5ef36a35e5afd5f011bf83096202117fefae4cdf8ff9
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (460 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (456 ms)
2: [ RUN      ] serial.view_test_unmanaged_subview_reset
2: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
2: [ RUN      ] serial.view_subview_memory_traits_construction
2: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
2: [----------] 113 tests from serial (12119 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 117 tests from 2 test suites ran. (12119 ms total)
2: [  PASSED  ] 114 tests.
2: [  SKIPPED ] 3 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/49 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   12.72 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
3: Test timeout computed to be: 1500
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6907/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
3: [==========] Running 5 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 5 tests from serial_count_bugs
3: [ RUN      ] serial_count_bugs.launch_one
3: [       OK ] serial_count_bugs.launch_one (0 ms)
3: [ RUN      ] serial_count_bugs.launch_one_rvalue
3: [       OK ] serial_count_bugs.launch_one_rvalue (0 ms)
3: [ RUN      ] serial_count_bugs.launch_six
3: [       OK ] serial_count_bugs.launch_six (0 ms)
3: [ RUN      ] serial_count_bugs.when_all_cycle
3: [       OK ] serial_count_bugs.when_all_cycle (0 ms)
3: [ RUN      ] serial_count_bugs.zero_work_reduce
3: [       OK ] serial_count_bugs.zero_work_reduce (0 ms)
3: [----------] 5 tests from serial_count_bugs (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
Merge succeeded, producing a8e31e53183439b70bf986589f39b88618471ae4
Checking out Revision a8e31e53183439b70bf986589f39b88618471ae4 (PR-6907)
 3/49 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.56 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenMPTarget

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget
4: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
4: Test timeout computed to be: 1500
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
4: [==========] Running 226 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 9 tests from openmptarget_DeathTest
4: [ RUN      ] openmptarget_DeathTest.abort_from_host
4: [       OK ] openmptarget_DeathTest.abort_from_host (156 ms)
4: [ RUN      ] openmptarget_DeathTest.abort_from_device
18: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.034 s         0.017 s            20  46.4829/s       1.6k
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a8e31e53183439b70bf986589f39b88618471ae4 # timeout=10
+ docker build -t 71a21605d42f4ee4f2834afc8f7712af216baab0 -f scripts/docker/Dockerfile.nvhpc scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/7 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04
Step 2/7 : FROM $BASE
 ---> 14f99d87eca9
Step 3/7 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> da389f432647
Step 4/7 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> 51ccfe3c521d
Step 5/7 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> be96834b6a42
Step 6/7 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> 9a1283dc0dc7
Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 3edf67c48862
Successfully built 3edf67c48862
Successfully tagged 71a21605d42f4ee4f2834afc8f7712af216baab0:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 71a21605d42f4ee4f2834afc8f7712af216baab0
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container 14aa9fee05173a887f67d5cf2fc1b99ca1edb3be022587fc91bcb01017944d3e
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from 14aa9fee05173a887f67d5cf2fc1b99ca1edb3be022587fc91bcb01017944d3e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 71a21605d42f4ee4f2834afc8f7712af216baab0 cat
4: [       OK ] openmptarget_DeathTest.abort_from_device (1247 ms)
4: [ RUN      ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (228 ms)
4: [ RUN      ] openmptarget_DeathTest.range_policy_invalid_bounds
4: [       OK ] openmptarget_DeathTest.range_policy_invalid_bounds (5 ms)
4: [ RUN      ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds (5 ms)
4: [ RUN      ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment
4: [       OK ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms)
4: [ RUN      ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms)
4: [ RUN      ] openmptarget_DeathTest.view_memory_access_violations_from_host
18: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.035 s         0.017 s            20  45.2305/s       1.6k
$ docker top cc7cfd849f1882cbc13b765b5d37d291f8fec12c141df7ba6d53a4cb79392315 -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
+ rm -rf build
18: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.034 s         0.017 s            21  47.1724/s       1.6k
+ mkdir -p build
+ cd build
+ /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=--diag_suppress=implicit_return_from_non_void_function,no_device_stack -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=ON -DKokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON ..
-- Setting default Kokkos CXX standard to 17
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
18: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.291 s         0.144 s             2  5.49003/s       1.6k
-- The CXX compiler identification is NVHPC 23.7.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-6907/build/generated/Kokkos_Version_Info.cpp
-- Using --c++17 for C++17 standard as feature
18: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.274 s         0.135 s             3  5.82987/s       1.6k
-- SIMD: AVX512 detected
-- 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
18: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.302 s         0.147 s             2  5.29407/s       1.6k
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
18: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.342 s         0.165 s             2  4.67979/s       1.6k
-- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc
[ 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
-- The CUDA compiler identification is NVIDIA 12.2.91
-- Detecting CUDA compiler ABI info
18: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.033 s         0.016 s            21   47.975/s       1.6k
-- 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
18: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.033 s         0.016 s            21  49.0073/s       1.6k
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
-- Detected CUDA Compute Capability 70
-- Setting Kokkos_ARCH_VOLTA70=ON
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: NONE
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found CUDAToolkit: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/cuda/12.2/include (found version "12.2.91") 
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
18: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.248 s         0.123 s             3  6.44627/s       1.6k
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
-- Found TPLLIBDL: /usr/include  
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
-- Found OpenMP_CXX: -mp  
-- Found OpenMP: TRUE   
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
18: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.315 s         0.158 s             2  5.08286/s       1.6k
-- Looking for C++ include experimental/mdspan - found
-- Looking for C++ include mdspan
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6907/core/src/../../tpls/mdspan/include
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  1%] Built target AlwaysCheckGit
[  1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  2%] Linking CXX static library libkokkossimd.a
[  2%] Built target kokkossimd
18: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.035 s         0.017 s            21  46.2641/s       1.6k
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  3%] Linking CXX static library libimpl_git_version.a
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
18: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.035 s         0.017 s            20  45.9637/s       1.6k
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
18: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.510 s         0.230 s             1    3.138/s       1.6k
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
28: Test_Atomic<long int>/100000/iterations:10                     7.12 s          7.10 s            10          1            8     12.7753        1.27571m     112.91u     4.99995G          91.006k     4.99995G
18: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.441 s         0.216 s             2  3.62522/s       1.6k
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
18: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.034 s         0.017 s            21  46.9948/s       1.6k
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
18: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.049 s         0.022 s            15  32.6247/s       1.6k
18: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.632 s         0.306 s             1  2.53288/s       1.6k
18: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.529 s         0.197 s             1  3.02741/s       1.6k
4: [       OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (40413 ms)
4: [ RUN      ] openmptarget_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:180: Skipped
4: skipping because OpenMPTarget backend is currently not able to abort from the device
4: [  SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [----------] 9 tests from openmptarget_DeathTest (42058 ms total)
4: 
4: [----------] 217 tests from openmptarget
4: [ RUN      ] openmptarget.array_capacity
4: [       OK ] openmptarget.array_capacity (0 ms)
4: [ RUN      ] openmptarget.array_element_access
4: [       OK ] openmptarget.array_element_access (0 ms)
4: [ RUN      ] openmptarget.array_zero_capacity
4: [       OK ] openmptarget.array_zero_capacity (0 ms)
4: [ RUN      ] openmptarget.array_zero_data_nullptr
4: [       OK ] openmptarget.array_zero_data_nullptr (0 ms)
4: [ RUN      ] openmptarget.array_contiguous_capacity
4: [       OK ] openmptarget.array_contiguous_capacity (0 ms)
4: [ RUN      ] openmptarget.array_contiguous_element_access
4: [       OK ] openmptarget.array_contiguous_element_access (0 ms)
4: [ RUN      ] openmptarget.array_contiguous_assignment
4: [       OK ] openmptarget.array_contiguous_assignment (0 ms)
4: [ RUN      ] openmptarget.array_strided_capacity
4: [       OK ] openmptarget.array_strided_capacity (0 ms)
4: [ RUN      ] openmptarget.array_strided_element_access
4: [       OK ] openmptarget.array_strided_element_access (0 ms)
4: [ RUN      ] openmptarget.array_strided_assignment
4: [       OK ] openmptarget.array_strided_assignment (0 ms)
4: [ RUN      ] openmptarget.atomic_operations_complexfloat
4: [       OK ] openmptarget.atomic_operations_complexfloat (25 ms)
4: [ RUN      ] openmptarget.atomic_operations_double
4: [       OK ] openmptarget.atomic_operations_double (28 ms)
4: [ RUN      ] openmptarget.atomic_operations_float
4: [       OK ] openmptarget.atomic_operations_float (28 ms)
4: [ RUN      ] openmptarget.atomic_operations_int
4: [       OK ] openmptarget.atomic_operations_int (62 ms)
4: [ RUN      ] openmptarget.atomic_operations_long
4: [       OK ] openmptarget.atomic_operations_long (61 ms)
4: [ RUN      ] openmptarget.atomic_operations_longlong
4: [       OK ] openmptarget.atomic_operations_longlong (61 ms)
4: [ RUN      ] openmptarget.atomic_operations_unsigned
4: [       OK ] openmptarget.atomic_operations_unsigned (49 ms)
4: [ RUN      ] openmptarget.atomic_operations_unsignedlong
4: [       OK ] openmptarget.atomic_operations_unsignedlong (49 ms)
4: [ RUN      ] openmptarget.atomics
4: [       OK ] openmptarget.atomics (491 ms)
4: [ RUN      ] openmptarget.atomics_tpetra_max_abs
4: [       OK ] openmptarget.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] openmptarget.atomic_views_integral
18: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.055 s         0.015 s            15  28.8619/s       1.6k
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
18: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.038 s         0.015 s            18   42.499/s       1.6k
18: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.048 s         0.016 s            14  33.3231/s       1.6k
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
18: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.036 s         0.017 s            19  44.2871/s       1.6k
4: [       OK ] openmptarget.atomic_views_integral (14648 ms)
4: [ RUN      ] openmptarget.atomic_views_nonintegral
18: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.023 s         0.011 s            30  34.4197/s        800
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
18: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.023 s         0.011 s            30  34.5972/s        800
18: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.025 s         0.011 s            29  32.4965/s        800
[  5%] Linking CXX static library libkokkos_gtest.a
[  5%] Built target kokkos_gtest
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.000245154 -0.99999 -48245.8 || 0.051031 0 195176 || 2.9285e+09 28674.4 || -6.6695e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000734338 -0.308704 0.144234 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
18: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.024 s         0.011 s            29   34.018/s        800
18: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.023 s         0.010 s            30  34.4213/s        800
4: [       OK ] openmptarget.atomic_views_nonintegral (10304 ms)
4: [ RUN      ] openmptarget.atomic_view_api
4: [       OK ] openmptarget.atomic_view_api (0 ms)
4: [ RUN      ] openmptarget.bit_manip_countl_zero
4: [       OK ] openmptarget.bit_manip_countl_zero (0 ms)
4: [ RUN      ] openmptarget.bit_manip_countl_one
4: [       OK ] openmptarget.bit_manip_countl_one (0 ms)
4: [ RUN      ] openmptarget.bit_manip_countr_zero
4: [       OK ] openmptarget.bit_manip_countr_zero (0 ms)
4: [ RUN      ] openmptarget.bit_manip_countr_one
4: [       OK ] openmptarget.bit_manip_countr_one (0 ms)
4: [ RUN      ] openmptarget.bit_manip_popcount
4: [       OK ] openmptarget.bit_manip_popcount (0 ms)
4: [ RUN      ] openmptarget.bit_manip_has_single_bit
4: [       OK ] openmptarget.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] openmptarget.bit_manip_bit_floor
4: [       OK ] openmptarget.bit_manip_bit_floor (0 ms)
4: [ RUN      ] openmptarget.bit_manip_bit_ceil
4: [       OK ] openmptarget.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] openmptarget.bit_manip_bit_width
4: [       OK ] openmptarget.bit_manip_bit_width (0 ms)
4: [ RUN      ] openmptarget.bit_manip_rotl
4: [       OK ] openmptarget.bit_manip_rotl (0 ms)
4: [ RUN      ] openmptarget.bit_manip_rotr
4: [       OK ] openmptarget.bit_manip_rotr (0 ms)
4: [ RUN      ] openmptarget.bit_manip_byeswap
4: [       OK ] openmptarget.bit_manip_byeswap (1 ms)
4: [ RUN      ] openmptarget.bit_manip_bit_cast
4: [       OK ] openmptarget.bit_manip_bit_cast (0 ms)
4: [ RUN      ] openmptarget.test_block_deduction_bug_pr_3103
4: [       OK ] openmptarget.test_block_deduction_bug_pr_3103 (0 ms)
4: [ RUN      ] openmptarget.checked_integer_operations_multiply_overflow
4: [       OK ] openmptarget.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] openmptarget.execution_policy_occupancy_and_hint
4: [       OK ] openmptarget.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] openmptarget.complex_construction
4: [       OK ] openmptarget.complex_construction (0 ms)
4: [ RUN      ] openmptarget.complex_basic_math
4: [       OK ] openmptarget.complex_basic_math (0 ms)
4: [ RUN      ] openmptarget.complex_special_funtions
4: [       OK ] openmptarget.complex_special_funtions (0 ms)
4: [ RUN      ] openmptarget.complex_io
4: [       OK ] openmptarget.complex_io (0 ms)
4: [ RUN      ] openmptarget.complex_trivially_copyable
4: [       OK ] openmptarget.complex_trivially_copyable (0 ms)
4: [ RUN      ] openmptarget.complex_issue_3865
4: [       OK ] openmptarget.complex_issue_3865 (0 ms)
4: [ RUN      ] openmptarget.complex_issue_3867
4: [       OK ] openmptarget.complex_issue_3867 (0 ms)
4: [ RUN      ] openmptarget.complex_operations_arithmetic_types_overloads
4: [       OK ] openmptarget.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] openmptarget.crs_count_fill
4: [       OK ] openmptarget.crs_count_fill (11 ms)
4: [ RUN      ] openmptarget.crs_copy_constructor
4: [       OK ] openmptarget.crs_copy_constructor (47 ms)
4: [ RUN      ] openmptarget.deep_copy_alignment
4: [       OK ] openmptarget.deep_copy_alignment (8 ms)
4: [ RUN      ] openmptarget.deep_copy_conversion
4: [       OK ] openmptarget.deep_copy_conversion (354 ms)
4: [ RUN      ] openmptarget.partitioning_by_args
4: [       OK ] openmptarget.partitioning_by_args (0 ms)
4: [ RUN      ] openmptarget.partitioning_by_vector
4: [       OK ] openmptarget.partitioning_by_vector (0 ms)
4: [ RUN      ] openmptarget.functor_analysis
4: [       OK ] openmptarget.functor_analysis (0 ms)
4: [ RUN      ] openmptarget.host_shared_ptr_use_count
4: [       OK ] openmptarget.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] openmptarget.host_shared_ptr_get
4: [       OK ] openmptarget.host_shared_ptr_get (0 ms)
4: [ RUN      ] openmptarget.host_shared_ptr_dereference_on_device
4: [       OK ] openmptarget.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] openmptarget.init
4: [       OK ] openmptarget.init (0 ms)
4: [ RUN      ] openmptarget.dispatch
18: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.023 s         0.011 s            30  34.4782/s        800
4: [       OK ] openmptarget.dispatch (484 ms)
4: [ RUN      ] openmptarget.join_backward_compatibility
4: [       OK ] openmptarget.join_backward_compatibility (3 ms)
4: [ RUN      ] openmptarget.mathematical_constants_e
4: [       OK ] openmptarget.mathematical_constants_e (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_log2e
4: [       OK ] openmptarget.mathematical_constants_log2e (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_log10e
4: [       OK ] openmptarget.mathematical_constants_log10e (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_pi
4: [       OK ] openmptarget.mathematical_constants_pi (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_inv_pi
4: [       OK ] openmptarget.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_inv_sqrtpi
4: [       OK ] openmptarget.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_ln2
4: [       OK ] openmptarget.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_ln10
4: [       OK ] openmptarget.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_sqrt2
4: [       OK ] openmptarget.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_sqrt3
4: [       OK ] openmptarget.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_inv_sqrt3
4: [       OK ] openmptarget.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_egamma
4: [       OK ] openmptarget.mathematical_constants_egamma (0 ms)
4: [ RUN      ] openmptarget.mathematical_constants_phi
4: [       OK ] openmptarget.mathematical_constants_phi (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_trigonometric_functions
4: [       OK ] openmptarget.mathematical_functions_trigonometric_functions (7 ms)
4: [ RUN      ] openmptarget.mathematical_functions_hyperbolic_functions
4: [       OK ] openmptarget.mathematical_functions_hyperbolic_functions (7 ms)
4: [ RUN      ] openmptarget.mathematical_functions_non_standard
4: [       OK ] openmptarget.mathematical_functions_non_standard (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_power_functions
4: [       OK ] openmptarget.mathematical_functions_power_functions (3 ms)
4: [ RUN      ] openmptarget.mathematical_functions_fma
4: [       OK ] openmptarget.mathematical_functions_fma (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_error_and_gamma_functions
4: [       OK ] openmptarget.mathematical_functions_error_and_gamma_functions (4 ms)
4: [ RUN      ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (5 ms)
4: [ RUN      ] openmptarget.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] openmptarget.mathematical_functions_floating_point_manipulation_functions (3 ms)
4: [ RUN      ] openmptarget.mathematical_functions_absolute_value
4: [       OK ] openmptarget.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_floating_point_absolute_value
4: [       OK ] openmptarget.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_remainder_function
4: [       OK ] openmptarget.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_isfinite
4: [       OK ] openmptarget.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_isinf
4: [       OK ] openmptarget.mathematical_functions_isinf (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_isnan
4: [       OK ] openmptarget.mathematical_functions_isnan (0 ms)
4: [ RUN      ] openmptarget.mathematical_functions_exponential_functions
4: [       OK ] openmptarget.mathematical_functions_exponential_functions (8 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_expint1
4: [       OK ] openmptarget.mathspecialfunc_expint1 (0 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_cbesselj0y0
4: [       OK ] openmptarget.mathspecialfunc_cbesselj0y0 (25 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_cbesselj1y1
4: [       OK ] openmptarget.mathspecialfunc_cbesselj1y1 (25 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_cbesseli0k0
4: [       OK ] openmptarget.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_cbesseli1k1
4: [       OK ] openmptarget.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_cbesselh1stkind
4: [       OK ] openmptarget.mathspecialfunc_cbesselh1stkind (1 ms)
4: [ RUN      ] openmptarget.mathspecialfunc_cbesselh2ndkind
4: [       OK ] openmptarget.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [ RUN      ] openmptarget.mdrange_5d
4: [       OK ] openmptarget.mdrange_5d (15 ms)
4: [ RUN      ] openmptarget.mdrange_6d
4: [       OK ] openmptarget.mdrange_6d (8 ms)
4: [ RUN      ] openmptarget.mdrange_2d
4: [       OK ] openmptarget.mdrange_2d (2 ms)
4: [ RUN      ] openmptarget.mdrange_3d
4: [       OK ] openmptarget.mdrange_3d (5 ms)
4: [ RUN      ] openmptarget.mdrange_4d
4: [       OK ] openmptarget.mdrange_4d (4 ms)
4: [ RUN      ] openmptarget.mdrange_large_deep_copy
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
4: [       OK ] openmptarget.mdrange_large_deep_copy (136 ms)
4: [ RUN      ] openmptarget.md_range_policy_construction_from_arrays
4: [       OK ] openmptarget.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] openmptarget.mdrange_parallel_reduce_primitive_types
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDRangeReduce.hpp:50: Skipped
4: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail
4: [  SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types (0 ms)
4: [ RUN      ] openmptarget.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
4: mdspan not enabled
4: [  SKIPPED ] openmptarget.mdspan_minimal_functional (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_infinity
4: [       OK ] openmptarget.numeric_traits_infinity (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_epsilon
4: [       OK ] openmptarget.numeric_traits_epsilon (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_round_error
4: [       OK ] openmptarget.numeric_traits_round_error (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_norm_min
4: [       OK ] openmptarget.numeric_traits_norm_min (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_denorm_min
4: [       OK ] openmptarget.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_finite_min_max
4: [       OK ] openmptarget.numeric_traits_finite_min_max (5 ms)
4: [ RUN      ] openmptarget.numeric_traits_digits
4: [       OK ] openmptarget.numeric_traits_digits (3 ms)
4: [ RUN      ] openmptarget.numeric_traits_digits10
4: [       OK ] openmptarget.numeric_traits_digits10 (3 ms)
4: [ RUN      ] openmptarget.numeric_traits_max_digits10
4: [       OK ] openmptarget.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_radix
4: [       OK ] openmptarget.numeric_traits_radix (3 ms)
4: [ RUN      ] openmptarget.numeric_traits_min_max_exponent
4: [       OK ] openmptarget.numeric_traits_min_max_exponent (1 ms)
4: [ RUN      ] openmptarget.numeric_traits_min_max_exponent10
4: [       OK ] openmptarget.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] openmptarget.numeric_traits_quiet_and_signaling_nan
4: [       OK ] openmptarget.numeric_traits_quiet_and_signaling_nan (1 ms)
4: [ RUN      ] openmptarget.numeric_traits_sfinae_friendly
4: [       OK ] openmptarget.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] openmptarget.occupancy_control
4: [       OK ] openmptarget.occupancy_control (1 ms)
4: [ RUN      ] openmptarget.parallel_scan_range_policy
4: [       OK ] openmptarget.parallel_scan_range_policy (262 ms)
4: [ RUN      ] openmptarget.kokkos_printf
4: [       OK ] openmptarget.kokkos_printf (1 ms)
4: [ RUN      ] openmptarget.range_for
4: [       OK ] openmptarget.range_for (2 ms)
4: [ RUN      ] openmptarget.range_reduce
4: [       OK ] openmptarget.range_reduce (2 ms)
4: [ RUN      ] openmptarget.range_policy_runtime_parameters
4: [       OK ] openmptarget.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] openmptarget.range_for_require
4: [       OK ] openmptarget.range_for_require (2 ms)
4: [ RUN      ] openmptarget.range_reduce_require
4: [       OK ] openmptarget.range_reduce_require (1 ms)
4: [ RUN      ] openmptarget.reducers_int
4: [       OK ] openmptarget.reducers_int (9 ms)
4: [ RUN      ] openmptarget.reducers_double
4: [       OK ] openmptarget.reducers_double (6 ms)
4: [ RUN      ] openmptarget.reducers_bool
4: [       OK ] openmptarget.reducers_bool (1 ms)
4: [ RUN      ] openmptarget.int64_t_reduce
4: [       OK ] openmptarget.int64_t_reduce (494 ms)
4: [ RUN      ] openmptarget.double_reduce
18: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.024 s         0.011 s            30   33.754/s        800
4: [       OK ] openmptarget.double_reduce (489 ms)
4: [ RUN      ] openmptarget.int64_t_reduce_dynamic
4: [       OK ] openmptarget.int64_t_reduce_dynamic (518 ms)
4: [ RUN      ] openmptarget.double_reduce_dynamic
4: [       OK ] openmptarget.double_reduce_dynamic (519 ms)
4: [ RUN      ] openmptarget.int64_t_reduce_dynamic_view
4: [       OK ] openmptarget.int64_t_reduce_dynamic_view (62 ms)
4: [ RUN      ] openmptarget.reduction_deduction
4: [       OK ] openmptarget.reduction_deduction (0 ms)
4: [ RUN      ] openmptarget.reduce_device_view_range_policy
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[  5%] Linking CXX static library libkokkoscontainers.a
[  5%] Built target kokkoscontainers
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[  5%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
18: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.024 s         0.011 s            29  33.3797/s        800
[  5%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
18: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.024 s         0.011 s            29  33.5212/s        800
18: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.024 s         0.011 s            29  33.3679/s        800
18: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.024 s         0.011 s            26  33.0886/s        800
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
18: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.022 s         0.011 s            30  36.6912/s        800
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
18: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.022 s         0.011 s            32  36.5711/s        800
18: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.022 s         0.011 s            32   36.782/s        800
4: [       OK ] openmptarget.reduce_device_view_range_policy (10354 ms)
4: [ RUN      ] openmptarget.reduce_device_view_mdrange_policy
18: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.022 s         0.011 s            32  36.2774/s        800
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
18: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.022 s         0.011 s            32   36.861/s        800
18: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.023 s         0.011 s            30  34.4123/s        800
18: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.023 s         0.011 s            30  34.3812/s        800
18: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.029 s         0.027 s            10  55.2304/s       1.6k
18: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.031 s         0.027 s            10  51.7419/s       1.6k
18: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.032 s         0.027 s            10  50.6419/s       1.6k
[  9%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
18: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.031 s         0.027 s            10  50.9799/s       1.6k
4: [       OK ] openmptarget.reduce_device_view_mdrange_policy (10358 ms)
4: [ RUN      ] openmptarget.reduce_device_view_team_policy
[  9%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
18: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.035 s         0.028 s            10  45.5792/s       1.6k
18: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.035 s         0.030 s            10  45.4942/s       1.6k
18: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.011 s         0.005 s            10  148.806/s       1.6k
18: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.010 s         0.005 s            10  152.425/s       1.6k
18: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.013 s         0.006 s            10  121.801/s       1.6k
18: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.012 s         0.005 s            10  131.762/s       1.6k
18: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.015 s         0.007 s            10  106.882/s       1.6k
18: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.019 s         0.010 s            10  82.1851/s       1.6k
18: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.036 s         0.030 s            10  44.6259/s       1.6k
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
18: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.030 s            10  44.1537/s       1.6k
18: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.042 s         0.034 s            10  38.0392/s       1.6k
18: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.031 s            10  44.5824/s       1.6k
18: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.021 s         0.010 s            10  75.1829/s       1.6k
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
18: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.020 s         0.010 s            10  78.0645/s       1.6k
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
18: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.026 s         0.012 s            10  62.2546/s       1.6k
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
18: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.022 s         0.011 s            10   73.855/s       1.6k
4: [       OK ] openmptarget.reduce_device_view_team_policy (10306 ms)
4: [ RUN      ] openmptarget.kokkos_swap
4: [       OK ] openmptarget.kokkos_swap (0 ms)
4: [ RUN      ] openmptarget.TeamThreadMDRangeParallelFor
4: [       OK ] openmptarget.TeamThreadMDRangeParallelFor (31 ms)
4: [ RUN      ] openmptarget.ThreadVectorMDRangeParallelFor
4: [       OK ] openmptarget.ThreadVectorMDRangeParallelFor (17 ms)
4: [ RUN      ] openmptarget.TeamVectorMDRangeParallelFor
4: [       OK ] openmptarget.TeamVectorMDRangeParallelFor (17 ms)
4: [ RUN      ] openmptarget.TeamThreadMDRangeParallelReduce
4: [       OK ] openmptarget.TeamThreadMDRangeParallelReduce (25 ms)
4: [ RUN      ] openmptarget.ThreadVectorMDRangeParallelReduce
4: [       OK ] openmptarget.ThreadVectorMDRangeParallelReduce (14 ms)
4: [ RUN      ] openmptarget.TeamVectorMDRangeParallelReduce
4: [       OK ] openmptarget.TeamVectorMDRangeParallelReduce (13 ms)
4: [ RUN      ] openmptarget.team_policy_runtime_parameters
4: [       OK ] openmptarget.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] openmptarget.team_shared_request
4: [       OK ] openmptarget.team_shared_request (0 ms)
4: [ RUN      ] openmptarget.team_scratch_request
4: [       OK ] openmptarget.team_scratch_request (0 ms)
4: [ RUN      ] openmptarget.team_lambda_shared_request
4: [       OK ] openmptarget.team_lambda_shared_request (0 ms)
4: [ RUN      ] openmptarget.scratch_align
4: [       OK ] openmptarget.scratch_align (0 ms)
4: [ RUN      ] openmptarget.shmem_size
4: [       OK ] openmptarget.shmem_size (0 ms)
4: [ RUN      ] openmptarget.multi_level_scratch
4: [       OK ] openmptarget.multi_level_scratch (0 ms)
4: [ RUN      ] openmptarget.team_scratch_memory_index_parallel_for
4: [       OK ] openmptarget.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] openmptarget.team_policy_max_recommended
4: [       OK ] openmptarget.team_policy_max_recommended (31 ms)
4: [ RUN      ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] openmptarget.view_api_a
4: [       OK ] openmptarget.view_api_a (0 ms)
4: [ RUN      ] openmptarget.view_api_b
4: [       OK ] openmptarget.view_api_b (4 ms)
4: [ RUN      ] openmptarget.view_api_c
4: [       OK ] openmptarget.view_api_c (0 ms)
4: [ RUN      ] openmptarget.view_api_d
4: [       OK ] openmptarget.view_api_d (0 ms)
4: [ RUN      ] openmptarget.view_allocation_error
4: [       OK ] openmptarget.view_allocation_error (0 ms)
4: [ RUN      ] openmptarget.view_copy_tests
4: [       OK ] openmptarget.view_copy_tests (6 ms)
4: [ RUN      ] openmptarget.view_copy_tests_rank_0
4: [       OK ] openmptarget.view_copy_tests_rank_0 (1 ms)
4: [ RUN      ] openmptarget.view_copy_degenerated
4: [       OK ] openmptarget.view_copy_degenerated (0 ms)
4: [ RUN      ] openmptarget.view_empty_runtime_unmanaged
4: [       OK ] openmptarget.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] openmptarget.view_hooks
4: [       OK ] openmptarget.view_hooks (0 ms)
4: [ RUN      ] openmptarget.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (72 ms)
4: [ RUN      ] openmptarget.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (68 ms)
4: [ RUN      ] openmptarget.view_irregular_layout
4: [       OK ] openmptarget.view_irregular_layout (0 ms)
4: [ RUN      ] openmptarget.view_mapping
4: [       OK ] openmptarget.view_mapping (52 ms)
4: [ RUN      ] openmptarget.view_mapping_operator
4: [       OK ] openmptarget.view_mapping_operator (11 ms)
4: [ RUN      ] openmptarget.static_extent
4: [       OK ] openmptarget.static_extent (0 ms)
4: [ RUN      ] openmptarget.view_mapping_atomic
4: [       OK ] openmptarget.view_mapping_atomic (524 ms)
4: [ RUN      ] openmptarget.view_mapping_class_value
4: [       OK ] openmptarget.view_mapping_class_value (0 ms)
4: [ RUN      ] openmptarget.view_mapping_assignable
4: [       OK ] openmptarget.view_mapping_assignable (0 ms)
4: [ RUN      ] openmptarget.view_mapping_trivially_copyable
4: [       OK ] openmptarget.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] openmptarget.view_mapping_subview
4: [       OK ] openmptarget.view_mapping_subview (1 ms)
4: [ RUN      ] openmptarget.view_nested_view
4: [       OK ] openmptarget.view_nested_view (0 ms)
4: [ RUN      ] openmptarget.append_formatted_multidimensional_index
4: [       OK ] openmptarget.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] openmptarget.view_resize
4: [       OK ] openmptarget.view_resize (14 ms)
4: [ RUN      ] openmptarget.view_realloc
4: [       OK ] openmptarget.view_realloc (1 ms)
4: [ RUN      ] openmptarget.resize_realloc_no_init
4: [       OK ] openmptarget.resize_realloc_no_init (0 ms)
4: [ RUN      ] openmptarget.resize_realloc_no_alloc
4: [       OK ] openmptarget.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] openmptarget.realloc_exec_space
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:84: Skipped
4: skipping since the OpenMPTarget backend doesn't implement allocate taking an execution space instance properly
4: [  SKIPPED ] openmptarget.realloc_exec_space (0 ms)
4: [ RUN      ] openmptarget.view_alloc
4: [       OK ] openmptarget.view_alloc (0 ms)
4: [ RUN      ] openmptarget.view_alloc_exec_space
4: [       OK ] openmptarget.view_alloc_exec_space (0 ms)
4: [ RUN      ] openmptarget.view_alloc_int
4: [       OK ] openmptarget.view_alloc_int (0 ms)
4: [ RUN      ] openmptarget.view_alloc_exec_space_int
4: [       OK ] openmptarget.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] openmptarget.deep_copy_zero_memset
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:214: Skipped
4: skipping since the OpenMPTarget backend doesn't implement ZeroMemset
4: [  SKIPPED ] openmptarget.deep_copy_zero_memset (0 ms)
4: [ RUN      ] openmptarget.resize_exec_space
4: [       OK ] openmptarget.resize_exec_space (0 ms)
4: [ RUN      ] openmptarget.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:282: Skipped
4: skipping since the OpenMPTarget has unexpected fences
4: [  SKIPPED ] openmptarget.view_allocation_int (0 ms)
4: [ RUN      ] openmptarget.view_allocation_exec_space_int
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:316: Skipped
4: skipping since the OpenMPTarget has unexpected fences
4: [  SKIPPED ] openmptarget.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] openmptarget.view_not_default_constructible
4: [       OK ] openmptarget.view_not_default_constructible (0 ms)
4: [ RUN      ] openmptarget.view_subview_auto_1d_left
4: [       OK ] openmptarget.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] openmptarget.view_subview_auto_1d_right
4: [       OK ] openmptarget.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] openmptarget.view_subview_auto_1d_stride
4: [       OK ] openmptarget.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] openmptarget.view_subview_assign_strided
4: [       OK ] openmptarget.view_subview_assign_strided (0 ms)
4: [ RUN      ] openmptarget.view_subview_left_0
4: [       OK ] openmptarget.view_subview_left_0 (0 ms)
4: [ RUN      ] openmptarget.view_subview_left_1
4: [       OK ] openmptarget.view_subview_left_1 (0 ms)
4: [ RUN      ] openmptarget.view_subview_left_2
4: [       OK ] openmptarget.view_subview_left_2 (0 ms)
4: [ RUN      ] openmptarget.view_subview_left_3
4: [       OK ] openmptarget.view_subview_left_3 (0 ms)
4: [ RUN      ] openmptarget.view_subview_right_0
4: [       OK ] openmptarget.view_subview_right_0 (0 ms)
4: [ RUN      ] openmptarget.view_subview_right_1
4: [       OK ] openmptarget.view_subview_right_1 (0 ms)
4: [ RUN      ] openmptarget.view_subview_right_3
4: [       OK ] openmptarget.view_subview_right_3 (0 ms)
4: [ RUN      ] openmptarget.view_static_tests
4: [       OK ] openmptarget.view_static_tests (0 ms)
4: [ RUN      ] openmptarget.view_subview_layoutleft_to_layoutleft
4: [       OK ] openmptarget.view_subview_layoutleft_to_layoutleft (1 ms)
4: [ RUN      ] openmptarget.view_subview_layoutright_to_layoutright
4: [       OK ] openmptarget.view_subview_layoutright_to_layoutright (1 ms)
4: [ RUN      ] openmptarget.view_subview_2d_from_3d
4: [       OK ] openmptarget.view_subview_2d_from_3d (29 ms)
4: [ RUN      ] openmptarget.view_subview_2d_from_3d_atomic
4: [       OK ] openmptarget.view_subview_2d_from_3d_atomic (29 ms)
4: [ RUN      ] openmptarget.view_subview_2d_from_3d_randomaccess
4: [       OK ] openmptarget.view_subview_2d_from_3d_randomaccess (29 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_left
4: [       OK ] openmptarget.view_subview_3d_from_5d_left (43 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_left_atomic
4: [       OK ] openmptarget.view_subview_3d_from_5d_left_atomic (43 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] openmptarget.view_subview_3d_from_5d_left_randomaccess (43 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_right
4: [       OK ] openmptarget.view_subview_3d_from_5d_right (41 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_right_atomic
4: [       OK ] openmptarget.view_subview_3d_from_5d_right_atomic (42 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (41 ms)
4: [ RUN      ] openmptarget.view_test_unmanaged_subview_reset
4: [       OK ] openmptarget.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] openmptarget.view_subview_memory_traits_construction
4: [       OK ] openmptarget.view_subview_memory_traits_construction (0 ms)
4: [----------] 217 tests from openmptarget (61695 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 226 tests from 2 test suites ran. (103755 ms total)
4: [  PASSED  ] 219 tests.
4: [  SKIPPED ] 7 tests, listed below:
4: [  SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types
4: [  SKIPPED ] openmptarget.mdspan_minimal_functional
4: [  SKIPPED ] openmptarget.realloc_exec_space
4: [  SKIPPED ] openmptarget.deep_copy_zero_memset
4: [  SKIPPED ] openmptarget.view_allocation_int
4: [  SKIPPED ] openmptarget.view_allocation_exec_space_int
18: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.044 s         0.035 s            10  36.5562/s       1.6k
 4/49 Test  #4: Kokkos_CoreUnitTest_OpenMPTarget ............   Passed  104.44 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Default

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

6: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
6: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
6: Test timeout computed to be: 1500
18: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.028 s         0.014 s            10  56.4093/s       1.6k
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from initialization
6: [ RUN      ] initialization.legion_initialization
6: [       OK ] initialization.legion_initialization (81 ms)
6: [----------] 1 test from initialization (81 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (81 ms total)
6: [  PASSED  ] 1 test.
 6/49 Test  #6: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.67 sec
test 7
      Start  7: Kokkos_CoreUnitTest_PushFinalizeHook

7: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
7: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
7: Test timeout computed to be: 1500
7: SUCCESS
18: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.027 s         0.013 s            10  59.8122/s       1.6k
 7/49 Test  #7: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.56 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Develop

8: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Develop
8: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
8: Test timeout computed to be: 1500
8: [==========] Running 1 test from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 1 test from defaultdevicetype
8: [ RUN      ] defaultdevicetype.development_test
8: [       OK ] defaultdevicetype.development_test (0 ms)
8: [----------] 1 test from defaultdevicetype (0 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (0 ms total)
8: [  PASSED  ] 1 test.
18: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.037 s         0.030 s            10  43.2409/s       1.6k
 8/49 Test  #8: Kokkos_CoreUnitTest_Develop .................   Passed    0.56 sec
test 9
      Start  9: Kokkos_CoreUnitTest_TuningBuiltins

9: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins
9: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
9: Test timeout computed to be: 1500
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
18: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.044 s         0.034 s            10  36.4753/s       1.6k
18: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.021 s         0.010 s            10  76.4264/s       1.6k
 9/49 Test  #9: Kokkos_CoreUnitTest_TuningBuiltins ..........   Passed    1.14 sec
test 10
      Start 10: Kokkos_CoreUnitTest_TuningBasics

10: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics
10: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
10: Test timeout computed to be: 1500
10: Set of size 10
10: 4,4
10: Expect 1, have 1
10: Expect 2, have 2
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
10/49 Test #10: Kokkos_CoreUnitTest_TuningBasics ............   Passed    0.56 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CategoricalTuner

11: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner
11: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
11: Test timeout computed to be: 1500
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
18: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.030 s         0.015 s            10  52.5249/s       1.6k
18: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.042 s         0.033 s            10   38.088/s       1.6k
11/49 Test #11: Kokkos_CoreUnitTest_CategoricalTuner ........   Passed    1.04 sec
test 12
      Start 12: Kokkos_CoreUnitTest_KokkosP

12: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
12: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
12: Test timeout computed to be: 1500
12: [==========] Running 28 tests from 2 test suites.
12: [----------] Global test environment set-up.
12: [----------] 26 tests from kokkosp
12: [ RUN      ] kokkosp.test_named_instance_fence
12: Ref: 67108865
12: Ref: named_instance
12: 67108865
12: named_instance
12: [       OK ] kokkosp.test_named_instance_fence (0 ms)
12: [ RUN      ] kokkosp.test_unnamed_instance_fence
12: Ref: 67108865
12: Ref: Unnamed Instance Fence
12: 67108865
12: Kokkos::OpenMPTarget::fence: Unnamed Instance Fence
12: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
12: [ RUN      ] kokkosp.test_named_global_fence
12: Ref: 67108864
12: Ref: test global fence
12: 0
12: test global fence
12: Miss on id
12: 67108864
12: test global fence
12: [       OK ] kokkosp.test_named_global_fence (0 ms)
12: [ RUN      ] kokkosp.test_unnamed_global_fence
12: Ref: 67108864
12: Ref: Unnamed Global Fence
12: 0
12: Kokkos::fence: Unnamed Global Fence
12: Miss on id
12: 67108864
12: Kokkos::fence: Unnamed Global Fence
12: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
12: [ RUN      ] kokkosp.test_multiple_default_instances
12: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
12: [ RUN      ] kokkosp.test_id_gen
12: [       OK ] kokkosp.test_id_gen (0 ms)
12: [ RUN      ] kokkosp.test_kernel_sequence
12: Ref: 67108865
12: Ref: named_instance
12: 67108865
12: named_instance
12: Ref: 67108865
12: Ref: test_kernel
12: 67108865
12: named_instance
12: Miss on name
12: 0
12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
12: Miss on name
12: Miss on id
12: 67108864
12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
12: Miss on name
12: Miss on id
12: 67108865
12: test_kernel
12: [       OK ] kokkosp.test_kernel_sequence (84 ms)
12: [ RUN      ] kokkosp.async_deep_copy
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestEventCorrectness.hpp:287: Skipped
12: skipping since the OpenMPTarget backend has unexpected fences
12: [  SKIPPED ] kokkosp.async_deep_copy (0 ms)
12: [ RUN      ] kokkosp.parallel_for
12: [       OK ] kokkosp.parallel_for (0 ms)
12: [ RUN      ] kokkosp.parallel_reduce
12: [       OK ] kokkosp.parallel_reduce (0 ms)
12: [ RUN      ] kokkosp.parallel_scan
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestEventCorrectness.hpp:368: Skipped
12: skipping since the OpenMPTarget backend reports unexpected events
12: [  SKIPPED ] kokkosp.parallel_scan (0 ms)
12: [ RUN      ] kokkosp.parallel_scan_no_fence
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestEventCorrectness.hpp:408: Skipped
12: skipping since the OpenMPTarget backend has unexpected fences
12: [  SKIPPED ] kokkosp.parallel_scan_no_fence (0 ms)
12: [ RUN      ] kokkosp.parallel_scan_no_fence_view
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestEventCorrectness.hpp:454: Skipped
12: skipping since the OpenMPTarget backend has unexpected fences
12: [  SKIPPED ] kokkosp.parallel_scan_no_fence_view (0 ms)
12: [ RUN      ] kokkosp.regions
12: [       OK ] kokkosp.regions (0 ms)
12: [ RUN      ] kokkosp.fences
12: [       OK ] kokkosp.fences (0 ms)
12: [ RUN      ] kokkosp.raw_allocation
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestEventCorrectness.hpp:527: Skipped
12: skipping since the OpenMPTarget backend reports unexpected events
12: [  SKIPPED ] kokkosp.raw_allocation (0 ms)
12: [ RUN      ] kokkosp.view
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestEventCorrectness.hpp:566: Skipped
12: skipping since the OpenMPTarget backend reports unexpected events
12: [  SKIPPED ] kokkosp.view (0 ms)
12: [ RUN      ] kokkosp.sections
12: [       OK ] kokkosp.sections (0 ms)
12: [ RUN      ] kokkosp.metadata
12: [       OK ] kokkosp.metadata (0 ms)
12: [ RUN      ] kokkosp.profile_events
12: [       OK ] kokkosp.profile_events (0 ms)
12: [ RUN      ] kokkosp.tuning_sequence
12: [       OK ] kokkosp.tuning_sequence (0 ms)
12: [ RUN      ] kokkosp.no_init_kernel
12: [       OK ] kokkosp.no_init_kernel (0 ms)
12: [ RUN      ] kokkosp.get_events
12: [       OK ] kokkosp.get_events (0 ms)
12: [ RUN      ] kokkosp.create_mirror_no_init
12: [       OK ] kokkosp.create_mirror_no_init (0 ms)
12: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
12: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
12: [ RUN      ] kokkosp.create_mirror_view_and_copy
12: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/tools/TestWithoutInitializing.cpp:92: Skipped
12: skipping since the OpenMPTarget has unexpected fences
12: [  SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms)
12: [----------] 26 tests from kokkosp (85 ms total)
12: 
12: [----------] 2 tests from defaultdevicetype
12: [ RUN      ] defaultdevicetype.profiling_section
12: [       OK ] defaultdevicetype.profiling_section (0 ms)
12: [ RUN      ] defaultdevicetype.scoped_profile_region
12: [       OK ] defaultdevicetype.scoped_profile_region (0 ms)
12: [----------] 2 tests from defaultdevicetype (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 28 tests from 2 test suites ran. (85 ms total)
12: [  PASSED  ] 21 tests.
12: [  SKIPPED ] 7 tests, listed below:
12: [  SKIPPED ] kokkosp.async_deep_copy
12: [  SKIPPED ] kokkosp.parallel_scan
12: [  SKIPPED ] kokkosp.parallel_scan_no_fence
12: [  SKIPPED ] kokkosp.parallel_scan_no_fence_view
12: [  SKIPPED ] kokkosp.raw_allocation
12: [  SKIPPED ] kokkosp.view
12: [  SKIPPED ] kokkosp.create_mirror_view_and_copy
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
18: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.040 s         0.032 s            10  40.4146/s       1.6k
12/49 Test #12: Kokkos_CoreUnitTest_KokkosP .................   Passed    0.68 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ToolIndependence

13: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
13: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
13: Test timeout computed to be: 1500
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
13/49 Test #13: Kokkos_CoreUnitTest_ToolIndependence ........   Passed    0.56 sec
test 14
      Start 14: Kokkos_ProfilingTestLibraryLoadHelp

14: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
14: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
14: Environment variables: 
14:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so
14: Test timeout computed to be: 1500
18: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.028 s         0.014 s            10  56.3947/s       1.6k
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
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::
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
14/49 Test #14: Kokkos_ProfilingTestLibraryLoadHelp .........   Passed    0.56 sec
test 15
      Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp

15: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
15: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
15: Test timeout computed to be: 1500
18: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.033 s         0.016 s            10   48.196/s       1.6k
15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
15/49 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ......   Passed    0.56 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoad

16: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so
16: Test timeout computed to be: 1500
16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental12OpenMPTargetE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1703::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x555555720680:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555555720940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555557209c0:Host:source:0x555555720700:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x555555720ac0:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x555555720940:40::kokkosp_deallocate_data:Host:source:0x555555720680:40::kokkosp_finalize_library::
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph
16/49 Test #16: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.56 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
17: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
17: Test timeout computed to be: 1500
17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental12OpenMPTargetE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1703::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x555555720680:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555555720940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555557209c0:Host:source:0x555555720700:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x555555720ac0:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x555555720940:40::kokkosp_deallocate_data:Host:source:0x555555720680:40::kokkosp_finalize_library::
17/49 Test #17: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.56 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec
18: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
18: Test timeout computed to be: 1500
[ 11%] Built target Kokkos_CoreUnitTest_OpenMPGraph
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
18: [==========] Running 3 tests from 2 test suites.
18: [----------] Global test environment set-up.
18: [----------] 2 tests from defaultdevicetype_DeathTest
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
18: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.122 s         0.098 s            10  13.1672/s       1.6k
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55555558caba]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f1:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x55555558cfe1] Test::test_stacktrace(bool, bool)
18: [0x55555558caba] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f1
18: Top of f0
18: Top of f0
18: StackTrace f3(std::cout, 4) returned: 110
18: test_f3:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55555558caba]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f3:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555558daad] Test::test_stacktrace(bool, bool)
18: [0x55555558caba] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (146 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55555558cd77]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f1:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x55555558cfe1] Test::test_stacktrace(bool, bool)
18: [0x55555558cd77] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f1
18: Top of f0
18: Top of f0
18: StackTrace f3(std::cout, 4) returned: 110
18: test_f3:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55555558cd77]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f3:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555558daad] Test::test_stacktrace(bool, bool)
18: [0x55555558cd77] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (139 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (286 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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f1:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x55555558cfe1] Test::test_stacktrace(bool, bool)
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f1
18: Top of f0
18: Top of f0
18: StackTrace f3(std::cout, 4) returned: 110
18: test_f3:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f3:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555558daad] Test::test_stacktrace(bool, bool)
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
18: [----------] 1 test from defaultdevicetype (0 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 3 tests from 2 test suites ran. (287 ms total)
18: [  PASSED  ] 3 tests.
18/49 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    0.86 sec
test 19
      Start 19: Kokkos_IncrementalTest_OPENMPTARGET

19: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET
19: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
19: Test timeout computed to be: 1500
19: [==========] Running 22 tests from 1 test suite.
19: [----------] Global test environment set-up.
19: [----------] 22 tests from OPENMPTARGET
19: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace_typedef
19: [       OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace
19: OpenMPTarget Execution Space:
19:   KOKKOS_ENABLE_OPENMPTARGET: yes
19: 
19: OpenMPTarget Runtime Configuration:
19: Using OpenMPTarget
19: OpenMPTarget
19: [       OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicExchange
19: [       OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicAdd
19: [       OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicSub
19: [       OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_03a_memspace_malloc
19: [       OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (80 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_03b_memspace_free
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
18: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.111 s         0.098 s            10  14.4204/s       1.6k
18/45 Test #18: Kokkos_PerformanceTest_Benchmark ............   Passed  250.07 sec
test 19
      Start 19: Kokkos_Benchmark_Atomic_MinMax

19: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T03-40-30.json"
19: Test timeout computed to be: 1500
19: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
19:                                     Detected: 4 cores per node.
19:                                     Detected: 1 MPI_ranks per node.
19:                                     Requested: 8 threads per process.
19: 2024-03-29T04:07:22+00:00
19: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
19: Run on (4 X 1996.25 MHz CPU s)
19: CPU Caches:
19:   L1 Data 64 KiB (x4)
19:   L1 Instruction 64 KiB (x4)
19:   L2 Unified 512 KiB (x4)
19:   L3 Unified 16384 KiB (x4)
19: Load Average: 3.49, 4.96, 5.60
19: CPU architecture: none
19: Default Device: N6Kokkos6OpenMPE
19: GIT_BRANCH: HEAD
19: GIT_CLEAN_STATUS: CLEAN
19: GIT_COMMIT_DATE: 2024-03-29T03:40:17+00:00
19: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
19: GIT_COMMIT_HASH: e5d4dbdaf
19: GPU architecture: none
19: KOKKOS_COMPILER_GNU: 840
19: KOKKOS_ENABLE_ASM: yes
19: KOKKOS_ENABLE_CXX17: yes
19: KOKKOS_ENABLE_CXX20: no
19: KOKKOS_ENABLE_CXX23: no
19: KOKKOS_ENABLE_CXX26: no
19: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
19: KOKKOS_ENABLE_HWLOC: no
19: KOKKOS_ENABLE_LIBDL: no
19: KOKKOS_ENABLE_OPENMP: yes
19: KOKKOS_ENABLE_PRAGMA_IVDEP: no
19: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
19: KOKKOS_ENABLE_PRAGMA_UNROLL: no
19: KOKKOS_ENABLE_PRAGMA_VECTOR: no
19: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
19: Kokkos Version: 4.3.99
19: platform: 64bit
19: ----------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                              Time             CPU   Iterations
19: ----------------------------------------------------------------------------------------------------------------------------------------
19: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.002 s         0.001 s            10
19: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.002 s         0.001 s            10
19: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
19: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.002 s         0.001 s            10
19: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.002 s         0.001 s            10
19: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
19: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.002 s         0.001 s            10
19: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.002 s         0.001 s            10
28: Test_Atomic<long long int>/100000/iterations:10                7.11 s          7.08 s            10          1            8     11.4793        1.26979m     114.01u     4.99995G           74.75k     4.99995G
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
19: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
19: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.002 s         0.001 s            10
19: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.002 s         0.001 s            10
19: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
19: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.002 s         0.001 s            10
19: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.003 s         0.001 s            10
19: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.001 s         0.000 s            10
19: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.001 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
19: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.003 s         0.001 s            10
19: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.004 s         0.001 s            10
19: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.001 s         0.000 s            10
19: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.001 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.001 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
19: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.004 s         0.001 s            10
19: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.004 s         0.001 s            10
19: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.001 s         0.000 s            10
19: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.001 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.005 s         0.002 s            10
19: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.005 s         0.001 s            10
19: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.004 s         0.001 s            10
19: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.004 s         0.001 s            10
19: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.001 s         0.000 s            10
19: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.001 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.004 s         0.001 s            10
19: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.005 s         0.002 s            10
19/45 Test #19: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.98 sec
test 20
      Start 20: Kokkos_PerformanceTest_Mempool

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T03-40-30.json"
20: Test timeout computed to be: 1500
20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
20:                                     Detected: 4 cores per node.
20:                                     Detected: 1 MPI_ranks per node.
20:                                     Requested: 8 threads per process.
20: 2024-03-29T04:07:23+00:00
20: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool
20: Run on (4 X 1996.25 MHz CPU s)
20: CPU Caches:
20:   L1 Data 64 KiB (x4)
20:   L1 Instruction 64 KiB (x4)
20:   L2 Unified 512 KiB (x4)
20:   L3 Unified 16384 KiB (x4)
20: Load Average: 3.49, 4.96, 5.60
20: CPU architecture: none
20: Default Device: N6Kokkos6OpenMPE
20: GIT_BRANCH: HEAD
20: GIT_CLEAN_STATUS: CLEAN
20: GIT_COMMIT_DATE: 2024-03-29T03:40:17+00:00
20: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
20: GIT_COMMIT_HASH: e5d4dbdaf
20: GPU architecture: none
20: KOKKOS_COMPILER_GNU: 840
20: KOKKOS_ENABLE_ASM: yes
20: KOKKOS_ENABLE_CXX17: yes
20: KOKKOS_ENABLE_CXX20: no
20: KOKKOS_ENABLE_CXX23: no
20: KOKKOS_ENABLE_CXX26: no
20: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
20: KOKKOS_ENABLE_HWLOC: no
20: KOKKOS_ENABLE_LIBDL: no
20: KOKKOS_ENABLE_OPENMP: yes
20: KOKKOS_ENABLE_PRAGMA_IVDEP: no
20: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
20: KOKKOS_ENABLE_PRAGMA_UNROLL: no
20: KOKKOS_ENABLE_PRAGMA_VECTOR: no
20: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
20: Kokkos Version: 4.3.99
20: platform: 64bit
20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.001 s         0.000 s          1361               10.9039M/s
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
20: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
20: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s          3317                52.4577M/s
20/45 Test #20: Kokkos_PerformanceTest_Mempool ..............   Passed    1.77 sec
test 21
      Start 21: Kokkos_PerformanceTest_Atomic

21: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T03-40-30.json"
21: Test timeout computed to be: 1500
21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
21:                                     Detected: 4 cores per node.
21:                                     Detected: 1 MPI_ranks per node.
21:                                     Requested: 8 threads per process.
21: 2024-03-29T04:07:25+00:00
21: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic
21: Run on (4 X 1996.25 MHz CPU s)
21: CPU Caches:
21:   L1 Data 64 KiB (x4)
21:   L1 Instruction 64 KiB (x4)
21:   L2 Unified 512 KiB (x4)
21:   L3 Unified 16384 KiB (x4)
21: Load Average: 3.49, 4.96, 5.60
21: CPU architecture: none
21: Default Device: N6Kokkos6OpenMPE
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2024-03-29T03:40:17+00:00
21: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
21: GIT_COMMIT_HASH: e5d4dbdaf
21: GPU architecture: none
21: KOKKOS_COMPILER_GNU: 840
21: KOKKOS_ENABLE_ASM: yes
21: KOKKOS_ENABLE_CXX17: yes
21: KOKKOS_ENABLE_CXX20: no
21: KOKKOS_ENABLE_CXX23: no
21: KOKKOS_ENABLE_CXX26: no
21: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
21: KOKKOS_ENABLE_HWLOC: no
21: KOKKOS_ENABLE_LIBDL: no
21: KOKKOS_ENABLE_OPENMP: yes
21: KOKKOS_ENABLE_PRAGMA_IVDEP: no
21: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
21: KOKKOS_ENABLE_PRAGMA_UNROLL: no
21: KOKKOS_ENABLE_PRAGMA_VECTOR: no
21: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
21: Kokkos Version: 4.3.99
21: platform: 64bit
21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Test_Atomic<int>/100000/iterations:10                         0.039 s         0.019 s            10          1            4    0.135115        0.018061     384.02u     704.983M         463.283M     704.983M
21: Test_Atomic<long int>/100000/iterations:10                    0.036 s         0.018 s            10          1            8    0.135822       0.0316753     675.88u     4.99995G         707.402M     4.99995G
21: Test_Atomic<long long int>/100000/iterations:10               0.035 s         0.017 s            10          1            8    0.135464       0.0317008     387.93u     4.99995G         2.12592G     4.99995G
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
21: Test_Atomic<unsigned int>/100000/iterations:10                0.038 s         0.018 s            10          1            4    0.129545       0.0235172     507.25u     704.983M         1.72327G     704.983M
19: [       OK ] OPENMPTARGET.IncrTest_03b_memspace_free (4881 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_04_simple_parallelFor
19: [       OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (7 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_05_reduction
19: [       OK ] OPENMPTARGET.IncrTest_05_reduction (14 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange2D
19: [       OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange3D
19: [       OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange4D
19: [       OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_2D
19: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_3D
19: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_4D
19: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics
19: [       OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (3 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (225 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_12a_ThreadScratch
19: [       OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (5 ms)
19: [ RUN      ] OPENMPTARGET.IncrTest_12b_TeamScratch
19: [       OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms)
19: [----------] 22 tests from OPENMPTARGET (5225 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 22 tests from 1 test suite ran. (5225 ms total)
19: [  PASSED  ] 22 tests.
19/49 Test #19: Kokkos_IncrementalTest_OPENMPTARGET .........   Passed    5.83 sec
test 20
      Start 20: Kokkos_IncrementalTest_SERIAL

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
20: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
20: Test timeout computed to be: 1500
21: Test_Atomic<unsigned long int>/100000/iterations:10           0.038 s         0.018 s            10          1            8    0.134713       0.0158455     384.03u     4.99995G         1.51139G     4.99995G
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from SERIAL
20: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
20: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] SERIAL.IncrTest_01_execspace
20: Host Serial Execution Space:
20:   KOKKOS_ENABLE_SERIAL: yes
20: 
20: Serial Runtime Configuration:
20: Serial
20: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
20: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
20: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
20: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
20: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
20: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
20: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
20: [       OK ] SERIAL.IncrTest_03b_memspace_free (27 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
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
21: Test_Atomic<unsigned long long int>/100000/iterations:10      0.036 s         0.018 s            10          1            8    0.242644       0.0313145     383.43u     4.99995G          1.6003G     4.99995G
20: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (166 ms)
20: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
20: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
20: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
20: [       OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms)
20: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
20: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
20: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
20: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
20: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
20: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
20: [ RUN      ] SERIAL.incr_14_MDrangeReduce
20: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
20: [ RUN      ] SERIAL.IncrTest_16_parallelscan
20: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
20: [ RUN      ] SERIAL.incr_17_atomicView
20: [       OK ] SERIAL.incr_17_atomicView (0 ms)
20: [----------] 28 tests from SERIAL (195 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (195 ms total)
20: [  PASSED  ] 28 tests.
20/49 Test #20: Kokkos_IncrementalTest_SERIAL ...............   Passed    0.76 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
21: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
21: Test timeout computed to be: 1500
21: [==========] Running 8 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 8 tests from ctest_environment
21: [ RUN      ] ctest_environment.no_device_type
21: [       OK ] ctest_environment.no_device_type (0 ms)
21: [ RUN      ] ctest_environment.no_process_count
21: [       OK ] ctest_environment.no_process_count (0 ms)
21: [ RUN      ] ctest_environment.invalid_rank
21: [       OK ] ctest_environment.invalid_rank (0 ms)
21: [ RUN      ] ctest_environment.no_type_str
21: [       OK ] ctest_environment.no_type_str (0 ms)
21: [ RUN      ] ctest_environment.missing_type
21: [       OK ] ctest_environment.missing_type (0 ms)
21: [ RUN      ] ctest_environment.no_id_str
21: [       OK ] ctest_environment.no_id_str (0 ms)
21: [ RUN      ] ctest_environment.invalid_id_str
21: [       OK ] ctest_environment.invalid_id_str (0 ms)
21: [ RUN      ] ctest_environment.good
21: [       OK ] ctest_environment.good (0 ms)
21: [----------] 8 tests from ctest_environment (0 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 8 tests from 1 test suite ran. (0 ms total)
21: [  PASSED  ] 8 tests.
21: Test_Atomic<float>/100000/iterations:10                       0.039 s         0.017 s            10          0            4   0.0876161       0.0243028    1.13644m     4.99992G         633.925M     4.99989G
21/49 Test #21: Kokkos_CoreUnitTest_CTestDevice .............   Passed    0.56 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

22: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
22: Test timeout computed to be: 1500
21: Test_Atomic<double>/100000/iterations:10                      0.040 s         0.016 s            10          1            8     0.12557       0.0501371    1.14666m     4.99995G          1.6682G     4.99995G
21: Test_Atomic<int>/100000/iterations:10                         0.037 s         0.016 s            10          1            4    0.263654       0.0153453     382.02u     704.983M         1.98338G     704.983M
21/45 Test #21: Kokkos_PerformanceTest_Atomic ...............   Passed    3.37 sec
test 22
      Start 22: Kokkos_ContainersUnitTest_Serial

22: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
22: Test timeout computed to be: 1500
22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
22:                                     Detected: 4 cores per node.
22:                                     Detected: 1 MPI_ranks per node.
22:                                     Requested: 8 threads per process.
22: [==========] Running 65 tests from 1 test suite.
22: [----------] Global test environment set-up.
22: [----------] 65 tests from serial
22: [ RUN      ] serial.bitset
22/49 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ...   Passed    0.56 sec
test 23
      Start 23: Kokkos_CoreUnitTest_DeviceAndThreads

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/TestDeviceAndThreads.py"
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test
23: Test timeout computed to be: 1500
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
22: [       OK ] serial.bitset (1978 ms)
22: [ RUN      ] serial.bitset_default_constructor_no_alloc
22: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
22: [ RUN      ] serial.dualview_combination
22: [       OK ] serial.dualview_combination (0 ms)
22: [ RUN      ] serial.dualview_alloc
22: [       OK ] serial.dualview_alloc (0 ms)
22: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
22: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
22: [ RUN      ] serial.dualview_combinations_without_init
22: [       OK ] serial.dualview_combinations_without_init (0 ms)
22: [ RUN      ] serial.dualview_deep_copy
22: [       OK ] serial.dualview_deep_copy (1 ms)
22: [ RUN      ] serial.dualview_realloc
22: [       OK ] serial.dualview_realloc (0 ms)
22: [ RUN      ] serial.dualview_resize
22: [       OK ] serial.dualview_resize (0 ms)
22: [ RUN      ] serial.dualview_device_correct_kokkos_device
22: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
22: [ RUN      ] serial.dualview_host_correct_kokkos_device
22: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
22: [ RUN      ] serial.dualview_host_modify_template_device_sync
22: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
22: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
22: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
22: [ RUN      ] serial.dualview_device_modify_template_host_sync
22: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
22: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
22: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
22: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
22: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
22: [ RUN      ] serial.dynamic_view
22: [       OK ] serial.dynamic_view (15 ms)
22: [ RUN      ] serial.dyn_rank_view_api_generic
22: [       OK ] serial.dyn_rank_view_api_generic (7 ms)
22: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
22: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
22: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
22: /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
22: skipping since not default execution space
22: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
22: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
22: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
22: [ RUN      ] serial.ErrorReporterViaLambda
22: [       OK ] serial.ErrorReporterViaLambda (0 ms)
22: [ RUN      ] serial.ErrorReporter
22: [       OK ] serial.ErrorReporter (0 ms)
22: [ RUN      ] serial.offsetview_construction
22: [       OK ] serial.offsetview_construction (45 ms)
22: [ RUN      ] serial.offsetview_unmanaged_construction
22: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
22: [ RUN      ] serial.offsetview_subview
22: [       OK ] serial.offsetview_subview (15 ms)
22: [ RUN      ] serial.offsetview_offsets_rank1
22: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
22: [ RUN      ] serial.offsetview_offsets_rank2
22: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
22: [ RUN      ] serial.offsetview_offsets_rank3
22: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
22: [ RUN      ] serial.scatterview
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
[ 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_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
22: [       OK ] serial.scatterview (2191 ms)
22: [ RUN      ] serial.scatterview_devicetype
22: [       OK ] serial.scatterview_devicetype (0 ms)
22: [ RUN      ] serial.staticcrsgraph
22: [       OK ] serial.staticcrsgraph (20 ms)
22: [ RUN      ] serial.resize_realloc_no_init_dualview
22: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_alloc_dualview
22: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
22: [ RUN      ] serial.resize_exec_space_dualview
22: [       OK ] serial.resize_exec_space_dualview (0 ms)
22: [ RUN      ] serial.realloc_exec_space_dualview
22: [       OK ] serial.realloc_exec_space_dualview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_init_dynrankview
22: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
22: [ RUN      ] serial.resize_exec_space_dynrankview
22: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
22: [ RUN      ] serial.realloc_exec_space_dynrankview
22: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_init_scatterview
22: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
22: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
22: [ RUN      ] serial.resize_exec_space_scatterview
22: [       OK ] serial.resize_exec_space_scatterview (0 ms)
22: [ RUN      ] serial.realloc_exec_space_scatterview
22: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynrankview
22: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
22: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
22: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
22: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_offsetview
22: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
22: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
22: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
22: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynamicview
22: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
22: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
22: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
22: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
22: [ RUN      ] serial.UnorderedMap_insert
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
28: Test_Atomic<unsigned int>/100000/iterations:10                 2.25 s          2.24 s            10          1            4    2.48578m        1.25797m      55.11u     704.983M          51.064k     704.983M
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 6.164s
23: 
23: OK (skipped=1)
23/49 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    6.26 sec
test 24
      Start 24: Kokkos_PerformanceTest_Benchmark

24: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T03-40-35.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test
24: Test timeout computed to be: 1500
24: 2024-03-29T04:07:35+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
24: Run on (6 X 2095.08 MHz CPU s)
24: CPU Caches:
24:   L1 Data 32 KiB (x6)
24:   L1 Instruction 32 KiB (x6)
24:   L2 Unified 4096 KiB (x6)
24:   L3 Unified 16384 KiB (x6)
24: Load Average: 1.36, 4.97, 5.85
24: CPU architecture: none
24: Default Device: N6Kokkos12Experimental12OpenMPTargetE
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2024-03-29T03:40:16+00:00
24: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
24: GIT_COMMIT_HASH: 89149d829
24: GPU architecture: VOLTA70
24: KOKKOS_COMPILER_CLANG: 1703
24: KOKKOS_ENABLE_ASM: no
24: KOKKOS_ENABLE_CXX17: yes
24: KOKKOS_ENABLE_CXX20: no
24: KOKKOS_ENABLE_CXX23: no
24: KOKKOS_ENABLE_CXX26: no
24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
24: KOKKOS_ENABLE_HWLOC: no
24: KOKKOS_ENABLE_LIBDL: yes
24: KOKKOS_ENABLE_OPENMPTARGET: yes
24: KOKKOS_ENABLE_PRAGMA_IVDEP: no
24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
24: KOKKOS_ENABLE_PRAGMA_UNROLL: no
24: KOKKOS_ENABLE_PRAGMA_VECTOR: no
24: KOKKOS_ENABLE_SERIAL: yes
24: Kokkos Version: 4.3.99
24: platform: 64bit
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.023 s             5       1024        27.4756n
24: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        13.7402n
24: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.67236n
24: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.46533n
24: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.74786n
24: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        1.57324n
24: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k         970.52p
24: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        688.652p
24: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.000 s             5   262.144k         479.98p
24: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.000 s             5   524.288k          413.3p
[ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Malloc/N:1/manual_time                                                              20.8 us         23.5 us        35456 48.0931k/s
24: Malloc/N:16/manual_time                                                             19.5 us         22.2 us        36317 51.3757k/s
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
24: Malloc/N:256/manual_time                                                            17.6 us         19.9 us        37249 56.8462k/s
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
24: Malloc/N:4096/manual_time                                                           17.2 us         19.7 us        40486 58.2012k/s
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
24: Malloc/N:65536/manual_time                                                          23.4 us         26.6 us        29989  42.745k/s
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
24: Malloc/N:1048576/manual_time                                                        23.3 us         26.7 us        30239  42.852k/s
24: Malloc/N:16777216/manual_time                                                        282 us          166 us         7978 3.54605k/s
22: [       OK ] serial.UnorderedMap_insert (15855 ms)
22: [ RUN      ] serial.UnorderedMap_failed_insert
24: Malloc/N:268435456/manual_time                                                      6189 us          452 us          111   161.57/s
 -- Testing 1-D histogram
Density 1D: 0.00195571 -0.999999 -57856.6 || 0.051031 0 1.55166e+06 || 2.86886e+10 28674.4 || -7.99809e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00587732 -0.967831 10.3082 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
24: Malloc/N:4294967296/manual_time                                                   114731 us         3876 us           10  8.71605/s
24: MallocFree/N:1/manual_time                                                          89.3 us         22.8 us         7898 11.2015k/s
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
24: MallocFree/N:16/manual_time                                                         89.2 us         22.8 us         7864 11.2151k/s
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
22: [       OK ] serial.UnorderedMap_failed_insert (5879 ms)
22: [ RUN      ] serial.UnorderedMap_deep_copy
22: [       OK ] serial.UnorderedMap_deep_copy (7 ms)
22: [ RUN      ] serial.UnorderedMap_valid_empty
22: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
22: [ RUN      ] serial.UnorderedMap_clear_zero_size
22: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
22: [ RUN      ] serial.UnorderedMap_consistent_size
22: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
22: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
22: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
22: [ RUN      ] serial.UnorderedMap_lambda_capturable
22: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
22: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
22: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
22: [ RUN      ] serial.vector_combination
22: [       OK ] serial.vector_combination (1 ms)
22: [ RUN      ] serial.vector_insert
22: [       OK ] serial.vector_insert (0 ms)
22: [ RUN      ] serial.vector_push_back_default_exec
22: [       OK ] serial.vector_push_back_default_exec (0 ms)
22: [ RUN      ] serial.viewctorprop_embedded_dim
22: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
22: [----------] 65 tests from serial (26026 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 65 tests from 1 test suite ran. (26026 ms total)
22: [  PASSED  ] 64 tests.
22: [  SKIPPED ] 1 test, listed below:
22: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
22/45 Test #22: Kokkos_ContainersUnitTest_Serial ............   Passed   26.18 sec
test 23
      Start 23: Kokkos_ContainersUnitTest_OpenMP

23: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
23: Test timeout computed to be: 1500
23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
23:                                     Detected: 4 cores per node.
23:                                     Detected: 1 MPI_ranks per node.
23:                                     Requested: 8 threads per process.
23: [==========] Running 65 tests from 1 test suite.
23: [----------] Global test environment set-up.
23: [----------] 65 tests from openmp
23: [ RUN      ] openmp.bitset
24: MallocFree/N:256/manual_time                                                        90.1 us         23.9 us         7778 11.1007k/s
23: [       OK ] openmp.bitset (539 ms)
23: [ RUN      ] openmp.bitset_default_constructor_no_alloc
23: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
23: [ RUN      ] openmp.dualview_combination
23: [       OK ] openmp.dualview_combination (0 ms)
23: [ RUN      ] openmp.dualview_alloc
23: [       OK ] openmp.dualview_alloc (0 ms)
23: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
23: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
23: [ RUN      ] openmp.dualview_combinations_without_init
23: [       OK ] openmp.dualview_combinations_without_init (0 ms)
23: [ RUN      ] openmp.dualview_deep_copy
23: [       OK ] openmp.dualview_deep_copy (1 ms)
23: [ RUN      ] openmp.dualview_realloc
23: [       OK ] openmp.dualview_realloc (0 ms)
23: [ RUN      ] openmp.dualview_resize
23: [       OK ] openmp.dualview_resize (0 ms)
23: [ RUN      ] openmp.dualview_device_correct_kokkos_device
23: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
23: [ RUN      ] openmp.dualview_host_correct_kokkos_device
23: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
23: [ RUN      ] openmp.dualview_host_modify_template_device_sync
23: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
23: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
23: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
23: [ RUN      ] openmp.dualview_device_modify_template_host_sync
23: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
23: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
23: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
23: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
23: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
23: [ RUN      ] openmp.dynamic_view
23: [       OK ] openmp.dynamic_view (19 ms)
23: [ RUN      ] openmp.dyn_rank_view_api_generic
23: [       OK ] openmp.dyn_rank_view_api_generic (9 ms)
23: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
23: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
23: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
23: [       OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
23: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
23: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
23: [ RUN      ] openmp.ErrorReporterViaLambda
23: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
23: [ RUN      ] openmp.ErrorReporter
23: [       OK ] openmp.ErrorReporter (0 ms)
23: [ RUN      ] openmp.offsetview_construction
23: [       OK ] openmp.offsetview_construction (17 ms)
23: [ RUN      ] openmp.offsetview_unmanaged_construction
23: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
23: [ RUN      ] openmp.offsetview_subview
23: [       OK ] openmp.offsetview_subview (18 ms)
23: [ RUN      ] openmp.offsetview_offsets_rank1
23: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
23: [ RUN      ] openmp.offsetview_offsets_rank2
23: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
23: [ RUN      ] openmp.offsetview_offsets_rank3
23: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
23: [ RUN      ] openmp.scatterview
24: MallocFree/N:4096/manual_time                                                       89.3 us         22.9 us         7749 11.1967k/s
24: MallocFree/N:65536/manual_time                                                      93.8 us         27.3 us         7470 10.6642k/s
23: [       OK ] openmp.scatterview (1912 ms)
23: [ RUN      ] openmp.scatterview_devicetype
23: [       OK ] openmp.scatterview_devicetype (17 ms)
23: [ RUN      ] openmp.staticcrsgraph
23: [       OK ] openmp.staticcrsgraph (22 ms)
23: [ RUN      ] openmp.resize_realloc_no_init_dualview
23: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
23: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
23: [ RUN      ] openmp.resize_exec_space_dualview
23: [       OK ] openmp.resize_exec_space_dualview (0 ms)
23: [ RUN      ] openmp.realloc_exec_space_dualview
23: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
23: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
23: [ RUN      ] openmp.resize_exec_space_dynrankview
23: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
23: [ RUN      ] openmp.realloc_exec_space_dynrankview
23: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_init_scatterview
23: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
23: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
23: [ RUN      ] openmp.resize_exec_space_scatterview
23: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
23: [ RUN      ] openmp.realloc_exec_space_scatterview
23: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynrankview
23: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
23: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
23: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
23: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_offsetview
23: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
23: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
23: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
23: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynamicview
23: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
23: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
23: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
23: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
23: [ RUN      ] openmp.UnorderedMap_insert
24: MallocFree/N:1048576/manual_time                                                    94.5 us         28.0 us         7474 10.5863k/s
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
24: MallocFree/N:16777216/manual_time                                                    279 us          159 us         3208 3.57979k/s
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
24: MallocFree/N:268435456/manual_time                                                  6571 us          490 us          119  152.184/s
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
24: MallocFree/N:4294967296/manual_time                                               111757 us         3501 us           10    8.948/s
[ 12%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
24: MallocTouch/N:1/manual_time                                                         43.3 us         23.4 us        16057 23.1135k/s
 -- Testing 1-D histogram
Density 1D: 6.86136e-07 -0.00855231 0.0203538 || 0.051031 28090 29349 || 28921.7 28674.4 || 281.371 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.71903e-07 -0.0071032 0.00202796 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
24: MallocTouch/N:16/manual_time                                                        43.3 us         23.4 us        16253 23.1052k/s
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
24: MallocTouch/N:256/manual_time                                                       43.2 us         23.2 us        16196 23.1215k/s
24: MallocTouch/N:4096/manual_time                                                      93.4 us         41.1 us         7504 10.7052k/s
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
24: MallocTouch/N:65536/manual_time                                                     96.1 us         46.5 us         7288 10.4083k/s
23: [       OK ] openmp.UnorderedMap_insert (12528 ms)
23: [ RUN      ] openmp.UnorderedMap_failed_insert
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
24: MallocTouch/N:1048576/manual_time                                                   84.9 us         47.2 us         7316 11.7745k/s
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
24: MallocTouch/N:16777216/manual_time                                                   247 us          202 us         5360 4.05528k/s
23: [       OK ] openmp.UnorderedMap_failed_insert (5192 ms)
23: [ RUN      ] openmp.UnorderedMap_deep_copy
23: [       OK ] openmp.UnorderedMap_deep_copy (6 ms)
23: [ RUN      ] openmp.UnorderedMap_valid_empty
23: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
23: [ RUN      ] openmp.UnorderedMap_clear_zero_size
23: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
23: [ RUN      ] openmp.UnorderedMap_consistent_size
23: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
23: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
23: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
23: [ RUN      ] openmp.UnorderedMap_lambda_capturable
23: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
23: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
23: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
23: [ RUN      ] openmp.vector_combination
23: [       OK ] openmp.vector_combination (0 ms)
23: [ RUN      ] openmp.vector_insert
23: [       OK ] openmp.vector_insert (0 ms)
23: [ RUN      ] openmp.vector_push_back_default_exec
23: [       OK ] openmp.vector_push_back_default_exec (0 ms)
23: [ RUN      ] openmp.viewctorprop_embedded_dim
23: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
23: [----------] 65 tests from openmp (20296 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 65 tests from 1 test suite ran. (20296 ms total)
23: [  PASSED  ] 65 tests.
23/45 Test #23: Kokkos_ContainersUnitTest_OpenMP ............   Passed   20.41 sec
test 24
      Start 24: Kokkos_ContainersPerformanceTest_OpenMP

24: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
24: Test timeout computed to be: 1500
24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
24:                                     Detected: 4 cores per node.
24:                                     Detected: 1 MPI_ranks per node.
24:                                     Requested: 8 threads per process.
24: [==========] Running 5 tests from 1 test suite.
24: [----------] Global test environment set-up.
24: [----------] 5 tests from TEST_CATEGORY
24: [ RUN      ] TEST_CATEGORY.dynrankview_perf
24: OpenMP
24:  DynRankView vs View: Initialization Only 
24:  View time (init only): 0.00677024
24:  View sum computation time: 0.00677024
24:  Strided View time (init only): 0.00645379
24:  View Rank7 time (init only): 0.00783133
24:  DynRankView time (init only): 0.006705
24:  DynRankView sum computation time: 0.00753237
24:  Ratio of View to DynRankView time: 1.00973
24:  Ratio of View to DynRankView sum computation time: 0.995057
24:  Ratio of View to View Rank7  time: 0.864507
24:  Ratio of StrideView to DynRankView time: 0.962533
24:  Ratio of DynRankView to View Rank7  time: 0.856177
24: [       OK ] TEST_CATEGORY.dynrankview_perf (248 ms)
24: [ RUN      ] TEST_CATEGORY.global_2_local
24: OpenMP
24: size, create, generate, fill, find
24: 256, 0.000275119, 3.9233e-05, 5.4533e-05, 0.0039211
24: 512, 0.000159582, 4.4874e-05, 0.00010586, 0.00388875
24: 1024, 0.000150343, 3.9795e-05, 0.000146345, 0.0039857
24: 2048, 0.00011679, 2.2462e-05, 0.000208253, 0.00427144
24: 4096, 0.000167707, 3.0006e-05, 0.000410224, 0.00655424
24: 8192, 0.000285579, 3.7731e-05, 0.000937087, 0.00789317
24: 16384, 0.00032312, 2.8463e-05, 0.00154869, 0.0109386
24: 32768, 0.000509471, 7.8207e-05, 0.00297968, 0.0206194
24: 65536, 0.000780362, 0.000103295, 0.00584717, 0.0481602
24: 131072, 0.00145682, 9.7224e-05, 0.0130737, 0.100171
24: MallocTouch/N:268435456/manual_time                                                 6227 us          517 us          120   160.59/s
24: 262144, 0.0027592, 0.000158518, 0.0263966, 0.188246
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
24: 524288, 0.00564062, 0.000237488, 0.0563465, 0.679852
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
24: MallocTouch/N:4294967296/manual_time                                              127125 us         4282 us            9   7.8663/s
24: MallocTouchFree/N:1/manual_time                                                     89.2 us         23.2 us         7796 11.2062k/s
24: MallocTouchFree/N:16/manual_time                                                    89.6 us         23.7 us         7831 11.1663k/s
24: 1048576, 0.0105788, 0.000566479, 0.11243, 2.27492
24: MallocTouchFree/N:256/manual_time                                                   88.8 us         23.0 us         7848 11.2569k/s
24: MallocTouchFree/N:4096/manual_time                                                   139 us         40.6 us         5028 7.17412k/s
24: MallocTouchFree/N:65536/manual_time                                                  145 us         46.5 us         4817 6.88025k/s
24: MallocTouchFree/N:1048576/manual_time                                                146 us         47.0 us         4728 6.85019k/s
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0044204 0.0135416 || 0.051031 28094 29335 || 28801.7 28674.4 || 187.199 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.000419362 0.0039085 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift64 (603168 ms)
[ RUN      ] serial.Random_XorShift1024_0
Test Seed:1711685303086858379
Test Scalar=int
 -- Testing randomness properties
24: MallocTouchFree/N:16777216/manual_time                                               269 us          188 us         2628  3.7183k/s
24: MallocTouchFree/N:268435456/manual_time                                             5997 us          507 us          100  166.764/s
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
24: MallocTouchFree/N:4294967296/manual_time                                          108537 us         4329 us            6  9.21343/s
24: 2097152, 0.0221355, 0.000796141, 0.267043, 6.38365
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.015 s         0.001 s            36  53.1313/s        800
24: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.2941/s        800
24: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.3888/s        800
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
24: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.3323/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
24: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  45.6176/s        800
24: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.3514/s        800
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.011557 0.0115088 || 0.051031 10993 11794 || 11247 11377 || 159.097 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00600438 -0.000107121 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
24: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.3056/s        800
24: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.3075/s        800
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
24: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.2999/s        800
24: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.3226/s        800
[ 13%] Linking CXX executable Kokkos_CoreTestCompileOnly
24: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.2835/s        800
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 13%] Built target Kokkos_CoreTestCompileOnly
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
24: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.3412/s        800
24: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  43.2209/s        800
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
24: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.2807/s        800
24: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.2981/s        800
24: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.2921/s        800
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           352  837.522/s       1.6k
24: 4194304, 0.0495277, 0.00210263, 0.611005, 13.9991
24: [       OK ] TEST_CATEGORY.global_2_local (24952 ms)
24: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
24: skipping test
24: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
24: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
24: skipping test
24: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
24: [ RUN      ] TEST_CATEGORY.scatter_view
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.014845 -0.00254471 || 0.051031 10944 11801 || 11210.5 11377 || -35.1781 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00922191 0.00163414 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           372  842.011/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           367   847.23/s       1.6k
24: ScatterView data-duplicated test:
24: num_threads 8
24: hand-coded test took 0.177534 seconds
24: test took 0.150272 seconds
24: num_threads 8
24: hand-coded test took 0.155193 seconds
24: test took 0.148702 seconds
24: num_threads 8
24: hand-coded test took 0.154244 seconds
24: test took 0.152144 seconds
24: num_threads 8
24: hand-coded test took 0.155949 seconds
24: test took 0.149447 seconds
24: num_threads 8
24: hand-coded test took 0.167011 seconds
24: test took 0.148934 seconds
24: [       OK ] TEST_CATEGORY.scatter_view (2060 ms)
24: [----------] 5 tests from TEST_CATEGORY (27261 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 5 tests from 1 test suite ran. (27261 ms total)
24: [  PASSED  ] 5 tests.
24/45 Test #24: Kokkos_ContainersPerformanceTest_OpenMP .....   Passed   27.27 sec
test 25
      Start 25: Kokkos_UnitTest_Sort

25: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
25: Test timeout computed to be: 1500
25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
25:                                     Detected: 4 cores per node.
25:                                     Detected: 1 MPI_ranks per node.
25:                                     Requested: 8 threads per process.
25: [==========] Running 15 tests from 1 test suite.
25: [----------] Global test environment set-up.
25: [----------] 15 tests from openmp
25: [ RUN      ] openmp.SortUnsignedValueType
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           361  851.025/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           365  849.888/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           367  856.921/s       1.6k
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.000 s           362  872.999/s       1.6k
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00848541 0.000565133 || 0.051031 11004 11791 || 11474.3 11377 || 7.8124 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00391699 0.000157344 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.046 s         0.000 s            15   34.861/s       1.6k
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.048 s         0.000 s            14  33.2553/s       1.6k
[ 15%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.000 s           367  864.023/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.021 s         0.000 s            33  77.5764/s       1.6k
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            31  70.8621/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           376  867.823/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           376  871.284/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           357  860.036/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           370  865.736/s       1.6k
25: [       OK ] openmp.SortUnsignedValueType (12106 ms)
25: [ RUN      ] openmp.SortEmptyView
25: [       OK ] openmp.SortEmptyView (0 ms)
25: [ RUN      ] openmp.SortByKeyEmptyView
25: [       OK ] openmp.SortByKeyEmptyView (0 ms)
25: [ RUN      ] openmp.SortByKey
25: [       OK ] openmp.SortByKey (18 ms)
25: [ RUN      ] openmp.SortByKeyWithComparator
25: [       OK ] openmp.SortByKeyWithComparator (9 ms)
25: [ RUN      ] openmp.SortByKeyStaticExtents
25: [       OK ] openmp.SortByKeyStaticExtents (0 ms)
25: [ RUN      ] openmp.SortByKeyWithStrides
25: [       OK ] openmp.SortByKeyWithStrides (0 ms)
25: [ RUN      ] openmp.SortByKeyKeysLargerThanValues
25: 
25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
25: 
25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
25: [       OK ] openmp.SortByKeyKeysLargerThanValues (422 ms)
25: [ RUN      ] openmp.SortWithCustomComparator
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14   32.654/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.7389/s       1.6k
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
28: Test_Atomic<unsigned long int>/100000/iterations:10            7.13 s          7.11 s            10          1            8     12.4939        1.26268m     116.21u     4.99995G          92.094k     4.99995G
25: [       OK ] openmp.SortWithCustomComparator (1422 ms)
25: [ RUN      ] openmp.BinSortGenericTests
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.7538/s       1.6k
25: [       OK ] openmp.BinSortGenericTests (651 ms)
25: [ RUN      ] openmp.BinSortEmptyView
25: [       OK ] openmp.BinSortEmptyView (0 ms)
25: [ RUN      ] openmp.BinSortEmptyKeysView
25: [       OK ] openmp.BinSortEmptyKeysView (0 ms)
25: [ RUN      ] openmp.BinSortUnsignedKeyLayoutStrideValues
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0239182 -0.00349951 || 0.051031 10975 11763 || 11111.2 11377 || -48.3772 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00267265 0.00218696 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.4312/s       1.6k
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           377  886.343/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           376  887.056/s       1.6k
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.7348/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.3717/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           376  883.678/s       1.6k
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           376  885.206/s       1.6k
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.9555/s       1.6k
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            30  68.5766/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           377  883.495/s       1.6k
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           374  884.339/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.7495/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            29  68.1295/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.000 s           335  768.676/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.000 s           329  782.606/s       1.6k
28: Test_Atomic<unsigned long long int>/100000/iterations:10       2.36 s          2.35 s            10          1            8    2.46595m        1.26097m     115.92u     4.99995G         145.278k     4.99995G
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.000 s           335  769.683/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.000 s           335  783.897/s       1.6k
24: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           752  889.261/s        800
24: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           763  885.823/s        800
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
24: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           773  891.203/s        800
24: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           770  896.307/s        800
24: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           769  893.552/s        800
24: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           769  891.788/s        800
24: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           764  892.488/s        800
24: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           770  892.203/s        800
25: [       OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (20044 ms)
25: [ RUN      ] openmp.NestedSort
25: [       OK ] openmp.NestedSort (10 ms)
25: [ RUN      ] openmp.NestedSortByKey
25: [       OK ] openmp.NestedSortByKey (76 ms)
25: [----------] 15 tests from openmp (34764 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 15 tests from 1 test suite ran. (34764 ms total)
25: [  PASSED  ] 15 tests.
25/45 Test #25: Kokkos_UnitTest_Sort ........................   Passed   34.79 sec
test 26
      Start 26: Kokkos_UnitTest_Random

26: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Random
26: Test timeout computed to be: 1500
26: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
26:                                     Detected: 4 cores per node.
26:                                     Detected: 1 MPI_ranks per node.
26:                                     Requested: 8 threads per process.
26: [==========] Running 3 tests from 1 test suite.
26: [----------] Global test environment set-up.
26: [----------] 3 tests from openmp
26: [ RUN      ] openmp.Random_XorShift64
26: Test Seed:1711685357550611228
26: Test Scalar=int
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.0204026 -0.00034855 || 0.051031 2046 2401 || 2177.63 2222.06 || -4.81835 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00776284 -0.00040815 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.0142864 -0.00293255 || 0.051031 2005 2416 || 2254.27 2222.06 || -40.5395 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00421426 -0.000497062 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.000914197 -0.000370119 || 0.051031 2009 2415 || 2220.03 2222.06 || -5.11652 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0149172 -0.000277471 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.0167378 0.000462842 || 0.051031 2050 2411 || 2185.48 2222.06 || 6.39832 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.00785182 0.000353484 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 3.25521e-08 0.0123971 0.000257567 || 0.051031 2019 2417 || 2194.85 2222.06 || 3.5606 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 9.76563e-08 0.0225443 0.000587848 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
24: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           771  889.953/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 6.51042e-08 -0.0181318 0.000313424 || 0.051031 2040 2409 || 2263.1 2222.06 || 4.33277 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 1.95313e-07 -0.0141456 -0.000187738 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 6.51042e-08 -0.000751912 -0.0012607 || 0.051031 2025 2411 || 2223.73 2222.06 || -17.4279 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 1.95313e-07 0.00901851 -0.00100626 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.00470369 -0.00152461 || 0.051031 2041 2416 || 2211.66 2222.06 || -21.0762 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0120031 0.000291057 || 0.051031 1e+64 -1e+64
26: Test Seed:1711685360656114605
26: Test Scalar=int
26:  -- Testing randomness properties
24: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           763  887.427/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.0098626 -0.000381119 || 0.051031 2051 2439 || 2200.36 2222.06 || -5.26859 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0254774 -0.000750212 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
24: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           776  885.973/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.00994315 0.00217556 || 0.051031 2050 2403 || 2200.18 2222.06 || 30.0749 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0244763 -2.57443e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00167685 -0.00138386 || 0.051031 2046 2406 || 2225.79 2222.06 || -19.1305 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.00694394 5.25784e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
24: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           764  886.273/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00290521 -0.000489391 || 0.051031 2036 2427 || 2228.54 2222.06 || -6.76535 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00964175 -0.000353834 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00258695 -0.00155482 || 0.051031 2052 2390 || 2227.82 2222.06 || -21.4938 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0188565 0.000414617 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 9.76563e-08 -0.0225112 -0.00105615 || 0.051031 2037 2430 || 2273.23 2222.06 || -14.6002 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 2.92969e-07 -0.00311015 0.000328032 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
24: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           760   889.26/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 3.25521e-08 -0.00573469 -0.0012424 || 0.051031 2021 2405 || 2234.88 2222.06 || -17.1749 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 9.76563e-08 0.00712038 -0.000223253 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
24: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           766  882.024/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.0102041 0.00131975 || 0.051031 2038 2459 || 2244.97 2222.06 || 18.2443 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.000382845 -0.000252508 || 0.051031 1e+64 -1e+64
26: [       OK ] openmp.Random_XorShift64 (6219 ms)
26: [ RUN      ] openmp.Random_XorShift1024_0
26: Test Seed:1711685363769697768
26: Test Scalar=int
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.0130487 -0.00107129 || 0.051031 2018 2378 || 2227.29 2198.22 || -14.8095 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00518305 0.000288577 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
24: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           764  883.556/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00649166 -0.00113754 || 0.051031 2008 2391 || 2184.04 2198.22 || -15.7254 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00825427 -0.00013269 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00953918 0.000351084 || 0.051031 2041 2386 || 2177.45 2198.22 || 4.85339 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.0020021 -4.02546e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
24: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           763  883.066/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.0121149 0.000578973 || 0.051031 2029 2385 || 2171.91 2198.22 || 8.00373 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.0226617 0.00151659 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.0148587 -9.74395e-05 || 0.051031 2033 2392 || 2166.04 2198.22 || -1.347 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.00566793 0.000174941 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
24: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.000 s           779  928.974/s        800
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.00264907 -0.00131632 || 0.051031 2013 2383 || 2204.06 2198.22 || -18.1968 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00785678 -0.000531834 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 7.26926e-05 0.0142454 0.000535943 || 0.051031 2021 2388 || 2167.35 2198.22 || 7.40888 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.27585e-05 0.0196479 0.000807799 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
24: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.000 s           776  927.868/s        800
24: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.53419k/s       1.6k
24: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.70098k/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.006 s         0.000 s            10  249.384/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.32562k/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  237.275/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.63386k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.30554k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 3.12187k/s       1.6k
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.0132029 0.00165447 || 0.051031 2024 2393 || 2227.63 2198.22 || 22.8714 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00434778 -0.000555248 || 0.051031 1e+64 -1e+64
26: Test Seed:1711685366964458884
26: Test Scalar=int
26:  -- Testing randomness properties
24: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.006 s         0.000 s            10  251.668/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.01653k/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  241.525/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.02524k/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  235.726/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.34469k/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  235.664/s       1.6k
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00194775 -0.0015716 || 0.051031 2019 2369 || 2193.95 2198.22 || -21.7258 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.000447091 0.000301472 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
24: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10  3.1975k/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  239.676/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.25314k/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  239.684/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.89678k/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10   235.47/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.90011k/s       1.6k
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.0134501 -0.00206621 || 0.051031 1985 2393 || 2169.05 2198.22 || -28.5633 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.0136695 -0.000670676 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
24: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10   239.44/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.59058k/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  238.492/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.88487k/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  243.493/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.21228k/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  236.871/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.20116k/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  240.811/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.44994k/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.001 s            10  655.864/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.001 s            10  646.151/s       1.6k
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00382949 0.00243659 || 0.051031 2029 2395 || 2189.84 2198.22 || 33.6834 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.0222123 0.000190444 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00178015 0.0010526 || 0.051031 2019 2372 || 2194.32 2198.22 || 14.5511 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.0107867 -0.000419943 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
24/49 Test #24: Kokkos_PerformanceTest_Benchmark ............   Passed  113.55 sec
test 25
      Start 25: Kokkos_Benchmark_Atomic_MinMax

25: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T03-40-35.json"
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test
25: Test timeout computed to be: 1500
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 7.26926e-05 -0.0107435 -0.00200286 || 0.051031 2019 2400 || 2222.1 2198.22 || -27.6876 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.27585e-05 0.00780127 0.000109 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
25: 2024-03-29T04:09:29+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
25: Run on (6 X 2095.08 MHz CPU s)
25: CPU Caches:
25:   L1 Data 32 KiB (x6)
25:   L1 Instruction 32 KiB (x6)
25:   L2 Unified 4096 KiB (x6)
25:   L3 Unified 16384 KiB (x6)
25: Load Average: 0.41, 3.56, 5.24
25: CPU architecture: none
25: Default Device: N6Kokkos12Experimental12OpenMPTargetE
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2024-03-29T03:40:16+00:00
25: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
25: GIT_COMMIT_HASH: 89149d829
25: GPU architecture: VOLTA70
25: KOKKOS_COMPILER_CLANG: 1703
25: KOKKOS_ENABLE_ASM: no
25: KOKKOS_ENABLE_CXX17: yes
25: KOKKOS_ENABLE_CXX20: no
25: KOKKOS_ENABLE_CXX23: no
25: KOKKOS_ENABLE_CXX26: no
25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
25: KOKKOS_ENABLE_HWLOC: no
25: KOKKOS_ENABLE_LIBDL: yes
25: KOKKOS_ENABLE_OPENMPTARGET: yes
25: KOKKOS_ENABLE_PRAGMA_IVDEP: no
25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
25: KOKKOS_ENABLE_PRAGMA_UNROLL: no
25: KOKKOS_ENABLE_PRAGMA_VECTOR: no
25: KOKKOS_ENABLE_SERIAL: yes
25: Kokkos Version: 4.3.99
25: platform: 64bit
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00224556 0.00144297 || 0.051031 2019 2363 || 2193.3 2198.22 || 19.9477 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.0151788 -0.00112102 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
25: ----------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                              Time             CPU   Iterations
25: ----------------------------------------------------------------------------------------------------------------------------------------
25: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
25: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
25: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
25: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
25: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
25: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
25: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
25/49 Test #25: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.83 sec
test 26
      Start 26: Kokkos_PerformanceTest_Mempool

26: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T03-40-35.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test
26: Test timeout computed to be: 1500
26:  -- Testing 1-D histogram
26: Density 1D: 7.26926e-05 0.018819 0.00082469 || 0.051031 2028 2369 || 2157.62 2198.22 || 11.4005 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.27585e-05 0.00911008 0.000336234 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.00512045 -0.00170528 || 0.051031 2017 2403 || 2209.54 2198.22 || -23.5737 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.00289194 1.08076e-05 || 0.051031 1e+64 -1e+64
26: [       OK ] openmp.Random_XorShift1024_0 (6399 ms)
26: [ RUN      ] openmp.Multi_streams
26: [       OK ] openmp.Multi_streams (0 ms)
26: [----------] 3 tests from openmp (12618 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 3 tests from 1 test suite ran. (12619 ms total)
26: [  PASSED  ] 3 tests.
26/45 Test #26: Kokkos_UnitTest_Random ......................   Passed   12.62 sec
test 27
      Start 27: Kokkos_AlgorithmsUnitTest_StdSet_A

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

28: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
28: Test timeout computed to be: 1500
28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
28:                                     Detected: 4 cores per node.
28:                                     Detected: 1 MPI_ranks per node.
28:                                     Requested: 8 threads per process.
28: [==========] Running 7 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 7 tests from std_algorithms_min_max_element_test
28: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
28: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
28: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
28: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (8 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
28: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
28: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (8 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
28: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
28: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (12 ms)
28: [----------] 7 tests from std_algorithms_min_max_element_test (45 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 7 tests from 1 test suite ran. (45 ms total)
28: [  PASSED  ] 7 tests.
28/45 Test #28: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    0.05 sec
26: 2024-03-29T04:09:30+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool
26: Run on (6 X 2095.08 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x6)
26:   L1 Instruction 32 KiB (x6)
26:   L2 Unified 4096 KiB (x6)
26:   L3 Unified 16384 KiB (x6)
26: Load Average: 0.41, 3.56, 5.24
26: CPU architecture: none
26: Default Device: N6Kokkos12Experimental12OpenMPTargetE
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2024-03-29T03:40:16+00:00
26: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
26: GIT_COMMIT_HASH: 89149d829
26: GPU architecture: VOLTA70
26: KOKKOS_COMPILER_CLANG: 1703
26: KOKKOS_ENABLE_ASM: no
26: KOKKOS_ENABLE_CXX17: yes
26: KOKKOS_ENABLE_CXX20: no
26: KOKKOS_ENABLE_CXX23: no
26: KOKKOS_ENABLE_CXX26: no
26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
26: KOKKOS_ENABLE_HWLOC: no
26: KOKKOS_ENABLE_LIBDL: yes
26: KOKKOS_ENABLE_OPENMPTARGET: yes
26: KOKKOS_ENABLE_PRAGMA_IVDEP: no
26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
26: KOKKOS_ENABLE_PRAGMA_UNROLL: no
26: KOKKOS_ENABLE_PRAGMA_VECTOR: no
26: KOKKOS_ENABLE_SERIAL: yes
26: Kokkos Version: 4.3.99
26: platform: 64bit
test 29
      Start 29: Kokkos_AlgorithmsUnitTest_StdSet_C

29: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
29: Test timeout computed to be: 1500
29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
29:                                     Detected: 4 cores per node.
29:                                     Detected: 1 MPI_ranks per node.
29:                                     Requested: 8 threads per process.
29: [==========] Running 13 tests from 10 test suites.
29: [----------] Global test environment set-up.
29: [----------] 1 test from std_algorithms_lexicographical_compare_test
29: [ RUN      ] std_algorithms_lexicographical_compare_test.test
29: [       OK ] std_algorithms_lexicographical_compare_test.test (337 ms)
29: [----------] 1 test from std_algorithms_lexicographical_compare_test (337 ms total)
29: 
29: [----------] 1 test from std_algorithms_for_each_test
29: [ RUN      ] std_algorithms_for_each_test.test
29: [       OK ] std_algorithms_for_each_test.test (151 ms)
29: [----------] 1 test from std_algorithms_for_each_test (151 ms total)
29: 
29: [----------] 1 test from std_algorithms_find_test
29: [ RUN      ] std_algorithms_find_test.test
29: [       OK ] std_algorithms_find_test.test (98 ms)
29: [----------] 1 test from std_algorithms_find_test (98 ms total)
29: 
29: [----------] 4 tests from std_algorithms_non_mod_seq_ops
29: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
26: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
26: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.001 s         0.000 s           483               4.99754M/s
29: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1435 ms)
29: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s          1549                24.5995M/s
26/49 Test #26: Kokkos_PerformanceTest_Mempool ..............   Passed    2.99 sec
test 27
      Start 27: Kokkos_PerformanceTest_Atomic

27: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T03-40-35.json"
27: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test
27: Test timeout computed to be: 1500
27: 2024-03-29T04:09:33+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic
27: Run on (6 X 2095.08 MHz CPU s)
27: CPU Caches:
27:   L1 Data 32 KiB (x6)
27:   L1 Instruction 32 KiB (x6)
27:   L2 Unified 4096 KiB (x6)
27:   L3 Unified 16384 KiB (x6)
27: Load Average: 0.37, 3.50, 5.21
27: CPU architecture: none
27: Default Device: N6Kokkos12Experimental12OpenMPTargetE
27: GIT_BRANCH: HEAD
27: GIT_CLEAN_STATUS: CLEAN
27: GIT_COMMIT_DATE: 2024-03-29T03:40:16+00:00
27: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
27: GIT_COMMIT_HASH: 89149d829
27: GPU architecture: VOLTA70
27: KOKKOS_COMPILER_CLANG: 1703
27: KOKKOS_ENABLE_ASM: no
27: KOKKOS_ENABLE_CXX17: yes
27: KOKKOS_ENABLE_CXX20: no
27: KOKKOS_ENABLE_CXX23: no
27: KOKKOS_ENABLE_CXX26: no
27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
27: KOKKOS_ENABLE_HWLOC: no
27: KOKKOS_ENABLE_LIBDL: yes
27: KOKKOS_ENABLE_OPENMPTARGET: yes
27: KOKKOS_ENABLE_PRAGMA_IVDEP: no
27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
27: KOKKOS_ENABLE_PRAGMA_UNROLL: no
27: KOKKOS_ENABLE_PRAGMA_VECTOR: no
27: KOKKOS_ENABLE_SERIAL: yes
27: Kokkos Version: 4.3.99
27: platform: 64bit
29: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1445 ms)
29: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
29: [       OK ] std_algorithms_non_mod_seq_ops.search (906 ms)
29: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
29: [       OK ] std_algorithms_non_mod_seq_ops.search_n (724 ms)
29: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4513 ms total)
29: 
29: [----------] 1 test from std_algorithms_count_test
29: [ RUN      ] std_algorithms_count_test.test
29: [       OK ] std_algorithms_count_test.test (121 ms)
29: [----------] 1 test from std_algorithms_count_test (121 ms total)
29: 
29: [----------] 1 test from std_algorithms_equal_test
29: [ RUN      ] std_algorithms_equal_test.test
29: [       OK ] std_algorithms_equal_test.test (33 ms)
29: [----------] 1 test from std_algorithms_equal_test (33 ms total)
29: 
29: [----------] 1 test from std_algorithms_all_any_none_of_test
29: [ RUN      ] std_algorithms_all_any_none_of_test.test
29: [       OK ] std_algorithms_all_any_none_of_test.test (106 ms)
29: [----------] 1 test from std_algorithms_all_any_none_of_test (106 ms total)
29: 
29: [----------] 1 test from std_algorithms_nonmod_seq_ops
29: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
29: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (110 ms)
29: [----------] 1 test from std_algorithms_nonmod_seq_ops (110 ms total)
29: 
29: [----------] 1 test from std_algorithms_mismatch_test
29: [ RUN      ] std_algorithms_mismatch_test.test
29: [       OK ] std_algorithms_mismatch_test.test (252 ms)
29: [----------] 1 test from std_algorithms_mismatch_test (252 ms total)
29: 
29: [----------] 1 test from std_algorithms_mod_seq_ops
29: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
29: [       OK ] std_algorithms_mod_seq_ops.move_backward (73 ms)
29: [----------] 1 test from std_algorithms_mod_seq_ops (73 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 13 tests from 10 test suites ran. (5799 ms total)
29: [  PASSED  ] 13 tests.
29/45 Test #29: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    5.81 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_D

30: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
30: Test timeout computed to be: 1500
30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
30:                                     Detected: 4 cores per node.
30:                                     Detected: 1 MPI_ranks per node.
30:                                     Requested: 8 threads per process.
30: [==========] Running 31 tests from 5 test suites.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from std_algorithms_mod_ops_test
30: [ RUN      ] std_algorithms_mod_ops_test.move
30: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
30: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
30: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
30: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
30: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
30: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
30: 
30: [----------] 12 tests from std_algorithms_mod_seq_ops_test
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
30: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
30: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
30: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
30: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
30: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
30: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
30: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
30: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
30: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
30: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
30: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
30: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
30: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total)
30: 
30: [----------] 4 tests from std_algorithms_replace_ops_test
30: [ RUN      ] std_algorithms_replace_ops_test.replace
30: [       OK ] std_algorithms_replace_ops_test.replace (42 ms)
30: [ RUN      ] std_algorithms_replace_ops_test.replace_if
30: [       OK ] std_algorithms_replace_ops_test.replace_if (168 ms)
30: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
30: [       OK ] std_algorithms_replace_ops_test.replace_copy (68 ms)
30: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
30: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (66 ms)
30: [----------] 4 tests from std_algorithms_replace_ops_test (345 ms total)
30: 
30: [----------] 11 tests from std_algorithms_mod_seq_ops
30: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
30: [       OK ] std_algorithms_mod_seq_ops.copy_if (56 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.unique
30: [       OK ] std_algorithms_mod_seq_ops.unique (349 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
30: [       OK ] std_algorithms_mod_seq_ops.unique_copy (116 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove
30: [       OK ] std_algorithms_mod_seq_ops.remove (88 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
30: [       OK ] std_algorithms_mod_seq_ops.remove_if (95 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
30: [       OK ] std_algorithms_mod_seq_ops.remove_copy (167 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
30: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (86 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
30: [       OK ] std_algorithms_mod_seq_ops.rotate (1264 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
30: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (566 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
30: [       OK ] std_algorithms_mod_seq_ops.shift_left (1308 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph
[ 15%] Built target Kokkos_CoreUnitTest_CudaGraph
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
30: [       OK ] std_algorithms_mod_seq_ops.shift_right (1270 ms)
30: [----------] 11 tests from std_algorithms_mod_seq_ops (5372 ms total)
30: 
30: [----------] 1 test from std_algorithms_modseq_test
30: [ RUN      ] std_algorithms_modseq_test.reverse
30: [       OK ] std_algorithms_modseq_test.reverse (118 ms)
30: [----------] 1 test from std_algorithms_modseq_test (119 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 31 tests from 5 test suites ran. (5842 ms total)
30: [  PASSED  ] 31 tests.
30/45 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    5.85 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_E

31: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
31: Test timeout computed to be: 1500
31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
31:                                     Detected: 4 cores per node.
31:                                     Detected: 1 MPI_ranks per node.
31:                                     Requested: 8 threads per process.
31: [==========] Running 29 tests from 7 test suites.
31: [----------] Global test environment set-up.
31: [----------] 2 tests from std_algorithms_sorting_ops_test
31: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
31: [       OK ] std_algorithms_sorting_ops_test.is_sorted (47 ms)
31: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
31: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (42 ms)
31: [----------] 2 tests from std_algorithms_sorting_ops_test (90 ms total)
31: 
31: [----------] 4 tests from std_algorithms_partitioning_test
31: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
31: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
31: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
31: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (5 ms)
31: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
31: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (5 ms)
31: [ RUN      ] std_algorithms_partitioning_test.partition_point
31: [       OK ] std_algorithms_partitioning_test.partition_point (5 ms)
31: [----------] 4 tests from std_algorithms_partitioning_test (16 ms total)
31: 
31: [----------] 1 test from std_algorithms_partitioning_ops
31: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
31: [       OK ] std_algorithms_partitioning_ops.partition_copy (80 ms)
31: [----------] 1 test from std_algorithms_partitioning_ops (80 ms total)
31: 
31: [----------] 12 tests from std_algorithms_numerics_test
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (5 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (5 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (5 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (3 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (4 ms)
31: [----------] 12 tests from std_algorithms_numerics_test (56 ms total)
31: 
31: [----------] 1 test from std_algorithms_numerics_ops_test
31: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
31: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (152 ms)
31: [----------] 1 test from std_algorithms_numerics_ops_test (152 ms total)
31: 
31: [----------] 8 tests from std_algorithms_numeric_ops_test
31: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.000241707 -0.999975 -7595.35 || 0.051031 0 77725 || 4.61066e+08 11377 || -1.04998e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000724802 -0.154994 0.0281288 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
31: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (3519 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
31: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (1145 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
31: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (361 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
31: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (489 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
31: [----------] 8 tests from std_algorithms_numeric_ops_test (5516 ms total)
31: 
31: [----------] 1 test from std_algorithms_transform_ops_test
31: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
31: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (41 ms)
31: [----------] 1 test from std_algorithms_transform_ops_test (41 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 29 tests from 7 test suites ran. (5955 ms total)
31: [  PASSED  ] 29 tests.
31/45 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    5.96 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

32: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
32: Test timeout computed to be: 1500
32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
32:                                     Detected: 4 cores per node.
32:                                     Detected: 1 MPI_ranks per node.
32:                                     Requested: 8 threads per process.
32: [==========] Running 12 tests from 7 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from std_algorithms_adjacent_find_team_test
32: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
32: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (871 ms)
32: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
32: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1111 ms)
32: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1983 ms total)
32: 
32: [----------] 2 tests from std_algorithms_count_team_test
32: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
32: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1021 ms)
32: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
32: [       OK ] std_algorithms_count_team_test.count_returns_zero (546 ms)
32: [----------] 2 tests from std_algorithms_count_team_test (1568 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_if_team_test
32: [ RUN      ] std_algorithms_count_if_team_test.test
32: [       OK ] std_algorithms_count_if_team_test.test (537 ms)
32: [----------] 1 test from std_algorithms_count_if_team_test (537 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_team_test
32: [ RUN      ] std_algorithms_for_each_team_test.test
32: [       OK ] std_algorithms_for_each_team_test.test (734 ms)
32: [----------] 1 test from std_algorithms_for_each_team_test (734 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_n_team_test
32: [ RUN      ] std_algorithms_for_each_n_team_test.test
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
32: [       OK ] std_algorithms_for_each_n_team_test.test (762 ms)
32: [----------] 1 test from std_algorithms_for_each_n_team_test (762 ms total)
32: 
32: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
32: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
32: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (4261 ms)
32: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
32: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2632 ms)
32: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
32: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (3733 ms)
32: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (10627 ms total)
32: 
32: [----------] 2 tests from std_algorithms_mismatch_team_test
32: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
32: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (3626 ms)
32: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
32: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2187 ms)
32: [----------] 2 tests from std_algorithms_mismatch_team_test (5813 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 12 tests from 7 test suites ran. (22028 ms total)
32: [  PASSED  ] 12 tests.
32/45 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed   22.04 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

33: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
33: Test timeout computed to be: 1500
33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
33:                                     Detected: 4 cores per node.
33:                                     Detected: 1 MPI_ranks per node.
33:                                     Requested: 8 threads per process.
33: [==========] Running 8 tests from 4 test suites.
33: [----------] Global test environment set-up.
33: [----------] 2 tests from std_algorithms_equal_team_test
33: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
33: [       OK ] std_algorithms_equal_team_test.views_are_equal (3031 ms)
33: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
33: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (2866 ms)
33: [----------] 2 tests from std_algorithms_equal_team_test (5897 ms total)
33: 
33: [----------] 2 tests from std_algorithms_search_team_test
33: [ RUN      ] std_algorithms_search_team_test.sequences_exist
 -- Testing 1-D histogram
Density 1D: 0.00195903 -0.999997 -9107.83 || 0.051031 0 616515 || 4.51647e+09 11377 || -1.25907e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588858 -0.922172 1.60494 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
33: [       OK ] std_algorithms_search_team_test.sequences_exist (1833 ms)
33: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
28: Test_Atomic<float>/100000/iterations:10                        6.76 s          6.73 s            10          0            4     11.2825        1.24735m     897.59u     4.99999G          29.688k     4.99989G
33: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1651 ms)
33: [----------] 2 tests from std_algorithms_search_team_test (3485 ms total)
33: 
33: [----------] 2 tests from std_algorithms_find_end_team_test
33: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
27: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
27: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Test_Atomic<int>/100000/iterations:10                          4.60 s         0.011 s            10          1            4     7.25975        5.38658m      42.94u     704.983M         1.18323M     704.983M
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
33: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2844 ms)
33: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
 -- Testing 1-D histogram
Density 1D: 2.60671e-07 0.00273482 0.0117017 || 0.051031 10983 11759 || 11345.9 11377 || 161.764 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.86102e-07 0.00658639 -0.00131839 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
33: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2447 ms)
33: [----------] 2 tests from std_algorithms_find_end_team_test (5292 ms total)
33: 
33: [----------] 2 tests from std_algorithms_find_first_of_team_test
33: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
33: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (2024 ms)
33: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0164732 0.000154181 || 0.051031 10955 11787 || 11567.5 11377 || 2.13139 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00692523 0.00181225 || 0.051031 1e+64 -1e+64
Test Seed:1711685431950235294
Test Scalar=int
 -- Testing randomness properties
33: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6100 ms)
33: [----------] 2 tests from std_algorithms_find_first_of_team_test (8125 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 8 tests from 4 test suites ran. (22800 ms total)
33: [  PASSED  ] 8 tests.
33/45 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed   22.81 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

34: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
34: Test timeout computed to be: 1500
34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
34:                                     Detected: 4 cores per node.
34:                                     Detected: 1 MPI_ranks per node.
34:                                     Requested: 8 threads per process.
34: [==========] Running 11 tests from 7 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_find_team_test
34: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
34: [       OK ] std_algorithms_find_team_test.searched_values_exist (355 ms)
34: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
34: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (478 ms)
34: [----------] 2 tests from std_algorithms_find_team_test (833 ms total)
34: 
34: [----------] 2 tests from std_algorithms_find_if_team_test
34: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
34: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (306 ms)
34: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
34: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (480 ms)
34: [----------] 2 tests from std_algorithms_find_if_team_test (786 ms total)
34: 
34: [----------] 2 tests from std_algorithms_find_if_not_team_test
34: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
34: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (480 ms)
34: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
34: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (317 ms)
34: [----------] 2 tests from std_algorithms_find_if_not_team_test (798 ms total)
34: 
34: [----------] 1 test from std_algorithms_all_of_team_test
34: [ RUN      ] std_algorithms_all_of_team_test.test
34: [       OK ] std_algorithms_all_of_team_test.test (551 ms)
34: [----------] 1 test from std_algorithms_all_of_team_test (551 ms total)
34: 
34: [----------] 1 test from std_algorithms_any_of_team_test
34: [ RUN      ] std_algorithms_any_of_team_test.test
34: [       OK ] std_algorithms_any_of_team_test.test (836 ms)
34: [----------] 1 test from std_algorithms_any_of_team_test (837 ms total)
34: 
34: [----------] 1 test from std_algorithms_none_of_team_test
34: [ RUN      ] std_algorithms_none_of_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
34: [       OK ] std_algorithms_none_of_team_test.test (1042 ms)
34: [----------] 1 test from std_algorithms_none_of_team_test (1042 ms total)
34: 
34: [----------] 2 tests from std_algorithms_search_n_team_test
34: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
34: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (632 ms)
34: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
34: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (607 ms)
34: [----------] 2 tests from std_algorithms_search_n_team_test (1240 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 11 tests from 7 test suites ran. (6091 ms total)
34: [  PASSED  ] 11 tests.
34/45 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    6.10 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

35: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
35: Test timeout computed to be: 1500
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
35:                                     Detected: 4 cores per node.
35:                                     Detected: 1 MPI_ranks per node.
35:                                     Requested: 8 threads per process.
35: [==========] Running 3 tests from 3 test suites.
35: [----------] Global test environment set-up.
35: [----------] 1 test from std_algorithms_min_element_team_test
35: [ RUN      ] std_algorithms_min_element_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0038502 -0.0114746 || 0.051031 10991 11824 || 11420.9 11377 || -158.624 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0243039 -0.00261981 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
35: [       OK ] std_algorithms_min_element_team_test.test (2100 ms)
35: [----------] 1 test from std_algorithms_min_element_team_test (2100 ms total)
35: 
35: [----------] 1 test from std_algorithms_max_element_team_test
35: [ RUN      ] std_algorithms_max_element_team_test.test
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
35: [       OK ] std_algorithms_max_element_team_test.test (1966 ms)
35: [----------] 1 test from std_algorithms_max_element_team_test (1966 ms total)
35: 
35: [----------] 1 test from std_algorithms_minmax_element_team_test
35: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
35: [       OK ] std_algorithms_minmax_element_team_test.test (2910 ms)
35: [----------] 1 test from std_algorithms_minmax_element_team_test (2910 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 3 tests from 3 test suites ran. (6976 ms total)
35: [  PASSED  ] 3 tests.
35/45 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    6.99 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

36: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
36: Test timeout computed to be: 1500
36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
36:                                     Detected: 4 cores per node.
36:                                     Detected: 1 MPI_ranks per node.
36:                                     Requested: 8 threads per process.
36: [==========] Running 6 tests from 6 test suites.
36: [----------] Global test environment set-up.
36: [----------] 1 test from std_algorithms_fill_team_test
36: [ RUN      ] std_algorithms_fill_team_test.test
36: [       OK ] std_algorithms_fill_team_test.test (674 ms)
36: [----------] 1 test from std_algorithms_fill_team_test (674 ms total)
36: 
36: [----------] 1 test from std_algorithms_fill_n_team_test
36: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
36: [       OK ] std_algorithms_fill_n_team_test.test (898 ms)
36: [----------] 1 test from std_algorithms_fill_n_team_test (898 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_team_test
36: [ RUN      ] std_algorithms_replace_team_test.test
36: [       OK ] std_algorithms_replace_team_test.test (1080 ms)
36: [----------] 1 test from std_algorithms_replace_team_test (1081 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_if_team_test
36: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
36: [       OK ] std_algorithms_replace_if_team_test.test (1531 ms)
36: [----------] 1 test from std_algorithms_replace_if_team_test (1532 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_copy_team_test
36: [ RUN      ] std_algorithms_replace_copy_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.014432 -0.000860104 || 0.051031 10929 11813 || 11543.6 11377 || -11.8901 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00741398 -0.00136006 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
36: [       OK ] std_algorithms_replace_copy_team_test.test (1439 ms)
36: [----------] 1 test from std_algorithms_replace_copy_team_test (1439 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_copy_if_team_test
36: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
36: [       OK ] std_algorithms_replace_copy_if_team_test.test (1026 ms)
36: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1026 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 6 tests from 6 test suites ran. (6652 ms total)
36: [  PASSED  ] 6 tests.
36/45 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    6.66 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

37: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 4 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 4 tests from 4 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_reverse_team_test
37: [ RUN      ] std_algorithms_reverse_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
37: [       OK ] std_algorithms_reverse_team_test.test (449 ms)
37: [----------] 1 test from std_algorithms_reverse_team_test (449 ms total)
37: 
37: [----------] 1 test from std_algorithms_reverse_copy_team_test
37: [ RUN      ] std_algorithms_reverse_copy_team_test.test
37: [       OK ] std_algorithms_reverse_copy_team_test.test (464 ms)
37: [----------] 1 test from std_algorithms_reverse_copy_team_test (464 ms total)
37: 
37: [----------] 1 test from std_algorithms_rotate_team_test
37: [ RUN      ] std_algorithms_rotate_team_test.test
37: [       OK ] std_algorithms_rotate_team_test.test (941 ms)
37: [----------] 1 test from std_algorithms_rotate_team_test (941 ms total)
37: 
37: [----------] 1 test from std_algorithms_rotate_copy_team_test
37: [ RUN      ] std_algorithms_rotate_copy_team_test.test
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
37: [       OK ] std_algorithms_rotate_copy_team_test.test (653 ms)
37: [----------] 1 test from std_algorithms_rotate_copy_team_test (653 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 4 tests from 4 test suites ran. (2508 ms total)
37: [  PASSED  ] 4 tests.
37/45 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    2.51 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

38: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 4 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 4 tests from 4 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_move_team_test
38: [ RUN      ] std_algorithms_move_team_test.test
38: [       OK ] std_algorithms_move_team_test.test (663 ms)
38: [----------] 1 test from std_algorithms_move_team_test (663 ms total)
38: 
38: [----------] 1 test from std_algorithms_move_backward_team_test
38: [ RUN      ] std_algorithms_move_backward_team_test.test
38: [       OK ] std_algorithms_move_backward_team_test.test (703 ms)
38: [----------] 1 test from std_algorithms_move_backward_team_test (703 ms total)
38: 
38: [----------] 1 test from std_algorithms_shift_left_team_test
38: [ RUN      ] std_algorithms_shift_left_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0152781 -0.00352512 || 0.051031 10957 11813 || 11205.8 11377 || -48.7313 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0205794 0.000428648 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
38: [       OK ] std_algorithms_shift_left_team_test.test (2825 ms)
38: [----------] 1 test from std_algorithms_shift_left_team_test (2825 ms total)
38: 
38: [----------] 1 test from std_algorithms_shift_right_team_test
38: [ RUN      ] std_algorithms_shift_right_team_test.test
38: [       OK ] std_algorithms_shift_right_team_test.test (2222 ms)
38: [----------] 1 test from std_algorithms_shift_right_team_test (2222 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 4 tests from 4 test suites ran. (6415 ms total)
38: [  PASSED  ] 4 tests.
38/45 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    6.42 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

39: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
39: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 4 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 9 tests from 9 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_copy_team_test
39: [ RUN      ] std_algorithms_copy_team_test.test
39: [       OK ] std_algorithms_copy_team_test.test (1185 ms)
39: [----------] 1 test from std_algorithms_copy_team_test (1185 ms total)
39: 
39: [----------] 1 test from std_algorithms_copy_n_team_test
39: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
39: [       OK ] std_algorithms_copy_n_team_test.test (927 ms)
39: [----------] 1 test from std_algorithms_copy_n_team_test (927 ms total)
39: 
39: [----------] 1 test from std_algorithms_copy_backward_team_test
39: [ RUN      ] std_algorithms_copy_backward_team_test.test
39: [       OK ] std_algorithms_copy_backward_team_test.test (924 ms)
39: [----------] 1 test from std_algorithms_copy_backward_team_test (925 ms total)
39: 
39: [----------] 1 test from std_algorithms_copy_if_team_test
39: [ RUN      ] std_algorithms_copy_if_team_test.test
39: [       OK ] std_algorithms_copy_if_team_test.test (1003 ms)
39: [----------] 1 test from std_algorithms_copy_if_team_test (1003 ms total)
39: 
39: [----------] 1 test from std_algorithms_unique_copy_team_test
39: [ RUN      ] std_algorithms_unique_copy_team_test.test
27: Test_Atomic<long int>/100000/iterations:10                     4.53 s         0.002 s            10          1            8     7.27986        5.09536m      86.05u     4.99995G         1048.08k     4.99995G
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
39: [       OK ] std_algorithms_unique_copy_team_test.test (1665 ms)
39: [----------] 1 test from std_algorithms_unique_copy_team_test (1665 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_team_test
39: [ RUN      ] std_algorithms_remove_team_test.test
39: [       OK ] std_algorithms_remove_team_test.test (950 ms)
39: [----------] 1 test from std_algorithms_remove_team_test (950 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_if_team_test
39: [ RUN      ] std_algorithms_remove_if_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0151192 -0.00596082 || 0.051031 10951 11780 || 11551.6 11377 || -82.4024 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0103856 0.00351409 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
39: [       OK ] std_algorithms_remove_if_team_test.test (1081 ms)
39: [----------] 1 test from std_algorithms_remove_if_team_test (1081 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_copy_team_test
39: [ RUN      ] std_algorithms_remove_copy_team_test.test
39: [       OK ] std_algorithms_remove_copy_team_test.test (1431 ms)
39: [----------] 1 test from std_algorithms_remove_copy_team_test (1431 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_copy_if_team_test
39: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
39: [       OK ] std_algorithms_remove_copy_if_team_test.test (1059 ms)
39: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1059 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 9 tests from 9 test suites ran. (10230 ms total)
39: [  PASSED  ] 9 tests.
39/45 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed   10.24 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

40: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 4 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_unique_team_test
40: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
40: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1898 ms)
40: [----------] 1 test from std_algorithms_unique_team_test (1898 ms total)
40: 
40: [----------] 1 test from std_algorithms_adjacent_difference_team_test
40: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
40: [       OK ] std_algorithms_adjacent_difference_team_test.test (1839 ms)
40: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1839 ms total)
40: 
40: [----------] 1 test from std_algorithms_reduce_team_test
40: [ RUN      ] std_algorithms_reduce_team_test.test
40: [       OK ] std_algorithms_reduce_team_test.test (1819 ms)
40: [----------] 1 test from std_algorithms_reduce_team_test (1819 ms total)
40: 
40: [----------] 1 test from std_algorithms_transform_reduce_team_test
40: [ RUN      ] std_algorithms_transform_reduce_team_test.test
40: [       OK ] std_algorithms_transform_reduce_team_test.test (2606 ms)
40: [----------] 1 test from std_algorithms_transform_reduce_team_test (2607 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (8165 ms total)
40: [  PASSED  ] 4 tests.
40/45 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    8.17 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

41: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 4 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 18 tests from 5 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_is_sorted_team_test
41: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
41: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1043 ms)
41: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
41: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1916 ms)
41: [----------] 2 tests from std_algorithms_is_sorted_team_test (2960 ms total)
41: 
41: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (224 ms)
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (68 ms)
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1928 ms)
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1011 ms)
41: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (3232 ms total)
41: 
41: [----------] 4 tests from std_algorithms_is_partitioned_team_test
41: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
41: [       OK ] std_algorithms_is_partitioned_team_test.empty (11 ms)
41: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
41: [       OK ] std_algorithms_is_partitioned_team_test.all_true (494 ms)
41: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
41: [       OK ] std_algorithms_is_partitioned_team_test.all_false (493 ms)
41: [ RUN      ] std_algorithms_is_partitioned_team_test.random
41: [       OK ] std_algorithms_is_partitioned_team_test.random (378 ms)
41: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1378 ms total)
41: 
41: [----------] 4 tests from std_algorithms_partition_copy_team_test
41: [ RUN      ] std_algorithms_partition_copy_team_test.empty
41: [       OK ] std_algorithms_partition_copy_team_test.empty (13 ms)
41: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
41: [       OK ] std_algorithms_partition_copy_team_test.all_true (761 ms)
41: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
41: [       OK ] std_algorithms_partition_copy_team_test.all_false (778 ms)
41: [ RUN      ] std_algorithms_partition_copy_team_test.random
41: [       OK ] std_algorithms_partition_copy_team_test.random (673 ms)
41: [----------] 4 tests from std_algorithms_partition_copy_team_test (2228 ms total)
41: 
41: [----------] 4 tests from std_algorithms_partition_point_team_test
41: [ RUN      ] std_algorithms_partition_point_team_test.empty
41: [       OK ] std_algorithms_partition_point_team_test.empty (8 ms)
41: [ RUN      ] std_algorithms_partition_point_team_test.all_true
41: [       OK ] std_algorithms_partition_point_team_test.all_true (334 ms)
41: [ RUN      ] std_algorithms_partition_point_team_test.all_false
41: [       OK ] std_algorithms_partition_point_team_test.all_false (439 ms)
41: [ RUN      ] std_algorithms_partition_point_team_test.random
41: [       OK ] std_algorithms_partition_point_team_test.random (291 ms)
41: [----------] 4 tests from std_algorithms_partition_point_team_test (1073 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 18 tests from 5 test suites ran. (10873 ms total)
41: [  PASSED  ] 18 tests.
41/45 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed   10.88 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

42: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 4 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 5 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_transform_team_test
42: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
42: [       OK ] std_algorithms_transform_team_test.test_unary_op (1353 ms)
42: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
42: [       OK ] std_algorithms_transform_team_test.test_binary_op (1512 ms)
42: [----------] 2 tests from std_algorithms_transform_team_test (2866 ms total)
42: 
42: [----------] 1 test from std_algorithms_generate_team_test
42: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
42: [       OK ] std_algorithms_generate_team_test.test_unary_op (2501 ms)
42: [----------] 1 test from std_algorithms_generate_team_test (2501 ms total)
42: 
42: [----------] 1 test from std_algorithms_generate_n_team_test
42: [ RUN      ] std_algorithms_generate_n_team_test.test
42: [       OK ] std_algorithms_generate_n_team_test.test (328 ms)
42: [----------] 1 test from std_algorithms_generate_n_team_test (328 ms total)
42: 
42: [----------] 1 test from std_algorithms_swap_ranges_team_test
42: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
42: [       OK ] std_algorithms_swap_ranges_team_test.test (1302 ms)
42: [----------] 1 test from std_algorithms_swap_ranges_team_test (1302 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 5 tests from 4 test suites ran. (6998 ms total)
42: [  PASSED  ] 5 tests.
42/45 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    7.01 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

43: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 4 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 2 tests from 2 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_exclusive_scan_team_test
43: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
28: Test_Atomic<double>/100000/iterations:10                       7.11 s          7.08 s            10          1            8     11.6525        1.25345m     897.48u     4.99995G          76.798k     4.99995G
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
43: [       OK ] std_algorithms_exclusive_scan_team_test.test (4534 ms)
43: [----------] 1 test from std_algorithms_exclusive_scan_team_test (4534 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
43: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
43: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (2646 ms)
43: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2646 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 2 tests from 2 test suites ran. (7180 ms total)
43: [  PASSED  ] 2 tests.
43/45 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    7.19 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

44: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 4 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 2 tests from 2 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_inclusive_scan_team_test
44: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
28: Test_Atomic<int>/100000/iterations:10                          2.23 s          2.23 s            10          1            4    2.52345m        1.24365m       55.1u     704.983M          90.808k     704.983M
28/52 Test #28: Kokkos_PerformanceTest_Atomic ...............   Passed  443.50 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_Serial

29: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
29: Test timeout computed to be: 1500
29: [==========] Running 65 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 65 tests from serial
29: [ RUN      ] serial.bitset
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
29: [       OK ] serial.bitset (1158 ms)
29: [ RUN      ] serial.bitset_default_constructor_no_alloc
29: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
29: [ RUN      ] serial.dualview_combination
29: [       OK ] serial.dualview_combination (0 ms)
29: [ RUN      ] serial.dualview_alloc
29: [       OK ] serial.dualview_alloc (0 ms)
29: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
29: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
29: [ RUN      ] serial.dualview_combinations_without_init
29: [       OK ] serial.dualview_combinations_without_init (0 ms)
29: [ RUN      ] serial.dualview_deep_copy
29: [       OK ] serial.dualview_deep_copy (0 ms)
29: [ RUN      ] serial.dualview_realloc
29: [       OK ] serial.dualview_realloc (0 ms)
29: [ RUN      ] serial.dualview_resize
29: [       OK ] serial.dualview_resize (0 ms)
29: [ RUN      ] serial.dualview_device_correct_kokkos_device
29: 
29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
29:                                  does not support page migration between device and host.
29:                                  HIPManagedSpace might not work as expected.
29:                                  Please refer to the ROCm documentation on unified/managed memory.
29: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
29: [ RUN      ] serial.dualview_host_correct_kokkos_device
29: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
29: [ RUN      ] serial.dualview_host_modify_template_device_sync
29: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
29: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
29: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
29: [ RUN      ] serial.dualview_device_modify_template_host_sync
29: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
29: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
29: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
29: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
29: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
29: [ RUN      ] serial.dynamic_view
29: [       OK ] serial.dynamic_view (10 ms)
29: [ RUN      ] serial.dyn_rank_view_api_generic
29: [       OK ] serial.dyn_rank_view_api_generic (5 ms)
29: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
29: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
29: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
29: /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
29: skipping since not default execution space
29: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
29: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
29: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
29: [ RUN      ] serial.ErrorReporterViaLambda
29: [       OK ] serial.ErrorReporterViaLambda (0 ms)
29: [ RUN      ] serial.ErrorReporter
29: [       OK ] serial.ErrorReporter (0 ms)
29: [ RUN      ] serial.offsetview_construction
29: [       OK ] serial.offsetview_construction (21 ms)
29: [ RUN      ] serial.offsetview_unmanaged_construction
29: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
29: [ RUN      ] serial.offsetview_subview
29: [       OK ] serial.offsetview_subview (12 ms)
29: [ RUN      ] serial.offsetview_offsets_rank1
29: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
29: [ RUN      ] serial.offsetview_offsets_rank2
29: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
29: [ RUN      ] serial.offsetview_offsets_rank3
29: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
29: [ RUN      ] serial.scatterview
27: Test_Atomic<long long int>/100000/iterations:10                4.52 s         0.002 s            10          1            8     7.50285        4.92165m      79.55u     4.99995G         1.44846M     4.99995G
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
44: [       OK ] std_algorithms_inclusive_scan_team_test.test (7418 ms)
44: [----------] 1 test from std_algorithms_inclusive_scan_team_test (7418 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
44: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
29: [       OK ] serial.scatterview (1618 ms)
29: [ RUN      ] serial.scatterview_devicetype
29: [       OK ] serial.scatterview_devicetype (1 ms)
29: [ RUN      ] serial.staticcrsgraph
29: [       OK ] serial.staticcrsgraph (8 ms)
29: [ RUN      ] serial.resize_realloc_no_init_dualview
29: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
29: [ RUN      ] serial.resize_realloc_no_alloc_dualview
29: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
29: [ RUN      ] serial.resize_exec_space_dualview
29: [       OK ] serial.resize_exec_space_dualview (0 ms)
29: [ RUN      ] serial.realloc_exec_space_dualview
29: [       OK ] serial.realloc_exec_space_dualview (0 ms)
29: [ RUN      ] serial.resize_realloc_no_init_dynrankview
29: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
29: [ RUN      ] serial.resize_exec_space_dynrankview
29: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
29: [ RUN      ] serial.realloc_exec_space_dynrankview
29: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
29: [ RUN      ] serial.resize_realloc_no_init_scatterview
29: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
29: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
29: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
29: [ RUN      ] serial.resize_exec_space_scatterview
29: [       OK ] serial.resize_exec_space_scatterview (0 ms)
29: [ RUN      ] serial.realloc_exec_space_scatterview
29: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
29: [ RUN      ] serial.create_mirror_no_init_dynrankview
29: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
29: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
29: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
29: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
29: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
29: [ RUN      ] serial.create_mirror_no_init_offsetview
29: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
29: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
29: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
29: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
29: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
29: [ RUN      ] serial.create_mirror_no_init_dynamicview
29: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
29: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
29: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
29: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
29: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
29: [ RUN      ] serial.UnorderedMap_insert
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.000244645 -0.999975 -7595.06 || 0.051031 0 77724 || 4.61147e+08 11377 || -1.04994e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000733665 -0.147293 0.0259004 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
44: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (4488 ms)
44: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (4488 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 2 tests from 2 test suites ran. (11906 ms total)
44: [  PASSED  ] 2 tests.
44/45 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed   11.91 sec
test 45
      Start 45: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 45

Total Test time (real) = 947.30 sec
+ gcc -I/var/jenkins/workspace/Kokkos_PR-6907/build/../core/src/ ../core/unit_test/tools/TestCInterface.c
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 50499f032fff2580b1cbe5965a867fd3f32e773dd790d89b427f0b844cbbd481
$ docker rm -f --volumes 50499f032fff2580b1cbe5965a867fd3f32e773dd790d89b427f0b844cbbd481
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
29: [       OK ] serial.UnorderedMap_insert (6202 ms)
29: [ RUN      ] serial.UnorderedMap_failed_insert
29: [       OK ] serial.UnorderedMap_failed_insert (2770 ms)
29: [ RUN      ] serial.UnorderedMap_deep_copy
29: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
29: [ RUN      ] serial.UnorderedMap_valid_empty
29: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
29: [ RUN      ] serial.UnorderedMap_clear_zero_size
29: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
29: [ RUN      ] serial.UnorderedMap_consistent_size
29: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
29: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
29: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
29: [ RUN      ] serial.UnorderedMap_lambda_capturable
29: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
29: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
29: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
29: [ RUN      ] serial.vector_combination
29: [       OK ] serial.vector_combination (0 ms)
29: [ RUN      ] serial.vector_insert
29: [       OK ] serial.vector_insert (0 ms)
29: [ RUN      ] serial.vector_push_back_default_exec
29: [       OK ] serial.vector_push_back_default_exec (0 ms)
29: [ RUN      ] serial.viewctorprop_embedded_dim
29: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
29: [----------] 65 tests from serial (11815 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 65 tests from 1 test suite ran. (11816 ms total)
29: [  PASSED  ] 64 tests.
29: [  SKIPPED ] 1 test, listed below:
29: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
29/52 Test #29: Kokkos_ContainersUnitTest_Serial ............   Passed   12.29 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_HIP

30: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
30: Test timeout computed to be: 1500
30: [==========] Running 65 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 65 tests from hip
30: [ RUN      ] hip.bitset
30: [       OK ] hip.bitset (15 ms)
30: [ RUN      ] hip.bitset_default_constructor_no_alloc
30: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
30: [ RUN      ] hip.dualview_combination
30: [       OK ] hip.dualview_combination (4 ms)
30: [ RUN      ] hip.dualview_alloc
30: [       OK ] hip.dualview_alloc (0 ms)
30: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
30: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
30: [ RUN      ] hip.dualview_combinations_without_init
30: [       OK ] hip.dualview_combinations_without_init (0 ms)
30: [ RUN      ] hip.dualview_deep_copy
30: [       OK ] hip.dualview_deep_copy (1 ms)
30: [ RUN      ] hip.dualview_realloc
30: [       OK ] hip.dualview_realloc (0 ms)
30: [ RUN      ] hip.dualview_resize
30: [       OK ] hip.dualview_resize (0 ms)
30: [ RUN      ] hip.dualview_device_correct_kokkos_device
30: 
30: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
30:                                  does not support page migration between device and host.
30:                                  HIPManagedSpace might not work as expected.
30:                                  Please refer to the ROCm documentation on unified/managed memory.
30: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
30: [ RUN      ] hip.dualview_host_correct_kokkos_device
30: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
30: [ RUN      ] hip.dualview_host_modify_template_device_sync
30: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
30: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
30: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
30: [ RUN      ] hip.dualview_device_modify_template_host_sync
30: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
30: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
30: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
30: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
30: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
30: [ RUN      ] hip.dynamic_view
30: [       OK ] hip.dynamic_view (16 ms)
30: [ RUN      ] hip.dyn_rank_view_api_generic
30: [       OK ] hip.dyn_rank_view_api_generic (16 ms)
30: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
30: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms)
30: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
30: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
30: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
30: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
30: [ RUN      ] hip.ErrorReporterViaLambda
30: [       OK ] hip.ErrorReporterViaLambda (2 ms)
30: [ RUN      ] hip.ErrorReporter
30: [       OK ] hip.ErrorReporter (0 ms)
30: [ RUN      ] hip.offsetview_construction
30: [       OK ] hip.offsetview_construction (3 ms)
30: [ RUN      ] hip.offsetview_unmanaged_construction
30: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
30: [ RUN      ] hip.offsetview_subview
30: [       OK ] hip.offsetview_subview (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank1
30: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank2
30: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank3
30: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
30: [ RUN      ] hip.scatterview
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00196078 -0.999997 -9107.71 || 0.051031 0 616495 || 4.51612e+09 11377 || -1.25905e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589352 -0.922313 1.62708 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.79744e-07 0.00761676 0.0075735 || 0.051031 10964 11764 || 11291 11377 || 104.696 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.43323e-07 0.0109927 0.00159132 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
30: [       OK ] hip.scatterview (27764 ms)
30: [ RUN      ] hip.scatterview_devicetype
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
27: Test_Atomic<unsigned int>/100000/iterations:10                 4.60 s         0.002 s            10          1            4     7.41063        4.70411m      44.62u     704.983M         1.88758M     704.983M
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00321337 0.000153572 || 0.051031 10941 11832 || 11413.6 11377 || 2.12298 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0073425 -0.00514745 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (259680 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
30: [       OK ] hip.scatterview_devicetype (43559 ms)
30: [ RUN      ] hip.staticcrsgraph
30: [       OK ] hip.staticcrsgraph (17 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dualview
30: [       OK ] hip.resize_realloc_no_init_dualview (3 ms)
30: [ RUN      ] hip.resize_realloc_no_alloc_dualview
30: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
30: [ RUN      ] hip.resize_exec_space_dualview
30: [       OK ] hip.resize_exec_space_dualview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_dualview
30: [       OK ] hip.realloc_exec_space_dualview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dynrankview
30: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
30: [ RUN      ] hip.resize_exec_space_dynrankview
30: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_dynrankview
30: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_init_scatterview
30: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
30: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
30: [ RUN      ] hip.resize_exec_space_scatterview
30: [       OK ] hip.resize_exec_space_scatterview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_scatterview
30: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynrankview
30: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
30: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
30: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_offsetview
30: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
30: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
30: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynamicview
30: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
30: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
30: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
30: [ RUN      ] hip.UnorderedMap_insert
30: [       OK ] hip.UnorderedMap_insert (1754 ms)
30: [ RUN      ] hip.UnorderedMap_failed_insert
30: [       OK ] hip.UnorderedMap_failed_insert (578 ms)
30: [ RUN      ] hip.UnorderedMap_deep_copy
30: [       OK ] hip.UnorderedMap_deep_copy (3 ms)
30: [ RUN      ] hip.UnorderedMap_valid_empty
30: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
30: [ RUN      ] hip.UnorderedMap_clear_zero_size
30: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
30: [ RUN      ] hip.UnorderedMap_consistent_size
30: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
30: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
30: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
30: [ RUN      ] hip.UnorderedMap_lambda_capturable
30: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
30: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
30: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
30: [ RUN      ] hip.vector_combination
30: [       OK ] hip.vector_combination (0 ms)
30: [ RUN      ] hip.vector_insert
30: [       OK ] hip.vector_insert (2 ms)
30: [ RUN      ] hip.vector_push_back_default_exec
30: [       OK ] hip.vector_push_back_default_exec (0 ms)
30: [ RUN      ] hip.viewctorprop_embedded_dim
30: [       OK ] hip.viewctorprop_embedded_dim (1 ms)
30: [----------] 65 tests from hip (73758 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 65 tests from 1 test suite ran. (73758 ms total)
30: [  PASSED  ] 65 tests.
30/52 Test #30: Kokkos_ContainersUnitTest_HIP ...............   Passed   74.20 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_HIP

31: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
31: Test timeout computed to be: 1500
31: [==========] Running 4 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 4 tests from TEST_CATEGORY
31: [ RUN      ] TEST_CATEGORY.dynrankview_perf
31: HIP
31:  DynRankView vs View: Initialization Only 
31:  View time (init only): 0.00275285
31:  View sum computation time: 0.00275285
31:  Strided View time (init only): 0.00131366
31:  View Rank7 time (init only): 0.00147922
31:  DynRankView time (init only): 0.00147216
31:  DynRankView sum computation time: 0.0014177
31:  Ratio of View to DynRankView time: 1.86994
31:  Ratio of View to DynRankView sum computation time: 0.977386
31:  Ratio of View to View Rank7  time: 1.86101
31:  Ratio of StrideView to DynRankView time: 0.892337
31:  Ratio of DynRankView to View Rank7  time: 0.995225
31: [       OK ] TEST_CATEGORY.dynrankview_perf (12 ms)
31: [ RUN      ] TEST_CATEGORY.global_2_local
31: HIP
31: size, create, generate, fill, find
31: 256, 0.00023382, 1.4938e-05, 0.0295981, 0.00395761
31: 512, 0.00023386, 1.4858e-05, 3.3563e-05, 0.00372264
31: 1024, 0.000193293, 1.2874e-05, 3.4024e-05, 0.00379218
31: 2048, 0.000219924, 1.2744e-05, 3.4174e-05, 0.00390563
31: 4096, 0.000216969, 1.2293e-05, 3.3954e-05, 0.00400928
31: 8192, 0.000216417, 1.2293e-05, 3.3072e-05, 0.00404738
31: 16384, 0.000261062, 1.2353e-05, 3.4255e-05, 0.00411285
31: 32768, 0.00031862, 1.2443e-05, 3.5887e-05, 0.00412175
31: 65536, 0.000286168, 1.2253e-05, 4.1858e-05, 0.00420813
31: 131072, 0.000300946, 1.4377e-05, 6.0744e-05, 0.00512581
31: 262144, 0.000363675, 1.3575e-05, 0.000145303, 0.00647033
31: 524288, 0.000486045, 1.582e-05, 0.000415983, 0.00963342
31: 1048576, 0.000530379, 1.9286e-05, 0.000943295, 0.0222142
31: 2097152, 0.00050454, 3.156e-05, 0.00213127, 0.0527891
31: 4194304, 0.000566546, 3.5406e-05, 0.00471445, 0.113118
31: [       OK ] TEST_CATEGORY.global_2_local (289 ms)
31: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
31: skipping test
31: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
31: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
31: skipping test
31: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
31: [----------] 4 tests from TEST_CATEGORY (301 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 4 tests from 1 test suite ran. (301 ms total)
31: [  PASSED  ] 4 tests.
31/52 Test #31: Kokkos_ContainersPerformanceTest_HIP ........   Passed    0.71 sec
test 32
      Start 32: Kokkos_UnitTest_Sort

32: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
32: Test timeout computed to be: 1500
32: [==========] Running 15 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 15 tests from hip
32: [ RUN      ] hip.SortUnsignedValueType
32: [       OK ] hip.SortUnsignedValueType (38 ms)
32: [ RUN      ] hip.SortEmptyView
32: [       OK ] hip.SortEmptyView (0 ms)
32: [ RUN      ] hip.SortByKeyEmptyView
32: [       OK ] hip.SortByKeyEmptyView (0 ms)
32: [ RUN      ] hip.SortByKey
32: [       OK ] hip.SortByKey (9 ms)
32: [ RUN      ] hip.SortByKeyWithComparator
32: [       OK ] hip.SortByKeyWithComparator (0 ms)
32: [ RUN      ] hip.SortByKeyStaticExtents
32: [       OK ] hip.SortByKeyStaticExtents (0 ms)
32: [ RUN      ] hip.SortByKeyWithStrides
32: [       OK ] hip.SortByKeyWithStrides (0 ms)
32: [ RUN      ] hip.SortByKeyKeysLargerThanValues
32: 
32: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
32: 
32: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
32: [       OK ] hip.SortByKeyKeysLargerThanValues (843 ms)
32: [ RUN      ] hip.SortWithCustomComparator
32: [       OK ] hip.SortWithCustomComparator (669 ms)
32: [ RUN      ] hip.BinSortGenericTests
32: [       OK ] hip.BinSortGenericTests (21 ms)
32: [ RUN      ] hip.BinSortEmptyView
32: [       OK ] hip.BinSortEmptyView (0 ms)
32: [ RUN      ] hip.BinSortEmptyKeysView
32: [       OK ] hip.BinSortEmptyKeysView (0 ms)
32: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
27: Test_Atomic<unsigned long int>/100000/iterations:10            4.55 s         0.002 s            10          1            8     7.32714        4.97971m      79.22u     4.99995G         1.18232M     4.99995G
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[       OK ] serial.SortUnsignedValueType (44631 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[       OK ] serial.BinSortGenericTests (4248 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
32: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (10389 ms)
32: [ RUN      ] hip.NestedSort
32: [       OK ] hip.NestedSort (44 ms)
32: [ RUN      ] hip.NestedSortByKey
32: [       OK ] hip.NestedSortByKey (106 ms)
32: [----------] 15 tests from hip (12123 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 15 tests from 1 test suite ran. (12123 ms total)
32: [  PASSED  ] 15 tests.
32/52 Test #32: Kokkos_UnitTest_Sort ........................   Passed   12.54 sec
test 33
      Start 33: Kokkos_UnitTest_Random

33: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Random
33: Test timeout computed to be: 1500
33: [==========] Running 3 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from hip
33: [ RUN      ] hip.Random_XorShift64
33: Test Seed:1711685611074715756
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.0237836 -0.0200206 || 0.051031 28047 29353 || 29373 28674.4 || -276.765 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0102446 0.00214524 || 0.051031 1e+64 -1e+64
33: Test Scalar=unsigned int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.45775e-07 0.0104565 -0.0103134 || 0.051031 28072 29374 || 28377.7 28674.4 || -142.572 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.5082e-07 0.0137446 -0.003762 || 0.051031 1e+64 -1e+64
33: Test Scalar=int64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 0.000268069 -0.0168999 || 0.051031 28047 29356 || 28666.7 28674.4 || -233.624 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0168443 -0.0135455 || 0.051031 1e+64 -1e+64
33: Test Scalar=uint64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.0117005 0.0149607 || 0.051031 28065 29261 || 29013.9 28674.4 || 206.817 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00626359 -0.00371673 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000245288 -0.99999 -48247.3 || 0.051031 0 195232 || 2.92905e+09 28674.4 || -6.66971e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000734762 -0.304949 0.155083 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.76045e-07 -0.00105891 -0.0017032 || 0.051031 28005 29352 || 28704.8 28674.4 || -23.5451 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.41632e-07 0.00491499 -0.00591323 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.71e-07 0.00439983 -0.0113366 || 0.051031 27984 29309 || 28548.8 28674.4 || -156.718 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.26496e-07 0.0302244 -0.00421071 || 0.051031 1e+64 -1e+64
33: Test Scalar=double
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.00613639 -0.0148347 || 0.051031 28003 29285 || 28851.4 28674.4 || -205.075 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.004226 -0.00224387 || 0.051031 1e+64 -1e+64
33: Test Seed:1711685611224529725
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.48297e-07 0.0109645 -0.0169582 || 0.051031 27955 29311 || 28363.4 28674.4 || -234.43 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.58387e-07 -0.000348739 -0.0105164 || 0.051031 1e+64 -1e+64
33: Test Scalar=unsigned int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 0.0226783 0.0107092 || 0.051031 27973 29382 || 28038.5 28674.4 || 148.044 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00357869 -6.50374e-05 || 0.051031 1e+64 -1e+64
33: Test Scalar=int64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.00875871 -0.00442942 || 0.051031 28009 29360 || 28927.8 28674.4 || -61.2323 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00188853 0.0113726 || 0.051031 1e+64 -1e+64
33: Test Scalar=uint64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.00902444 -0.0196741 || 0.051031 28043 29379 || 28935.5 28674.4 || -271.975 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00666775 0.00720596 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000245386 -0.99999 -48244.1 || 0.051031 0 195109 || 2.92841e+09 28674.4 || -6.66927e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000735088 -0.309202 0.153798 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.8109e-07 -0.0138049 -0.0197094 || 0.051031 27995 29371 || 29075.8 28674.4 || -272.463 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.56767e-07 0.00523359 0.00713684 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.55865e-07 -0.0065522 0.0148033 || 0.051031 28089 29317 || 28863.5 28674.4 || 204.641 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.8109e-07 0.0155735 -0.021407 || 0.051031 1e+64 -1e+64
33: Test Scalar=double
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.00157096 -0.000601334 || 0.051031 28005 29420 || 28719.5 28674.4 || -8.31285 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.0105548 0.00674635 || 0.051031 1e+64 -1e+64
33: [       OK ] hip.Random_XorShift64 (277 ms)
33: [ RUN      ] hip.Random_XorShift1024_0
33: Test Seed:1711685611351805056
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.0101536 0.0115418 || 0.051031 11003 11870 || 11262.6 11377 || 159.555 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0101167 0.00164905 || 0.051031 1e+64 -1e+64
33: Test Scalar=unsigned int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.00862534 -0.000580306 || 0.051031 10998 11810 || 11279.7 11377 || -8.02215 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00145851 0.000656819 || 0.051031 1e+64 -1e+64
33: Test Scalar=int64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.00296621 -0.00247238 || 0.051031 10989 11798 || 11343.3 11377 || -34.1782 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00975973 0.00223343 || 0.051031 1e+64 -1e+64
33: Test Scalar=uint64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.0143115 0.0107697 || 0.051031 10978 11795 || 11216.4 11377 || 148.881 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00831499 0.00250547 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000244983 -0.999975 -7594.31 || 0.051031 0 77825 || 4.61044e+08 11377 || -1.04984e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000734639 -0.157294 0.025996 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.67029e-07 0.00767079 -0.00753819 || 0.051031 10956 11778 || 11290.4 11377 || -104.208 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.05176e-07 -0.00598969 -0.00241673 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 3.05176e-07 0.0043784 0.00104617 || 0.051031 10914 11871 || 11327.4 11377 || 14.4623 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 4.19617e-07 -0.0221927 -0.000138154 || 0.051031 1e+64 -1e+64
33: Test Scalar=double
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.0403649 -0.0183074 || 0.051031 10921 11765 || 10935.5 11377 || -253.082 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0100058 -0.00427033 || 0.051031 1e+64 -1e+64
33: Test Seed:1711685611456389873
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 -0.0150362 0.00657426 || 0.051031 10948 11840 || 11550.6 11377 || 90.8825 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0256958 0.00402927 || 0.051031 1e+64 -1e+64
33: Test Scalar=unsigned int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 -0.00194587 -0.00207731 || 0.051031 10977 11850 || 11399.1 11377 || -28.7168 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00148602 -0.00197971 || 0.051031 1e+64 -1e+64
33: Test Scalar=int64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.00613607 0.00668338 || 0.051031 10978 11821 || 11307.6 11377 || 92.3911 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0224981 0.000901571 || 0.051031 1e+64 -1e+64
33: Test Scalar=uint64_t
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.0125209 0.0211324 || 0.051031 10931 11816 || 11236.3 11377 || 292.135 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.013284 -0.00151753 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000244162 -0.999975 -7594.75 || 0.051031 0 77658 || 4.61042e+08 11377 || -1.0499e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000732156 -0.141661 0.0196009 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.98818e-07 0.00223445 0.00117606 || 0.051031 10879 11793 || 11351.6 11377 || 16.2578 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 4.00543e-07 -0.00761276 -0.00107246 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.60671e-07 -0.011333 -0.00394245 || 0.051031 10972 11764 || 11507.4 11377 || -54.5004 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.86102e-07 -0.0135903 -0.000667466 || 0.051031 1e+64 -1e+64
33: Test Scalar=double
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.000193315 -0.00231534 || 0.051031 10985 11801 || 11374.8 11377 || -32.0073 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0126945 -0.000804546 || 0.051031 1e+64 -1e+64
33: [       OK ] hip.Random_XorShift1024_0 (234 ms)
33: [ RUN      ] hip.Multi_streams
33: [       OK ] hip.Multi_streams (297 ms)
33: [----------] 3 tests from hip (808 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 3 tests from 1 test suite ran. (808 ms total)
33: [  PASSED  ] 3 tests.
33/52 Test #33: Kokkos_UnitTest_Random ......................   Passed    1.22 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_A

34: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
34: Test timeout computed to be: 1500
34: [==========] Running 14 tests from 3 test suites.
34: [----------] Global test environment set-up.
34: [----------] 3 tests from std_algorithms_reducers
34: [ RUN      ] std_algorithms_reducers.max_first_loc
34: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
34: [ RUN      ] std_algorithms_reducers.min_first_loc
34: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
34: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
34: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
34: [----------] 3 tests from std_algorithms_reducers (0 ms total)
34: 
34: [----------] 1 test from std_algorithms
34: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
34: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
34: [----------] 1 test from std_algorithms (0 ms total)
34: 
34: [----------] 10 tests from random_access_iterator_test
34: [ RUN      ] random_access_iterator_test.constructor
34: [       OK ] random_access_iterator_test.constructor (1 ms)
34: [ RUN      ] random_access_iterator_test.dereference
34: [       OK ] random_access_iterator_test.dereference (0 ms)
34: [ RUN      ] random_access_iterator_test.subscript_operator
34: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
34: [ RUN      ] random_access_iterator_test.operatorsSet1
34: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
34: [ RUN      ] random_access_iterator_test.operatorsSet2
34: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
34: [ RUN      ] random_access_iterator_test.operatorsSet3
34: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
34: [ RUN      ] random_access_iterator_test.operatorsSet4
34: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
34: [ RUN      ] random_access_iterator_test.assignment_operator
34: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
34: [ RUN      ] random_access_iterator_test.distance
34: [       OK ] random_access_iterator_test.distance (0 ms)
34: [ RUN      ] random_access_iterator_test.traits_helpers
34: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
34: [----------] 10 tests from random_access_iterator_test (3 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 14 tests from 3 test suites ran. (4 ms total)
34: [  PASSED  ] 14 tests.
34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    0.40 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_B

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

36: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
36: Test timeout computed to be: 1500
36: [==========] Running 13 tests from 10 test suites.
36: [----------] Global test environment set-up.
36: [----------] 1 test from std_algorithms_lexicographical_compare_test
36: [ RUN      ] std_algorithms_lexicographical_compare_test.test
36: [       OK ] std_algorithms_lexicographical_compare_test.test (180 ms)
36: [----------] 1 test from std_algorithms_lexicographical_compare_test (180 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_test
36: [ RUN      ] std_algorithms_for_each_test.test
36: [       OK ] std_algorithms_for_each_test.test (109 ms)
36: [----------] 1 test from std_algorithms_for_each_test (109 ms total)
36: 
36: [----------] 1 test from std_algorithms_find_test
36: [ RUN      ] std_algorithms_find_test.test
36: [       OK ] std_algorithms_find_test.test (64 ms)
36: [----------] 1 test from std_algorithms_find_test (64 ms total)
36: 
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
36: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (588 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
36: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1135 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
36: [       OK ] std_algorithms_non_mod_seq_ops.search (730 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
36: [       OK ] std_algorithms_non_mod_seq_ops.search_n (445 ms)
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2899 ms total)
36: 
36: [----------] 1 test from std_algorithms_count_test
36: [ RUN      ] std_algorithms_count_test.test
36: [       OK ] std_algorithms_count_test.test (87 ms)
36: [----------] 1 test from std_algorithms_count_test (87 ms total)
36: 
36: [----------] 1 test from std_algorithms_equal_test
36: [ RUN      ] std_algorithms_equal_test.test
36: [       OK ] std_algorithms_equal_test.test (16 ms)
36: [----------] 1 test from std_algorithms_equal_test (16 ms total)
36: 
36: [----------] 1 test from std_algorithms_all_any_none_of_test
36: [ RUN      ] std_algorithms_all_any_none_of_test.test
36: [       OK ] std_algorithms_all_any_none_of_test.test (71 ms)
36: [----------] 1 test from std_algorithms_all_any_none_of_test (71 ms total)
36: 
36: [----------] 1 test from std_algorithms_nonmod_seq_ops
36: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
36: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (101 ms)
36: [----------] 1 test from std_algorithms_nonmod_seq_ops (101 ms total)
36: 
36: [----------] 1 test from std_algorithms_mismatch_test
36: [ RUN      ] std_algorithms_mismatch_test.test
36: [       OK ] std_algorithms_mismatch_test.test (165 ms)
36: [----------] 1 test from std_algorithms_mismatch_test (165 ms total)
36: 
36: [----------] 1 test from std_algorithms_mod_seq_ops
36: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
36: [       OK ] std_algorithms_mod_seq_ops.move_backward (55 ms)
36: [----------] 1 test from std_algorithms_mod_seq_ops (55 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 13 tests from 10 test suites ran. (3752 ms total)
36: [  PASSED  ] 13 tests.
36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    4.15 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_D

37: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
37: Test timeout computed to be: 1500
37: [==========] Running 31 tests from 5 test suites.
37: [----------] Global test environment set-up.
37: [----------] 3 tests from std_algorithms_mod_ops_test
37: [ RUN      ] std_algorithms_mod_ops_test.move
37: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
37: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
37: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
37: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
37: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
37: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total)
37: 
37: [----------] 12 tests from std_algorithms_mod_seq_ops_test
37: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
37: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
37: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
37: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
37: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
37: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
37: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
37: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
37: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
37: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
37: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
37: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
37: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
37: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
37: 
37: [----------] 4 tests from std_algorithms_replace_ops_test
37: [ RUN      ] std_algorithms_replace_ops_test.replace
37: [       OK ] std_algorithms_replace_ops_test.replace (28 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_if
37: [       OK ] std_algorithms_replace_ops_test.replace_if (139 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
37: [       OK ] std_algorithms_replace_ops_test.replace_copy (47 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
37: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (44 ms)
37: [----------] 4 tests from std_algorithms_replace_ops_test (260 ms total)
37: 
37: [----------] 11 tests from std_algorithms_mod_seq_ops
37: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
37: [       OK ] std_algorithms_mod_seq_ops.copy_if (54 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique
37: [       OK ] std_algorithms_mod_seq_ops.unique (238 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
37: [       OK ] std_algorithms_mod_seq_ops.unique_copy (75 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove
37: [       OK ] std_algorithms_mod_seq_ops.remove (58 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_if (61 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy (176 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (60 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate
37: [       OK ] std_algorithms_mod_seq_ops.rotate (1348 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
37: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (439 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
37: [       OK ] std_algorithms_mod_seq_ops.shift_left (1339 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
37: [       OK ] std_algorithms_mod_seq_ops.shift_right (1375 ms)
37: [----------] 11 tests from std_algorithms_mod_seq_ops (5229 ms total)
37: 
37: [----------] 1 test from std_algorithms_modseq_test
37: [ RUN      ] std_algorithms_modseq_test.reverse
37: [       OK ] std_algorithms_modseq_test.reverse (46 ms)
37: [----------] 1 test from std_algorithms_modseq_test (46 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 31 tests from 5 test suites ran. (5544 ms total)
37: [  PASSED  ] 31 tests.
37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    5.95 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_E

38: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
38: Test timeout computed to be: 1500
38: [==========] Running 29 tests from 7 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_sorting_ops_test
38: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
38: [       OK ] std_algorithms_sorting_ops_test.is_sorted (11 ms)
38: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
38: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms)
38: [----------] 2 tests from std_algorithms_sorting_ops_test (24 ms total)
38: 
38: [----------] 4 tests from std_algorithms_partitioning_test
38: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
38: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
38: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
38: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
38: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
38: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
38: [ RUN      ] std_algorithms_partitioning_test.partition_point
38: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
38: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
38: 
38: [----------] 1 test from std_algorithms_partitioning_ops
38: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
38: [       OK ] std_algorithms_partitioning_ops.partition_copy (43 ms)
38: [----------] 1 test from std_algorithms_partitioning_ops (43 ms total)
38: 
38: [----------] 12 tests from std_algorithms_numerics_test
38: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
38: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms)
38: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
38: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
38: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
38: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
38: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
38: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
38: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
38: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
38: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
38: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
38: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
38: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
38: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
38: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
38: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
38: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
38: [----------] 12 tests from std_algorithms_numerics_test (14 ms total)
38: 
38: [----------] 1 test from std_algorithms_numerics_ops_test
38: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
38: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (70 ms)
38: [----------] 1 test from std_algorithms_numerics_ops_test (70 ms total)
38: 
38: [----------] 8 tests from std_algorithms_numeric_ops_test
38: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
38: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (816 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
38: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
38: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (640 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
38: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
38: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (236 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
38: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
38: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (330 ms)
38: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
38: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
38: [----------] 8 tests from std_algorithms_numeric_ops_test (2024 ms total)
38: 
38: [----------] 1 test from std_algorithms_transform_ops_test
38: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
38: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (34 ms)
38: [----------] 1 test from std_algorithms_transform_ops_test (34 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 29 tests from 7 test suites ran. (2217 ms total)
38: [  PASSED  ] 29 tests.
38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    2.63 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

39: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
39: Test timeout computed to be: 1500
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
39: [==========] Running 12 tests from 7 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_adjacent_find_team_test
39: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
39: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (495 ms)
39: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
39: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (471 ms)
39: [----------] 2 tests from std_algorithms_adjacent_find_team_test (967 ms total)
39: 
39: [----------] 2 tests from std_algorithms_count_team_test
39: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
39: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (546 ms)
39: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
39: [       OK ] std_algorithms_count_team_test.count_returns_zero (212 ms)
39: [----------] 2 tests from std_algorithms_count_team_test (759 ms total)
39: 
39: [----------] 1 test from std_algorithms_count_if_team_test
39: [ RUN      ] std_algorithms_count_if_team_test.test
39: [       OK ] std_algorithms_count_if_team_test.test (254 ms)
39: [----------] 1 test from std_algorithms_count_if_team_test (254 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_team_test
39: [ RUN      ] std_algorithms_for_each_team_test.test
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
39: [       OK ] std_algorithms_for_each_team_test.test (378 ms)
39: [----------] 1 test from std_algorithms_for_each_team_test (378 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_n_team_test
39: [ RUN      ] std_algorithms_for_each_n_team_test.test
39: [       OK ] std_algorithms_for_each_n_team_test.test (364 ms)
39: [----------] 1 test from std_algorithms_for_each_n_team_test (364 ms total)
39: 
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
39: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2720 ms)
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
39: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1595 ms)
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
39: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1604 ms)
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (5919 ms total)
39: 
39: [----------] 2 tests from std_algorithms_mismatch_team_test
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
39: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1778 ms)
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
39: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (771 ms)
39: [----------] 2 tests from std_algorithms_mismatch_team_test (2549 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 12 tests from 7 test suites ran. (11193 ms total)
39: [  PASSED  ] 12 tests.
39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed   11.60 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

40: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
40: Test timeout computed to be: 1500
40: [==========] Running 8 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_equal_team_test
40: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
40: [       OK ] std_algorithms_equal_team_test.views_are_equal (1313 ms)
40: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
40: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1168 ms)
40: [----------] 2 tests from std_algorithms_equal_team_test (2482 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_team_test
40: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
40: [       OK ] std_algorithms_search_team_test.sequences_exist (650 ms)
40: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (797 ms)
40: [----------] 2 tests from std_algorithms_search_team_test (1447 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_end_team_test
40: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
40: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1755 ms)
40: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1556 ms)
40: [----------] 2 tests from std_algorithms_find_end_team_test (3312 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_first_of_team_test
40: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
40: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1305 ms)
40: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
27: Test_Atomic<unsigned long long int>/100000/iterations:10       4.56 s         0.002 s            10          1            8     7.23677        2.85847m      95.75u     4.99995G         1.64362M     4.99995G
40: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5344 ms)
40: [----------] 2 tests from std_algorithms_find_first_of_team_test (6649 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 8 tests from 4 test suites ran. (13892 ms total)
40: [  PASSED  ] 8 tests.
40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed   14.29 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

41: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
41: Test timeout computed to be: 1500
41: [==========] Running 11 tests from 7 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_find_team_test
41: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
41: [       OK ] std_algorithms_find_team_test.searched_values_exist (267 ms)
41: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
41: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (387 ms)
41: [----------] 2 tests from std_algorithms_find_team_test (654 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_if_team_test
41: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
41: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (214 ms)
41: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
41: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (385 ms)
41: [----------] 2 tests from std_algorithms_find_if_team_test (600 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_if_not_team_test
41: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
41: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (381 ms)
41: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
41: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (211 ms)
41: [----------] 2 tests from std_algorithms_find_if_not_team_test (592 ms total)
41: 
41: [----------] 1 test from std_algorithms_all_of_team_test
41: [ RUN      ] std_algorithms_all_of_team_test.test
41: [       OK ] std_algorithms_all_of_team_test.test (392 ms)
41: [----------] 1 test from std_algorithms_all_of_team_test (392 ms total)
41: 
41: [----------] 1 test from std_algorithms_any_of_team_test
41: [ RUN      ] std_algorithms_any_of_team_test.test
41: [       OK ] std_algorithms_any_of_team_test.test (223 ms)
41: [----------] 1 test from std_algorithms_any_of_team_test (223 ms total)
41: 
41: [----------] 1 test from std_algorithms_none_of_team_test
41: [ RUN      ] std_algorithms_none_of_team_test.test
41: [       OK ] std_algorithms_none_of_team_test.test (384 ms)
41: [----------] 1 test from std_algorithms_none_of_team_test (384 ms total)
41: 
41: [----------] 2 tests from std_algorithms_search_n_team_test
41: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
41: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (249 ms)
41: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
41: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (268 ms)
41: [----------] 2 tests from std_algorithms_search_n_team_test (517 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 11 tests from 7 test suites ran. (3364 ms total)
41: [  PASSED  ] 11 tests.
41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    3.77 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

42: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
42: Test timeout computed to be: 1500
42: [==========] Running 3 tests from 3 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_min_element_team_test
42: [ RUN      ] std_algorithms_min_element_team_test.test
42: [       OK ] std_algorithms_min_element_team_test.test (1195 ms)
42: [----------] 1 test from std_algorithms_min_element_team_test (1195 ms total)
42: 
42: [----------] 1 test from std_algorithms_max_element_team_test
42: [ RUN      ] std_algorithms_max_element_team_test.test
42: [       OK ] std_algorithms_max_element_team_test.test (1211 ms)
42: [----------] 1 test from std_algorithms_max_element_team_test (1211 ms total)
42: 
42: [----------] 1 test from std_algorithms_minmax_element_team_test
42: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 22%] 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_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
42: [       OK ] std_algorithms_minmax_element_team_test.test (1711 ms)
42: [----------] 1 test from std_algorithms_minmax_element_team_test (1711 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 3 tests from 3 test suites ran. (4118 ms total)
42: [  PASSED  ] 3 tests.
42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    4.53 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

43: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
43: Test timeout computed to be: 1500
43: [==========] Running 6 tests from 6 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_fill_team_test
43: [ RUN      ] std_algorithms_fill_team_test.test
43: [       OK ] std_algorithms_fill_team_test.test (278 ms)
43: [----------] 1 test from std_algorithms_fill_team_test (278 ms total)
43: 
43: [----------] 1 test from std_algorithms_fill_n_team_test
43: [ RUN      ] std_algorithms_fill_n_team_test.test
43: [       OK ] std_algorithms_fill_n_team_test.test (298 ms)
43: [----------] 1 test from std_algorithms_fill_n_team_test (298 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_team_test
43: [ RUN      ] std_algorithms_replace_team_test.test
43: [       OK ] std_algorithms_replace_team_test.test (427 ms)
43: [----------] 1 test from std_algorithms_replace_team_test (427 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_if_team_test
43: [ RUN      ] std_algorithms_replace_if_team_test.test
43: [       OK ] std_algorithms_replace_if_team_test.test (497 ms)
43: [----------] 1 test from std_algorithms_replace_if_team_test (497 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_copy_team_test
43: [ RUN      ] std_algorithms_replace_copy_team_test.test
43: [       OK ] std_algorithms_replace_copy_team_test.test (810 ms)
43: [----------] 1 test from std_algorithms_replace_copy_team_test (810 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test
43: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
43: [       OK ] std_algorithms_replace_copy_if_team_test.test (684 ms)
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test (684 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 6 tests from 6 test suites ran. (2996 ms total)
43: [  PASSED  ] 6 tests.
43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    3.40 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

44: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
44: Test timeout computed to be: 1500
44: [==========] Running 4 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_reverse_team_test
44: [ RUN      ] std_algorithms_reverse_team_test.test
44: [       OK ] std_algorithms_reverse_team_test.test (308 ms)
44: [----------] 1 test from std_algorithms_reverse_team_test (308 ms total)
44: 
44: [----------] 1 test from std_algorithms_reverse_copy_team_test
44: [ RUN      ] std_algorithms_reverse_copy_team_test.test
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
44: [       OK ] std_algorithms_reverse_copy_team_test.test (334 ms)
44: [----------] 1 test from std_algorithms_reverse_copy_team_test (334 ms total)
44: 
44: [----------] 1 test from std_algorithms_rotate_team_test
44: [ RUN      ] std_algorithms_rotate_team_test.test
44: [       OK ] std_algorithms_rotate_team_test.test (672 ms)
44: [----------] 1 test from std_algorithms_rotate_team_test (672 ms total)
44: 
44: [----------] 1 test from std_algorithms_rotate_copy_team_test
44: [ RUN      ] std_algorithms_rotate_copy_team_test.test
44: [       OK ] std_algorithms_rotate_copy_team_test.test (526 ms)
44: [----------] 1 test from std_algorithms_rotate_copy_team_test (527 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (1842 ms total)
44: [  PASSED  ] 4 tests.
44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    2.24 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

45: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
45: Test timeout computed to be: 1500
45: [==========] Running 4 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_move_team_test
45: [ RUN      ] std_algorithms_move_team_test.test
45: [       OK ] std_algorithms_move_team_test.test (493 ms)
45: [----------] 1 test from std_algorithms_move_team_test (493 ms total)
45: 
45: [----------] 1 test from std_algorithms_move_backward_team_test
45: [ RUN      ] std_algorithms_move_backward_team_test.test
45: [       OK ] std_algorithms_move_backward_team_test.test (477 ms)
45: [----------] 1 test from std_algorithms_move_backward_team_test (477 ms total)
45: 
45: [----------] 1 test from std_algorithms_shift_left_team_test
45: [ RUN      ] std_algorithms_shift_left_team_test.test
45: [       OK ] std_algorithms_shift_left_team_test.test (1496 ms)
45: [----------] 1 test from std_algorithms_shift_left_team_test (1496 ms total)
45: 
45: [----------] 1 test from std_algorithms_shift_right_team_test
45: [ RUN      ] std_algorithms_shift_right_team_test.test
45: [       OK ] std_algorithms_shift_right_team_test.test (1363 ms)
45: [----------] 1 test from std_algorithms_shift_right_team_test (1363 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (3831 ms total)
45: [  PASSED  ] 4 tests.
45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    4.24 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

46: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
46: Test timeout computed to be: 1500
46: [==========] Running 9 tests from 9 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_copy_team_test
46: [ RUN      ] std_algorithms_copy_team_test.test
46: [       OK ] std_algorithms_copy_team_test.test (597 ms)
46: [----------] 1 test from std_algorithms_copy_team_test (597 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_n_team_test
46: [ RUN      ] std_algorithms_copy_n_team_test.test
46: [       OK ] std_algorithms_copy_n_team_test.test (369 ms)
46: [----------] 1 test from std_algorithms_copy_n_team_test (369 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_backward_team_test
46: [ RUN      ] std_algorithms_copy_backward_team_test.test
46: [       OK ] std_algorithms_copy_backward_team_test.test (432 ms)
46: [----------] 1 test from std_algorithms_copy_backward_team_test (432 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_if_team_test
46: [ RUN      ] std_algorithms_copy_if_team_test.test
46: [       OK ] std_algorithms_copy_if_team_test.test (524 ms)
46: [----------] 1 test from std_algorithms_copy_if_team_test (524 ms total)
46: 
46: [----------] 1 test from std_algorithms_unique_copy_team_test
46: [ RUN      ] std_algorithms_unique_copy_team_test.test
46: [       OK ] std_algorithms_unique_copy_team_test.test (1105 ms)
46: [----------] 1 test from std_algorithms_unique_copy_team_test (1105 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_team_test
46: [ RUN      ] std_algorithms_remove_team_test.test
46: [       OK ] std_algorithms_remove_team_test.test (639 ms)
46: [----------] 1 test from std_algorithms_remove_team_test (639 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_if_team_test
46: [ RUN      ] std_algorithms_remove_if_team_test.test
46: [       OK ] std_algorithms_remove_if_team_test.test (638 ms)
46: [----------] 1 test from std_algorithms_remove_if_team_test (638 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_copy_team_test
46: [ RUN      ] std_algorithms_remove_copy_team_test.test
46: [       OK ] std_algorithms_remove_copy_team_test.test (726 ms)
46: [----------] 1 test from std_algorithms_remove_copy_team_test (726 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_copy_if_team_test
46: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
46: [       OK ] std_algorithms_remove_copy_if_team_test.test (632 ms)
46: [----------] 1 test from std_algorithms_remove_copy_if_team_test (632 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 9 tests from 9 test suites ran. (5665 ms total)
46: [  PASSED  ] 9 tests.
46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed    6.07 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

47: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
47: Test timeout computed to be: 1500
47: [==========] Running 4 tests from 4 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_unique_team_test
47: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
47: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1290 ms)
47: [----------] 1 test from std_algorithms_unique_team_test (1290 ms total)
47: 
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test
47: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
47: [       OK ] std_algorithms_adjacent_difference_team_test.test (1077 ms)
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1077 ms total)
47: 
47: [----------] 1 test from std_algorithms_reduce_team_test
47: [ RUN      ] std_algorithms_reduce_team_test.test
47: [       OK ] std_algorithms_reduce_team_test.test (790 ms)
47: [----------] 1 test from std_algorithms_reduce_team_test (791 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_reduce_team_test
47: [ RUN      ] std_algorithms_transform_reduce_team_test.test
47: [       OK ] std_algorithms_transform_reduce_team_test.test (1324 ms)
47: [----------] 1 test from std_algorithms_transform_reduce_team_test (1324 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (4483 ms total)
47: [  PASSED  ] 4 tests.
47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    4.90 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

48: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
48: Test timeout computed to be: 1500
48: [==========] Running 18 tests from 5 test suites.
48: [----------] Global test environment set-up.
48: [----------] 2 tests from std_algorithms_is_sorted_team_test
48: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
48: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (481 ms)
48: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
48: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1269 ms)
48: [----------] 2 tests from std_algorithms_is_sorted_team_test (1750 ms total)
48: 
48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (17 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (20 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1201 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (648 ms)
48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1888 ms total)
48: 
48: [----------] 4 tests from std_algorithms_is_partitioned_team_test
48: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
48: [       OK ] std_algorithms_is_partitioned_team_test.empty (10 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
48: [       OK ] std_algorithms_is_partitioned_team_test.all_true (314 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
48: [       OK ] std_algorithms_is_partitioned_team_test.all_false (326 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.random
48: [       OK ] std_algorithms_is_partitioned_team_test.random (264 ms)
48: [----------] 4 tests from std_algorithms_is_partitioned_team_test (915 ms total)
48: 
48: [----------] 4 tests from std_algorithms_partition_copy_team_test
48: [ RUN      ] std_algorithms_partition_copy_team_test.empty
48: [       OK ] std_algorithms_partition_copy_team_test.empty (14 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
48: [       OK ] std_algorithms_partition_copy_team_test.all_true (639 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
48: [       OK ] std_algorithms_partition_copy_team_test.all_false (646 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.random
48: [       OK ] std_algorithms_partition_copy_team_test.random (586 ms)
48: [----------] 4 tests from std_algorithms_partition_copy_team_test (1887 ms total)
48: 
48: [----------] 4 tests from std_algorithms_partition_point_team_test
48: [ RUN      ] std_algorithms_partition_point_team_test.empty
48: [       OK ] std_algorithms_partition_point_team_test.empty (10 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_true
48: [       OK ] std_algorithms_partition_point_team_test.all_true (200 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_false
48: [       OK ] std_algorithms_partition_point_team_test.all_false (196 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.random
48: [       OK ] std_algorithms_partition_point_team_test.random (145 ms)
48: [----------] 4 tests from std_algorithms_partition_point_team_test (553 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 18 tests from 5 test suites ran. (6996 ms total)
48: [  PASSED  ] 18 tests.
48/52 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    7.40 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

49: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
49: Test timeout computed to be: 1500
49: [==========] Running 5 tests from 4 test suites.
49: [----------] Global test environment set-up.
49: [----------] 2 tests from std_algorithms_transform_team_test
49: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
49: [       OK ] std_algorithms_transform_team_test.test_unary_op (675 ms)
49: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
49: [       OK ] std_algorithms_transform_team_test.test_binary_op (821 ms)
49: [----------] 2 tests from std_algorithms_transform_team_test (1497 ms total)
49: 
49: [----------] 1 test from std_algorithms_generate_team_test
49: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
27: Test_Atomic<float>/100000/iterations:10                        4.31 s         0.002 s            10          0            4     6.04444        5.14765m    1084.77u     5.00064G         1.57603M     4.99989G
49: [       OK ] std_algorithms_generate_team_test.test_unary_op (1514 ms)
49: [----------] 1 test from std_algorithms_generate_team_test (1514 ms total)
49: 
49: [----------] 1 test from std_algorithms_generate_n_team_test
49: [ RUN      ] std_algorithms_generate_n_team_test.test
49: [       OK ] std_algorithms_generate_n_team_test.test (306 ms)
49: [----------] 1 test from std_algorithms_generate_n_team_test (306 ms total)
49: 
49: [----------] 1 test from std_algorithms_swap_ranges_team_test
49: [ RUN      ] std_algorithms_swap_ranges_team_test.test
49: [       OK ] std_algorithms_swap_ranges_team_test.test (667 ms)
49: [----------] 1 test from std_algorithms_swap_ranges_team_test (667 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 5 tests from 4 test suites ran. (3987 ms total)
49: [  PASSED  ] 5 tests.
49/52 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    4.40 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

50: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
50: Test timeout computed to be: 1500
50: [==========] Running 2 tests from 2 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_exclusive_scan_team_test
50: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
50: [       OK ] std_algorithms_exclusive_scan_team_test.test (2867 ms)
50: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2867 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
50: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1352 ms)
50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1352 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (4220 ms total)
50: [  PASSED  ] 2 tests.
50/52 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    4.62 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

51: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
51: Test timeout computed to be: 1500
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
51: [==========] Running 2 tests from 2 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_inclusive_scan_team_test
51: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
51: [       OK ] std_algorithms_inclusive_scan_team_test.test (4154 ms)
51: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4154 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
51: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
51: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (2668 ms)
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2668 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (6823 ms total)
51: [  PASSED  ] 2 tests.
51/52 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed    7.23 sec
test 52
      Start 52: Kokkos_UnitTest_SIMD

52: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/simd/unit_tests/Kokkos_UnitTest_SIMD
52: Test timeout computed to be: 1500
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
52: [==========] Running 16 tests from 1 test suite.
52: [----------] Global test environment set-up.
52: [----------] 16 tests from simd
52: [ RUN      ] simd.host_math_ops
52: [       OK ] simd.host_math_ops (0 ms)
52: [ RUN      ] simd.device_math_ops
52: [       OK ] simd.device_math_ops (9 ms)
52: [ RUN      ] simd.host_mask_ops
52: [       OK ] simd.host_mask_ops (0 ms)
52: [ RUN      ] simd.device_mask_ops
52: [       OK ] simd.device_mask_ops (0 ms)
52: [ RUN      ] simd.host_conversions
52: [       OK ] simd.host_conversions (0 ms)
52: [ RUN      ] simd.device_conversions
52: [       OK ] simd.device_conversions (0 ms)
52: [ RUN      ] simd.host_shift_ops
52: [       OK ] simd.host_shift_ops (0 ms)
52: [ RUN      ] simd.device_shift_ops
52: [       OK ] simd.device_shift_ops (0 ms)
52: [ RUN      ] simd.host_condition
52: [       OK ] simd.host_condition (0 ms)
52: [ RUN      ] simd.device_condition
52: [       OK ] simd.device_condition (0 ms)
52: [ RUN      ] simd.host_gen_ctors
52: [       OK ] simd.host_gen_ctors (0 ms)
52: [ RUN      ] simd.device_gen_ctors
52: [       OK ] simd.device_gen_ctors (0 ms)
52: [ RUN      ] simd.host_where_expressions
52: [       OK ] simd.host_where_expressions (0 ms)
52: [ RUN      ] simd.device_where_expressions
52: [       OK ] simd.device_where_expressions (0 ms)
52: [ RUN      ] simd.host_reductions
52: [       OK ] simd.host_reductions (0 ms)
52: [ RUN      ] simd.device_reductions
52: [       OK ] simd.device_reductions (0 ms)
52: [----------] 16 tests from simd (9 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 16 tests from 1 test suite ran. (9 ms total)
52: [  PASSED  ] 16 tests.
52/52 Test #52: Kokkos_UnitTest_SIMD ........................   Passed    0.41 sec

100% tests passed, 0 tests failed out of 52

Total Test time (real) = 1028.54 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                         0
cache size                           0.0 kB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 246ae6a2bdf0f6738c8279e5fb1702609740859771accfa28d21245c28e2726b
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
$ docker rm -f --volumes 246ae6a2bdf0f6738c8279e5fb1702609740859771accfa28d21245c28e2726b
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
27: Test_Atomic<double>/100000/iterations:10                       4.25 s         0.002 s            10          1            8     5.98045        5.36364m    1.15756m     4.99995G         1.41027M     4.99995G
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.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
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (168949 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (59 ms)
[ RUN      ] serial.NestedSortByKey
[       OK ] serial.NestedSortByKey (493 ms)
[ RUN      ] serial.SortWithCustomComparator
27: Test_Atomic<int>/100000/iterations:10                          4.59 s         0.002 s            10          1            4     7.38035         4.8296m      42.96u     704.983M         1.90438M     704.983M
27/49 Test #27: Kokkos_PerformanceTest_Atomic ...............   Passed  405.85 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Serial

28: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
28: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests
28: Test timeout computed to be: 1500
28: [==========] Running 61 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 61 tests from serial
28: [ RUN      ] serial.bitset
28: [       OK ] serial.bitset (2411 ms)
28: [ RUN      ] serial.bitset_default_constructor_no_alloc
28: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
28: [ RUN      ] serial.dualview_combination
28: [       OK ] serial.dualview_combination (0 ms)
28: [ RUN      ] serial.dualview_alloc
28: [       OK ] serial.dualview_alloc (0 ms)
28: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
28: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
28: [ RUN      ] serial.dualview_combinations_without_init
28: [       OK ] serial.dualview_combinations_without_init (0 ms)
28: [ RUN      ] serial.dualview_deep_copy
28: [       OK ] serial.dualview_deep_copy (0 ms)
28: [ RUN      ] serial.dualview_realloc
28: [       OK ] serial.dualview_realloc (0 ms)
28: [ RUN      ] serial.dualview_resize
28: [       OK ] serial.dualview_resize (0 ms)
28: [ RUN      ] serial.dualview_device_correct_kokkos_device
28: [       OK ] serial.dualview_device_correct_kokkos_device (85 ms)
28: [ RUN      ] serial.dualview_host_correct_kokkos_device
28: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
28: [ RUN      ] serial.dualview_host_modify_template_device_sync
28: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
28: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
28: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
28: [ RUN      ] serial.dualview_device_modify_template_host_sync
28: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
28: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
28: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
28: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
28: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
28: [ RUN      ] serial.dynamic_view
28: [       OK ] serial.dynamic_view (12 ms)
28: [ RUN      ] serial.dyn_rank_view_api_generic
28: [       OK ] serial.dyn_rank_view_api_generic (5 ms)
28: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
28: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
28: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
28: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
28: [ RUN      ] serial.ErrorReporterViaLambda
28: [       OK ] serial.ErrorReporterViaLambda (0 ms)
28: [ RUN      ] serial.ErrorReporter
28: [       OK ] serial.ErrorReporter (0 ms)
28: [ RUN      ] serial.offsetview_construction
28: [       OK ] serial.offsetview_construction (17 ms)
28: [ RUN      ] serial.offsetview_unmanaged_construction
28: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
28: [ RUN      ] serial.offsetview_subview
28: [       OK ] serial.offsetview_subview (7 ms)
28: [ RUN      ] serial.offsetview_offsets_rank1
28: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
28: [ RUN      ] serial.offsetview_offsets_rank2
28: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
28: [ RUN      ] serial.offsetview_offsets_rank3
28: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
28: [ RUN      ] serial.scatterview
28: [       OK ] serial.scatterview (2052 ms)
28: [ RUN      ] serial.scatterview_devicetype
28: [       OK ] serial.scatterview_devicetype (0 ms)
28: [ RUN      ] serial.staticcrsgraph
28: [       OK ] serial.staticcrsgraph (10 ms)
28: [ RUN      ] serial.resize_realloc_no_init_dualview
28: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_alloc_dualview
28: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
28: [ RUN      ] serial.resize_exec_space_dualview
28: [       OK ] serial.resize_exec_space_dualview (0 ms)
28: [ RUN      ] serial.realloc_exec_space_dualview
28: [       OK ] serial.realloc_exec_space_dualview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_init_dynrankview
28: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
28: [ RUN      ] serial.resize_exec_space_dynrankview
28: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
28: [ RUN      ] serial.realloc_exec_space_dynrankview
28: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_init_scatterview
28: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
28: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
28: [ RUN      ] serial.resize_exec_space_scatterview
28: [       OK ] serial.resize_exec_space_scatterview (0 ms)
28: [ RUN      ] serial.realloc_exec_space_scatterview
28: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_dynrankview
28: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
28: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
28: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
28: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_offsetview
28: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
28: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
28: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
28: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
28: [ RUN      ] serial.UnorderedMap_insert
[       OK ] serial.SortWithCustomComparator (4904 ms)
[----------] 12 tests from serial (1086138 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (1086139 ms total)
[  PASSED  ] 12 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests'
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Fri Mar 29 03:40:18 2024
stats zeroed                        Fri Mar 29 03:40:18 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      4590
cache size                           4.5 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 9a8fdcfd0b3703109f3a7c60d30612aca76939cc6d7d8c7a7daa6cbe7f96fe3d
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
$ docker rm -f --volumes 9a8fdcfd0b3703109f3a7c60d30612aca76939cc6d7d8c7a7daa6cbe7f96fe3d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
28: [       OK ] serial.UnorderedMap_insert (7870 ms)
28: [ RUN      ] serial.UnorderedMap_failed_insert
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
28: [       OK ] serial.UnorderedMap_failed_insert (4177 ms)
28: [ RUN      ] serial.UnorderedMap_deep_copy
28: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
28: [ RUN      ] serial.UnorderedMap_valid_empty
28: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
28: [ RUN      ] serial.UnorderedMap_clear_zero_size
28: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
28: [ RUN      ] serial.UnorderedMap_consistent_size
28: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
28: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
28: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
28: [ RUN      ] serial.UnorderedMap_lambda_capturable
28: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
28: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
28: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
28: [ RUN      ] serial.vector_combination
28: [       OK ] serial.vector_combination (0 ms)
28: [ RUN      ] serial.vector_insert
28: [       OK ] serial.vector_insert (0 ms)
28: [ RUN      ] serial.vector_push_back_default_exec
28: [       OK ] serial.vector_push_back_default_exec (0 ms)
28: [ RUN      ] serial.viewctorprop_embedded_dim
28: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
28: [----------] 61 tests from serial (16660 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 61 tests from 1 test suite ran. (16660 ms total)
28: [  PASSED  ] 61 tests.
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
28/49 Test #28: Kokkos_ContainersUnitTest_Serial ............   Passed   17.65 sec
test 29
      Start 29: Kokkos_UnitTest_Sort

29: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
29: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
29: Test timeout computed to be: 1500
29: [==========] Running 15 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 15 tests from openmptarget
29: [ RUN      ] openmptarget.SortUnsignedValueType
29: [       OK ] openmptarget.SortUnsignedValueType (126 ms)
29: [ RUN      ] openmptarget.SortEmptyView
29: [       OK ] openmptarget.SortEmptyView (0 ms)
29: [ RUN      ] openmptarget.SortByKeyEmptyView
29: [       OK ] openmptarget.SortByKeyEmptyView (0 ms)
29: [ RUN      ] openmptarget.SortByKey
29: [       OK ] openmptarget.SortByKey (2 ms)
29: [ RUN      ] openmptarget.SortByKeyWithComparator
29: [       OK ] openmptarget.SortByKeyWithComparator (2 ms)
29: [ RUN      ] openmptarget.SortByKeyStaticExtents
29: [       OK ] openmptarget.SortByKeyStaticExtents (0 ms)
29: [ RUN      ] openmptarget.SortByKeyWithStrides
29: [       OK ] openmptarget.SortByKeyWithStrides (0 ms)
29: [ RUN      ] openmptarget.SortByKeyKeysLargerThanValues
29: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
29: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[ 26%] Built target Kokkos_CoreUnitTest_Cuda3
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
29: [       OK ] openmptarget.SortByKeyKeysLargerThanValues (687 ms)
29: [ RUN      ] openmptarget.SortWithCustomComparator
29: [       OK ] openmptarget.SortWithCustomComparator (1479 ms)
29: [ RUN      ] openmptarget.BinSortGenericTests
29: [       OK ] openmptarget.BinSortGenericTests (31 ms)
29: [ RUN      ] openmptarget.BinSortEmptyView
29: [       OK ] openmptarget.BinSortEmptyView (0 ms)
29: [ RUN      ] openmptarget.BinSortEmptyKeysView
29: [       OK ] openmptarget.BinSortEmptyKeysView (0 ms)
29: [ RUN      ] openmptarget.BinSortUnsignedKeyLayoutStrideValues
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 27%] 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_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
29: [       OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (11978 ms)
29: [ RUN      ] openmptarget.NestedSort
29: [       OK ] openmptarget.NestedSort (39 ms)
29: [ RUN      ] openmptarget.NestedSortByKey
29: [       OK ] openmptarget.NestedSortByKey (108 ms)
29: [----------] 15 tests from openmptarget (14460 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 15 tests from 1 test suite ran. (14460 ms total)
29: [  PASSED  ] 15 tests.
29/49 Test #29: Kokkos_UnitTest_Sort ........................   Passed   15.07 sec
test 30
      Start 30: Kokkos_UnitTest_Random

30: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Random
30: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
30: Test timeout computed to be: 1500
30: [==========] Running 3 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from openmptarget
30: [ RUN      ] openmptarget.Random_XorShift64
30: Test Seed:1711685811709939184
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00745824 -0.00171367 || 0.051031 2039 2401 || 2205.61 2222.06 || -23.6897 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0216722 4.76211e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00400584 -0.00151119 || 0.051031 2044 2424 || 2231 2222.06 || -20.8907 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0025114 1.26155e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00384989 -0.00132155 || 0.051031 2039 2431 || 2213.54 2222.06 || -18.2691 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0159686 -0.00021387 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0355718 0.00320278 || 0.051031 2033 2414 || 2304.02 2222.06 || 44.2752 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0106158 -0.000358692 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00105739 0.00115933 || 0.051031 2038 2413 || 2219.71 2222.06 || 16.0265 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00264936 0.000232702 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00973501 -0.00150432 || 0.051031 1985 2422 || 2243.91 2222.06 || -20.7958 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00727657 -0.000898796 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00637884 0.00204291 || 0.051031 2061 2401 || 2236.33 2222.06 || 28.2412 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0188759 -0.000312917 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00346634 -0.000685414 || 0.051031 2034 2422 || 2214.39 2222.06 || -9.47517 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00227686 0.000522001 || 0.051031 1e+64 -1e+64
30: Test Seed:1711685811786143920
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.0105903 0.000636881 || 0.051031 2035 2400 || 2198.78 2222.06 || 8.80424 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00196654 -0.000119393 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.000853355 -0.000836963 || 0.051031 2043 2425 || 2223.96 2222.06 || -11.5702 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00170771 0.000495067 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00663914 -0.00153102 || 0.051031 2025 2405 || 2207.41 2222.06 || -21.1649 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0123793 0.000187805 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0183809 -0.00156677 || 0.051031 2038 2401 || 2263.67 2222.06 || -21.6591 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.000602794 -0.000310837 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 0.0135757 -0.000220002 || 0.051031 2049 2411 || 2192.3 2222.06 || -3.04131 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 -0.0139019 2.85611e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 -0.00228442 0.00150322 || 0.051031 2043 2447 || 2227.15 2222.06 || 20.7805 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 0.00787161 -0.000621244 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0138784 0.000270397 || 0.051031 2047 2404 || 2253.33 2222.06 || 3.73796 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00945729 0.00095421 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0158864 0.00136199 || 0.051031 2030 2392 || 2257.93 2222.06 || 18.8281 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00308846 -2.60598e-05 || 0.051031 1e+64 -1e+64
30: [       OK ] openmptarget.Random_XorShift64 (255 ms)
30: [ RUN      ] openmptarget.Random_XorShift1024_0
30: Test Seed:1711685811861972651
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00300283 0.000741196 || 0.051031 2029 2386 || 2191.64 2198.22 || 10.2463 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00401144 -0.000469599 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0117191 -0.000588391 || 0.051031 2031 2381 || 2224.29 2198.22 || -8.13392 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00320462 -0.000690952 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.000155598 -0.00138795 || 0.051031 2038 2368 || 2197.88 2198.22 || -19.187 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00452508 0.000608937 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0121722 -0.000873745 || 0.051031 2027 2398 || 2225.31 2198.22 || -12.0786 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0132448 0.000568822 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00639633 -0.00110489 || 0.051031 2012 2378 || 2212.37 2198.22 || -15.2739 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0130508 0.000178436 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00387015 0.0016936 || 0.051031 2027 2367 || 2189.75 2198.22 || 23.4123 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00286811 -0.000328015 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00861904 4.3703e-05 || 0.051031 2011 2373 || 2217.33 2198.22 || 0.60415 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0116398 -0.000214408 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.010117 0.000332542 || 0.051031 2025 2377 || 2176.21 2198.22 || 4.59707 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00597335 -0.000117177 || 0.051031 1e+64 -1e+64
30: Test Seed:1711685811961164403
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0147244 0.000230177 || 0.051031 2037 2372 || 2231.07 2198.22 || 3.18197 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0221751 0.000240664 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0109543 0.000273151 || 0.051031 2010 2414 || 2174.4 2198.22 || 3.77604 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.000505834 -0.000623074 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.010087 0.000832864 || 0.051031 2005 2372 || 2176.27 2198.22 || 11.5135 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00495355 -1.72985e-06 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00638249 -0.00138859 || 0.051031 2022 2375 || 2212.34 2198.22 || -19.1958 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0396123 -9.84079e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26926e-05 0.00812799 0.00219459 || 0.051031 2005 2379 || 2180.5 2198.22 || 30.3379 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 0.0111487 -0.000549339 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.00206821 -0.000590252 || 0.051031 2031 2371 || 2193.69 2198.22 || -8.15965 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0117931 -0.000187383 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.27255e-05 -0.00424558 -1.13245e-05 || 0.051031 2021 2407 || 2207.6 2198.22 || -0.156549 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.28572e-05 0.0220375 0.00091115 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0201187 0.00225927 || 0.051031 2010 2396 || 2154.87 2198.22 || 31.2321 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00105618 -0.000128228 || 0.051031 1e+64 -1e+64
30: [       OK ] openmptarget.Random_XorShift1024_0 (216 ms)
30: [ RUN      ] openmptarget.Multi_streams
30: /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/TestRandom.hpp:587: Skipped
30: Libomptarget error
30: [  SKIPPED ] openmptarget.Multi_streams (0 ms)
30: [----------] 3 tests from openmptarget (472 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 3 tests from 1 test suite ran. (472 ms total)
30: [  PASSED  ] 2 tests.
30: [  SKIPPED ] 1 test, listed below:
30: [  SKIPPED ] openmptarget.Multi_streams
30/49 Test #30: Kokkos_UnitTest_Random ......................   Passed    1.08 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_A

31: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
31: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
31: Test timeout computed to be: 1500
31: [==========] Running 14 tests from 3 test suites.
31: [----------] Global test environment set-up.
31: [----------] 3 tests from std_algorithms_reducers
31: [ RUN      ] std_algorithms_reducers.max_first_loc
31: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
31: [ RUN      ] std_algorithms_reducers.min_first_loc
31: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
31: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
31: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
31: [----------] 3 tests from std_algorithms_reducers (0 ms total)
31: 
31: [----------] 1 test from std_algorithms
31: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
31: [       OK ] std_algorithms.is_admissible_to_std_algorithms (82 ms)
31: [----------] 1 test from std_algorithms (82 ms total)
31: 
31: [----------] 10 tests from random_access_iterator_test
31: [ RUN      ] random_access_iterator_test.constructor
31: [       OK ] random_access_iterator_test.constructor (0 ms)
31: [ RUN      ] random_access_iterator_test.dereference
31: [       OK ] random_access_iterator_test.dereference (0 ms)
31: [ RUN      ] random_access_iterator_test.subscript_operator
31: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet1
31: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet2
31: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet3
31: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet4
31: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
31: [ RUN      ] random_access_iterator_test.assignment_operator
31: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
31: [ RUN      ] random_access_iterator_test.distance
31: [       OK ] random_access_iterator_test.distance (0 ms)
31: [ RUN      ] random_access_iterator_test.traits_helpers
31: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
31: [----------] 10 tests from random_access_iterator_test (5 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 14 tests from 3 test suites ran. (87 ms total)
31: [  PASSED  ] 14 tests.
31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    0.68 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_B

32: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
32: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
32: Test timeout computed to be: 1500
32: [==========] Running 6 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 6 tests from std_algorithms_min_max_element_test
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (87 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (23 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (22 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (34 ms)
32: [----------] 6 tests from std_algorithms_min_max_element_test (168 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 6 tests from 1 test suite ran. (168 ms total)
32: [  PASSED  ] 6 tests.
32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    0.77 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_C

33: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
33: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
33: Test timeout computed to be: 1500
33: [==========] Running 13 tests from 10 test suites.
33: [----------] Global test environment set-up.
33: [----------] 1 test from std_algorithms_lexicographical_compare_test
33: [ RUN      ] std_algorithms_lexicographical_compare_test.test
33: [       OK ] std_algorithms_lexicographical_compare_test.test (0 ms)
33: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 ms total)
33: 
33: [----------] 1 test from std_algorithms_for_each_test
33: [ RUN      ] std_algorithms_for_each_test.test
33: [       OK ] std_algorithms_for_each_test.test (272 ms)
33: [----------] 1 test from std_algorithms_for_each_test (272 ms total)
33: 
33: [----------] 1 test from std_algorithms_find_test
33: [ RUN      ] std_algorithms_find_test.test
33: [       OK ] std_algorithms_find_test.test (116 ms)
33: [----------] 1 test from std_algorithms_find_test (116 ms total)
33: 
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
33: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (913 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
33: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1584 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search
33: [       OK ] std_algorithms_non_mod_seq_ops.search (1134 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
33: [       OK ] std_algorithms_non_mod_seq_ops.search_n (931 ms)
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4563 ms total)
33: 
33: [----------] 1 test from std_algorithms_count_test
33: [ RUN      ] std_algorithms_count_test.test
33: [       OK ] std_algorithms_count_test.test (136 ms)
33: [----------] 1 test from std_algorithms_count_test (136 ms total)
33: 
33: [----------] 1 test from std_algorithms_equal_test
33: [ RUN      ] std_algorithms_equal_test.test
33: [       OK ] std_algorithms_equal_test.test (42 ms)
33: [----------] 1 test from std_algorithms_equal_test (42 ms total)
33: 
33: [----------] 1 test from std_algorithms_all_any_none_of_test
33: [ RUN      ] std_algorithms_all_any_none_of_test.test
33: [       OK ] std_algorithms_all_any_none_of_test.test (123 ms)
33: [----------] 1 test from std_algorithms_all_any_none_of_test (123 ms total)
33: 
33: [----------] 1 test from std_algorithms_nonmod_seq_ops
33: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
33: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (155 ms)
33: [----------] 1 test from std_algorithms_nonmod_seq_ops (155 ms total)
33: 
33: [----------] 1 test from std_algorithms_mismatch_test
33: [ RUN      ] std_algorithms_mismatch_test.test
33: [       OK ] std_algorithms_mismatch_test.test (273 ms)
33: [----------] 1 test from std_algorithms_mismatch_test (273 ms total)
33: 
33: [----------] 1 test from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
33: [       OK ] std_algorithms_mod_seq_ops.move_backward (87 ms)
33: [----------] 1 test from std_algorithms_mod_seq_ops (87 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 13 tests from 10 test suites ran. (5771 ms total)
33: [  PASSED  ] 13 tests.
33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    6.38 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D

34: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
34: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
34: Test timeout computed to be: 1500
34: [==========] Running 31 tests from 5 test suites.
34: [----------] Global test environment set-up.
34: [----------] 3 tests from std_algorithms_mod_ops_test
34: [ RUN      ] std_algorithms_mod_ops_test.move
34: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
34: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (104 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
34: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
34: [----------] 3 tests from std_algorithms_mod_ops_test (106 ms total)
34: 
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
34: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
34: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
34: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
34: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
34: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (1 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
34: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
34: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
34: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
34: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (2 ms)
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (10 ms total)
34: 
34: [----------] 4 tests from std_algorithms_replace_ops_test
34: [ RUN      ] std_algorithms_replace_ops_test.replace
34: [       OK ] std_algorithms_replace_ops_test.replace (72 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_if
34: [       OK ] std_algorithms_replace_ops_test.replace_if (247 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
34: [       OK ] std_algorithms_replace_ops_test.replace_copy (126 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
34: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (117 ms)
34: [----------] 4 tests from std_algorithms_replace_ops_test (563 ms total)
34: 
34: [----------] 11 tests from std_algorithms_mod_seq_ops
34: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
34: [       OK ] std_algorithms_mod_seq_ops.copy_if (119 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.unique (483 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
34: [       OK ] std_algorithms_mod_seq_ops.unique_copy (226 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove
34: [       OK ] std_algorithms_mod_seq_ops.remove (161 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_if (166 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy (361 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (157 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate
34: [       OK ] std_algorithms_mod_seq_ops.rotate (1742 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
34: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (688 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 27%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.shift_left (1997 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.shift_right (1989 ms)
34: [----------] 11 tests from std_algorithms_mod_seq_ops (8094 ms total)
34: 
34: [----------] 1 test from std_algorithms_modseq_test
34: [ RUN      ] std_algorithms_modseq_test.reverse
34: [       OK ] std_algorithms_modseq_test.reverse (131 ms)
34: [----------] 1 test from std_algorithms_modseq_test (131 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 31 tests from 5 test suites ran. (8906 ms total)
34: [  PASSED  ] 31 tests.
34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    9.51 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E

35: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
35: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
35: Test timeout computed to be: 1500
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
35: [==========] Running 15 tests from 6 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_sorting_ops_test
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted (113 ms)
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (18 ms)
35: [----------] 2 tests from std_algorithms_sorting_ops_test (132 ms total)
35: 
35: [----------] 4 tests from std_algorithms_partitioning_test
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (2 ms)
35: [ RUN      ] std_algorithms_partitioning_test.partition_point
35: [       OK ] std_algorithms_partitioning_test.partition_point (2 ms)
35: [----------] 4 tests from std_algorithms_partitioning_test (8 ms total)
35: 
35: [----------] 1 test from std_algorithms_partitioning_ops
35: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
35: [       OK ] std_algorithms_partitioning_ops.partition_copy (73 ms)
35: [----------] 1 test from std_algorithms_partitioning_ops (73 ms total)
35: 
35: [----------] 1 test from std_algorithms_numerics_ops_test
35: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
35: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (124 ms)
35: [----------] 1 test from std_algorithms_numerics_ops_test (124 ms total)
35: 
35: [----------] 6 tests from std_algorithms_numeric_ops_test
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1089 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (388 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
35: [----------] 6 tests from std_algorithms_numeric_ops_test (1478 ms total)
35: 
35: [----------] 1 test from std_algorithms_transform_ops_test
35: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
35: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (59 ms)
35: [----------] 1 test from std_algorithms_transform_ops_test (59 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 15 tests from 6 test suites ran. (1876 ms total)
35: [  PASSED  ] 15 tests.
35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    2.48 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

36: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
36: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
36: Test timeout computed to be: 1500
36: [==========] Running 5 tests from 4 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_count_team_test
36: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
36: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1171 ms)
36: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
36: [       OK ] std_algorithms_count_team_test.count_returns_zero (544 ms)
36: [----------] 2 tests from std_algorithms_count_team_test (1716 ms total)
36: 
36: [----------] 1 test from std_algorithms_count_if_team_test
36: [ RUN      ] std_algorithms_count_if_team_test.test
36: [       OK ] std_algorithms_count_if_team_test.test (648 ms)
36: [----------] 1 test from std_algorithms_count_if_team_test (648 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_team_test
36: [ RUN      ] std_algorithms_for_each_team_test.test
36: [       OK ] std_algorithms_for_each_team_test.test (820 ms)
36: [----------] 1 test from std_algorithms_for_each_team_test (821 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_n_team_test
36: [ RUN      ] std_algorithms_for_each_n_team_test.test
36: [       OK ] std_algorithms_for_each_n_team_test.test (766 ms)
36: [----------] 1 test from std_algorithms_for_each_n_team_test (766 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 5 tests from 4 test suites ran. (3952 ms total)
36: [  PASSED  ] 5 tests.
36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    4.55 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

37: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
37: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
37: Test timeout computed to be: 1500
37: [==========] Running 2 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_equal_team_test
37: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 27%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
37: [       OK ] std_algorithms_equal_team_test.views_are_equal (4375 ms)
37: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
37: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (3717 ms)
37: [----------] 2 tests from std_algorithms_equal_team_test (8093 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 2 tests from 1 test suite ran. (8093 ms total)
37: [  PASSED  ] 2 tests.
37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed    8.69 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

38: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
38: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
38: Test timeout computed to be: 1500
38: [==========] Running 0 tests from 0 test suites.
38: [==========] 0 tests from 0 test suites ran. (0 ms total)
38: [  PASSED  ] 0 tests.
38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    0.56 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

39: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
39: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
39: Test timeout computed to be: 1500
39: [==========] Running 3 tests from 3 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_min_element_team_test
39: [ RUN      ] std_algorithms_min_element_team_test.test
39: [       OK ] std_algorithms_min_element_team_test.test (0 ms)
39: [----------] 1 test from std_algorithms_min_element_team_test (0 ms total)
39: 
39: [----------] 1 test from std_algorithms_max_element_team_test
39: [ RUN      ] std_algorithms_max_element_team_test.test
39: [       OK ] std_algorithms_max_element_team_test.test (0 ms)
39: [----------] 1 test from std_algorithms_max_element_team_test (0 ms total)
39: 
39: [----------] 1 test from std_algorithms_minmax_element_team_test
39: [ RUN      ] std_algorithms_minmax_element_team_test.test
39: [       OK ] std_algorithms_minmax_element_team_test.test (0 ms)
39: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 3 test suites ran. (0 ms total)
39: [  PASSED  ] 3 tests.
39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    0.56 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

40: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
40: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
40: [==========] Running 6 tests from 6 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_fill_team_test
40: [ RUN      ] std_algorithms_fill_team_test.test
40: [       OK ] std_algorithms_fill_team_test.test (797 ms)
40: [----------] 1 test from std_algorithms_fill_team_test (797 ms total)
40: 
40: [----------] 1 test from std_algorithms_fill_n_team_test
40: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
40: [       OK ] std_algorithms_fill_n_team_test.test (2098 ms)
40: [----------] 1 test from std_algorithms_fill_n_team_test (2098 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_team_test
40: [ RUN      ] std_algorithms_replace_team_test.test
40: [       OK ] std_algorithms_replace_team_test.test (777 ms)
40: [----------] 1 test from std_algorithms_replace_team_test (777 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_if_team_test
40: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
40: [       OK ] std_algorithms_replace_if_team_test.test (971 ms)
40: [----------] 1 test from std_algorithms_replace_if_team_test (971 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_team_test
40: [ RUN      ] std_algorithms_replace_copy_team_test.test
40: [       OK ] std_algorithms_replace_copy_team_test.test (2132 ms)
40: [----------] 1 test from std_algorithms_replace_copy_team_test (2132 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test
40: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
40: [       OK ] std_algorithms_replace_copy_if_team_test.test (1835 ms)
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1835 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 6 tests from 6 test suites ran. (8613 ms total)
40: [  PASSED  ] 6 tests.
40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    9.22 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

41: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
41: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
41: Test timeout computed to be: 1500
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_reverse_team_test
41: [ RUN      ] std_algorithms_reverse_team_test.test
41: [       OK ] std_algorithms_reverse_team_test.test (798 ms)
41: [----------] 1 test from std_algorithms_reverse_team_test (798 ms total)
41: 
41: [----------] 1 test from std_algorithms_reverse_copy_team_test
41: [ RUN      ] std_algorithms_reverse_copy_team_test.test
41: [       OK ] std_algorithms_reverse_copy_team_test.test (1264 ms)
41: [----------] 1 test from std_algorithms_reverse_copy_team_test (1264 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_team_test
41: [ RUN      ] std_algorithms_rotate_team_test.test
41: [       OK ] std_algorithms_rotate_team_test.test (3027 ms)
41: [----------] 1 test from std_algorithms_rotate_team_test (3027 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_copy_team_test
41: [ RUN      ] std_algorithms_rotate_copy_team_test.test
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 27%] Built target Kokkos_CoreUnitTest_Develop
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
41: [       OK ] std_algorithms_rotate_copy_team_test.test (5088 ms)
41: [----------] 1 test from std_algorithms_rotate_copy_team_test (5088 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (10178 ms total)
41: [  PASSED  ] 4 tests.
41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed   10.78 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

42: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
42: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
42: Test timeout computed to be: 1500
42: [==========] Running 4 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_move_team_test
42: [ RUN      ] std_algorithms_move_team_test.test
42: [       OK ] std_algorithms_move_team_test.test (1601 ms)
42: [----------] 1 test from std_algorithms_move_team_test (1601 ms total)
42: 
42: [----------] 1 test from std_algorithms_move_backward_team_test
42: [ RUN      ] std_algorithms_move_backward_team_test.test
42: [       OK ] std_algorithms_move_backward_team_test.test (1417 ms)
42: [----------] 1 test from std_algorithms_move_backward_team_test (1417 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_left_team_test
42: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
42: [       OK ] std_algorithms_shift_left_team_test.test (4369 ms)
42: [----------] 1 test from std_algorithms_shift_left_team_test (4369 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_right_team_test
42: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
42: [       OK ] std_algorithms_shift_right_team_test.test (4698 ms)
42: [----------] 1 test from std_algorithms_shift_right_team_test (4698 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (12087 ms total)
42: [  PASSED  ] 4 tests.
42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed   12.69 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

43: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
43: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
43: Test timeout computed to be: 1500
43: [==========] Running 9 tests from 9 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_copy_team_test
43: [ RUN      ] std_algorithms_copy_team_test.test
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
43: [       OK ] std_algorithms_copy_team_test.test (1772 ms)
43: [----------] 1 test from std_algorithms_copy_team_test (1772 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_n_team_test
43: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
43: [       OK ] std_algorithms_copy_n_team_test.test (4522 ms)
43: [----------] 1 test from std_algorithms_copy_n_team_test (4522 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_backward_team_test
43: [ RUN      ] std_algorithms_copy_backward_team_test.test
43: [       OK ] std_algorithms_copy_backward_team_test.test (1517 ms)
43: [----------] 1 test from std_algorithms_copy_backward_team_test (1517 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_if_team_test
43: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
43: [       OK ] std_algorithms_copy_if_team_test.test (1688 ms)
43: [----------] 1 test from std_algorithms_copy_if_team_test (1688 ms total)
43: 
43: [----------] 1 test from std_algorithms_unique_copy_team_test
43: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
43: [       OK ] std_algorithms_unique_copy_team_test.test (2288 ms)
43: [----------] 1 test from std_algorithms_unique_copy_team_test (2288 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_team_test
43: [ RUN      ] std_algorithms_remove_team_test.test
43: [       OK ] std_algorithms_remove_team_test.test (1300 ms)
43: [----------] 1 test from std_algorithms_remove_team_test (1300 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_if_team_test
43: [ RUN      ] std_algorithms_remove_if_team_test.test
43: [       OK ] std_algorithms_remove_if_team_test.test (1256 ms)
43: [----------] 1 test from std_algorithms_remove_if_team_test (1256 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_team_test
43: [ RUN      ] std_algorithms_remove_copy_team_test.test
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
43: [       OK ] std_algorithms_remove_copy_team_test.test (1913 ms)
43: [----------] 1 test from std_algorithms_remove_copy_team_test (1913 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test
43: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
43: [       OK ] std_algorithms_remove_copy_if_team_test.test (1835 ms)
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1835 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 9 tests from 9 test suites ran. (18095 ms total)
43: [  PASSED  ] 9 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed   18.71 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

44: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
44: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
44: Test timeout computed to be: 1500
44: [==========] Running 2 tests from 2 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_unique_team_test
44: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
[ 99%] Linking CXX executable Kokkos_CoreUnitTest_HIP
44: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1995 ms)
44: [----------] 1 test from std_algorithms_unique_team_test (1995 ms total)
44: 
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test
44: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 99%] Built target Kokkos_CoreUnitTest_HIP
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
44: [       OK ] std_algorithms_adjacent_difference_team_test.test (3118 ms)
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3118 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 2 tests from 2 test suites ran. (5114 ms total)
44: [  PASSED  ] 2 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    5.72 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

45: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
45: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
45: Test timeout computed to be: 1500
45: [==========] Running 6 tests from 2 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_is_sorted_team_test
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (887 ms)
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1371 ms)
45: [----------] 2 tests from std_algorithms_is_sorted_team_test (2258 ms total)
45: 
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (73 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (77 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1151 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (725 ms)
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2028 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 6 tests from 2 test suites ran. (4286 ms total)
45: [  PASSED  ] 6 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    4.89 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

46: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
46: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
46: Test timeout computed to be: 1500
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_transform_team_test
46: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 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_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
46: [       OK ] std_algorithms_transform_team_test.test_unary_op (1847 ms)
46: [----------] 1 test from std_algorithms_transform_team_test (1847 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_team_test
46: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
46: [       OK ] std_algorithms_generate_team_test.test_unary_op (2040 ms)
46: [----------] 1 test from std_algorithms_generate_team_test (2040 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_n_team_test
46: [ RUN      ] std_algorithms_generate_n_team_test.test
46: [       OK ] std_algorithms_generate_n_team_test.test (2153 ms)
46: [----------] 1 test from std_algorithms_generate_n_team_test (2153 ms total)
46: 
46: [----------] 1 test from std_algorithms_swap_ranges_team_test
46: [ RUN      ] std_algorithms_swap_ranges_team_test.test
46: [       OK ] std_algorithms_swap_ranges_team_test.test (1734 ms)
46: [----------] 1 test from std_algorithms_swap_ranges_team_test (1734 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (7776 ms total)
46: [  PASSED  ] 4 tests.
46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    8.38 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

47: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
47: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
47: Test timeout computed to be: 1500
47: [==========] Running 1 test from 1 test suite.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_exclusive_scan_team_test
47: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
47: [       OK ] std_algorithms_exclusive_scan_team_test.test (3792 ms)
47: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3792 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 1 test from 1 test suite ran. (3792 ms total)
47: [  PASSED  ] 1 test.
47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    4.40 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

48: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
48: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests
48: Test timeout computed to be: 1500
48: [==========] Running 1 test from 1 test suite.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test
48: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
48: [       OK ] std_algorithms_inclusive_scan_team_test.test (10923 ms)
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (10923 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 1 test from 1 test suite ran. (10923 ms total)
48: [  PASSED  ] 1 test.
48/49 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed   11.53 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

49: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/simd/unit_tests/Kokkos_UnitTest_SIMD
49: Working Directory: /var/jenkins/workspace/Kokkos_PR-6907/build/simd/unit_tests
49: Test timeout computed to be: 1500
49: [==========] Running 16 tests from 1 test suite.
49: [----------] Global test environment set-up.
49: [----------] 16 tests from simd
49: [ RUN      ] simd.host_math_ops
49: [       OK ] simd.host_math_ops (0 ms)
49: [ RUN      ] simd.device_math_ops
49: /var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_MathOps.hpp:306: Skipped
49: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
49: [  SKIPPED ] simd.device_math_ops (0 ms)
49: [ RUN      ] simd.host_mask_ops
49: [       OK ] simd.host_mask_ops (0 ms)
49: [ RUN      ] simd.device_mask_ops
49: [       OK ] simd.device_mask_ops (83 ms)
49: [ RUN      ] simd.host_conversions
49: [       OK ] simd.host_conversions (0 ms)
49: [ RUN      ] simd.device_conversions
49: [       OK ] simd.device_conversions (0 ms)
49: [ RUN      ] simd.host_shift_ops
49: [       OK ] simd.host_shift_ops (0 ms)
49: [ RUN      ] simd.device_shift_ops
49: [       OK ] simd.device_shift_ops (12 ms)
49: [ RUN      ] simd.host_condition
49: [       OK ] simd.host_condition (0 ms)
49: [ RUN      ] simd.device_condition
49: [       OK ] simd.device_condition (0 ms)
49: [ RUN      ] simd.host_gen_ctors
49: [       OK ] simd.host_gen_ctors (0 ms)
49: [ RUN      ] simd.device_gen_ctors
49: [       OK ] simd.device_gen_ctors (0 ms)
49: [ RUN      ] simd.host_where_expressions
49: [       OK ] simd.host_where_expressions (0 ms)
49: [ RUN      ] simd.device_where_expressions
49: [       OK ] simd.device_where_expressions (0 ms)
49: [ RUN      ] simd.host_reductions
49: [       OK ] simd.host_reductions (0 ms)
49: [ RUN      ] simd.device_reductions
49: /var/jenkins/workspace/Kokkos_PR-6907/simd/unit_tests/include/TestSIMD_Reductions.hpp:176: Skipped
49: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
49: [  SKIPPED ] simd.device_reductions (0 ms)
49: [----------] 16 tests from simd (97 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 16 tests from 1 test suite ran. (97 ms total)
49: [  PASSED  ] 14 tests.
49: [  SKIPPED ] 2 tests, listed below:
49: [  SKIPPED ] simd.device_math_ops
49: [  SKIPPED ] simd.device_reductions
49/49 Test #49: Kokkos_UnitTest_SIMD ........................   Passed    0.69 sec

100% tests passed, 0 tests failed out of 49

Total Test time (real) = 838.35 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Fri Mar 29 03:40:25 2024
stats zeroed                        Fri Mar 29 03:40:25 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      3164
cache size                           4.6 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 0b5ae42bd08cd93719ecbf0caef8ca4cecff1c61d4eabb1051824c4352cc791a
$ docker rm -f --volumes 0b5ae42bd08cd93719ecbf0caef8ca4cecff1c61d4eabb1051824c4352cc791a
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[100%] Built target Kokkos_CoreUnitTest_OpenMP
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/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-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
1: Test timeout computed to be: 1500
1: [==========] Running 310 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 15 tests from openmp_DeathTest
1: [ RUN      ] openmp_DeathTest.abort_from_host
1: [       OK ] openmp_DeathTest.abort_from_host (1375 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (1404 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1335 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1331 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (1340 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1122 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (2276 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 31%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 31%] Built target Kokkos_push_finalize_hook_terminate
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9569 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (9750 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_device
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
1: [----------] 15 tests from openmp_DeathTest (29506 ms total)
1: 
1: [----------] 295 tests from openmp
1: [ RUN      ] openmp.array_capacity
1: [       OK ] openmp.array_capacity (0 ms)
1: [ RUN      ] openmp.array_element_access
1: [       OK ] openmp.array_element_access (0 ms)
1: [ RUN      ] openmp.array_zero_capacity
1: [       OK ] openmp.array_zero_capacity (0 ms)
1: [ RUN      ] openmp.array_zero_data_nullptr
1: [       OK ] openmp.array_zero_data_nullptr (0 ms)
1: [ RUN      ] openmp.array_contiguous_capacity
1: [       OK ] openmp.array_contiguous_capacity (0 ms)
1: [ RUN      ] openmp.array_contiguous_element_access
1: [       OK ] openmp.array_contiguous_element_access (0 ms)
1: [ RUN      ] openmp.array_contiguous_assignment
1: [       OK ] openmp.array_contiguous_assignment (0 ms)
1: [ RUN      ] openmp.array_strided_capacity
1: [       OK ] openmp.array_strided_capacity (0 ms)
1: [ RUN      ] openmp.array_strided_element_access
1: [       OK ] openmp.array_strided_element_access (0 ms)
1: [ RUN      ] openmp.array_strided_assignment
1: [       OK ] openmp.array_strided_assignment (0 ms)
1: [ RUN      ] openmp.atomic_operations_complexdouble
1: [       OK ] openmp.atomic_operations_complexdouble (2 ms)
1: [ RUN      ] openmp.atomic_operations_complexfloat
1: [       OK ] openmp.atomic_operations_complexfloat (3 ms)
1: [ RUN      ] openmp.atomic_operations_double
1: [       OK ] openmp.atomic_operations_double (1 ms)
1: [ RUN      ] openmp.atomic_operations_float
1: [       OK ] openmp.atomic_operations_float (1 ms)
1: [ RUN      ] openmp.atomic_operations_int
1: [       OK ] openmp.atomic_operations_int (3 ms)
1: [ RUN      ] openmp.atomic_operations_long
1: [       OK ] openmp.atomic_operations_long (3 ms)
1: [ RUN      ] openmp.atomic_operations_longlong
1: [       OK ] openmp.atomic_operations_longlong (3 ms)
1: [ RUN      ] openmp.atomic_shared
1: [       OK ] openmp.atomic_shared (0 ms)
1: [ RUN      ] openmp.atomic_operations_unsigned
1: [       OK ] openmp.atomic_operations_unsigned (2 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (2 ms)
1: [ RUN      ] openmp.atomics
1: [       OK ] openmp.atomics (27 ms)
1: [ RUN      ] openmp.atomics_tpetra_max_abs
1: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] openmp.atomic_views_integral
1: [       OK ] openmp.atomic_views_integral (172 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (63 ms)
1: [ RUN      ] openmp.atomic_view_api
1: [       OK ] openmp.atomic_view_api (0 ms)
1: [ RUN      ] openmp.bit_manip_countl_zero
1: [       OK ] openmp.bit_manip_countl_zero (0 ms)
1: [ RUN      ] openmp.bit_manip_countl_one
1: [       OK ] openmp.bit_manip_countl_one (0 ms)
1: [ RUN      ] openmp.bit_manip_countr_zero
1: [       OK ] openmp.bit_manip_countr_zero (0 ms)
1: [ RUN      ] openmp.bit_manip_countr_one
1: [       OK ] openmp.bit_manip_countr_one (0 ms)
1: [ RUN      ] openmp.bit_manip_popcount
1: [       OK ] openmp.bit_manip_popcount (0 ms)
1: [ RUN      ] openmp.bit_manip_has_single_bit
1: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_floor
1: [       OK ] openmp.bit_manip_bit_floor (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_ceil
1: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_width
1: [       OK ] openmp.bit_manip_bit_width (0 ms)
1: [ RUN      ] openmp.bit_manip_rotl
1: [       OK ] openmp.bit_manip_rotl (0 ms)
1: [ RUN      ] openmp.bit_manip_rotr
1: [       OK ] openmp.bit_manip_rotr (0 ms)
1: [ RUN      ] openmp.bit_manip_byeswap
1: [       OK ] openmp.bit_manip_byeswap (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_cast
1: [       OK ] openmp.bit_manip_bit_cast (0 ms)
1: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
1: [       OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
1: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] openmp.execution_policy_occupancy_and_hint
1: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] openmp.complex_construction
1: [       OK ] openmp.complex_construction (0 ms)
1: [ RUN      ] openmp.complex_basic_math
1: [       OK ] openmp.complex_basic_math (0 ms)
1: [ RUN      ] openmp.complex_special_funtions
1: [       OK ] openmp.complex_special_funtions (0 ms)
1: [ RUN      ] openmp.complex_io
1: [       OK ] openmp.complex_io (0 ms)
1: [ RUN      ] openmp.complex_trivially_copyable
1: [       OK ] openmp.complex_trivially_copyable (0 ms)
1: [ RUN      ] openmp.complex_issue_3865
1: [       OK ] openmp.complex_issue_3865 (0 ms)
1: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
1: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] openmp.crs_count_fill
1: [       OK ] openmp.crs_count_fill (0 ms)
1: [ RUN      ] openmp.crs_copy_constructor
1: [       OK ] openmp.crs_copy_constructor (1 ms)
1: [ RUN      ] openmp.deep_copy_alignment
1: [       OK ] openmp.deep_copy_alignment (1 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (34 ms)
1: [ RUN      ] openmp.partitioning_by_args
1: [       OK ] openmp.partitioning_by_args (0 ms)
1: [ RUN      ] openmp.partitioning_by_vector
1: [       OK ] openmp.partitioning_by_vector (0 ms)
1: [ RUN      ] openmp.execution_space_as_class_data_member
1: [       OK ] openmp.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] openmp.functor_analysis
1: [       OK ] openmp.functor_analysis (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_use_count
1: [       OK ] openmp.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_get
1: [       OK ] openmp.host_shared_ptr_get (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_dereference_on_device
1: [       OK ] openmp.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_special_members_on_device
1: [       OK ] openmp.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_tracking
1: [       OK ] openmp.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] openmp.init
1: [       OK ] openmp.init (0 ms)
1: [ RUN      ] openmp.dispatch
1: [       OK ] openmp.dispatch (38 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 (640 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (919 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (466 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (450 ms)
1: [ RUN      ] openmp.deep_copy_scratch
1: [       OK ] openmp.deep_copy_scratch (0 ms)
1: [ RUN      ] openmp.mathematical_constants_e
1: [       OK ] openmp.mathematical_constants_e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_log2e
1: [       OK ] openmp.mathematical_constants_log2e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_log10e
1: [       OK ] openmp.mathematical_constants_log10e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_pi
1: [       OK ] openmp.mathematical_constants_pi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_pi
1: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
1: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_ln2
1: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_ln10
1: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_sqrt2
1: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_sqrt3
1: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
1: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_egamma
1: [       OK ] openmp.mathematical_constants_egamma (0 ms)
1: [ RUN      ] openmp.mathematical_constants_phi
1: [       OK ] openmp.mathematical_constants_phi (0 ms)
1: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
1: [       OK ] openmp.mathematical_functions_trigonometric_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
1: [       OK ] openmp.mathematical_functions_hyperbolic_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_non_standard
1: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] openmp.mathematical_functions_power_functions
1: [       OK ] openmp.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_fma
1: [       OK ] openmp.mathematical_functions_fma (0 ms)
1: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
1: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_absolute_value
1: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
1: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] openmp.mathematical_functions_remainder_function
1: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isfinite
1: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isinf
1: [       OK ] openmp.mathematical_functions_isinf (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isnan
1: [       OK ] openmp.mathematical_functions_isnan (0 ms)
1: [ RUN      ] openmp.mathematical_functions_exponential_functions
1: [       OK ] openmp.mathematical_functions_exponential_functions (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_expint1
1: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_errorfunc
1: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
1: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
1: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
1: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
1: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
1: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] openmp.mdrange_5d
1: [       OK ] openmp.mdrange_5d (34 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (107 ms)
1: [ RUN      ] openmp.mdrange_2d
1: [       OK ] openmp.mdrange_2d (1 ms)
1: [ RUN      ] openmp.mdrange_array_reduce
1: [       OK ] openmp.mdrange_array_reduce (0 ms)
1: [ RUN      ] openmp.mdrange_3d
1: [       OK ] openmp.mdrange_3d (6 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (32 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (7 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
1: [       OK ] openmp.mdrange_large_deep_copy (385 ms)
1: [ RUN      ] openmp.md_range_policy_construction_from_arrays
1: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
1: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (660 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
1: mdspan not enabled
1: [  SKIPPED ] openmp.mdspan_minimal_functional (0 ms)
1: [ RUN      ] openmp.max
1: [       OK ] openmp.max (0 ms)
1: [ RUN      ] openmp.max_within_parfor
1: [       OK ] openmp.max_within_parfor (3 ms)
1: [ RUN      ] openmp.min
1: [       OK ] openmp.min (0 ms)
1: [ RUN      ] openmp.min_within_parfor
1: [       OK ] openmp.min_within_parfor (0 ms)
1: [ RUN      ] openmp.minmax
1: [       OK ] openmp.minmax (0 ms)
1: [ RUN      ] openmp.minmax_within_parfor
1: [       OK ] openmp.minmax_within_parfor (0 ms)
1: [ RUN      ] openmp.clamp
1: [       OK ] openmp.clamp (0 ms)
1: [ RUN      ] openmp.clamp_within_parfor
1: [       OK ] openmp.clamp_within_parfor (0 ms)
1: [ RUN      ] openmp.numeric_traits_infinity
1: [       OK ] openmp.numeric_traits_infinity (0 ms)
1: [ RUN      ] openmp.numeric_traits_epsilon
1: [       OK ] openmp.numeric_traits_epsilon (0 ms)
1: [ RUN      ] openmp.numeric_traits_round_error
1: [       OK ] openmp.numeric_traits_round_error (0 ms)
1: [ RUN      ] openmp.numeric_traits_norm_min
1: [       OK ] openmp.numeric_traits_norm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_denorm_min
1: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_finite_min_max
1: [       OK ] openmp.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits
1: [       OK ] openmp.numeric_traits_digits (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits10
1: [       OK ] openmp.numeric_traits_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_max_digits10
1: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_radix
1: [       OK ] openmp.numeric_traits_radix (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent
1: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent10
1: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
1: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] openmp.numeric_traits_sfinae_friendly
1: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] openmp.occupancy_control
1: [       OK ] openmp.occupancy_control (0 ms)
1: [ RUN      ] openmp.view_aggregate
1: [       OK ] openmp.view_aggregate (0 ms)
1: [ RUN      ] openmp.memory_pool
1: [       OK ] openmp.memory_pool (50 ms)
1: [ RUN      ] openmp.cxx11
1: [       OK ] openmp.cxx11 (0 ms)
1: [ RUN      ] openmp.viewctorprop_embedded_dim
1: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] openmp.parallel_scan_range_policy
1: [       OK ] openmp.parallel_scan_range_policy (5 ms)
1: [ RUN      ] openmp.kokkos_printf
1: [       OK ] openmp.kokkos_printf (0 ms)
1: [ RUN      ] openmp.range_for
1: [       OK ] openmp.range_for (0 ms)
1: [ RUN      ] openmp.range_reduce
1: [       OK ] openmp.range_reduce (0 ms)
1: [ RUN      ] openmp.range_dynamic_policy
1: [       OK ] openmp.range_dynamic_policy (0 ms)
1: [ RUN      ] openmp.range_policy_runtime_parameters
1: [       OK ] openmp.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.range_for_require
1: [       OK ] openmp.range_for_require (0 ms)
1: [ RUN      ] openmp.range_reduce_require
1: [       OK ] openmp.range_reduce_require (0 ms)
1: [ RUN      ] openmp.range_dynamic_policy_require
1: [       OK ] openmp.range_dynamic_policy_require (0 ms)
1: [ RUN      ] openmp.reducers_int
1: [       OK ] openmp.reducers_int (1 ms)
1: [ RUN      ] openmp.reducers_double
1: [       OK ] openmp.reducers_double (1 ms)
1: [ RUN      ] openmp.reducers_complex_double
1: [       OK ] openmp.reducers_complex_double (0 ms)
1: [ RUN      ] openmp.reducers_struct
1: [       OK ] openmp.reducers_struct (1 ms)
1: [ RUN      ] openmp.reducers_half_t
1: [       OK ] openmp.reducers_half_t (1 ms)
1: [ RUN      ] openmp.reducers_bhalf_t
1: [       OK ] openmp.reducers_bhalf_t (0 ms)
1: [ RUN      ] openmp.reducers_int8_t
1: [       OK ] openmp.reducers_int8_t (0 ms)
1: [ RUN      ] openmp.reducers_int16_t
1: [       OK ] openmp.reducers_int16_t (0 ms)
1: [ RUN      ] openmp.reducers_bool
1: [       OK ] openmp.reducers_bool (0 ms)
1: [ RUN      ] openmp.int64_t_reduce
1: [       OK ] openmp.int64_t_reduce (38 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (51 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (150 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (149 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (29 ms)
1: [ RUN      ] openmp.int_combined_reduce
1: [       OK ] openmp.int_combined_reduce (0 ms)
1: [ RUN      ] openmp.mdrange_combined_reduce
1: [       OK ] openmp.mdrange_combined_reduce (0 ms)
1: [ RUN      ] openmp.int_combined_reduce_mixed
1: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] openmp.reduction_deduction
1: [       OK ] openmp.reduction_deduction (0 ms)
1: [ RUN      ] openmp.reduce_device_view_range_policy
1: [       OK ] openmp.reduce_device_view_range_policy (12 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
1: [       OK ] openmp.reduce_device_view_mdrange_policy (236 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (234 ms)
1: [ RUN      ] openmp.impl_shared_alloc
1: [       OK ] openmp.impl_shared_alloc (20 ms)
1: [ RUN      ] openmp.kokkos_swap
1: [       OK ] openmp.kokkos_swap (0 ms)
1: [ RUN      ] openmp.team_for
1: [       OK ] openmp.team_for (11 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (11 ms)
1: [ RUN      ] openmp.team_reduce_large
1: [       OK ] openmp.team_reduce_large (129 ms)
1: [ RUN      ] openmp.team_parallel_single
1: [       OK ] openmp.team_parallel_single (1751 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 (58 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (57 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (59 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_handle_by_value
1: [       OK ] openmp.team_handle_by_value (0 ms)
1: [ RUN      ] openmp.team_vector
1: [       OK ] openmp.team_vector (198 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (198 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (65 ms)
1: [ RUN      ] openmp.team_thread_range_combined_reducers
1: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.thread_vector_range_combined_reducers
1: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.team_vector_range_combined_reducers
1: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
1: [       OK ] openmp.TeamThreadMDRangeParallelFor (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 (5 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (6 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
1: [       OK ] openmp.team_reduction_scan (6848 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (16 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (17 ms)
1: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
1: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
1: [ RUN      ] openmp.repeated_team_reduce
1: [       OK ] openmp.repeated_team_reduce (613 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (119 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (114 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (295 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (31 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (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 (4 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 (1944 ms)
1: [ RUN      ] openmp.team_policy_minmax_scalar_without_plus_equal_k
1: [       OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
1: [ RUN      ] openmp.team_teamvector_range
1: [       OK ] openmp.team_teamvector_range (59 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (15 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (64 ms)
1: [ RUN      ] openmp.unique_token_team_acquire
1: [       OK ] openmp.unique_token_team_acquire (0 ms)
1: [ RUN      ] openmp.view_api_a
1: [       OK ] openmp.view_api_a (4 ms)
1: [ RUN      ] openmp.view_api_b
1: [       OK ] openmp.view_api_b (1 ms)
1: [ RUN      ] openmp.view_api_c
1: [       OK ] openmp.view_api_c (0 ms)
1: [ RUN      ] openmp.view_api_d
1: [       OK ] openmp.view_api_d (0 ms)
1: [ RUN      ] openmp.view_allocation_error
1: [       OK ] openmp.view_allocation_error (0 ms)
1: [ RUN      ] openmp.view_remap
1: [       OK ] openmp.view_remap (0 ms)
1: [ RUN      ] openmp.view_mirror_nonconst
1: [       OK ] openmp.view_mirror_nonconst (0 ms)
1: [ RUN      ] openmp.view_stride_method
1: [       OK ] openmp.view_stride_method (0 ms)
1: [ RUN      ] openmp.anonymous_space
1: [       OK ] openmp.anonymous_space (0 ms)
1: [ RUN      ] openmp.view_overload_resolution
1: [       OK ] openmp.view_overload_resolution (0 ms)
1: [ RUN      ] openmp.view_allocation_large_rank
1: [       OK ] openmp.view_allocation_large_rank (435 ms)
1: [ RUN      ] openmp.view_shmem_size_on_device
1: [       OK ] openmp.view_shmem_size_on_device (0 ms)
1: [ RUN      ] openmp.view_is_assignable
1: [       OK ] openmp.view_is_assignable (0 ms)
1: [ RUN      ] openmp.view_copy_tests
1: [       OK ] openmp.view_copy_tests (4 ms)
1: [ RUN      ] openmp.view_copy_tests_rank_0
1: [       OK ] openmp.view_copy_tests_rank_0 (0 ms)
1: [ RUN      ] openmp.view_copy_degenerated
1: [       OK ] openmp.view_copy_degenerated (0 ms)
1: [ RUN      ] openmp.view_empty_runtime_unmanaged
1: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
1: [ RUN      ] openmp.view_hooks
1: [       OK ] openmp.view_hooks (0 ms)
1: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
1: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (33 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (30 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (0 ms)
1: [ RUN      ] openmp.view_mapping
1: [       OK ] openmp.view_mapping (62 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (1 ms)
1: [ RUN      ] openmp.static_extent
1: [       OK ] openmp.static_extent (0 ms)
1: [ RUN      ] openmp.view_mapping_atomic
1: [       OK ] openmp.view_mapping_atomic (0 ms)
1: [ RUN      ] openmp.view_mapping_class_value
1: [       OK ] openmp.view_mapping_class_value (0 ms)
1: [ RUN      ] openmp.view_mapping_assignable
1: [       OK ] openmp.view_mapping_assignable (0 ms)
1: [ RUN      ] openmp.view_mapping_trivially_copyable
1: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
1: [ RUN      ] openmp.view_mapping_subview
1: [       OK ] openmp.view_mapping_subview (0 ms)
1: [ RUN      ] openmp.view_nested_view
1: [       OK ] openmp.view_nested_view (0 ms)
1: [ RUN      ] openmp.append_formatted_multidimensional_index
1: [       OK ] openmp.append_formatted_multidimensional_index (0 ms)
1: [ RUN      ] openmp.view_resize
1: [       OK ] openmp.view_resize (3 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (722 ms)
1: [ RUN      ] openmp.resize_realloc_no_init
1: [       OK ] openmp.resize_realloc_no_init (0 ms)
1: [ RUN      ] openmp.resize_realloc_no_alloc
1: [       OK ] openmp.resize_realloc_no_alloc (0 ms)
1: [ RUN      ] openmp.realloc_exec_space
1: [       OK ] openmp.realloc_exec_space (0 ms)
1: [ RUN      ] openmp.view_alloc
1: [       OK ] openmp.view_alloc (0 ms)
1: [ RUN      ] openmp.view_alloc_exec_space
1: [       OK ] openmp.view_alloc_exec_space (0 ms)
1: [ RUN      ] openmp.view_alloc_int
1: [       OK ] openmp.view_alloc_int (0 ms)
1: [ RUN      ] openmp.view_alloc_exec_space_int
1: [       OK ] openmp.view_alloc_exec_space_int (0 ms)
1: [ RUN      ] openmp.deep_copy_zero_memset
1: [       OK ] openmp.deep_copy_zero_memset (0 ms)
1: [ RUN      ] openmp.resize_exec_space
1: [       OK ] openmp.resize_exec_space (0 ms)
1: [ RUN      ] openmp.view_allocation_int
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
1: skipping since the fence checked for isn't necessary
1: [  SKIPPED ] openmp.view_allocation_int (0 ms)
1: [ RUN      ] openmp.view_allocation_exec_space_int
1: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
1: [ RUN      ] openmp.view_not_default_constructible
1: [       OK ] openmp.view_not_default_constructible (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_left
1: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_right
1: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_stride
1: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
1: [ RUN      ] openmp.view_subview_assign_strided
1: [       OK ] openmp.view_subview_assign_strided (0 ms)
1: [ RUN      ] openmp.view_subview_left_0
1: [       OK ] openmp.view_subview_left_0 (0 ms)
1: [ RUN      ] openmp.view_subview_left_1
1: [       OK ] openmp.view_subview_left_1 (0 ms)
1: [ RUN      ] openmp.view_subview_left_2
1: [       OK ] openmp.view_subview_left_2 (0 ms)
1: [ RUN      ] openmp.view_subview_left_3
1: [       OK ] openmp.view_subview_left_3 (0 ms)
1: [ RUN      ] openmp.view_subview_right_0
1: [       OK ] openmp.view_subview_right_0 (0 ms)
1: [ RUN      ] openmp.view_subview_right_1
1: [       OK ] openmp.view_subview_right_1 (0 ms)
1: [ RUN      ] openmp.view_subview_right_3
1: [       OK ] openmp.view_subview_right_3 (0 ms)
1: [ RUN      ] openmp.view_static_tests
1: [       OK ] openmp.view_static_tests (0 ms)
1: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
1: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms)
1: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
1: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign
1: [       OK ] openmp.view_subview_1d_assign (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign_atomic
1: [       OK ] openmp.view_subview_1d_assign_atomic (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
1: [       OK ] openmp.view_subview_1d_assign_randomaccess (0 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d
1: [       OK ] openmp.view_subview_2d_from_3d (6 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (6 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (6 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (124 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (87 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (86 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (173 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (172 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (167 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: [----------] 295 tests from openmp (20062 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 310 tests from 2 test suites ran. (49569 ms total)
1: [  PASSED  ] 306 tests.
1: [  SKIPPED ] 4 tests, listed below:
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
1: [  SKIPPED ] openmp.mdspan_minimal_functional
1: [  SKIPPED ] openmp.view_allocation_int
 1/53 Test  #1: Kokkos_CoreUnitTest_OpenMP ..................   Passed   50.03 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMPInterOp

2: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp
2: Test timeout computed to be: 1500
2: [==========] Running 1 test from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 1 test from openmp
2: [ RUN      ] openmp.raw_openmp_interop
2: [       OK ] openmp.raw_openmp_interop (388 ms)
2: [----------] 1 test from openmp (388 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (388 ms total)
2: [  PASSED  ] 1 test.
 2/53 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ...........   Passed    0.42 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenMPGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph
3: Test timeout computed to be: 1500
3: [==========] Running 5 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 5 tests from openmp_count_bugs
3: [ RUN      ] openmp_count_bugs.launch_one
3: [       OK ] openmp_count_bugs.launch_one (0 ms)
3: [ RUN      ] openmp_count_bugs.launch_one_rvalue
3: [       OK ] openmp_count_bugs.launch_one_rvalue (0 ms)
3: [ RUN      ] openmp_count_bugs.launch_six
3: [       OK ] openmp_count_bugs.launch_six (0 ms)
3: [ RUN      ] openmp_count_bugs.when_all_cycle
3: [       OK ] openmp_count_bugs.when_all_cycle (0 ms)
3: [ RUN      ] openmp_count_bugs.zero_work_reduce
3: [       OK ] openmp_count_bugs.zero_work_reduce (0 ms)
3: [----------] 5 tests from openmp_count_bugs (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/53 Test  #3: Kokkos_CoreUnitTest_OpenMPGraph .............   Passed    0.41 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIP

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_HIP
4: Test timeout computed to be: 1500
4: [==========] Running 367 tests from 4 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from hip_DeathTest
4: [ RUN      ] hip_DeathTest.abort_from_host
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
4: [       OK ] hip_DeathTest.abort_from_host (1404 ms)
4: [ RUN      ] hip_DeathTest.abort_from_device
4: [       OK ] hip_DeathTest.abort_from_device (1448 ms)
4: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1372 ms)
4: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1373 ms)
4: [ RUN      ] hip_DeathTest.policy_invalid_bounds
4: [       OK ] hip_DeathTest.policy_invalid_bounds (1301 ms)
4: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: [       OK ] hip_DeathTest.range_policy_invalid_bounds (1122 ms)
4: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (2234 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
4: [       OK ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_stat
4: [       OK ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_mix
4: [       OK ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] hip_DeathTest.view_construction_with_wrong_static_extents
4: [       OK ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_Default
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
4: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (10038 ms)
4: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
4: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9878 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 33%] Built target Kokkos_CoreUnitTest_KokkosP
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 33%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (25820 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 34%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 34%] Built target Kokkos_ProfilingAllCalls
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (25597 ms)
4: [----------] 15 tests from hip_DeathTest (81593 ms total)
4: 
4: [----------] 274 tests from hip
4: [ RUN      ] hip.array_capacity
4: [       OK ] hip.array_capacity (0 ms)
4: [ RUN      ] hip.array_element_access
4: [       OK ] hip.array_element_access (0 ms)
4: [ RUN      ] hip.array_zero_capacity
4: [       OK ] hip.array_zero_capacity (0 ms)
4: [ RUN      ] hip.array_zero_data_nullptr
4: [       OK ] hip.array_zero_data_nullptr (0 ms)
4: [ RUN      ] hip.array_contiguous_capacity
4: [       OK ] hip.array_contiguous_capacity (0 ms)
4: [ RUN      ] hip.array_contiguous_element_access
4: [       OK ] hip.array_contiguous_element_access (0 ms)
4: [ RUN      ] hip.array_contiguous_assignment
4: [       OK ] hip.array_contiguous_assignment (0 ms)
4: [ RUN      ] hip.array_strided_capacity
4: [       OK ] hip.array_strided_capacity (0 ms)
4: [ RUN      ] hip.array_strided_element_access
4: [       OK ] hip.array_strided_element_access (0 ms)
4: [ RUN      ] hip.array_strided_assignment
4: [       OK ] hip.array_strided_assignment (0 ms)
4: [ RUN      ] hip.atomic_operations_complexdouble
4: [       OK ] hip.atomic_operations_complexdouble (12 ms)
4: [ RUN      ] hip.atomic_operations_complexfloat
4: [       OK ] hip.atomic_operations_complexfloat (9 ms)
4: [ RUN      ] hip.atomic_operations_double
4: [       OK ] hip.atomic_operations_double (11 ms)
4: [ RUN      ] hip.atomic_operations_float
4: [       OK ] hip.atomic_operations_float (9 ms)
4: [ RUN      ] hip.atomic_operations_int
4: [       OK ] hip.atomic_operations_int (23 ms)
4: [ RUN      ] hip.atomic_operations_long
4: [       OK ] hip.atomic_operations_long (23 ms)
4: [ RUN      ] hip.atomic_operations_longlong
4: [       OK ] hip.atomic_operations_longlong (22 ms)
4: [ RUN      ] hip.atomic_shared
4: [       OK ] hip.atomic_shared (5 ms)
4: [ RUN      ] hip.atomic_operations_unsigned
4: [       OK ] hip.atomic_operations_unsigned (20 ms)
4: [ RUN      ] hip.atomic_operations_unsignedlong
4: [       OK ] hip.atomic_operations_unsignedlong (19 ms)
4: [ RUN      ] hip.atomics
4: [       OK ] hip.atomics (856 ms)
4: [ RUN      ] hip.atomics_tpetra_max_abs
4: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] hip.atomic_views_integral
[ 34%] Linking CXX executable Kokkos_ToolsInitialization
[ 34%] Built target Kokkos_ToolsInitialization
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
4: [       OK ] hip.atomic_views_integral (18692 ms)
4: [ RUN      ] hip.atomic_views_nonintegral
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
4: [       OK ] hip.atomic_views_nonintegral (13465 ms)
4: [ RUN      ] hip.atomic_view_api
4: [       OK ] hip.atomic_view_api (0 ms)
4: [ RUN      ] hip.bit_manip_countl_zero
4: [       OK ] hip.bit_manip_countl_zero (8 ms)
4: [ RUN      ] hip.bit_manip_countl_one
4: [       OK ] hip.bit_manip_countl_one (0 ms)
4: [ RUN      ] hip.bit_manip_countr_zero
4: [       OK ] hip.bit_manip_countr_zero (0 ms)
4: [ RUN      ] hip.bit_manip_countr_one
4: [       OK ] hip.bit_manip_countr_one (0 ms)
4: [ RUN      ] hip.bit_manip_popcount
4: [       OK ] hip.bit_manip_popcount (0 ms)
4: [ RUN      ] hip.bit_manip_has_single_bit
4: [       OK ] hip.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] hip.bit_manip_bit_floor
4: [       OK ] hip.bit_manip_bit_floor (0 ms)
4: [ RUN      ] hip.bit_manip_bit_ceil
4: [       OK ] hip.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] hip.bit_manip_bit_width
4: [       OK ] hip.bit_manip_bit_width (0 ms)
4: [ RUN      ] hip.bit_manip_rotl
4: [       OK ] hip.bit_manip_rotl (1 ms)
4: [ RUN      ] hip.bit_manip_rotr
4: [       OK ] hip.bit_manip_rotr (0 ms)
4: [ RUN      ] hip.bit_manip_byeswap
4: [       OK ] hip.bit_manip_byeswap (0 ms)
4: [ RUN      ] hip.bit_manip_bit_cast
4: [       OK ] hip.bit_manip_bit_cast (0 ms)
4: [ RUN      ] hip.test_block_deduction_bug_pr_3103
4: [       OK ] hip.test_block_deduction_bug_pr_3103 (0 ms)
4: [ RUN      ] hip.checked_integer_operations_multiply_overflow
4: [       OK ] hip.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] hip.execution_policy_occupancy_and_hint
4: [       OK ] hip.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] hip.complex_construction
4: [       OK ] hip.complex_construction (1 ms)
4: [ RUN      ] hip.complex_basic_math
4: [       OK ] hip.complex_basic_math (0 ms)
4: [ RUN      ] hip.complex_special_funtions
4: [       OK ] hip.complex_special_funtions (0 ms)
4: [ RUN      ] hip.complex_io
4: [       OK ] hip.complex_io (0 ms)
4: [ RUN      ] hip.complex_trivially_copyable
4: [       OK ] hip.complex_trivially_copyable (0 ms)
4: [ RUN      ] hip.complex_issue_3865
4: [       OK ] hip.complex_issue_3865 (0 ms)
4: [ RUN      ] hip.complex_operations_arithmetic_types_overloads
4: [       OK ] hip.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] hip.crs_count_fill
4: [       OK ] hip.crs_count_fill (3 ms)
4: [ RUN      ] hip.crs_copy_constructor
4: [       OK ] hip.crs_copy_constructor (6 ms)
4: [ RUN      ] hip.deep_copy_alignment
4: [       OK ] hip.deep_copy_alignment (8 ms)
4: [ RUN      ] hip.deep_copy_conversion
4: [       OK ] hip.deep_copy_conversion (893 ms)
4: [ RUN      ] hip.partitioning_by_args
4: [       OK ] hip.partitioning_by_args (26 ms)
4: [ RUN      ] hip.partitioning_by_vector
4: [       OK ] hip.partitioning_by_vector (24 ms)
4: [ RUN      ] hip.execution_space_as_class_data_member
4: [       OK ] hip.execution_space_as_class_data_member (0 ms)
4: [ RUN      ] hip.functor_analysis
4: [       OK ] hip.functor_analysis (0 ms)
4: [ RUN      ] hip.host_shared_ptr_use_count
4: [       OK ] hip.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] hip.host_shared_ptr_get
4: [       OK ] hip.host_shared_ptr_get (0 ms)
4: [ RUN      ] hip.host_shared_ptr_dereference_on_device
4: [       OK ] hip.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] hip.host_shared_ptr_special_members_on_device
4: [       OK ] hip.host_shared_ptr_special_members_on_device (0 ms)
4: [ RUN      ] hip.host_shared_ptr_tracking
4: 
4: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
4:                                  does not support page migration between device and host.
4:                                  HIPManagedSpace might not work as expected.
4:                                  Please refer to the ROCm documentation on unified/managed memory.
4: [       OK ] hip.host_shared_ptr_tracking (0 ms)
4: [ RUN      ] hip.init
4: [       OK ] hip.init (0 ms)
4: [ RUN      ] hip.dispatch
4: [       OK ] hip.dispatch (21 ms)
4: [ RUN      ] hip.join_backward_compatibility
4: [       OK ] hip.join_backward_compatibility (0 ms)
4: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
4: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (615 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2032 ms)
4: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
4: [       OK ] hip.local_deepcopy_teampolicy_layoutright (598 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1423 ms)
4: [ RUN      ] hip.deep_copy_scratch
4: [       OK ] hip.deep_copy_scratch (0 ms)
4: [ RUN      ] hip.mathematical_constants_e
4: [       OK ] hip.mathematical_constants_e (2 ms)
4: [ RUN      ] hip.mathematical_constants_log2e
4: [       OK ] hip.mathematical_constants_log2e (0 ms)
4: [ RUN      ] hip.mathematical_constants_log10e
4: [       OK ] hip.mathematical_constants_log10e (0 ms)
4: [ RUN      ] hip.mathematical_constants_pi
4: [       OK ] hip.mathematical_constants_pi (0 ms)
4: [ RUN      ] hip.mathematical_constants_inv_pi
4: [       OK ] hip.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] hip.mathematical_constants_inv_sqrtpi
4: [       OK ] hip.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] hip.mathematical_constants_ln2
4: [       OK ] hip.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] hip.mathematical_constants_ln10
4: [       OK ] hip.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] hip.mathematical_constants_sqrt2
4: [       OK ] hip.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] hip.mathematical_constants_sqrt3
4: [       OK ] hip.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] hip.mathematical_constants_inv_sqrt3
4: [       OK ] hip.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] hip.mathematical_constants_egamma
4: [       OK ] hip.mathematical_constants_egamma (0 ms)
4: [ RUN      ] hip.mathematical_constants_phi
4: [       OK ] hip.mathematical_constants_phi (0 ms)
4: [ RUN      ] hip.mathematical_functions_trigonometric_functions
4: [       OK ] hip.mathematical_functions_trigonometric_functions (26 ms)
4: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
4: [       OK ] hip.mathematical_functions_hyperbolic_functions (3 ms)
4: [ RUN      ] hip.mathematical_functions_non_standard
4: [       OK ] hip.mathematical_functions_non_standard (0 ms)
4: [ RUN      ] hip.mathematical_functions_power_functions
4: [       OK ] hip.mathematical_functions_power_functions (25 ms)
4: [ RUN      ] hip.mathematical_functions_fma
4: [       OK ] hip.mathematical_functions_fma (0 ms)
4: [ RUN      ] hip.mathematical_functions_error_and_gamma_functions
4: [       OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms)
4: [ RUN      ] hip.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
4: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms)
4: [ RUN      ] hip.mathematical_functions_absolute_value
4: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
4: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] hip.mathematical_functions_remainder_function
4: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] hip.mathematical_functions_isfinite
4: [       OK ] hip.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] hip.mathematical_functions_isinf
4: [       OK ] hip.mathematical_functions_isinf (0 ms)
4: [ RUN      ] hip.mathematical_functions_isnan
4: [       OK ] hip.mathematical_functions_isnan (0 ms)
4: [ RUN      ] hip.mathematical_functions_exponential_functions
4: [       OK ] hip.mathematical_functions_exponential_functions (12 ms)
4: [ RUN      ] hip.mathspecialfunc_expint1
4: [       OK ] hip.mathspecialfunc_expint1 (7 ms)
4: [ RUN      ] hip.mathspecialfunc_errorfunc
4: [       OK ] hip.mathspecialfunc_errorfunc (0 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselj0y0
4: [       OK ] hip.mathspecialfunc_cbesselj0y0 (28 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselj1y1
4: [       OK ] hip.mathspecialfunc_cbesselj1y1 (29 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
4: [       OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
4: [       OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
4: [       OK ] hip.mathspecialfunc_cbesselh1stkind (1 ms)
4: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
4: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [ RUN      ] hip.mdrange_5d
4: [       OK ] hip.mdrange_5d (15 ms)
4: [ RUN      ] hip.mdrange_6d
4: [       OK ] hip.mdrange_6d (23 ms)
4: [ RUN      ] hip.mdrange_2d
4: [       OK ] hip.mdrange_2d (6 ms)
4: [ RUN      ] hip.mdrange_array_reduce
4: [       OK ] hip.mdrange_array_reduce (0 ms)
4: [ RUN      ] hip.mdrange_3d
4: [       OK ] hip.mdrange_3d (9 ms)
4: [ RUN      ] hip.mdrange_neg_idx
4: [       OK ] hip.mdrange_neg_idx (2 ms)
4: [ RUN      ] hip.mdrange_4d
4: [       OK ] hip.mdrange_4d (7 ms)
4: [ RUN      ] hip.mdrange_scalar
4: [       OK ] hip.mdrange_scalar (0 ms)
4: [ RUN      ] hip.mdrange_large_deep_copy
4: [       OK ] hip.mdrange_large_deep_copy (79 ms)
4: [ RUN      ] hip.md_range_policy_construction_from_arrays
4: [       OK ] hip.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] hip.mdrange_parallel_reduce_primitive_types
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
4: [       OK ] hip.mdrange_parallel_reduce_primitive_types (11544 ms)
4: [ RUN      ] hip.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
4: mdspan not enabled
4: [  SKIPPED ] hip.mdspan_minimal_functional (0 ms)
4: [ RUN      ] hip.max
4: [       OK ] hip.max (0 ms)
4: [ RUN      ] hip.max_within_parfor
4: [       OK ] hip.max_within_parfor (1 ms)
4: [ RUN      ] hip.min
4: [       OK ] hip.min (0 ms)
4: [ RUN      ] hip.min_within_parfor
4: [       OK ] hip.min_within_parfor (0 ms)
4: [ RUN      ] hip.minmax
4: [       OK ] hip.minmax (0 ms)
4: [ RUN      ] hip.minmax_within_parfor
4: [       OK ] hip.minmax_within_parfor (0 ms)
4: [ RUN      ] hip.clamp
4: [       OK ] hip.clamp (0 ms)
4: [ RUN      ] hip.clamp_within_parfor
4: [       OK ] hip.clamp_within_parfor (0 ms)
4: [ RUN      ] hip.numeric_traits_infinity
4: [       OK ] hip.numeric_traits_infinity (8 ms)
4: [ RUN      ] hip.numeric_traits_epsilon
4: [       OK ] hip.numeric_traits_epsilon (0 ms)
4: [ RUN      ] hip.numeric_traits_round_error
4: [       OK ] hip.numeric_traits_round_error (0 ms)
4: [ RUN      ] hip.numeric_traits_norm_min
4: [       OK ] hip.numeric_traits_norm_min (0 ms)
4: [ RUN      ] hip.numeric_traits_denorm_min
4: [       OK ] hip.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] hip.numeric_traits_finite_min_max
4: [       OK ] hip.numeric_traits_finite_min_max (1 ms)
4: [ RUN      ] hip.numeric_traits_digits
4: [       OK ] hip.numeric_traits_digits (1 ms)
4: [ RUN      ] hip.numeric_traits_digits10
4: [       OK ] hip.numeric_traits_digits10 (1 ms)
4: [ RUN      ] hip.numeric_traits_max_digits10
4: [       OK ] hip.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] hip.numeric_traits_radix
4: [       OK ] hip.numeric_traits_radix (0 ms)
4: [ RUN      ] hip.numeric_traits_min_max_exponent
4: [       OK ] hip.numeric_traits_min_max_exponent (0 ms)
4: [ RUN      ] hip.numeric_traits_min_max_exponent10
4: [       OK ] hip.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] hip.numeric_traits_quiet_and_signaling_nan
4: [       OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms)
4: [ RUN      ] hip.numeric_traits_sfinae_friendly
4: [       OK ] hip.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] hip.occupancy_control
4: [       OK ] hip.occupancy_control (0 ms)
4: [ RUN      ] hip.view_aggregate
4: [       OK ] hip.view_aggregate (0 ms)
4: [ RUN      ] hip.memory_pool
4: [       OK ] hip.memory_pool (18 ms)
4: [ RUN      ] hip.cxx11
4: [       OK ] hip.cxx11 (0 ms)
4: [ RUN      ] hip.viewctorprop_embedded_dim
4: [       OK ] hip.viewctorprop_embedded_dim (0 ms)
4: [ RUN      ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility
4: [       OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
4: [ RUN      ] hip.parallel_scan_range_policy
4: [       OK ] hip.parallel_scan_range_policy (40 ms)
4: [ RUN      ] hip.kokkos_printf
4: [       OK ] hip.kokkos_printf (0 ms)
4: [ RUN      ] hip.range_for
4: [       OK ] hip.range_for (2 ms)
4: [ RUN      ] hip.range_reduce
4: [       OK ] hip.range_reduce (0 ms)
4: [ RUN      ] hip.range_dynamic_policy
4: [       OK ] hip.range_dynamic_policy (0 ms)
4: [ RUN      ] hip.range_policy_runtime_parameters
4: [       OK ] hip.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] hip.range_for_require
4: [       OK ] hip.range_for_require (2 ms)
4: [ RUN      ] hip.range_reduce_require
4: [       OK ] hip.range_reduce_require (0 ms)
4: [ RUN      ] hip.range_dynamic_policy_require
4: [       OK ] hip.range_dynamic_policy_require (0 ms)
4: [ RUN      ] hip.reducers_int
4: [       OK ] hip.reducers_int (6 ms)
4: [ RUN      ] hip.reducers_double
4: [       OK ] hip.reducers_double (5 ms)
4: [ RUN      ] hip.reducers_complex_double
4: [       OK ] hip.reducers_complex_double (10 ms)
4: [ RUN      ] hip.reducers_struct
4: [       OK ] hip.reducers_struct (4 ms)
4: [ RUN      ] hip.reducers_half_t
4: [       OK ] hip.reducers_half_t (4 ms)
4: [ RUN      ] hip.reducers_bhalf_t
4: [       OK ] hip.reducers_bhalf_t (3 ms)
4: [ RUN      ] hip.reducers_int8_t
4: [       OK ] hip.reducers_int8_t (3 ms)
4: [ RUN      ] hip.reducers_int16_t
4: [       OK ] hip.reducers_int16_t (3 ms)
4: [ RUN      ] hip.reducers_bool
4: [       OK ] hip.reducers_bool (1 ms)
4: [ RUN      ] hip.int64_t_reduce
4: [       OK ] hip.int64_t_reduce (30 ms)
4: [ RUN      ] hip.double_reduce
4: [       OK ] hip.double_reduce (28 ms)
4: [ RUN      ] hip.int64_t_reduce_dynamic
4: [       OK ] hip.int64_t_reduce_dynamic (23 ms)
4: [ RUN      ] hip.double_reduce_dynamic
4: [       OK ] hip.double_reduce_dynamic (23 ms)
4: [ RUN      ] hip.int64_t_reduce_dynamic_view
4: [       OK ] hip.int64_t_reduce_dynamic_view (6 ms)
4: [ RUN      ] hip.int_combined_reduce
4: [       OK ] hip.int_combined_reduce (0 ms)
4: [ RUN      ] hip.mdrange_combined_reduce
4: [       OK ] hip.mdrange_combined_reduce (0 ms)
4: [ RUN      ] hip.int_combined_reduce_mixed
4: [       OK ] hip.int_combined_reduce_mixed (0 ms)
4: [ RUN      ] hip.reduction_deduction
4: [       OK ] hip.reduction_deduction (0 ms)
4: [ RUN      ] hip.reduce_device_view_range_policy
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
4: [       OK ] hip.reduce_device_view_range_policy (21713 ms)
4: [ RUN      ] hip.reduce_device_view_mdrange_policy
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 37%] Linking CXX executable Kokkos_StackTraceTestExec
[ 37%] Built target Kokkos_StackTraceTestExec
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
4: [       OK ] hip.reduce_device_view_mdrange_policy (24716 ms)
4: [ RUN      ] hip.reduce_device_view_team_policy
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 39%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 39%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
4: [       OK ] hip.reduce_device_view_team_policy (24383 ms)
4: [ RUN      ] hip.impl_shared_alloc
4: [       OK ] hip.impl_shared_alloc (111 ms)
4: [ RUN      ] hip.kokkos_swap
4: [       OK ] hip.kokkos_swap (1 ms)
4: [ RUN      ] hip.team_for
4: [       OK ] hip.team_for (17 ms)
4: [ RUN      ] hip.team_reduce
4: [       OK ] hip.team_reduce (0 ms)
4: [ RUN      ] hip.team_reduce_large
4: [       OK ] hip.team_reduce_large (328 ms)
4: [ RUN      ] hip.team_parallel_single
4: [       OK ] hip.team_parallel_single (7 ms)
4: [ RUN      ] hip.large_team_scratch_size
4: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s)
4: [       OK ] hip.large_team_scratch_size (0 ms)
4: [ RUN      ] hip.team_broadcast_long
4: [       OK ] hip.team_broadcast_long (0 ms)
4: [ RUN      ] hip.team_broadcast_long_wrapper
4: [       OK ] hip.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] hip.team_broadcast_char
4: [       OK ] hip.team_broadcast_char (0 ms)
4: [ RUN      ] hip.team_broadcast_float
4: [       OK ] hip.team_broadcast_float (0 ms)
4: [ RUN      ] hip.team_broadcast_double
4: [       OK ] hip.team_broadcast_double (0 ms)
4: [ RUN      ] hip.team_handle_by_value
4: [       OK ] hip.team_handle_by_value (0 ms)
4: [ RUN      ] hip.team_vector
4: [       OK ] hip.team_vector (9 ms)
4: [ RUN      ] hip.triple_nested_parallelism
4: [       OK ] hip.triple_nested_parallelism (6 ms)
4: [ RUN      ] hip.parallel_scan_with_reducers
4: [       OK ] hip.parallel_scan_with_reducers (68 ms)
4: [ RUN      ] hip.team_thread_range_combined_reducers
4: [       OK ] hip.team_thread_range_combined_reducers (1 ms)
4: [ RUN      ] hip.thread_vector_range_combined_reducers
4: [       OK ] hip.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] hip.team_vector_range_combined_reducers
4: [       OK ] hip.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] hip.TeamThreadMDRangeParallelFor
4: [       OK ] hip.TeamThreadMDRangeParallelFor (31 ms)
4: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
4: [       OK ] hip.ThreadVectorMDRangeParallelFor (8 ms)
4: [ RUN      ] hip.TeamVectorMDRangeParallelFor
4: [       OK ] hip.TeamVectorMDRangeParallelFor (8 ms)
4: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
4: [       OK ] hip.TeamThreadMDRangeParallelReduce (14 ms)
4: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
4: [       OK ] hip.ThreadVectorMDRangeParallelReduce (5 ms)
4: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
4: [       OK ] hip.TeamVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] hip.team_policy_runtime_parameters
4: [       OK ] hip.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] hip.team_reduction_scan
4: [       OK ] hip.team_reduction_scan (1885 ms)
4: [ RUN      ] hip.team_long_reduce
4: [       OK ] hip.team_long_reduce (19 ms)
4: [ RUN      ] hip.team_double_reduce
4: [       OK ] hip.team_double_reduce (19 ms)
4: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] hip.repeated_team_reduce
4: [       OK ] hip.repeated_team_reduce (74 ms)
4: [ RUN      ] hip.team_scan
4: [       OK ] hip.team_scan (101 ms)
4: [ RUN      ] hip.team_scan_ret_val
4: [       OK ] hip.team_scan_ret_val (104 ms)
4: [ RUN      ] hip.team_shared_request
4: [       OK ] hip.team_shared_request (5 ms)
4: [ RUN      ] hip.team_scratch_request
4: [       OK ] hip.team_scratch_request (1 ms)
4: [ RUN      ] hip.team_lambda_shared_request
4: [       OK ] hip.team_lambda_shared_request (3 ms)
4: [ RUN      ] hip.scratch_align
4: [       OK ] hip.scratch_align (0 ms)
4: [ RUN      ] hip.shmem_size
4: [       OK ] hip.shmem_size (0 ms)
4: [ RUN      ] hip.multi_level_scratch
4: [       OK ] hip.multi_level_scratch (10 ms)
4: [ RUN      ] hip.team_scratch_memory_index_parallel_for
4: [       OK ] hip.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] hip.team_policy_max_recommended
4: [       OK ] hip.team_policy_max_recommended (26 ms)
4: [ RUN      ] hip.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] hip.team_teamvector_range
4: [       OK ] hip.team_teamvector_range (3 ms)
4: [ RUN      ] hip.unique_token_global
4: [       OK ] hip.unique_token_global (26 ms)
4: [ RUN      ] hip.unique_token_instance
4: [       OK ] hip.unique_token_instance (25 ms)
4: [ RUN      ] hip.unique_token_team_acquire
4: [       OK ] hip.unique_token_team_acquire (18 ms)
4: [ RUN      ] hip.view_api_a
4: [       OK ] hip.view_api_a (16 ms)
4: [ RUN      ] hip.view_api_b
4: [       OK ] hip.view_api_b (5 ms)
4: [ RUN      ] hip.view_api_c
4: [       OK ] hip.view_api_c (1 ms)
4: [ RUN      ] hip.view_api_d
4: [       OK ] hip.view_api_d (1 ms)
4: [ RUN      ] hip.view_allocation_error
4: [       OK ] hip.view_allocation_error (0 ms)
4: [ RUN      ] hip.view_remap
4: [       OK ] hip.view_remap (0 ms)
4: [ RUN      ] hip.view_mirror_nonconst
4: [       OK ] hip.view_mirror_nonconst (0 ms)
4: [ RUN      ] hip.view_stride_method
4: [       OK ] hip.view_stride_method (0 ms)
4: [ RUN      ] hip.anonymous_space
4: [       OK ] hip.anonymous_space (1 ms)
4: [ RUN      ] hip.view_overload_resolution
4: [       OK ] hip.view_overload_resolution (0 ms)
4: [ RUN      ] hip.view_allocation_large_rank
4: [       OK ] hip.view_allocation_large_rank (4 ms)
4: [ RUN      ] hip.view_shmem_size_on_device
4: [       OK ] hip.view_shmem_size_on_device (0 ms)
4: [ RUN      ] hip.view_is_assignable
4: [       OK ] hip.view_is_assignable (0 ms)
4: [ RUN      ] hip.view_copy_tests
4: [       OK ] hip.view_copy_tests (7 ms)
4: [ RUN      ] hip.view_copy_tests_rank_0
4: [       OK ] hip.view_copy_tests_rank_0 (2 ms)
4: [ RUN      ] hip.view_copy_degenerated
4: [       OK ] hip.view_copy_degenerated (0 ms)
4: [ RUN      ] hip.view_empty_runtime_unmanaged
4: [       OK ] hip.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] hip.view_hooks
4: [       OK ] hip.view_hooks (0 ms)
4: [ RUN      ] hip.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] hip.view_layoutstride_left_to_layoutleft_assignment (42 ms)
4: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (41 ms)
4: [ RUN      ] hip.view_irregular_layout
4: [       OK ] hip.view_irregular_layout (7 ms)
4: [ RUN      ] hip.view_mapping
4: [       OK ] hip.view_mapping (57 ms)
4: [ RUN      ] hip.view_mapping_operator
4: [       OK ] hip.view_mapping_operator (24 ms)
4: [ RUN      ] hip.static_extent
4: [       OK ] hip.static_extent (0 ms)
4: [ RUN      ] hip.view_mapping_atomic
4: [       OK ] hip.view_mapping_atomic (1 ms)
4: [ RUN      ] hip.view_mapping_class_value
4: [       OK ] hip.view_mapping_class_value (0 ms)
4: [ RUN      ] hip.view_mapping_assignable
4: [       OK ] hip.view_mapping_assignable (0 ms)
4: [ RUN      ] hip.view_mapping_trivially_copyable
4: [       OK ] hip.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] hip.view_mapping_subview
4: [       OK ] hip.view_mapping_subview (1 ms)
4: [ RUN      ] hip.view_nested_view
4: [       OK ] hip.view_nested_view (0 ms)
4: [ RUN      ] hip.append_formatted_multidimensional_index
4: [       OK ] hip.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] hip.view_resize
4: [       OK ] hip.view_resize (14 ms)
4: [ RUN      ] hip.view_realloc
4: [       OK ] hip.view_realloc (0 ms)
4: [ RUN      ] hip.workgraph_fib
4: [       OK ] hip.workgraph_fib (3063 ms)
4: [ RUN      ] hip.resize_realloc_no_init
4: [       OK ] hip.resize_realloc_no_init (0 ms)
4: [ RUN      ] hip.resize_realloc_no_alloc
4: [       OK ] hip.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] hip.realloc_exec_space
4: [       OK ] hip.realloc_exec_space (0 ms)
4: [ RUN      ] hip.view_alloc
4: [       OK ] hip.view_alloc (1 ms)
4: [ RUN      ] hip.view_alloc_exec_space
4: [       OK ] hip.view_alloc_exec_space (0 ms)
4: [ RUN      ] hip.view_alloc_int
4: [       OK ] hip.view_alloc_int (0 ms)
4: [ RUN      ] hip.view_alloc_exec_space_int
4: [       OK ] hip.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] hip.deep_copy_zero_memset
4: [       OK ] hip.deep_copy_zero_memset (0 ms)
4: [ RUN      ] hip.resize_exec_space
4: [       OK ] hip.resize_exec_space (0 ms)
4: [ RUN      ] hip.view_allocation_int
4: [       OK ] hip.view_allocation_int (0 ms)
4: [ RUN      ] hip.view_allocation_exec_space_int
4: [       OK ] hip.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] hip.view_not_default_constructible
4: [       OK ] hip.view_not_default_constructible (0 ms)
4: [ RUN      ] hip.scan_unit
4: [       OK ] hip.scan_unit (4 ms)
4: [ RUN      ] hip.space_access
4: [       OK ] hip.space_access (0 ms)
4: [ RUN      ] hip.impl_view_accessible
4: [       OK ] hip.impl_view_accessible (2 ms)
4: [ RUN      ] hip.memory_requirements
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/hip/TestHIP_Memory_Requirements.cpp:52: Skipped
4: skipping the test because the CI on MI100 returns:  error( hipErrorInvalidValue)
4: [  SKIPPED ] hip.memory_requirements (0 ms)
4: [ RUN      ] hip.team_scratch_1_streams
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
4: [       OK ] hip.team_scratch_1_streams (51593 ms)
4: [ RUN      ] hip.async_launcher
4: [       OK ] hip.async_launcher (3 ms)
4: [ RUN      ] hip.preferred_blocksize_deduction
4: [       OK ] hip.preferred_blocksize_deduction (0 ms)
4: [----------] 274 tests from hip (179606 ms total)
4: 
4: [----------] 53 tests from hip_managed
4: [ RUN      ] hip_managed.view_subview_auto_1d_left
4: [       OK ] hip_managed.view_subview_auto_1d_left (1 ms)
4: [ RUN      ] hip_managed.view_subview_auto_1d_right
4: [       OK ] hip_managed.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] hip_managed.view_subview_auto_1d_stride
4: [       OK ] hip_managed.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] hip_managed.view_subview_assign_strided
4: [       OK ] hip_managed.view_subview_assign_strided (1 ms)
4: [ RUN      ] hip_managed.view_subview_left_0
4: [       OK ] hip_managed.view_subview_left_0 (0 ms)
4: [ RUN      ] hip_managed.view_subview_left_1
4: [       OK ] hip_managed.view_subview_left_1 (0 ms)
4: [ RUN      ] hip_managed.view_subview_left_2
4: [       OK ] hip_managed.view_subview_left_2 (0 ms)
4: [ RUN      ] hip_managed.view_subview_left_3
4: [       OK ] hip_managed.view_subview_left_3 (0 ms)
4: [ RUN      ] hip_managed.view_subview_right_0
4: [       OK ] hip_managed.view_subview_right_0 (0 ms)
4: [ RUN      ] hip_managed.view_subview_right_1
4: [       OK ] hip_managed.view_subview_right_1 (0 ms)
4: [ RUN      ] hip_managed.view_subview_right_3
4: [       OK ] hip_managed.view_subview_right_3 (0 ms)
4: [ RUN      ] hip_managed.view_static_tests
4: [       OK ] hip_managed.view_static_tests (0 ms)
4: [ RUN      ] hip_managed.view_subview_layoutleft_to_layoutleft
4: [       OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms)
4: [ RUN      ] hip_managed.view_subview_layoutright_to_layoutright
4: [       OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms)
4: [ RUN      ] hip_managed.view_subview_1d_assign
4: [       OK ] hip_managed.view_subview_1d_assign (2 ms)
4: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
4: [       OK ] hip_managed.view_subview_1d_assign_atomic (2 ms)
4: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
4: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (2 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d
4: [       OK ] hip_managed.view_subview_2d_from_3d (69 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
4: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (68 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
4: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (68 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
4: [       OK ] hip_managed.view_subview_3d_from_5d_left (1026 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (1030 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (1021 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
4: [       OK ] hip_managed.view_subview_3d_from_5d_right (1033 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (1021 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (1023 ms)
4: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
4: [       OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] hip_managed.view_subview_memory_traits_construction
4: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
4: [ RUN      ] hip_managed.impl_shared_alloc
4: [       OK ] hip_managed.impl_shared_alloc (256 ms)
4: [ RUN      ] hip_managed.view_api_a
4: [       OK ] hip_managed.view_api_a (15 ms)
4: [ RUN      ] hip_managed.view_api_b
4: [       OK ] hip_managed.view_api_b (28 ms)
4: [ RUN      ] hip_managed.view_api_c
4: [       OK ] hip_managed.view_api_c (1 ms)
4: [ RUN      ] hip_managed.view_api_d
4: [       OK ] hip_managed.view_api_d (14 ms)
4: [ RUN      ] hip_managed.view_allocation_error
4: [       OK ] hip_managed.view_allocation_error (0 ms)
4: [ RUN      ] hip_managed.view_remap
4: [       OK ] hip_managed.view_remap (1 ms)
4: [ RUN      ] hip_managed.view_mirror_nonconst
4: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
4: [ RUN      ] hip_managed.view_stride_method
4: [       OK ] hip_managed.view_stride_method (0 ms)
4: [ RUN      ] hip_managed.anonymous_space
4: [       OK ] hip_managed.anonymous_space (0 ms)
4: [ RUN      ] hip_managed.view_overload_resolution
4: [       OK ] hip_managed.view_overload_resolution (0 ms)
4: [ RUN      ] hip_managed.view_allocation_large_rank
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
4: [       OK ] hip_managed.view_allocation_large_rank (14407 ms)
4: [ RUN      ] hip_managed.view_shmem_size_on_device
4: [       OK ] hip_managed.view_shmem_size_on_device (0 ms)
4: [ RUN      ] hip_managed.view_is_assignable
4: [       OK ] hip_managed.view_is_assignable (12 ms)
4: [ RUN      ] hip_managed.view_copy_tests
4: [       OK ] hip_managed.view_copy_tests (13 ms)
4: [ RUN      ] hip_managed.view_copy_tests_rank_0
4: [       OK ] hip_managed.view_copy_tests_rank_0 (2 ms)
4: [ RUN      ] hip_managed.view_copy_degenerated
4: [       OK ] hip_managed.view_copy_degenerated (0 ms)
4: [ RUN      ] hip_managed.view_mapping
4: [       OK ] hip_managed.view_mapping (58 ms)
4: [ RUN      ] hip_managed.view_mapping_operator
4: [       OK ] hip_managed.view_mapping_operator (22 ms)
4: [ RUN      ] hip_managed.static_extent
4: [       OK ] hip_managed.static_extent (0 ms)
4: [ RUN      ] hip_managed.view_mapping_atomic
4: [       OK ] hip_managed.view_mapping_atomic (1 ms)
4: [ RUN      ] hip_managed.view_mapping_class_value
4: [       OK ] hip_managed.view_mapping_class_value (0 ms)
4: [ RUN      ] hip_managed.view_mapping_assignable
4: [       OK ] hip_managed.view_mapping_assignable (0 ms)
4: [ RUN      ] hip_managed.view_mapping_trivially_copyable
4: [       OK ] hip_managed.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] hip_managed.view_mapping_subview
4: [       OK ] hip_managed.view_mapping_subview (1 ms)
4: [----------] 53 tests from hip_managed (21225 ms total)
4: 
4: [----------] 25 tests from hip_hostpinned
4: [ RUN      ] hip_hostpinned.impl_shared_alloc
4: [       OK ] hip_hostpinned.impl_shared_alloc (188 ms)
4: [ RUN      ] hip_hostpinned.view_api_a
4: [       OK ] hip_hostpinned.view_api_a (5 ms)
4: [ RUN      ] hip_hostpinned.view_api_b
4: [       OK ] hip_hostpinned.view_api_b (6 ms)
4: [ RUN      ] hip_hostpinned.view_api_c
4: [       OK ] hip_hostpinned.view_api_c (0 ms)
4: [ RUN      ] hip_hostpinned.view_api_d
4: [       OK ] hip_hostpinned.view_api_d (1 ms)
4: [ RUN      ] hip_hostpinned.view_allocation_error
4: [       OK ] hip_hostpinned.view_allocation_error (0 ms)
4: [ RUN      ] hip_hostpinned.view_remap
4: [       OK ] hip_hostpinned.view_remap (0 ms)
4: [ RUN      ] hip_hostpinned.view_mirror_nonconst
4: [       OK ] hip_hostpinned.view_mirror_nonconst (0 ms)
4: [ RUN      ] hip_hostpinned.view_stride_method
4: [       OK ] hip_hostpinned.view_stride_method (0 ms)
4: [ RUN      ] hip_hostpinned.anonymous_space
4: [       OK ] hip_hostpinned.anonymous_space (0 ms)
4: [ RUN      ] hip_hostpinned.view_overload_resolution
4: [       OK ] hip_hostpinned.view_overload_resolution (0 ms)
4: [ RUN      ] hip_hostpinned.view_allocation_large_rank
4: [       OK ] hip_hostpinned.view_allocation_large_rank (797 ms)
4: [ RUN      ] hip_hostpinned.view_shmem_size_on_device
4: [       OK ] hip_hostpinned.view_shmem_size_on_device (0 ms)
4: [ RUN      ] hip_hostpinned.view_is_assignable
4: [       OK ] hip_hostpinned.view_is_assignable (1 ms)
4: [ RUN      ] hip_hostpinned.view_copy_tests
4: [       OK ] hip_hostpinned.view_copy_tests (4 ms)
4: [ RUN      ] hip_hostpinned.view_copy_tests_rank_0
4: [       OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] hip_hostpinned.view_copy_degenerated
4: [       OK ] hip_hostpinned.view_copy_degenerated (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping
4: [       OK ] hip_hostpinned.view_mapping (58 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_operator
4: [       OK ] hip_hostpinned.view_mapping_operator (1 ms)
4: [ RUN      ] hip_hostpinned.static_extent
4: [       OK ] hip_hostpinned.static_extent (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_atomic
4: [       OK ] hip_hostpinned.view_mapping_atomic (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_class_value
4: [       OK ] hip_hostpinned.view_mapping_class_value (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_assignable
4: [       OK ] hip_hostpinned.view_mapping_assignable (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_trivially_copyable
4: [       OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] hip_hostpinned.view_mapping_subview
4: [       OK ] hip_hostpinned.view_mapping_subview (0 ms)
4: [----------] 25 tests from hip_hostpinned (1069 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 367 tests from 4 test suites ran. (283494 ms total)
4: [  PASSED  ] 365 tests.
4: [  SKIPPED ] 2 tests, listed below:
4: [  SKIPPED ] hip.mdspan_minimal_functional
4: [  SKIPPED ] hip.memory_requirements
 4/53 Test  #4: Kokkos_CoreUnitTest_HIP .....................   Passed  284.01 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpInit

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

6: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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 (417 ms)
6: [----------] 1 test from hip (417 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (417 ms total)
6: [  PASSED  ] 1 test.
 6/53 Test  #6: Kokkos_CoreUnitTest_HIPInterOpStreams .......   Passed    0.45 sec
test 7
      Start  7: Kokkos_UnitTest_HIPGraph

7: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_UnitTest_HIPGraph
7: Test timeout computed to be: 1500
7: [==========] Running 5 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 5 tests from hip_count_bugs
7: [ RUN      ] hip_count_bugs.launch_one
7: [       OK ] hip_count_bugs.launch_one (1 ms)
7: [ RUN      ] hip_count_bugs.launch_one_rvalue
7: [       OK ] hip_count_bugs.launch_one_rvalue (0 ms)
7: [ RUN      ] hip_count_bugs.launch_six
7: [       OK ] hip_count_bugs.launch_six (0 ms)
7: [ RUN      ] hip_count_bugs.when_all_cycle
7: [       OK ] hip_count_bugs.when_all_cycle (0 ms)
7: [ RUN      ] hip_count_bugs.zero_work_reduce
7: [       OK ] hip_count_bugs.zero_work_reduce (0 ms)
7: [----------] 5 tests from hip_count_bugs (1 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 5 tests from 1 test suite ran. (2 ms total)
7: [  PASSED  ] 5 tests.
7: 
7:   YOU HAVE 1 DISABLED TEST
7: 
 7/53 Test  #7: Kokkos_UnitTest_HIPGraph ....................   Passed    0.42 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Default

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

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

10: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
10: Test timeout computed to be: 1500
10: SUCCESS
10/53 Test #10: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.43 sec
test 11
      Start 11: Kokkos_CoreUnitTest_Develop

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

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

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

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

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

16: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so
16: Test timeout computed to be: 1500
16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1400::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x1643a40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1643cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1643dc0:Host:source:0x1643b40: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:0x1643cc0:40::kokkosp_deallocate_data:Host:source:0x1643a40:40::kokkosp_finalize_library::
16/53 Test #16: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.43 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
17: Test timeout computed to be: 1500
17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1400::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x22352c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x2235600:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x2235700:Host:source:0x22353c0: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:0x2235600:40::kokkosp_deallocate_data:Host:source:0x22352c0:40::kokkosp_finalize_library::
17/53 Test #17: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.42 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec
18: Test timeout computed to be: 1500
18: [==========] Running 3 tests from 2 test suites.
18: [----------] Global test environment set-up.
18: [----------] 2 tests from defaultdevicetype_DeathTest
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3b659d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3b76391083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e]
18:  
18: demangled test_f1:
18: [0x426f90] Kokkos::Impl::save_stacktrace()
18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&)
18: [0x3b6aa0] Test::test_stacktrace(bool, bool)
18: [0x3b659d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86a8] testing::Test::Run()
18: [0x3c9f01] testing::TestInfo::Run()
18: [0x3ca7c2] testing::TestSuite::Run()
18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7f3b76391083] __libc_start_main
18: [0x3b640e] _start
18:  
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f1
18: Top of f0
18: Top of f0
18: StackTrace f3(std::cout, 4) returned: 110
18: test_f3:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3b659d]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3b76391083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e]
18:  
18: demangled test_f3:
18: [0x426f90] Kokkos::Impl::save_stacktrace()
18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&)
18: [0x3ba536] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x3b74bd] Test::test_stacktrace(bool, bool)
18: [0x3b659d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86a8] testing::Test::Run()
18: [0x3c9f01] testing::TestInfo::Run()
18: [0x3ca7c2] testing::TestSuite::Run()
18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7f3b76391083] __libc_start_main
18: [0x3b640e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (564 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3b684a]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3b76391083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e]
18:  
18: demangled test_f1:
18: [0x426f90] Kokkos::Impl::save_stacktrace()
18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&)
18: [0x3b6aa0] Test::test_stacktrace(bool, bool)
18: [0x3b684a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86a8] testing::Test::Run()
18: [0x3c9f01] testing::TestInfo::Run()
18: [0x3ca7c2] testing::TestSuite::Run()
18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7f3b76391083] __libc_start_main
18: [0x3b640e] _start
18:  
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f1
18: Top of f0
18: Top of f0
18: StackTrace f3(std::cout, 4) returned: 110
18: test_f3:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3b684a]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3b76391083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e]
18:  
18: demangled test_f3:
18: [0x426f90] Kokkos::Impl::save_stacktrace()
18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&)
18: [0x3ba536] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x3b74bd] Test::test_stacktrace(bool, bool)
18: [0x3b684a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86a8] testing::Test::Run()
18: [0x3c9f01] testing::TestInfo::Run()
18: [0x3ca7c2] testing::TestSuite::Run()
18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7f3b76391083] __libc_start_main
18: [0x3b640e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (577 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (1141 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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3b76391083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e]
18:  
18: demangled test_f1:
18: [0x426f90] Kokkos::Impl::save_stacktrace()
18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&)
18: [0x3b6aa0] Test::test_stacktrace(bool, bool)
18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86a8] testing::Test::Run()
18: [0x3c9f01] testing::TestInfo::Run()
18: [0x3ca7c2] testing::TestSuite::Run()
18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7f3b76391083] __libc_start_main
18: [0x3b640e] _start
18:  
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f3
18: Top of f1
18: Top of f0
18: Top of f0
18: StackTrace f3(std::cout, 4) returned: 110
18: test_f3:
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3b76391083]
18: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e]
18:  
18: demangled test_f3:
18: [0x426f90] Kokkos::Impl::save_stacktrace()
18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&)
18: [0x3ba536] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x3b74bd] Test::test_stacktrace(bool, bool)
18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3c86a8] testing::Test::Run()
18: [0x3c9f01] testing::TestInfo::Run()
18: [0x3ca7c2] testing::TestSuite::Run()
18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7f3b76391083] __libc_start_main
18: [0x3b640e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
18: [----------] 1 test from defaultdevicetype (0 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 3 tests from 2 test suites ran. (1142 ms total)
18: [  PASSED  ] 3 tests.
18/53 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.67 sec
test 19
      Start 19: Kokkos_IncrementalTest_OPENMP

19: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
19: Test timeout computed to be: 1500
19: [==========] Running 28 tests from 1 test suite.
19: [----------] Global test environment set-up.
19: [----------] 28 tests from OPENMP
19: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
19: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] OPENMP.IncrTest_01_execspace
19: Host Parallel Execution Space:
19:   KOKKOS_ENABLE_OPENMP: yes
19: 
19: OpenMP Runtime Configuration:
19: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
19: OpenMP
19: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
19: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
19: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
19: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
19: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
19: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
19: [       OK ] OPENMP.IncrTest_03b_memspace_free (52 ms)
19: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
19: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] OPENMP.IncrTest_05_reduction
19: [       OK ] OPENMP.IncrTest_05_reduction (4 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
19: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
19: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
19: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
19: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (50 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 (109 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (109 ms total)
19: [  PASSED  ] 28 tests.
19/53 Test #19: Kokkos_IncrementalTest_OPENMP ...............   Passed    0.53 sec
test 20
      Start 20: Kokkos_IncrementalTest_HIP

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_HIP
20: Test timeout computed to be: 1500
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from HIP
20: [ RUN      ] HIP.IncrTest_01_execspace_typedef
20: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] HIP.IncrTest_01_execspace
20: Device Execution Space:
20:   KOKKOS_ENABLE_HIP: yes
20: HIP Options:
20:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
20: 
20: Runtime Configuration:
20: macro  KOKKOS_ENABLE_HIP : defined
20: macro  HIP_VERSION = 50221151 = version 5.2.21151
20: macro KOKKOS_ENABLE_ROCTHRUST : defined
20: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
20: HIP
20: [       OK ] HIP.IncrTest_01_execspace (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicExchange
20: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicAdd
20: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicSub
20: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
20: [       OK ] HIP.IncrTest_03a_memspace_malloc (0 ms)
20: [ RUN      ] HIP.IncrTest_03b_memspace_free
20: [       OK ] HIP.IncrTest_03b_memspace_free (1832 ms)
20: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
20: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
20: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] HIP.IncrTest_05_reduction
20: [       OK ] HIP.IncrTest_05_reduction (6 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange2D
20: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange3D
20: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange4D
20: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
20: [       OK ] HIP.IncrTest_08_deep_copy_2D (1 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
20: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
20: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
20: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms)
20: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (138 ms)
20: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
20: [       OK ] HIP.IncrTest_12a_ThreadScratch (9 ms)
20: [ RUN      ] HIP.IncrTest_12b_TeamScratch
20: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
20: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms)
20: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms)
20: [ RUN      ] HIP.incr_14_MDrangeReduce
20: [       OK ] HIP.incr_14_MDrangeReduce (1 ms)
20: [ RUN      ] HIP.IncrTest_16_parallelscan
20: [       OK ] HIP.IncrTest_16_parallelscan (2 ms)
20: [ RUN      ] HIP.incr_17_atomicView
20: [       OK ] HIP.incr_17_atomicView (0 ms)
20: [----------] 28 tests from HIP (2004 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (2004 ms total)
20: [  PASSED  ] 28 tests.
20/53 Test #20: Kokkos_IncrementalTest_HIP ..................   Passed    2.43 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

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

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

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/TestDeviceAndThreads.py"
23: Test timeout computed to be: 1500
[ 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_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 7.673s
23: 
23: OK
23/53 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    7.78 sec
test 24
      Start 24: Kokkos_PerformanceTest_TaskDag

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

25: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T03-44-07.json"
25: Test timeout computed to be: 1500
25: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
25: 2024-03-29T04:29:22+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
25: Run on (255 X 3098.97 MHz CPU s)
25: CPU Caches:
25:   L1 Data 32 KiB (x127)
25:   L1 Instruction 32 KiB (x127)
25:   L2 Unified 512 KiB (x127)
25:   L3 Unified 32768 KiB (x15)
25: Load Average: 12.17, 9.67, 10.13
25: CPU architecture: none
25: Default Device: N6Kokkos3HIPE
25: GPU architecture: AMD_GFX908
25: KOKKOS_COMPILER_CLANG: 1400
25: KOKKOS_ENABLE_ASM: no
25: KOKKOS_ENABLE_CXX17: yes
25: KOKKOS_ENABLE_CXX20: no
25: KOKKOS_ENABLE_CXX23: no
25: KOKKOS_ENABLE_CXX26: no
25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
25: KOKKOS_ENABLE_HIP: yes
25: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
25: KOKKOS_ENABLE_HWLOC: no
25: KOKKOS_ENABLE_LIBDL: yes
25: KOKKOS_ENABLE_OPENMP: yes
25: KOKKOS_ENABLE_PRAGMA_IVDEP: no
25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
25: KOKKOS_ENABLE_PRAGMA_UNROLL: no
25: KOKKOS_ENABLE_PRAGMA_VECTOR: no
25: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
25: Kokkos Version: 4.3.99
25: macro  KOKKOS_ENABLE_HIP: defined
25: macro KOKKOS_ENABLE_ROCTHRUST: defined
25: platform: 64bit
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.009 s             5       1024        8.14163u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.008 s         0.008 s             5     2.048k        4.02561u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.008 s         0.009 s             5     4.096k        2.00614u
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.008 s         0.010 s             5     8.192k        1031.57n
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.009 s         0.011 s             5    16.384k        568.917n
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.011 s         0.014 s             5    32.768k        317.136n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.013 s         0.018 s             5    65.536k        205.845n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.016 s         0.024 s             5   131.072k        121.917n
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.021 s         0.035 s             5   262.144k        70.5418n
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.024 s         0.051 s             5   524.288k        45.5353n
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: CustomReduction<double>/N:100000/R:1000/manual_time                                0.007 s         0.018 s            95 14.6825k/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.523 s         0.520 s             1       0.0989078    0.0497857               0.0892661            0.0443184   0.0444083           3.35u
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.046 s         0.046 s            15        8.45886m     4.16642m                7.96817m                    3.995m    3.98795m           2.98u
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.071 s         0.071 s            10        0.012487    0.0106564                 9.0675m                   4.7356m    4.55687m           3.56u
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        28.9746n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k         13.896n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        7.19727n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.59241n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        2.40839n
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        1001.28p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        620.407p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        515.434p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.001 s             5   262.144k        437.962p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        375.761p
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                              12.5 us         23.1 us        56246 79.8147k/s
25: Malloc/N:16/manual_time                                                             12.5 us         23.0 us        56516 80.1585k/s
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
25: Malloc/N:256/manual_time                                                            12.4 us         23.0 us        56424 80.4176k/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
25: Malloc/N:4096/manual_time                                                           12.4 us         23.0 us        54602 80.3723k/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
25: Malloc/N:65536/manual_time                                                          12.0 us         22.5 us        56399 83.2466k/s
25: Malloc/N:1048576/manual_time                                                        12.6 us         23.2 us        56487 79.4865k/s
25: Malloc/N:16777216/manual_time                                                        622 us          214 us         8879 1.60654k/s
25: Malloc/N:268435456/manual_time                                                     11891 us         2341 us           75  84.0957/s
25: Malloc/N:4294967296/manual_time                                                   148746 us          888 us            5  6.72285/s
25: MallocFree/N:1/manual_time                                                          20.1 us         20.1 us        33125 49.6504k/s
25: MallocFree/N:16/manual_time                                                         22.8 us         22.7 us        34645 43.8549k/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
25: MallocFree/N:256/manual_time                                                        20.8 us         20.7 us        32376 48.0962k/s
25: MallocFree/N:4096/manual_time                                                       23.1 us         23.0 us        30430 43.2877k/s
25: MallocFree/N:65536/manual_time                                                      23.0 us         23.0 us        30379 43.4176k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
25: MallocFree/N:1048576/manual_time                                                    23.2 us         23.1 us        30157 43.1793k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
25: MallocFree/N:16777216/manual_time                                                    640 us          210 us         5343 1.56214k/s
25: MallocFree/N:268435456/manual_time                                                 12239 us         1676 us           74  81.7069/s
25: MallocFree/N:4294967296/manual_time                                               147125 us          946 us            6  6.79695/s
25: MallocTouch/N:1/manual_time                                                         12.5 us         22.9 us        55800  79.711k/s
25: MallocTouch/N:16/manual_time                                                        12.9 us         23.5 us        53908 77.5711k/s
25: MallocTouch/N:256/manual_time                                                       13.0 us         23.7 us        53127 76.8402k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
25: MallocTouch/N:4096/manual_time                                                      35.5 us         47.2 us        18695 28.2087k/s
25: MallocTouch/N:65536/manual_time                                                     34.2 us         45.3 us        20352 29.2196k/s
25: MallocTouch/N:1048576/manual_time                                                   37.6 us         48.6 us        18647 26.5789k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
25: MallocTouch/N:16777216/manual_time                                                   563 us          251 us         5987 1.77608k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
25: MallocTouch/N:268435456/manual_time                                                12169 us         2454 us           75  82.1778/s
25: MallocTouch/N:4294967296/manual_time                                              204719 us        73855 us            5  4.88475/s
25: MallocTouchFree/N:1/manual_time                                                     22.9 us         22.8 us        30705 43.6727k/s
[ 44%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
25: MallocTouchFree/N:16/manual_time                                                    23.3 us         23.2 us        30210 42.9195k/s
25: MallocTouchFree/N:256/manual_time                                                   23.2 us         23.1 us        29870 43.1806k/s
[ 44%] Built target Kokkos_IncrementalTest_OPENMP
25: MallocTouchFree/N:4096/manual_time                                                  45.1 us         44.9 us        15585 22.1606k/s
25: MallocTouchFree/N:65536/manual_time                                                 45.5 us         45.3 us        15394 21.9817k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
25: MallocTouchFree/N:1048576/manual_time                                               48.7 us         48.4 us        14343 20.5473k/s
25: MallocTouchFree/N:16777216/manual_time                                               581 us          235 us         4028 1.72148k/s
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
25: MallocTouchFree/N:268435456/manual_time                                            12263 us         2295 us           74  81.5467/s
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
25: MallocTouchFree/N:4294967296/manual_time                                          175316 us         6389 us            5  5.70398/s
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.091 s         0.084 s            12  8.75475/s        800
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.017 s           100  28.8478/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.098 s         0.077 s            10  8.16234/s        800
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.016 s           100     28.5/s        800
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.046 s         0.042 s            20  17.5786/s        800
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.031 s         0.018 s           100  25.9028/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.867 s         0.828 s             1 0.922882/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.018 s           100  29.9736/s        800
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.038 s         0.030 s            29  20.8959/s        800
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.031 s         0.018 s            51  25.5291/s        800
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.091 s         0.087 s            10  8.77908/s        800
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.019 s           100  28.4533/s        800
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.114 s         0.088 s            10  7.02114/s        800
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.018 s           100  29.8759/s        800
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.039 s         0.032 s            28  20.6425/s        800
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.031 s         0.018 s            51  25.4015/s        800
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1006.45/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439   1007.5/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  1006.48/s       1.6k
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439  1007.03/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439  1007.01/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438   1007.2/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           439  1006.34/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           224    504.9/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           225  538.035/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           438  1007.56/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           329  752.142/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           281  706.155/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  1007.09/s       1.6k
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  1007.02/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439  1007.21/s       1.6k
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439  1007.02/s       1.6k
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  111.986/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            50  113.311/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           216  491.265/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.007 s         0.007 s           105   239.63/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1007.37/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439   1007.2/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.016 s         0.016 s            45  101.999/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.018 s         0.018 s            39  88.7324/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  1007.18/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439  1006.69/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.017 s         0.017 s            41  93.0082/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.018 s            38  86.1586/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  1006.95/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           439  1007.27/s       1.6k
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.018 s         0.017 s            40  90.9527/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37  84.5084/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           444   1029.7/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           444  1029.41/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           443  1029.68/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           443  1029.52/s       1.6k
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           820  942.635/s        800
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           821  942.335/s        800
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           820  941.182/s        800
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           820   940.71/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           820  940.366/s        800
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           819  939.705/s        800
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           817  925.858/s        800
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           818  929.622/s        800
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           819  938.181/s        800
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           816  936.802/s        800
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           818  937.645/s        800
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           818  937.074/s        800
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           815  936.684/s        800
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           816  934.879/s        800
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           816  934.555/s        800
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           815  934.962/s        800
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           815   934.58/s        800
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           815  934.507/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.91541k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 6.24734k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.72181k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.13312k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.39599k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.51314k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.48452k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.44516k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.18874k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.84817k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.95017k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10   6.074k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.99094k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.19189k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 3.09494k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.65955k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.27998k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.40869k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.72993k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.006 s         0.001 s            10  278.002/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.009 s         0.001 s            10  174.673/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.004 s         0.001 s            10  442.909/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.51757k/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.50838k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  5.1351k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.59683k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  7.6626k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.45677k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.39147k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.02631k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.28338k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  6.9876k/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  917.771/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.036 s         0.003 s            10  43.9694/s       1.6k
25/53 Test #25: Kokkos_PerformanceTest_Benchmark ............   Passed  139.94 sec
test 26
      Start 26: Kokkos_Benchmark_Atomic_MinMax

26: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T03-44-07.json"
26: Test timeout computed to be: 1500
26: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
26: 2024-03-29T04:31:42+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
26: Run on (255 X 3099.97 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x127)
26:   L1 Instruction 32 KiB (x127)
26:   L2 Unified 512 KiB (x127)
26:   L3 Unified 32768 KiB (x15)
26: Load Average: 16.34, 12.87, 11.29
26: CPU architecture: none
26: Default Device: N6Kokkos3HIPE
26: GPU architecture: AMD_GFX908
26: KOKKOS_COMPILER_CLANG: 1400
26: KOKKOS_ENABLE_ASM: no
26: KOKKOS_ENABLE_CXX17: yes
26: KOKKOS_ENABLE_CXX20: no
26: KOKKOS_ENABLE_CXX23: no
26: KOKKOS_ENABLE_CXX26: no
26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
26: KOKKOS_ENABLE_HIP: yes
26: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
26: KOKKOS_ENABLE_HWLOC: no
26: KOKKOS_ENABLE_LIBDL: yes
26: KOKKOS_ENABLE_OPENMP: yes
26: KOKKOS_ENABLE_PRAGMA_IVDEP: no
26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
26: KOKKOS_ENABLE_PRAGMA_UNROLL: no
26: KOKKOS_ENABLE_PRAGMA_VECTOR: no
26: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
26: Kokkos Version: 4.3.99
26: macro  KOKKOS_ENABLE_HIP: defined
26: macro KOKKOS_ENABLE_ROCTHRUST: defined
26: platform: 64bit
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                              Time             CPU   Iterations
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26/53 Test #26: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.51 sec
test 27
      Start 27: Kokkos_PerformanceTest_Mempool

27: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T03-44-07.json"
27: Test timeout computed to be: 1500
27: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
27: 2024-03-29T04:31:43+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool
27: Run on (255 X 3099.56 MHz CPU s)
27: CPU Caches:
27:   L1 Data 32 KiB (x127)
27:   L1 Instruction 32 KiB (x127)
27:   L2 Unified 512 KiB (x127)
27:   L3 Unified 32768 KiB (x15)
27: Load Average: 16.34, 12.87, 11.29
27: CPU architecture: none
27: Default Device: N6Kokkos3HIPE
27: GPU architecture: AMD_GFX908
27: KOKKOS_COMPILER_CLANG: 1400
27: KOKKOS_ENABLE_ASM: no
27: KOKKOS_ENABLE_CXX17: yes
27: KOKKOS_ENABLE_CXX20: no
27: KOKKOS_ENABLE_CXX23: no
27: KOKKOS_ENABLE_CXX26: no
27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
27: KOKKOS_ENABLE_HIP: yes
27: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
27: KOKKOS_ENABLE_HWLOC: no
27: KOKKOS_ENABLE_LIBDL: yes
27: KOKKOS_ENABLE_OPENMP: yes
27: KOKKOS_ENABLE_PRAGMA_IVDEP: no
27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
27: KOKKOS_ENABLE_PRAGMA_UNROLL: no
27: KOKKOS_ENABLE_PRAGMA_VECTOR: no
27: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
27: Kokkos Version: 4.3.99
27: macro  KOKKOS_ENABLE_HIP: defined
27: macro KOKKOS_ENABLE_ROCTHRUST: defined
27: platform: 64bit
27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.000 s         0.000 s          2623               20.9067M/s
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s          8924                144.727M/s
27/53 Test #27: Kokkos_PerformanceTest_Mempool ..............   Passed    2.94 sec
test 28
      Start 28: Kokkos_PerformanceTest_Atomic

28: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T03-44-07.json"
28: Test timeout computed to be: 1500
28: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
28: 2024-03-29T04:31:46+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic
28: Run on (255 X 3099.15 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: 15.99, 12.86, 11.29
28: CPU architecture: none
28: Default Device: N6Kokkos3HIPE
28: GPU architecture: AMD_GFX908
28: KOKKOS_COMPILER_CLANG: 1400
28: KOKKOS_ENABLE_ASM: no
28: KOKKOS_ENABLE_CXX17: yes
28: KOKKOS_ENABLE_CXX20: no
28: KOKKOS_ENABLE_CXX23: no
28: KOKKOS_ENABLE_CXX26: no
28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
28: KOKKOS_ENABLE_HIP: yes
28: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
28: KOKKOS_ENABLE_HWLOC: no
28: KOKKOS_ENABLE_LIBDL: yes
28: KOKKOS_ENABLE_OPENMP: yes
28: KOKKOS_ENABLE_PRAGMA_IVDEP: no
28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
28: KOKKOS_ENABLE_PRAGMA_UNROLL: no
28: KOKKOS_ENABLE_PRAGMA_VECTOR: no
28: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
28: Kokkos Version: 4.3.99
28: macro  KOKKOS_ENABLE_HIP: defined
28: macro KOKKOS_ENABLE_ROCTHRUST: defined
28: platform: 64bit
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 48%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 48%] Built target Kokkos_IncrementalTest_CUDA
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-6907
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6907 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Test_Atomic<int>/100000/iterations:10                          3.47 s          3.44 s            10          1            4    2.61527m        1.21899m       81.5u     704.983M         1024.45k     704.983M
Fetching without tags
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6907/head:refs/remotes/origin/PR-6907 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
Merge succeeded, producing c6a9b9002a3f8ae186c5f6dd2bafbea0e3593ae0
Checking out Revision c6a9b9002a3f8ae186c5f6dd2bafbea0e3593ae0 (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 3ab2a4a7d44b9d567024978791551b4277afb1be -f scripts/docker/Dockerfile.sycl scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/16 : ARG BASE=nvidia/cuda:11.7.1-devel-ubuntu22.04
Step 2/16 : FROM $BASE
 ---> 28a6f693c19c
Step 3/16 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 343be2343ff0
Step 4/16 : RUN apt-get update && apt-get install -y         bc         wget         ccache         ninja-build         python3         git         libomp-dev         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> fca416d5ff4d
Step 5/16 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> 5627622d2e28
Step 6/16 : ARG CMAKE_VERSION=3.23.2
 ---> Using cache
 ---> 034a039787e8
Step 7/16 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 8a4c5ad482f4
Step 8/16 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> 11a39ad115e4
Step 9/16 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> dfb8d1f66336
Step 10/16 : RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB &&     apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB &&     echo "deb https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list &&     apt-get update -o Dir::Etc::sourcelist="sources.list.d/oneAPI.list" -o APT::Get::List-Cleanup="0" &&     apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.0.0 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 0eec8d44ecdf
Step 11/16 : RUN wget https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh &&     chmod +x oneapi-for-nvidia-gpus-2023.0.0-linux.sh &&     ./oneapi-for-nvidia-gpus-2023.0.0-linux.sh -y &&     rm oneapi-for-nvidia-gpus-2023.0.0-linux.sh
 ---> Using cache
 ---> f8383f0eb758
Step 12/16 : RUN wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh &&    chmod +x ./l_oneDPL_p_2022.0.0.25335.sh &&     ./l_oneDPL_p_2022.0.0.25335.sh -a -s --eula accept &&     rm l_oneDPL_p_2022.0.0.25335.sh
 ---> Using cache
 ---> 4547c283eed3
Step 13/16 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin-llvm/:$PATH
 ---> Using cache
 ---> 9d843a78af37
Step 14/16 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin/:$PATH
 ---> Using cache
 ---> 06363243a9a0
Step 15/16 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> fbad7da2469e
Step 16/16 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:$LD_LIBRARY_PATH
 ---> Using cache
 ---> 7fc4a583c5e3
Successfully built 7fc4a583c5e3
Successfully tagged 3ab2a4a7d44b9d567024978791551b4277afb1be:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6a9b9002a3f8ae186c5f6dd2bafbea0e3593ae0 # timeout=10
+ docker inspect -f . 3ab2a4a7d44b9d567024978791551b4277afb1be
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
waffle03 seems to be running inside container c1b649345218bae875b11a76f1da2aa3347d4275863f1f28a2e919c3ff3e1e6c
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6907 --volumes-from c1b649345218bae875b11a76f1da2aa3347d4275863f1f28a2e919c3ff3e1e6c -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 3ab2a4a7d44b9d567024978791551b4277afb1be cat
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
$ docker top df0e323028bbe14cca03b503d09d965585fd62be85b54b61e70c9a16d2404114 -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
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-fsycl-device-code-split=per_kernel -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -DKOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED=0 -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=17 ..
-- Setting default Kokkos CXX standard to 17
-- The CXX compiler identification is IntelLLVM 2023.0.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/intel/oneapi/compiler/latest/linux/bin-llvm/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-6907/build/generated/Kokkos_Version_Info.cpp
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt
-- Using -std=gnu++17 for C++17 extensions as feature
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
-- SIMD: AVX2 detected
-- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL
-- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL - not found
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Experimental::SYCL
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  AMPERE80
-- Found TPLLIBDL: /usr/include  
-- Looking for C++ include oneapi/dpl/execution
-- Looking for C++ include oneapi/dpl/execution - not found
-- Looking for C++ include oneapi/dpl/algorithm
-- Looking for C++ include oneapi/dpl/algorithm - not found
-- Performing Test KOKKOS_NO_TBB_CONFLICT
-- Performing Test KOKKOS_NO_TBB_CONFLICT - Success
-- oneDPL: ONEDPL_PAR_BACKEND=tbb, disable OpenMP backend
-- Performing Test _fsycl_option
-- Performing Test _fsycl_option - Success
-- Using internal desul_atomics copy
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.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] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") 
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [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
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6907/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- Kokkos Backends: SERIAL;SYCL
-- Configuring done
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6907/build
+ make -j8
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Linking CXX static library libkokkossimd.a
[  1%] Built target kokkossimd
[  1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  1%] Linking CXX shared library libkokkosprinter-tool.so
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[  1%] Built target kokkosprinter-tool
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Linking CXX static library libimpl_git_version.a
[  1%] Built target impl_git_version
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  1%] 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
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  2%] 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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Linking CXX static library libkokkos_gtest.a
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  3%] Built target kokkos_gtest
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  4%] Linking CXX static library libbenchmark.a
[  4%] Built target benchmark
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  5%] Linking CXX static library libbenchmark_main.a
[  5%] Built target benchmark_main
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[  6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[  8%] Built target Kokkos_CoreUnitTest_SerialGraph
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
28: Test_Atomic<long int>/100000/iterations:10                     12.1 s          12.0 s            10          1            8     20.4329        1.41259m       81.2u     4.99995G         941.421k     4.99995G
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o
[  8%] 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
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.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_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 10%] 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_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o
[ 10%] Built target Kokkos_CoreTestCompileOnly
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o
[ 11%] 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_Serial2.dir/serial/TestSerial_TeamTeamSize.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_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
28: Test_Atomic<long long int>/100000/iterations:10                12.2 s          12.1 s            10          1            8     20.3959        1.44568m       81.3u     4.99995G         1.17912M     4.99995G
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
28: Test_Atomic<unsigned int>/100000/iterations:10                 3.56 s          3.54 s            10          1            4    2.46957m        1.30248m     152.49u     704.983M         1082.92k     704.983M
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 58%] Built target Kokkos_CoreUnitTest_Cuda2
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
28: Test_Atomic<unsigned long int>/100000/iterations:10            12.1 s          12.0 s            10          1            8     17.4618        1.87718m      150.1u     4.99995G         985.263k     4.99995G
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_SYCL2B
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 62%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_CoreUnitTest_Cuda1
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
28: Test_Atomic<unsigned long long int>/100000/iterations:10       4.03 s          4.01 s            10          1            8    2.56617m        1.25159m       81.2u     4.99995G         1013.62k     4.99995G
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 64%] 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_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 74%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 74%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 74%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 76%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 76%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 76%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 76%] 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_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.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_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 76%] Built target Kokkos_CoreUnitTest_OpenMP
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o
[ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 76%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.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_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o
28: Test_Atomic<float>/100000/iterations:10                        10.7 s          10.7 s            10          0            4     17.9293        1.34438m     969.69u     4.99982G         1.23288M     4.99989G
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 76%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewHooks.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o
[ 76%] Built target Kokkos_ContainersTestCompileOnly
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 78%] 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_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 27%] 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_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o
28: Test_Atomic<double>/100000/iterations:10                       12.1 s          12.0 s            10          1            8     19.7486        1.41959m    1022.58u     4.99995G         900.977k     4.99995G
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o
[ 80%] Linking CXX executable Kokkos_UnitTest_Random
[ 80%] Built target Kokkos_UnitTest_Random
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
28: Test_Atomic<int>/100000/iterations:10                          3.45 s          3.44 s            10          1            4    2.43297m        1.20438m       81.2u     704.983M         1.21381M     704.983M
28/53 Test #28: Kokkos_PerformanceTest_Atomic ...............   Passed  737.35 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_OpenMP

29: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
29: Test timeout computed to be: 1500
29: [==========] Running 62 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 62 tests from openmp
29: [ RUN      ] openmp.bitset
29: [       OK ] openmp.bitset (201 ms)
29: [ RUN      ] openmp.bitset_default_constructor_no_alloc
29: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
29: [ RUN      ] openmp.dualview_combination
29: [       OK ] openmp.dualview_combination (0 ms)
29: [ RUN      ] openmp.dualview_alloc
29: [       OK ] openmp.dualview_alloc (0 ms)
29: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
29: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
29: [ RUN      ] openmp.dualview_combinations_without_init
29: [       OK ] openmp.dualview_combinations_without_init (0 ms)
29: [ RUN      ] openmp.dualview_deep_copy
29: [       OK ] openmp.dualview_deep_copy (0 ms)
29: [ RUN      ] openmp.dualview_realloc
29: [       OK ] openmp.dualview_realloc (0 ms)
29: [ RUN      ] openmp.dualview_resize
29: [       OK ] openmp.dualview_resize (0 ms)
29: [ RUN      ] openmp.dualview_device_correct_kokkos_device
29: 
29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
29:                                  does not support page migration between device and host.
29:                                  HIPManagedSpace might not work as expected.
29:                                  Please refer to the ROCm documentation on unified/managed memory.
29: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
29: [ RUN      ] openmp.dualview_host_correct_kokkos_device
29: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
29: [ RUN      ] openmp.dualview_host_modify_template_device_sync
29: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
29: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
29: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
29: [ RUN      ] openmp.dualview_device_modify_template_host_sync
29: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
29: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
29: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
29: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
29: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
29: [ RUN      ] openmp.dynamic_view
29: [       OK ] openmp.dynamic_view (10 ms)
29: [ RUN      ] openmp.dyn_rank_view_api_generic
29: [       OK ] openmp.dyn_rank_view_api_generic (5 ms)
29: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
29: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
29: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
29: /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
29: skipping since not default execution space
29: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
29: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
29: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
29: [ RUN      ] openmp.ErrorReporterViaLambda
29: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
29: [ RUN      ] openmp.ErrorReporter
29: [       OK ] openmp.ErrorReporter (0 ms)
29: [ RUN      ] openmp.offsetview_construction
29: [       OK ] openmp.offsetview_construction (5 ms)
29: [ RUN      ] openmp.offsetview_unmanaged_construction
29: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
29: [ RUN      ] openmp.offsetview_subview
29: [       OK ] openmp.offsetview_subview (6 ms)
29: [ RUN      ] openmp.offsetview_offsets_rank1
29: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
29: [ RUN      ] openmp.offsetview_offsets_rank2
29: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
29: [ RUN      ] openmp.offsetview_offsets_rank3
29: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
29: [ RUN      ] openmp.scatterview
29: [       OK ] openmp.scatterview (736 ms)
29: [ RUN      ] openmp.scatterview_devicetype
29: [       OK ] openmp.scatterview_devicetype (3 ms)
29: [ RUN      ] openmp.staticcrsgraph
29: [       OK ] openmp.staticcrsgraph (18 ms)
29: [ RUN      ] openmp.resize_realloc_no_init_dualview
29: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
29: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
29: [ RUN      ] openmp.resize_exec_space_dualview
29: [       OK ] openmp.resize_exec_space_dualview (0 ms)
29: [ RUN      ] openmp.realloc_exec_space_dualview
29: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
29: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
29: [ RUN      ] openmp.resize_exec_space_dynrankview
29: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
29: [ RUN      ] openmp.realloc_exec_space_dynrankview
29: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_init_scatterview
29: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
29: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
29: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
29: [ RUN      ] openmp.resize_exec_space_scatterview
29: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
29: [ RUN      ] openmp.realloc_exec_space_scatterview
29: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynrankview
29: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
29: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
29: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
29: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_offsetview
29: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
29: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
29: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
29: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynamicview
29: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
29: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
29: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
29: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
29: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
29: [ RUN      ] openmp.UnorderedMap_insert
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o
29: [       OK ] openmp.UnorderedMap_insert (3301 ms)
29: [ RUN      ] openmp.UnorderedMap_failed_insert
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
29: [       OK ] openmp.UnorderedMap_failed_insert (2811 ms)
29: [ RUN      ] openmp.UnorderedMap_deep_copy
29: [       OK ] openmp.UnorderedMap_deep_copy (3 ms)
29: [ RUN      ] openmp.UnorderedMap_valid_empty
29: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
29: [ RUN      ] openmp.UnorderedMap_clear_zero_size
29: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
29: [ RUN      ] openmp.UnorderedMap_consistent_size
29: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
29: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
29: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
29: [ RUN      ] openmp.UnorderedMap_lambda_capturable
29: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
29: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
29: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
29: [ RUN      ] openmp.viewctorprop_embedded_dim
29: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
29: [----------] 62 tests from openmp (7110 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 62 tests from 1 test suite ran. (7110 ms total)
29: [  PASSED  ] 61 tests.
29: [  SKIPPED ] 1 test, listed below:
29: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
29/53 Test #29: Kokkos_ContainersUnitTest_OpenMP ............   Passed    7.68 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_HIP

30: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
30: Test timeout computed to be: 1500
30: [==========] Running 62 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 62 tests from hip
30: [ RUN      ] hip.bitset
30: [       OK ] hip.bitset (18 ms)
30: [ RUN      ] hip.bitset_default_constructor_no_alloc
30: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
30: [ RUN      ] hip.dualview_combination
30: [       OK ] hip.dualview_combination (3 ms)
30: [ RUN      ] hip.dualview_alloc
30: [       OK ] hip.dualview_alloc (0 ms)
30: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
30: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
30: [ RUN      ] hip.dualview_combinations_without_init
30: [       OK ] hip.dualview_combinations_without_init (0 ms)
30: [ RUN      ] hip.dualview_deep_copy
30: [       OK ] hip.dualview_deep_copy (1 ms)
30: [ RUN      ] hip.dualview_realloc
30: [       OK ] hip.dualview_realloc (0 ms)
30: [ RUN      ] hip.dualview_resize
30: [       OK ] hip.dualview_resize (0 ms)
30: [ RUN      ] hip.dualview_device_correct_kokkos_device
30: 
30: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
30:                                  does not support page migration between device and host.
30:                                  HIPManagedSpace might not work as expected.
30:                                  Please refer to the ROCm documentation on unified/managed memory.
30: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
30: [ RUN      ] hip.dualview_host_correct_kokkos_device
30: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
30: [ RUN      ] hip.dualview_host_modify_template_device_sync
30: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
30: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
30: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
30: [ RUN      ] hip.dualview_device_modify_template_host_sync
30: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
30: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
30: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
30: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
30: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
30: [ RUN      ] hip.dynamic_view
30: [       OK ] hip.dynamic_view (16 ms)
30: [ RUN      ] hip.dyn_rank_view_api_generic
30: [       OK ] hip.dyn_rank_view_api_generic (18 ms)
30: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
30: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms)
30: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
30: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
30: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
30: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
30: [ RUN      ] hip.ErrorReporterViaLambda
30: [       OK ] hip.ErrorReporterViaLambda (2 ms)
30: [ RUN      ] hip.ErrorReporter
30: [       OK ] hip.ErrorReporter (0 ms)
30: [ RUN      ] hip.offsetview_construction
30: [       OK ] hip.offsetview_construction (3 ms)
30: [ RUN      ] hip.offsetview_unmanaged_construction
30: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
30: [ RUN      ] hip.offsetview_subview
30: [       OK ] hip.offsetview_subview (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank1
30: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank2
30: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
30: [ RUN      ] hip.offsetview_offsets_rank3
30: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
30: [ RUN      ] hip.scatterview
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o
30: [       OK ] hip.scatterview (20219 ms)
30: [ RUN      ] hip.scatterview_devicetype
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Init.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
30: [       OK ] hip.scatterview_devicetype (45690 ms)
30: [ RUN      ] hip.staticcrsgraph
30: [       OK ] hip.staticcrsgraph (23 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dualview
30: [       OK ] hip.resize_realloc_no_init_dualview (5 ms)
30: [ RUN      ] hip.resize_realloc_no_alloc_dualview
30: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
30: [ RUN      ] hip.resize_exec_space_dualview
30: [       OK ] hip.resize_exec_space_dualview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_dualview
30: [       OK ] hip.realloc_exec_space_dualview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dynrankview
30: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
30: [ RUN      ] hip.resize_exec_space_dynrankview
30: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_dynrankview
30: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_init_scatterview
30: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
30: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
30: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
30: [ RUN      ] hip.resize_exec_space_scatterview
30: [       OK ] hip.resize_exec_space_scatterview (0 ms)
30: [ RUN      ] hip.realloc_exec_space_scatterview
30: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynrankview
30: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
30: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
30: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_offsetview
30: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
30: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
30: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynamicview
30: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
30: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
30: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
30: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
30: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
30: [ RUN      ] hip.UnorderedMap_insert
[ 29%] Built target Kokkos_CoreUnitTest_SYCL2C
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o
30: [       OK ] hip.UnorderedMap_insert (2738 ms)
30: [ RUN      ] hip.UnorderedMap_failed_insert
[ 29%] Built target Kokkos_CoreUnitTest_Serial1
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o
30: [       OK ] hip.UnorderedMap_failed_insert (709 ms)
30: [ RUN      ] hip.UnorderedMap_deep_copy
30: [       OK ] hip.UnorderedMap_deep_copy (4 ms)
30: [ RUN      ] hip.UnorderedMap_valid_empty
30: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
30: [ RUN      ] hip.UnorderedMap_clear_zero_size
30: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
30: [ RUN      ] hip.UnorderedMap_consistent_size
30: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
30: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
30: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
30: [ RUN      ] hip.UnorderedMap_lambda_capturable
30: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
30: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
30: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
30: [ RUN      ] hip.viewctorprop_embedded_dim
30: [       OK ] hip.viewctorprop_embedded_dim (1 ms)
30: [----------] 62 tests from hip (69469 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 62 tests from 1 test suite ran. (69469 ms total)
30: [  PASSED  ] 62 tests.
30/53 Test #30: Kokkos_ContainersUnitTest_HIP ...............   Passed   69.96 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_OpenMP

31: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
31: Test timeout computed to be: 1500
31: [==========] Running 5 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 5 tests from TEST_CATEGORY
31: [ RUN      ] TEST_CATEGORY.dynrankview_perf
31: OpenMP
31:  DynRankView vs View: Initialization Only 
31:  View time (init only): 0.00349906
31:  View sum computation time: 0.00349906
31:  Strided View time (init only): 0.00182967
31:  View Rank7 time (init only): 0.00305172
31:  DynRankView time (init only): 0.00214224
31:  DynRankView sum computation time: 0.00303664
31:  Ratio of View to DynRankView time: 1.63336
31:  Ratio of View to DynRankView sum computation time: 1.00647
31:  Ratio of View to View Rank7  time: 1.14658
31:  Ratio of StrideView to DynRankView time: 0.854089
31:  Ratio of DynRankView to View Rank7  time: 0.701979
31: [       OK ] TEST_CATEGORY.dynrankview_perf (87 ms)
31: [ RUN      ] TEST_CATEGORY.global_2_local
31: OpenMP
31: size, create, generate, fill, find
31: 256, 6.597e-05, 7.63e-06, 5.968e-05, 0.000594863
31: 512, 4.261e-05, 1.102e-05, 8.219e-05, 0.000593662
31: 1024, 3.434e-05, 1.0719e-05, 9.8138e-05, 0.000650432
31: 2048, 3.269e-05, 6.68e-06, 0.000174648, 0.000714021
31: 4096, 3.6809e-05, 7.149e-06, 0.000292386, 0.000862889
31: 8192, 5.449e-05, 7.249e-06, 0.000547103, 0.00120692
31: 16384, 8.4739e-05, 8.26e-06, 0.00102073, 0.00204818
31: 32768, 0.000140518, 1.6979e-05, 0.00200661, 0.00499893
31: 65536, 0.000282817, 3.52e-05, 0.00454837, 0.0107613
31: 131072, 0.000509004, 5.442e-05, 0.00891794, 0.0318651
31: 262144, 0.00335963, 6.5689e-05, 0.0179252, 0.0724124
31: 524288, 0.00567803, 0.000139259, 0.0340177, 0.151724
31: 1048576, 0.00813262, 0.000177038, 0.0617016, 0.431955
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o
31: 2097152, 0.0148266, 0.000199618, 0.127113, 1.85231
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o
31: 4194304, 0.0198568, 0.000318726, 0.247704, 4.41689
31: [       OK ] TEST_CATEGORY.global_2_local (7543 ms)
31: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
31: skipping test
31: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
31: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
31: skipping test
31: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
31: [ RUN      ] TEST_CATEGORY.scatter_view
31: ScatterView data-duplicated test:
31: num_threads 8
31: hand-coded test took 0.0308869 seconds
31: test took 0.0310827 seconds
31: num_threads 8
31: hand-coded test took 0.0306805 seconds
31: test took 0.0311056 seconds
31: num_threads 8
31: hand-coded test took 0.0306979 seconds
31: test took 0.0310822 seconds
31: num_threads 8
31: hand-coded test took 0.030995 seconds
31: test took 0.0311107 seconds
31: num_threads 8
31: hand-coded test took 0.0306774 seconds
31: test took 0.0310388 seconds
31: [       OK ] TEST_CATEGORY.scatter_view (435 ms)
31: [----------] 5 tests from TEST_CATEGORY (8066 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 5 tests from 1 test suite ran. (8066 ms total)
31: [  PASSED  ] 5 tests.
31/53 Test #31: Kokkos_ContainersPerformanceTest_OpenMP .....   Passed    8.50 sec
test 32
      Start 32: Kokkos_ContainersPerformanceTest_HIP

32: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
32: Test timeout computed to be: 1500
32: [==========] Running 4 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 4 tests from TEST_CATEGORY
32: [ RUN      ] TEST_CATEGORY.dynrankview_perf
32: HIP
32:  DynRankView vs View: Initialization Only 
32:  View time (init only): 0.00315947
32:  View sum computation time: 0.00315947
32:  Strided View time (init only): 0.00168309
32:  View Rank7 time (init only): 0.00173907
32:  DynRankView time (init only): 0.00169029
32:  DynRankView sum computation time: 0.0014871
32:  Ratio of View to DynRankView time: 1.86919
32:  Ratio of View to DynRankView sum computation time: 0.989469
32:  Ratio of View to View Rank7  time: 1.81676
32:  Ratio of StrideView to DynRankView time: 0.99574
32:  Ratio of DynRankView to View Rank7  time: 0.971951
32: [       OK ] TEST_CATEGORY.dynrankview_perf (14 ms)
32: [ RUN      ] TEST_CATEGORY.global_2_local
32: HIP
32: size, create, generate, fill, find
32: 256, 0.000240328, 2.007e-05, 0.007071, 0.0042125
32: 512, 0.000198977, 1.751e-05, 3.102e-05, 0.00342966
32: 1024, 0.000184888, 1.6619e-05, 3.106e-05, 0.00340553
32: 2048, 0.000234627, 1.656e-05, 3.2529e-05, 0.00350346
32: 4096, 0.000227868, 1.693e-05, 3.261e-05, 0.00345433
32: 8192, 0.000228497, 1.408e-05, 3.103e-05, 0.00344975
32: 16384, 0.000287186, 1.832e-05, 3.318e-05, 0.00355847
32: 32768, 0.000329336, 1.85e-05, 3.5489e-05, 0.00392601
32: 65536, 0.000349886, 2.074e-05, 4.2749e-05, 0.00408841
32: 131072, 0.000423755, 2.451e-05, 5.6219e-05, 0.00481356
32: 262144, 0.000409815, 2.3199e-05, 0.000104999, 0.00635192
32: 524288, 0.000609272, 2.4e-05, 0.000286327, 0.00990307
32: 1048576, 0.000590953, 2.5789e-05, 0.000708972, 0.0225244
32: 2097152, 0.000612693, 3.4159e-05, 0.00157995, 0.0468626
32: 4194304, 0.000785141, 5.1639e-05, 0.00357401, 0.108871
32: [       OK ] TEST_CATEGORY.global_2_local (253 ms)
32: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
32: skipping test
32: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
32: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
32: skipping test
32: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
32: [----------] 4 tests from TEST_CATEGORY (267 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 4 tests from 1 test suite ran. (267 ms total)
32: [  PASSED  ] 4 tests.
32/53 Test #32: Kokkos_ContainersPerformanceTest_HIP ........   Passed    0.69 sec
test 33
      Start 33: Kokkos_UnitTest_Sort

33: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
33: Test timeout computed to be: 1500
33: [==========] Running 15 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 15 tests from hip
33: [ RUN      ] hip.SortUnsignedValueType
33: [       OK ] hip.SortUnsignedValueType (26 ms)
33: [ RUN      ] hip.SortEmptyView
33: [       OK ] hip.SortEmptyView (0 ms)
33: [ RUN      ] hip.SortByKeyEmptyView
33: [       OK ] hip.SortByKeyEmptyView (0 ms)
33: [ RUN      ] hip.SortByKey
33: [       OK ] hip.SortByKey (19 ms)
33: [ RUN      ] hip.SortByKeyWithComparator
33: [       OK ] hip.SortByKeyWithComparator (1 ms)
33: [ RUN      ] hip.SortByKeyStaticExtents
33: [       OK ] hip.SortByKeyStaticExtents (0 ms)
33: [ RUN      ] hip.SortByKeyWithStrides
33: [       OK ] hip.SortByKeyWithStrides (0 ms)
33: [ RUN      ] hip.SortByKeyKeysLargerThanValues
33: 
33: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Task.cpp.o
33: 
33: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
33: [       OK ] hip.SortByKeyKeysLargerThanValues (1204 ms)
33: [ RUN      ] hip.SortWithCustomComparator
33: [       OK ] hip.SortWithCustomComparator (387 ms)
33: [ RUN      ] hip.BinSortGenericTests
33: [       OK ] hip.BinSortGenericTests (20 ms)
33: [ RUN      ] hip.BinSortEmptyView
33: [       OK ] hip.BinSortEmptyView (0 ms)
33: [ RUN      ] hip.BinSortEmptyKeysView
33: [       OK ] hip.BinSortEmptyKeysView (0 ms)
33: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 30%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o
[ 30%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o
33: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (8397 ms)
33: [ RUN      ] hip.NestedSort
33: [       OK ] hip.NestedSort (44 ms)
33: [ RUN      ] hip.NestedSortByKey
33: [       OK ] hip.NestedSortByKey (130 ms)
33: [----------] 15 tests from hip (10232 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 15 tests from 1 test suite ran. (10232 ms total)
33: [  PASSED  ] 15 tests.
33/53 Test #33: Kokkos_UnitTest_Sort ........................   Passed   10.67 sec
test 34
      Start 34: Kokkos_UnitTest_Random

34: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Random
34: Test timeout computed to be: 1500
34: [==========] Running 3 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 3 tests from hip
34: [ RUN      ] hip.Random_XorShift64
34: Test Seed:1711687540931974385
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.0171385 0.00580059 || 0.051031 27989 29312 || 28191.2 28674.4 || 80.1873 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.0293059 -5.68242e-05 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00728763 -0.0122373 || 0.051031 27944 29350 || 28466.9 28674.4 || -169.168 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.011894 0.0121843 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00637617 -0.0288513 || 0.051031 28021 29301 || 28858.4 28674.4 || -398.84 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0105441 0.00681721 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00930083 -0.00137587 || 0.051031 27984 29300 || 28410.2 28674.4 || -19.02 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.0169364 0.00434288 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000245767 -0.99999 -48241.6 || 0.051031 0 195310 || 2.9285e+09 28674.4 || -6.66891e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000736217 -0.318348 0.160219 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.68478e-07 -0.00236256 -0.0239563 || 0.051031 28068 29409 || 28742.3 28674.4 || -331.172 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.18929e-07 -0.00628652 0.000188398 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.76045e-07 -0.0143092 -0.00179197 || 0.051031 27870 29330 || 29090.7 28674.4 || -24.7723 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.41632e-07 -0.010577 0.000807727 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00140108 0.00234845 || 0.051031 27785 29325 || 28634.3 28674.4 || 32.4649 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00173753 -0.00629093 || 0.051031 1e+64 -1e+64
34: Test Seed:1711687541065271828
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.0145758 -0.0347947 || 0.051031 27917 29302 || 28262.4 28674.4 || -481.002 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00347443 -0.00185203 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00140765 0.025323 || 0.051031 28047 29222 || 28634.1 28674.4 || 350.065 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0168181 -0.00203632 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00692306 0.0182325 || 0.051031 28077 29360 || 28874.3 28674.4 || 252.046 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00640357 0.00415759 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.0157293 -0.00540672 || 0.051031 28020 29334 || 28230.3 28674.4 || -74.7425 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.0153117 0.00837059 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244601 -0.99999 -48248.1 || 0.051031 0 194860 || 2.92879e+09 28674.4 || -6.66982e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000732708 -0.301878 0.154808 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.71e-07 0.00145009 0.00778526 || 0.051031 28029 29301 || 28632.9 28674.4 || 107.623 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.26496e-07 0.0137625 -0.00632828 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.91181e-07 -0.000942036 -0.0104682 || 0.051031 27960 29392 || 28701.4 28674.4 || -144.712 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.87038e-07 0.0124554 0.00240024 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00574177 -0.00614327 || 0.051031 28032 29370 || 28510.7 28674.4 || -84.9246 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00879512 0.00309453 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift64 (255 ms)
34: [ RUN      ] hip.Random_XorShift1024_0
34: Test Seed:1711687541187574064
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.0418041 -0.0132878 || 0.051031 10958 11779 || 10920.4 11377 || -183.69 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 5.0532e-06 0.00152549 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.00419284 -0.00828081 || 0.051031 10925 11754 || 11424.9 11377 || -114.474 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00762329 -0.000954981 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.00517508 0.00419696 || 0.051031 11015 11780 || 11436.1 11377 || 58.0188 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0343952 0.00055663 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0136296 0.00083673 || 0.051031 10991 11817 || 11534.2 11377 || 11.567 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.000661131 -0.000362838 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000245701 -0.999975 -7594.41 || 0.051031 0 77852 || 4.61008e+08 11377 || -1.04985e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000736836 -0.138259 0.024223 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.79744e-07 -0.00998904 0.00773233 || 0.051031 10858 11795 || 11491.7 11377 || 106.892 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.43323e-07 0.0168689 -0.00129708 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.79744e-07 0.0135638 0.00282323 || 0.051031 10983 11802 || 11224.7 11377 || 39.0283 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.43323e-07 0.00384054 -0.0048333 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 1.46864e-05 0.00851881 || 0.051031 10952 11813 || 11376.8 11377 || 117.764 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0188083 -0.00222266 || 0.051031 1e+64 -1e+64
34: Test Seed:1711687541281087049
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0117814 0.014115 || 0.051031 10909 11794 || 11512.6 11377 || 195.126 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00153829 0.00206508 || 0.051031 1e+64 -1e+64
34: Test Scalar=unsigned int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00198538 0.00202681 || 0.051031 10978 11792 || 11354.4 11377 || 28.0186 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00295982 0.000565424 || 0.051031 1e+64 -1e+64
34: Test Scalar=int64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0166415 -0.00681912 || 0.051031 10946 11811 || 11569.5 11377 || -94.2675 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00180551 -0.00191534 || 0.051031 1e+64 -1e+64
34: Test Scalar=uint64_t
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 -0.0158924 0.0017592 || 0.051031 10973 11803 || 11560.7 11377 || 24.3192 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0131054 -0.000961551 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.00024399 -0.999975 -7596.21 || 0.051031 0 77737 || 4.61103e+08 11377 || -1.0501e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000731488 -0.16482 0.0244418 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.98818e-07 -0.00234352 -0.00302098 || 0.051031 10912 11833 || 11403.7 11377 || -41.762 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 4.00543e-07 0.00404536 0.00219068 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.98818e-07 -0.000244256 0.00076287 || 0.051031 10873 11772 || 11379.7 11377 || 10.5459 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 4.00543e-07 -0.00110212 0.00346243 || 0.051031 1e+64 -1e+64
34: Test Scalar=double
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00044002 0.00272183 || 0.051031 11001 11817 || 11372 11377 || 37.6266 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00559232 0.000420465 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift1024_0 (223 ms)
34: [ RUN      ] hip.Multi_streams
34: [       OK ] hip.Multi_streams (274 ms)
34: [----------] 3 tests from hip (754 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 3 tests from 1 test suite ran. (754 ms total)
34: [  PASSED  ] 3 tests.
34/53 Test #34: Kokkos_UnitTest_Random ......................   Passed    1.18 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_A

35: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
35: Test timeout computed to be: 1500
35: [==========] Running 14 tests from 3 test suites.
35: [----------] Global test environment set-up.
35: [----------] 3 tests from std_algorithms_reducers
35: [ RUN      ] std_algorithms_reducers.max_first_loc
35: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
35: [ RUN      ] std_algorithms_reducers.min_first_loc
35: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
35: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
35: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
35: [----------] 3 tests from std_algorithms_reducers (0 ms total)
35: 
35: [----------] 1 test from std_algorithms
35: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
35: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
35: [----------] 1 test from std_algorithms (0 ms total)
35: 
35: [----------] 10 tests from random_access_iterator_test
35: [ RUN      ] random_access_iterator_test.constructor
35: [       OK ] random_access_iterator_test.constructor (1 ms)
35: [ RUN      ] random_access_iterator_test.dereference
35: [       OK ] random_access_iterator_test.dereference (0 ms)
35: [ RUN      ] random_access_iterator_test.subscript_operator
35: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
35: [ RUN      ] random_access_iterator_test.operatorsSet1
35: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
35: [ RUN      ] random_access_iterator_test.operatorsSet2
35: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
35: [ RUN      ] random_access_iterator_test.operatorsSet3
35: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
35: [ RUN      ] random_access_iterator_test.operatorsSet4
35: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
35: [ RUN      ] random_access_iterator_test.assignment_operator
35: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
35: [ RUN      ] random_access_iterator_test.distance
35: [       OK ] random_access_iterator_test.distance (0 ms)
35: [ RUN      ] random_access_iterator_test.traits_helpers
35: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
35: [----------] 10 tests from random_access_iterator_test (4 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 14 tests from 3 test suites ran. (4 ms total)
35: [  PASSED  ] 14 tests.
35/53 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    0.43 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_B

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

37: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
37: Test timeout computed to be: 1500
37: [==========] Running 13 tests from 10 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_lexicographical_compare_test
37: [ RUN      ] std_algorithms_lexicographical_compare_test.test
37: [       OK ] std_algorithms_lexicographical_compare_test.test (93 ms)
37: [----------] 1 test from std_algorithms_lexicographical_compare_test (93 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_test
37: [ RUN      ] std_algorithms_for_each_test.test
37: [       OK ] std_algorithms_for_each_test.test (75 ms)
37: [----------] 1 test from std_algorithms_for_each_test (76 ms total)
37: 
37: [----------] 1 test from std_algorithms_find_test
37: [ RUN      ] std_algorithms_find_test.test
37: [       OK ] std_algorithms_find_test.test (40 ms)
37: [----------] 1 test from std_algorithms_find_test (40 ms total)
37: 
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
37: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (452 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
37: [       OK ] std_algorithms_non_mod_seq_ops.find_end (702 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
37: [       OK ] std_algorithms_non_mod_seq_ops.search (550 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
37: [       OK ] std_algorithms_non_mod_seq_ops.search_n (376 ms)
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2081 ms total)
37: 
37: [----------] 1 test from std_algorithms_count_test
37: [ RUN      ] std_algorithms_count_test.test
37: [       OK ] std_algorithms_count_test.test (53 ms)
37: [----------] 1 test from std_algorithms_count_test (53 ms total)
37: 
37: [----------] 1 test from std_algorithms_equal_test
37: [ RUN      ] std_algorithms_equal_test.test
37: [       OK ] std_algorithms_equal_test.test (17 ms)
37: [----------] 1 test from std_algorithms_equal_test (17 ms total)
37: 
37: [----------] 1 test from std_algorithms_all_any_none_of_test
37: [ RUN      ] std_algorithms_all_any_none_of_test.test
37: [       OK ] std_algorithms_all_any_none_of_test.test (46 ms)
37: [----------] 1 test from std_algorithms_all_any_none_of_test (46 ms total)
37: 
37: [----------] 1 test from std_algorithms_nonmod_seq_ops
37: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
37: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (78 ms)
37: [----------] 1 test from std_algorithms_nonmod_seq_ops (78 ms total)
37: 
37: [----------] 1 test from std_algorithms_mismatch_test
37: [ RUN      ] std_algorithms_mismatch_test.test
37: [       OK ] std_algorithms_mismatch_test.test (114 ms)
37: [----------] 1 test from std_algorithms_mismatch_test (114 ms total)
37: 
37: [----------] 1 test from std_algorithms_mod_seq_ops
37: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
37: [       OK ] std_algorithms_mod_seq_ops.move_backward (48 ms)
37: [----------] 1 test from std_algorithms_mod_seq_ops (48 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 13 tests from 10 test suites ran. (2650 ms total)
37: [  PASSED  ] 13 tests.
37/53 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    3.08 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_D

38: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
38: Test timeout computed to be: 1500
38: [==========] Running 31 tests from 5 test suites.
38: [----------] Global test environment set-up.
38: [----------] 3 tests from std_algorithms_mod_ops_test
38: [ RUN      ] std_algorithms_mod_ops_test.move
38: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
38: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
38: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
38: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
38: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
38: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total)
38: 
38: [----------] 12 tests from std_algorithms_mod_seq_ops_test
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
38: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
38: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
38: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
38: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
38: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
38: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
38: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
38: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
38: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
38: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
38: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
38: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
38: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
38: 
38: [----------] 4 tests from std_algorithms_replace_ops_test
38: [ RUN      ] std_algorithms_replace_ops_test.replace
38: [       OK ] std_algorithms_replace_ops_test.replace (30 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_if
38: [       OK ] std_algorithms_replace_ops_test.replace_if (132 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
38: [       OK ] std_algorithms_replace_ops_test.replace_copy (48 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
38: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (45 ms)
38: [----------] 4 tests from std_algorithms_replace_ops_test (257 ms total)
38: 
38: [----------] 11 tests from std_algorithms_mod_seq_ops
38: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
38: [       OK ] std_algorithms_mod_seq_ops.copy_if (34 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.unique
38: [       OK ] std_algorithms_mod_seq_ops.unique (140 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
38: [       OK ] std_algorithms_mod_seq_ops.unique_copy (57 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove
38: [       OK ] std_algorithms_mod_seq_ops.remove (40 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
38: [       OK ] std_algorithms_mod_seq_ops.remove_if (43 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
38: [       OK ] std_algorithms_mod_seq_ops.remove_copy (152 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
38: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (41 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o
38: [       OK ] std_algorithms_mod_seq_ops.rotate (1210 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
38: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (425 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
38: [       OK ] std_algorithms_mod_seq_ops.shift_left (1362 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 81%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
38: [       OK ] std_algorithms_mod_seq_ops.shift_right (1337 ms)
38: [----------] 11 tests from std_algorithms_mod_seq_ops (4846 ms total)
38: 
38: [----------] 1 test from std_algorithms_modseq_test
38: [ RUN      ] std_algorithms_modseq_test.reverse
38: [       OK ] std_algorithms_modseq_test.reverse (49 ms)
38: [----------] 1 test from std_algorithms_modseq_test (49 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 31 tests from 5 test suites ran. (5161 ms total)
38: [  PASSED  ] 31 tests.
38/53 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    5.59 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_E

39: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
39: Test timeout computed to be: 1500
39: [==========] Running 29 tests from 7 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_sorting_ops_test
39: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
39: [       OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms)
39: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
39: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms)
39: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total)
39: 
39: [----------] 4 tests from std_algorithms_partitioning_test
39: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
39: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
39: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
39: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
39: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
39: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
39: [ RUN      ] std_algorithms_partitioning_test.partition_point
39: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
39: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
39: 
39: [----------] 1 test from std_algorithms_partitioning_ops
39: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
39: [       OK ] std_algorithms_partitioning_ops.partition_copy (30 ms)
39: [----------] 1 test from std_algorithms_partitioning_ops (30 ms total)
39: 
39: [----------] 12 tests from std_algorithms_numerics_test
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (6 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
39: [----------] 12 tests from std_algorithms_numerics_test (16 ms total)
39: 
39: [----------] 1 test from std_algorithms_numerics_ops_test
39: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
39: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (75 ms)
39: [----------] 1 test from std_algorithms_numerics_ops_test (75 ms total)
39: 
39: [----------] 8 tests from std_algorithms_numeric_ops_test
39: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o
[ 81%] Built target Kokkos_ContainersUnitTest_OpenMP
39: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (773 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
39: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (647 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
39: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (207 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
39: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (328 ms)
39: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
39: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
39: [----------] 8 tests from std_algorithms_numeric_ops_test (1957 ms total)
39: 
39: [----------] 1 test from std_algorithms_transform_ops_test
39: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
39: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (34 ms)
39: [----------] 1 test from std_algorithms_transform_ops_test (34 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 29 tests from 7 test suites ran. (2144 ms total)
39: [  PASSED  ] 29 tests.
39/53 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    2.57 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

40: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
40: Test timeout computed to be: 1500
40: [==========] Running 12 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_adjacent_find_team_test
40: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
40: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (327 ms)
40: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
40: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (304 ms)
40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (631 ms total)
40: 
40: [----------] 2 tests from std_algorithms_count_team_test
40: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
40: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (316 ms)
40: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
40: [       OK ] std_algorithms_count_team_test.count_returns_zero (130 ms)
40: [----------] 2 tests from std_algorithms_count_team_test (447 ms total)
40: 
40: [----------] 1 test from std_algorithms_count_if_team_test
40: [ RUN      ] std_algorithms_count_if_team_test.test
40: [       OK ] std_algorithms_count_if_team_test.test (174 ms)
40: [----------] 1 test from std_algorithms_count_if_team_test (174 ms total)
40: 
40: [----------] 1 test from std_algorithms_for_each_team_test
40: [ RUN      ] std_algorithms_for_each_team_test.test
40: [       OK ] std_algorithms_for_each_team_test.test (257 ms)
40: [----------] 1 test from std_algorithms_for_each_team_test (257 ms total)
40: 
40: [----------] 1 test from std_algorithms_for_each_n_team_test
40: [ RUN      ] std_algorithms_for_each_n_team_test.test
40: [       OK ] std_algorithms_for_each_n_team_test.test (280 ms)
40: [----------] 1 test from std_algorithms_for_each_n_team_test (280 ms total)
40: 
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
40: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1503 ms)
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
40: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (932 ms)
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A
40: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (932 ms)
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (3368 ms total)
40: 
40: [----------] 2 tests from std_algorithms_mismatch_team_test
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
40: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1138 ms)
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
40: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (443 ms)
40: [----------] 2 tests from std_algorithms_mismatch_team_test (1582 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 12 tests from 7 test suites ran. (6743 ms total)
40: [  PASSED  ] 12 tests.
40/53 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    7.17 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

41: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
41: Test timeout computed to be: 1500
41: [==========] Running 8 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_equal_team_test
41: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
41: [       OK ] std_algorithms_equal_team_test.views_are_equal (1093 ms)
41: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
41: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (654 ms)
41: [----------] 2 tests from std_algorithms_equal_team_test (1747 ms total)
41: 
41: [----------] 2 tests from std_algorithms_search_team_test
41: [ RUN      ] std_algorithms_search_team_test.sequences_exist
41: [       OK ] std_algorithms_search_team_test.sequences_exist (417 ms)
41: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (527 ms)
41: [----------] 2 tests from std_algorithms_search_team_test (945 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_end_team_test
41: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o
41: [       OK ] std_algorithms_find_end_team_test.sequences_exist (947 ms)
41: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
41: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (804 ms)
41: [----------] 2 tests from std_algorithms_find_end_team_test (1752 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_first_of_team_test
41: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (678 ms)
41: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (2600 ms)
41: [----------] 2 tests from std_algorithms_find_first_of_team_test (3279 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 8 tests from 4 test suites ran. (7724 ms total)
41: [  PASSED  ] 8 tests.
41/53 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed    8.15 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

42: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
42: Test timeout computed to be: 1500
42: [==========] Running 11 tests from 7 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_find_team_test
42: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
42: [       OK ] std_algorithms_find_team_test.searched_values_exist (169 ms)
42: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
42: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (235 ms)
42: [----------] 2 tests from std_algorithms_find_team_test (405 ms total)
42: 
42: [----------] 2 tests from std_algorithms_find_if_team_test
42: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
42: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (138 ms)
42: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
42: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (242 ms)
42: [----------] 2 tests from std_algorithms_find_if_team_test (381 ms total)
42: 
42: [----------] 2 tests from std_algorithms_find_if_not_team_test
42: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
42: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (238 ms)
42: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
42: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (131 ms)
42: [----------] 2 tests from std_algorithms_find_if_not_team_test (370 ms total)
42: 
42: [----------] 1 test from std_algorithms_all_of_team_test
42: [ RUN      ] std_algorithms_all_of_team_test.test
[ 33%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o
42: [       OK ] std_algorithms_all_of_team_test.test (237 ms)
42: [----------] 1 test from std_algorithms_all_of_team_test (237 ms total)
42: 
42: [----------] 1 test from std_algorithms_any_of_team_test
42: [ RUN      ] std_algorithms_any_of_team_test.test
42: [       OK ] std_algorithms_any_of_team_test.test (140 ms)
42: [----------] 1 test from std_algorithms_any_of_team_test (140 ms total)
42: 
42: [----------] 1 test from std_algorithms_none_of_team_test
42: [ RUN      ] std_algorithms_none_of_team_test.test
42: [       OK ] std_algorithms_none_of_team_test.test (236 ms)
42: [----------] 1 test from std_algorithms_none_of_team_test (236 ms total)
42: 
42: [----------] 2 tests from std_algorithms_search_n_team_test
42: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
42: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (170 ms)
42: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
42: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (169 ms)
42: [----------] 2 tests from std_algorithms_search_n_team_test (340 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 11 tests from 7 test suites ran. (2111 ms total)
42: [  PASSED  ] 11 tests.
42/53 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    2.54 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

43: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
43: Test timeout computed to be: 1500
[ 33%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
43: [==========] Running 3 tests from 3 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_min_element_team_test
43: [ RUN      ] std_algorithms_min_element_team_test.test
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
43: [       OK ] std_algorithms_min_element_team_test.test (729 ms)
43: [----------] 1 test from std_algorithms_min_element_team_test (729 ms total)
43: 
43: [----------] 1 test from std_algorithms_max_element_team_test
43: [ RUN      ] std_algorithms_max_element_team_test.test
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
43: [       OK ] std_algorithms_max_element_team_test.test (702 ms)
43: [----------] 1 test from std_algorithms_max_element_team_test (702 ms total)
43: 
43: [----------] 1 test from std_algorithms_minmax_element_team_test
43: [ RUN      ] std_algorithms_minmax_element_team_test.test
43: [       OK ] std_algorithms_minmax_element_team_test.test (888 ms)
43: [----------] 1 test from std_algorithms_minmax_element_team_test (888 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 3 tests from 3 test suites ran. (2320 ms total)
43: [  PASSED  ] 3 tests.
43/53 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    2.74 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

44: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
44: Test timeout computed to be: 1500
44: [==========] Running 6 tests from 6 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_fill_team_test
44: [ RUN      ] std_algorithms_fill_team_test.test
44: [       OK ] std_algorithms_fill_team_test.test (188 ms)
44: [----------] 1 test from std_algorithms_fill_team_test (188 ms total)
44: 
44: [----------] 1 test from std_algorithms_fill_n_team_test
44: [ RUN      ] std_algorithms_fill_n_team_test.test
44: [       OK ] std_algorithms_fill_n_team_test.test (321 ms)
44: [----------] 1 test from std_algorithms_fill_n_team_test (321 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_team_test
44: [ RUN      ] std_algorithms_replace_team_test.test
44: [       OK ] std_algorithms_replace_team_test.test (284 ms)
44: [----------] 1 test from std_algorithms_replace_team_test (284 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_if_team_test
44: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
44: [       OK ] std_algorithms_replace_if_team_test.test (338 ms)
44: [----------] 1 test from std_algorithms_replace_if_team_test (338 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_copy_team_test
44: [ RUN      ] std_algorithms_replace_copy_team_test.test
44: [       OK ] std_algorithms_replace_copy_team_test.test (580 ms)
44: [----------] 1 test from std_algorithms_replace_copy_team_test (580 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test
44: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
44: [       OK ] std_algorithms_replace_copy_if_team_test.test (461 ms)
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (461 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 6 tests from 6 test suites ran. (2175 ms total)
44: [  PASSED  ] 6 tests.
44/53 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    2.60 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

45: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
45: Test timeout computed to be: 1500
45: [==========] Running 4 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_reverse_team_test
45: [ RUN      ] std_algorithms_reverse_team_test.test
45: [       OK ] std_algorithms_reverse_team_test.test (223 ms)
45: [----------] 1 test from std_algorithms_reverse_team_test (223 ms total)
45: 
45: [----------] 1 test from std_algorithms_reverse_copy_team_test
45: [ RUN      ] std_algorithms_reverse_copy_team_test.test
45: [       OK ] std_algorithms_reverse_copy_team_test.test (245 ms)
45: [----------] 1 test from std_algorithms_reverse_copy_team_test (245 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_team_test
45: [ RUN      ] std_algorithms_rotate_team_test.test
45: [       OK ] std_algorithms_rotate_team_test.test (497 ms)
45: [----------] 1 test from std_algorithms_rotate_team_test (497 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_copy_team_test
45: [ RUN      ] std_algorithms_rotate_copy_team_test.test
45: [       OK ] std_algorithms_rotate_copy_team_test.test (434 ms)
45: [----------] 1 test from std_algorithms_rotate_copy_team_test (434 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (1400 ms total)
45: [  PASSED  ] 4 tests.
45/53 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    1.82 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

46: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
46: Test timeout computed to be: 1500
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_move_team_test
46: [ RUN      ] std_algorithms_move_team_test.test
46: [       OK ] std_algorithms_move_team_test.test (399 ms)
46: [----------] 1 test from std_algorithms_move_team_test (399 ms total)
46: 
46: [----------] 1 test from std_algorithms_move_backward_team_test
46: [ RUN      ] std_algorithms_move_backward_team_test.test
46: [       OK ] std_algorithms_move_backward_team_test.test (351 ms)
46: [----------] 1 test from std_algorithms_move_backward_team_test (352 ms total)
46: 
46: [----------] 1 test from std_algorithms_shift_left_team_test
46: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o
46: [       OK ] std_algorithms_shift_left_team_test.test (1239 ms)
46: [----------] 1 test from std_algorithms_shift_left_team_test (1239 ms total)
46: 
46: [----------] 1 test from std_algorithms_shift_right_team_test
46: [ RUN      ] std_algorithms_shift_right_team_test.test
46: [       OK ] std_algorithms_shift_right_team_test.test (1166 ms)
46: [----------] 1 test from std_algorithms_shift_right_team_test (1166 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (3157 ms total)
46: [  PASSED  ] 4 tests.
46/53 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    3.58 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

47: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
47: Test timeout computed to be: 1500
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
47: [==========] Running 9 tests from 9 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_copy_team_test
47: [ RUN      ] std_algorithms_copy_team_test.test
47: [       OK ] std_algorithms_copy_team_test.test (477 ms)
47: [----------] 1 test from std_algorithms_copy_team_test (477 ms total)
47: 
47: [----------] 1 test from std_algorithms_copy_n_team_test
47: [ RUN      ] std_algorithms_copy_n_team_test.test
47: [       OK ] std_algorithms_copy_n_team_test.test (373 ms)
47: [----------] 1 test from std_algorithms_copy_n_team_test (373 ms total)
47: 
47: [----------] 1 test from std_algorithms_copy_backward_team_test
47: [ RUN      ] std_algorithms_copy_backward_team_test.test
47: [       OK ] std_algorithms_copy_backward_team_test.test (335 ms)
47: [----------] 1 test from std_algorithms_copy_backward_team_test (335 ms total)
47: 
47: [----------] 1 test from std_algorithms_copy_if_team_test
47: [ RUN      ] std_algorithms_copy_if_team_test.test
47: [       OK ] std_algorithms_copy_if_team_test.test (382 ms)
47: [----------] 1 test from std_algorithms_copy_if_team_test (382 ms total)
47: 
47: [----------] 1 test from std_algorithms_unique_copy_team_test
47: [ RUN      ] std_algorithms_unique_copy_team_test.test
47: [       OK ] std_algorithms_unique_copy_team_test.test (611 ms)
47: [----------] 1 test from std_algorithms_unique_copy_team_test (611 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_team_test
47: [ RUN      ] std_algorithms_remove_team_test.test
47: [       OK ] std_algorithms_remove_team_test.test (460 ms)
47: [----------] 1 test from std_algorithms_remove_team_test (460 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_if_team_test
47: [ RUN      ] std_algorithms_remove_if_team_test.test
47: [       OK ] std_algorithms_remove_if_team_test.test (456 ms)
47: [----------] 1 test from std_algorithms_remove_if_team_test (456 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_copy_team_test
47: [ RUN      ] std_algorithms_remove_copy_team_test.test
47: [       OK ] std_algorithms_remove_copy_team_test.test (477 ms)
47: [----------] 1 test from std_algorithms_remove_copy_team_test (477 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test
47: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
47: [       OK ] std_algorithms_remove_copy_if_team_test.test (400 ms)
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (400 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 9 tests from 9 test suites ran. (3976 ms total)
47: [  PASSED  ] 9 tests.
47/53 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed    4.41 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

48: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
48: Test timeout computed to be: 1500
48: [==========] Running 4 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_unique_team_test
48: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
48: [       OK ] std_algorithms_unique_team_test.test_default_predicate (801 ms)
48: [----------] 1 test from std_algorithms_unique_team_test (801 ms total)
48: 
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test
48: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
48: [       OK ] std_algorithms_adjacent_difference_team_test.test (747 ms)
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (747 ms total)
48: 
48: [----------] 1 test from std_algorithms_reduce_team_test
48: [ RUN      ] std_algorithms_reduce_team_test.test
48: [       OK ] std_algorithms_reduce_team_test.test (525 ms)
48: [----------] 1 test from std_algorithms_reduce_team_test (525 ms total)
48: 
48: [----------] 1 test from std_algorithms_transform_reduce_team_test
48: [ RUN      ] std_algorithms_transform_reduce_team_test.test
48: [       OK ] std_algorithms_transform_reduce_team_test.test (825 ms)
48: [----------] 1 test from std_algorithms_transform_reduce_team_test (825 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (2900 ms total)
48: [  PASSED  ] 4 tests.
48/53 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    3.33 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

49: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
49: Test timeout computed to be: 1500
49: [==========] Running 18 tests from 5 test suites.
49: [----------] Global test environment set-up.
49: [----------] 2 tests from std_algorithms_is_sorted_team_test
49: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
49: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (430 ms)
49: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
49: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (808 ms)
49: [----------] 2 tests from std_algorithms_is_sorted_team_test (1238 ms total)
49: 
49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (19 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (21 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (728 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (483 ms)
49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1253 ms total)
49: 
49: [----------] 4 tests from std_algorithms_is_partitioned_team_test
49: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
49: [       OK ] std_algorithms_is_partitioned_team_test.empty (10 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
49: [       OK ] std_algorithms_is_partitioned_team_test.all_true (249 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
49: [       OK ] std_algorithms_is_partitioned_team_test.all_false (246 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.random
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
49: [       OK ] std_algorithms_is_partitioned_team_test.random (227 ms)
49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (733 ms total)
49: 
49: [----------] 4 tests from std_algorithms_partition_copy_team_test
49: [ RUN      ] std_algorithms_partition_copy_team_test.empty
49: [       OK ] std_algorithms_partition_copy_team_test.empty (15 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o
49: [       OK ] std_algorithms_partition_copy_team_test.all_true (559 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
49: [       OK ] std_algorithms_partition_copy_team_test.all_false (560 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.random
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o
49: [       OK ] std_algorithms_partition_copy_team_test.random (549 ms)
49: [----------] 4 tests from std_algorithms_partition_copy_team_test (1684 ms total)
49: 
49: [----------] 4 tests from std_algorithms_partition_point_team_test
49: [ RUN      ] std_algorithms_partition_point_team_test.empty
49: [       OK ] std_algorithms_partition_point_team_test.empty (10 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_true
49: [       OK ] std_algorithms_partition_point_team_test.all_true (183 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_false
49: [       OK ] std_algorithms_partition_point_team_test.all_false (184 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.random
49: [       OK ] std_algorithms_partition_point_team_test.random (161 ms)
49: [----------] 4 tests from std_algorithms_partition_point_team_test (539 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 18 tests from 5 test suites ran. (5448 ms total)
49: [  PASSED  ] 18 tests.
49/53 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    5.87 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

50: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
50: Test timeout computed to be: 1500
50: [==========] Running 5 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 2 tests from std_algorithms_transform_team_test
50: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
50: [       OK ] std_algorithms_transform_team_test.test_unary_op (533 ms)
50: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o
50: [       OK ] std_algorithms_transform_team_test.test_binary_op (508 ms)
50: [----------] 2 tests from std_algorithms_transform_team_test (1042 ms total)
50: 
50: [----------] 1 test from std_algorithms_generate_team_test
50: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
50: [       OK ] std_algorithms_generate_team_test.test_unary_op (1110 ms)
50: [----------] 1 test from std_algorithms_generate_team_test (1110 ms total)
50: 
50: [----------] 1 test from std_algorithms_generate_n_team_test
50: [ RUN      ] std_algorithms_generate_n_team_test.test
50: [       OK ] std_algorithms_generate_n_team_test.test (303 ms)
50: [----------] 1 test from std_algorithms_generate_n_team_test (303 ms total)
50: 
50: [----------] 1 test from std_algorithms_swap_ranges_team_test
50: [ RUN      ] std_algorithms_swap_ranges_team_test.test
50: [       OK ] std_algorithms_swap_ranges_team_test.test (569 ms)
50: [----------] 1 test from std_algorithms_swap_ranges_team_test (569 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 5 tests from 4 test suites ran. (3025 ms total)
50: [  PASSED  ] 5 tests.
50/53 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    3.45 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

51: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
51: Test timeout computed to be: 1500
51: [==========] Running 2 tests from 2 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_exclusive_scan_team_test
51: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
51: [       OK ] std_algorithms_exclusive_scan_team_test.test (1857 ms)
51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1857 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
51: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
51: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (963 ms)
51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (963 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (2821 ms total)
51: [  PASSED  ] 2 tests.
51/53 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    3.24 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

52: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
52: Test timeout computed to be: 1500
52: [==========] Running 2 tests from 2 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_inclusive_scan_team_test
52: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
52: [       OK ] std_algorithms_inclusive_scan_team_test.test (2724 ms)
52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2724 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
52: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
52: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1782 ms)
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1782 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (4507 ms total)
52: [  PASSED  ] 2 tests.
52/53 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed    4.92 sec
test 53
      Start 53: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 53

Total Test time (real) = 1398.49 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Fri Mar 29 03:43:28 2024
stats zeroed                        Fri Mar 29 03:43:28 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                     24365
cache size                           2.7 GB
max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 9ec56c100a63a92d67a877cfc37e8d3ece1d79cdb0891b3b8dcd255c151c25b3
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
$ docker rm -f --volumes 9ec56c100a63a92d67a877cfc37e8d3ece1d79cdb0891b3b8dcd255c151c25b3
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o
[ 83%] Linking CXX executable Kokkos_UnitTest_Sort
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o
[ 83%] Built target Kokkos_UnitTest_Sort
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B
[ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 86%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_SYCL2A
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 36%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 36%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_Develop
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 37%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 37%] Built target Kokkos_push_finalize_hook_terminate
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 38%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o
[ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o
[ 39%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 39%] Built target Kokkos_ProfilingAllCalls
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o
[ 39%] Built target Kokkos_CoreUnitTest_Serial2
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_KokkosP
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_SYCL1B
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 41%] Linking CXX executable Kokkos_ToolsInitialization
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3
[ 41%] Built target Kokkos_ToolsInitialization
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 87%] 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_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_SYCL2D
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_SYCL3
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 42%] Linking CXX executable Kokkos_StackTraceTestExec
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 42%] Built target Kokkos_StackTraceTestExec
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 44%] 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_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 92%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 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
[ 54%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 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%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 54%] Built target Kokkos_IncrementalTest_SERIAL
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 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
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 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
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 92%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 92%] Built target Kokkos_ContainersUnitTest_Cuda
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 64%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 65%] Linking CXX executable Kokkos_IncrementalTest_SYCL
[ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 65%] Built target Kokkos_PerformanceTest_TaskDag
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 65%] Built target Kokkos_PerformanceTest_SharedSpace
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 65%] Built target Kokkos_IncrementalTest_SYCL
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.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_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 65%] 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/PerfTestHexGrad.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 65%] Built target Kokkos_PerformanceTest_Mempool
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.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_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 67%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 68%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 68%] Built target Kokkos_PerformanceTest_Atomic
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 71%] Built target Kokkos_ContainersTestCompileOnly
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 71%] Built target Kokkos_CoreUnitTest_SYCL1A
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] 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_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 71%] Linking CXX executable Kokkos_UnitTest_Random
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 72%] Built target Kokkos_UnitTest_Random
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o
[ 75%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 75%] Built target Kokkos_ContainersUnitTest_Serial
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/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-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
1: Test timeout computed to be: 1500
1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
1:                                     Detected: 6 cores per node.
1:                                     Detected: 1 MPI_ranks per node.
1:                                     Requested: 8 threads per process.
1: [==========] Running 311 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 15 tests from openmp_DeathTest
1: [ RUN      ] openmp_DeathTest.abort_from_host
1: [       OK ] openmp_DeathTest.abort_from_host (639 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (588 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (535 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (552 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (638 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (938 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (1677 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4121 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4237 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_device
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
1: [----------] 15 tests from openmp_DeathTest (13928 ms total)
1: 
1: [----------] 296 tests from openmp
1: [ RUN      ] openmp.array_capacity
1: [       OK ] openmp.array_capacity (0 ms)
1: [ RUN      ] openmp.array_element_access
1: [       OK ] openmp.array_element_access (0 ms)
1: [ RUN      ] openmp.array_zero_capacity
1: [       OK ] openmp.array_zero_capacity (0 ms)
1: [ RUN      ] openmp.array_zero_data_nullptr
1: [       OK ] openmp.array_zero_data_nullptr (0 ms)
1: [ RUN      ] openmp.array_contiguous_capacity
1: [       OK ] openmp.array_contiguous_capacity (0 ms)
1: [ RUN      ] openmp.array_contiguous_element_access
1: [       OK ] openmp.array_contiguous_element_access (0 ms)
1: [ RUN      ] openmp.array_contiguous_assignment
1: [       OK ] openmp.array_contiguous_assignment (0 ms)
1: [ RUN      ] openmp.array_strided_capacity
1: [       OK ] openmp.array_strided_capacity (0 ms)
1: [ RUN      ] openmp.array_strided_element_access
1: [       OK ] openmp.array_strided_element_access (0 ms)
1: [ RUN      ] openmp.array_strided_assignment
1: [       OK ] openmp.array_strided_assignment (0 ms)
1: [ RUN      ] openmp.atomic_operations_complexdouble
1: [       OK ] openmp.atomic_operations_complexdouble (4 ms)
1: [ RUN      ] openmp.atomic_operations_complexfloat
1: [       OK ] openmp.atomic_operations_complexfloat (3 ms)
1: [ RUN      ] openmp.atomic_operations_double
1: [       OK ] openmp.atomic_operations_double (2 ms)
1: [ RUN      ] openmp.atomic_operations_float
1: [       OK ] openmp.atomic_operations_float (2 ms)
1: [ RUN      ] openmp.atomic_operations_int
1: [       OK ] openmp.atomic_operations_int (5 ms)
1: [ RUN      ] openmp.atomic_operations_long
1: [       OK ] openmp.atomic_operations_long (8 ms)
1: [ RUN      ] openmp.atomic_operations_longlong
1: [       OK ] openmp.atomic_operations_longlong (10 ms)
1: [ RUN      ] openmp.atomic_shared
1: [       OK ] openmp.atomic_shared (0 ms)
1: [ RUN      ] openmp.atomic_operations_unsigned
1: [       OK ] openmp.atomic_operations_unsigned (6 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (6 ms)
1: [ RUN      ] openmp.atomics
1: [       OK ] openmp.atomics (31 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 (279 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (196 ms)
1: [ RUN      ] openmp.atomic_view_api
1: [       OK ] openmp.atomic_view_api (0 ms)
1: [ RUN      ] openmp.bit_manip_countl_zero
1: [       OK ] openmp.bit_manip_countl_zero (0 ms)
1: [ RUN      ] openmp.bit_manip_countl_one
1: [       OK ] openmp.bit_manip_countl_one (0 ms)
1: [ RUN      ] openmp.bit_manip_countr_zero
1: [       OK ] openmp.bit_manip_countr_zero (0 ms)
1: [ RUN      ] openmp.bit_manip_countr_one
1: [       OK ] openmp.bit_manip_countr_one (0 ms)
1: [ RUN      ] openmp.bit_manip_popcount
1: [       OK ] openmp.bit_manip_popcount (0 ms)
1: [ RUN      ] openmp.bit_manip_has_single_bit
1: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_floor
1: [       OK ] openmp.bit_manip_bit_floor (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_ceil
1: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_width
1: [       OK ] openmp.bit_manip_bit_width (0 ms)
1: [ RUN      ] openmp.bit_manip_rotl
1: [       OK ] openmp.bit_manip_rotl (0 ms)
1: [ RUN      ] openmp.bit_manip_rotr
1: [       OK ] openmp.bit_manip_rotr (0 ms)
1: [ RUN      ] openmp.bit_manip_byeswap
1: [       OK ] openmp.bit_manip_byeswap (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_cast
1: [       OK ] openmp.bit_manip_bit_cast (0 ms)
1: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
1: [       OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
1: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] openmp.execution_policy_occupancy_and_hint
1: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] openmp.complex_construction
1: [       OK ] openmp.complex_construction (0 ms)
1: [ RUN      ] openmp.complex_basic_math
1: [       OK ] openmp.complex_basic_math (0 ms)
1: [ RUN      ] openmp.complex_special_funtions
1: [       OK ] openmp.complex_special_funtions (0 ms)
1: [ RUN      ] openmp.complex_io
1: [       OK ] openmp.complex_io (0 ms)
1: [ RUN      ] openmp.complex_trivially_copyable
1: [       OK ] openmp.complex_trivially_copyable (0 ms)
1: [ RUN      ] openmp.complex_issue_3865
1: [       OK ] openmp.complex_issue_3865 (0 ms)
1: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
1: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] openmp.crs_count_fill
1: [       OK ] openmp.crs_count_fill (0 ms)
1: [ RUN      ] openmp.crs_copy_constructor
1: [       OK ] openmp.crs_copy_constructor (2 ms)
1: [ RUN      ] openmp.deep_copy_alignment
1: [       OK ] openmp.deep_copy_alignment (3 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (47 ms)
1: [ RUN      ] openmp.partitioning_by_args
1: [       OK ] openmp.partitioning_by_args (0 ms)
1: [ RUN      ] openmp.partitioning_by_vector
1: [       OK ] openmp.partitioning_by_vector (0 ms)
1: [ RUN      ] openmp.execution_space_as_class_data_member
1: [       OK ] openmp.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] openmp.functor_analysis
1: [       OK ] openmp.functor_analysis (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_use_count
1: [       OK ] openmp.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_get
1: [       OK ] openmp.host_shared_ptr_get (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_dereference_on_device
1: [       OK ] openmp.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_special_members_on_device
1: [       OK ] openmp.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] openmp.host_shared_ptr_tracking
1: [       OK ] openmp.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] openmp.init
1: [       OK ] openmp.init (0 ms)
1: [ RUN      ] openmp.dispatch
1: [       OK ] openmp.dispatch (100 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 (1677 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1757 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (1355 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (1351 ms)
1: [ RUN      ] openmp.deep_copy_scratch
1: [       OK ] openmp.deep_copy_scratch (0 ms)
1: [ RUN      ] openmp.mathematical_constants_e
1: [       OK ] openmp.mathematical_constants_e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_log2e
1: [       OK ] openmp.mathematical_constants_log2e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_log10e
1: [       OK ] openmp.mathematical_constants_log10e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_pi
1: [       OK ] openmp.mathematical_constants_pi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_pi
1: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
1: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_ln2
1: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_ln10
1: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_sqrt2
1: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_sqrt3
1: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
1: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_egamma
1: [       OK ] openmp.mathematical_constants_egamma (0 ms)
1: [ RUN      ] openmp.mathematical_constants_phi
1: [       OK ] openmp.mathematical_constants_phi (0 ms)
1: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
1: [       OK ] openmp.mathematical_functions_trigonometric_functions (1 ms)
1: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
1: [       OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms)
1: [ RUN      ] openmp.mathematical_functions_non_standard
1: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] openmp.mathematical_functions_power_functions
1: [       OK ] openmp.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_fma
1: [       OK ] openmp.mathematical_functions_fma (0 ms)
1: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
1: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_absolute_value
1: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
1: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] openmp.mathematical_functions_remainder_function
1: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isfinite
1: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isinf
1: [       OK ] openmp.mathematical_functions_isinf (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isnan
1: [       OK ] openmp.mathematical_functions_isnan (0 ms)
1: [ RUN      ] openmp.mathematical_functions_exponential_functions
1: [       OK ] openmp.mathematical_functions_exponential_functions (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_expint1
1: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_errorfunc
1: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
1: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
1: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
1: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
1: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
1: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] openmp.mdrange_5d
1: [       OK ] openmp.mdrange_5d (27 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (87 ms)
1: [ RUN      ] openmp.mdrange_2d
1: [       OK ] openmp.mdrange_2d (1 ms)
1: [ RUN      ] openmp.mdrange_array_reduce
1: [       OK ] openmp.mdrange_array_reduce (0 ms)
1: [ RUN      ] openmp.mdrange_3d
1: [       OK ] openmp.mdrange_3d (7 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (44 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (7 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
1: [       OK ] openmp.mdrange_large_deep_copy (969 ms)
1: [ RUN      ] openmp.md_range_policy_construction_from_arrays
1: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
1: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (1622 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: [       OK ] openmp.mdspan_minimal_functional (0 ms)
1: [ RUN      ] openmp.max
1: [       OK ] openmp.max (0 ms)
1: [ RUN      ] openmp.max_within_parfor
1: [       OK ] openmp.max_within_parfor (0 ms)
1: [ RUN      ] openmp.min
1: [       OK ] openmp.min (0 ms)
1: [ RUN      ] openmp.min_within_parfor
1: [       OK ] openmp.min_within_parfor (0 ms)
1: [ RUN      ] openmp.minmax
1: [       OK ] openmp.minmax (0 ms)
1: [ RUN      ] openmp.minmax_within_parfor
1: [       OK ] openmp.minmax_within_parfor (0 ms)
1: [ RUN      ] openmp.clamp
1: [       OK ] openmp.clamp (0 ms)
1: [ RUN      ] openmp.clamp_within_parfor
1: [       OK ] openmp.clamp_within_parfor (0 ms)
1: [ RUN      ] openmp.numeric_traits_infinity
1: [       OK ] openmp.numeric_traits_infinity (1 ms)
1: [ RUN      ] openmp.numeric_traits_epsilon
1: [       OK ] openmp.numeric_traits_epsilon (0 ms)
1: [ RUN      ] openmp.numeric_traits_round_error
1: [       OK ] openmp.numeric_traits_round_error (0 ms)
1: [ RUN      ] openmp.numeric_traits_norm_min
1: [       OK ] openmp.numeric_traits_norm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_denorm_min
1: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_finite_min_max
1: [       OK ] openmp.numeric_traits_finite_min_max (1 ms)
1: [ RUN      ] openmp.numeric_traits_digits
1: [       OK ] openmp.numeric_traits_digits (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits10
1: [       OK ] openmp.numeric_traits_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_max_digits10
1: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_radix
1: [       OK ] openmp.numeric_traits_radix (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent
1: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent10
1: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
1: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] openmp.numeric_traits_sfinae_friendly
1: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] openmp.occupancy_control
1: [       OK ] openmp.occupancy_control (0 ms)
1: [ RUN      ] openmp.view_aggregate
1: [       OK ] openmp.view_aggregate (0 ms)
1: [ RUN      ] openmp.memory_pool
1: [       OK ] openmp.memory_pool (62 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 (1 ms)
1: [ RUN      ] openmp.range_for
1: [       OK ] openmp.range_for (1 ms)
1: [ RUN      ] openmp.range_reduce
1: [       OK ] openmp.range_reduce (0 ms)
1: [ RUN      ] openmp.range_dynamic_policy
1: [       OK ] openmp.range_dynamic_policy (0 ms)
1: [ RUN      ] openmp.range_policy_runtime_parameters
1: [       OK ] openmp.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.range_for_require
1: [       OK ] openmp.range_for_require (1 ms)
1: [ RUN      ] openmp.range_reduce_require
1: [       OK ] openmp.range_reduce_require (0 ms)
1: [ RUN      ] openmp.range_dynamic_policy_require
1: [       OK ] openmp.range_dynamic_policy_require (0 ms)
1: [ RUN      ] openmp.reducers_int
1: [       OK ] openmp.reducers_int (2 ms)
1: [ RUN      ] openmp.reducers_double
1: [       OK ] openmp.reducers_double (2 ms)
1: [ RUN      ] openmp.reducers_complex_double
1: [       OK ] openmp.reducers_complex_double (0 ms)
1: [ RUN      ] openmp.reducers_struct
1: [       OK ] openmp.reducers_struct (2 ms)
1: [ RUN      ] openmp.reducers_half_t
1: [       OK ] openmp.reducers_half_t (1 ms)
1: [ RUN      ] openmp.reducers_bhalf_t
1: [       OK ] openmp.reducers_bhalf_t (1 ms)
1: [ RUN      ] openmp.reducers_int8_t
1: [       OK ] openmp.reducers_int8_t (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 (76 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (78 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (318 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (333 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (168 ms)
1: [ RUN      ] openmp.int_combined_reduce
1: [       OK ] openmp.int_combined_reduce (1 ms)
1: [ RUN      ] openmp.mdrange_combined_reduce
1: [       OK ] openmp.mdrange_combined_reduce (0 ms)
1: [ RUN      ] openmp.int_combined_reduce_mixed
1: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] openmp.reduction_deduction
1: [       OK ] openmp.reduction_deduction (0 ms)
1: [ RUN      ] openmp.reduce_device_view_range_policy
1: [       OK ] openmp.reduce_device_view_range_policy (62 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
1: [       OK ] openmp.reduce_device_view_mdrange_policy (66 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
1: [       OK ] openmp.reduce_device_view_team_policy (476 ms)
1: [ RUN      ] openmp.impl_shared_alloc
1: [       OK ] openmp.impl_shared_alloc (10 ms)
1: [ RUN      ] openmp.kokkos_swap
1: [       OK ] openmp.kokkos_swap (0 ms)
1: [ RUN      ] openmp.team_for
1: [       OK ] openmp.team_for (18 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (18 ms)
1: [ RUN      ] openmp.team_reduce_large
1: [       OK ] openmp.team_reduce_large (304 ms)
1: [ RUN      ] openmp.team_parallel_single
1: [       OK ] openmp.team_parallel_single (2407 ms)
1: [ RUN      ] openmp.large_team_scratch_size
1: [       OK ] openmp.large_team_scratch_size (0 ms)
1: [ RUN      ] openmp.team_broadcast_long
1: [       OK ] openmp.team_broadcast_long (68 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (69 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (69 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (74 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (73 ms)
1: [ RUN      ] openmp.team_handle_by_value
1: [       OK ] openmp.team_handle_by_value (0 ms)
1: [ RUN      ] openmp.team_vector
1: [       OK ] openmp.team_vector (303 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (377 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (85 ms)
1: [ RUN      ] openmp.team_thread_range_combined_reducers
1: [       OK ] openmp.team_thread_range_combined_reducers (2 ms)
1: [ RUN      ] openmp.thread_vector_range_combined_reducers
1: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.team_vector_range_combined_reducers
1: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
1: [       OK ] openmp.TeamThreadMDRangeParallelFor (7 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (6 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (7 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (6 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (8 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
[ 75%] 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_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_StaticCrsGraph.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
1: [       OK ] openmp.team_reduction_scan (10215 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (59 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (54 ms)
1: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
1: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
1: [ RUN      ] openmp.repeated_team_reduce
1: [       OK ] openmp.repeated_team_reduce (1863 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (165 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (159 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (60 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (38 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (16 ms)
1: [ RUN      ] openmp.scratch_align
1: [       OK ] openmp.scratch_align (0 ms)
1: [ RUN      ] openmp.shmem_size
1: [       OK ] openmp.shmem_size (0 ms)
1: [ RUN      ] openmp.multi_level_scratch
1: [       OK ] openmp.multi_level_scratch (7 ms)
1: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
1: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
1: [ RUN      ] openmp.team_policy_max_recommended
1: [       OK ] openmp.team_policy_max_recommended (3134 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 (89 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (15 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (51 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 (8 ms)
1: [ RUN      ] openmp.view_api_b
1: [       OK ] openmp.view_api_b (1 ms)
1: [ RUN      ] openmp.view_api_c
1: [       OK ] openmp.view_api_c (0 ms)
1: [ RUN      ] openmp.view_api_d
1: [       OK ] openmp.view_api_d (0 ms)
1: [ RUN      ] openmp.view_allocation_error
1: [       OK ] openmp.view_allocation_error (0 ms)
1: [ RUN      ] openmp.view_remap
1: [       OK ] openmp.view_remap (0 ms)
1: [ RUN      ] openmp.view_mirror_nonconst
1: [       OK ] openmp.view_mirror_nonconst (0 ms)
1: [ RUN      ] openmp.view_stride_method
1: [       OK ] openmp.view_stride_method (0 ms)
1: [ RUN      ] openmp.anonymous_space
1: [       OK ] openmp.anonymous_space (0 ms)
1: [ RUN      ] openmp.view_overload_resolution
1: [       OK ] openmp.view_overload_resolution (0 ms)
1: [ RUN      ] openmp.view_allocation_large_rank
1: [       OK ] openmp.view_allocation_large_rank (1331 ms)
1: [ RUN      ] openmp.view_shmem_size_on_device
1: [       OK ] openmp.view_shmem_size_on_device (0 ms)
1: [ RUN      ] openmp.view_is_assignable
1: [       OK ] openmp.view_is_assignable (0 ms)
1: [ RUN      ] openmp.view_copy_tests
1: [       OK ] openmp.view_copy_tests (4 ms)
1: [ RUN      ] openmp.view_copy_tests_rank_0
1: [       OK ] openmp.view_copy_tests_rank_0 (0 ms)
1: [ RUN      ] openmp.view_copy_degenerated
1: [       OK ] openmp.view_copy_degenerated (0 ms)
1: [ RUN      ] openmp.view_empty_runtime_unmanaged
1: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
1: [ RUN      ] openmp.view_hooks
1: [       OK ] openmp.view_hooks (0 ms)
1: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
1: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (54 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (45 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (11 ms)
1: [ RUN      ] openmp.view_mapping
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o
1: [       OK ] openmp.view_mapping (56 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (1 ms)
1: [ RUN      ] openmp.static_extent
1: [       OK ] openmp.static_extent (0 ms)
1: [ RUN      ] openmp.view_mapping_atomic
1: [       OK ] openmp.view_mapping_atomic (2 ms)
1: [ RUN      ] openmp.view_mapping_class_value
1: [       OK ] openmp.view_mapping_class_value (0 ms)
1: [ RUN      ] openmp.view_mapping_assignable
1: [       OK ] openmp.view_mapping_assignable (0 ms)
1: [ RUN      ] openmp.view_mapping_trivially_copyable
1: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
1: [ RUN      ] openmp.view_mapping_subview
1: [       OK ] openmp.view_mapping_subview (0 ms)
1: [ RUN      ] openmp.view_nested_view
1: [       OK ] openmp.view_nested_view (0 ms)
1: [ RUN      ] openmp.append_formatted_multidimensional_index
1: [       OK ] openmp.append_formatted_multidimensional_index (0 ms)
1: [ RUN      ] openmp.view_resize
1: [       OK ] openmp.view_resize (6 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (544 ms)
1: [ RUN      ] openmp.resize_realloc_no_init
1: [       OK ] openmp.resize_realloc_no_init (0 ms)
1: [ RUN      ] openmp.resize_realloc_no_alloc
1: [       OK ] openmp.resize_realloc_no_alloc (0 ms)
1: [ RUN      ] openmp.realloc_exec_space
1: [       OK ] openmp.realloc_exec_space (0 ms)
1: [ RUN      ] openmp.view_alloc
1: [       OK ] openmp.view_alloc (0 ms)
1: [ RUN      ] openmp.view_alloc_exec_space
1: [       OK ] openmp.view_alloc_exec_space (0 ms)
1: [ RUN      ] openmp.view_alloc_int
1: [       OK ] openmp.view_alloc_int (0 ms)
1: [ RUN      ] openmp.view_alloc_exec_space_int
1: [       OK ] openmp.view_alloc_exec_space_int (0 ms)
1: [ RUN      ] openmp.deep_copy_zero_memset
1: [       OK ] openmp.deep_copy_zero_memset (0 ms)
1: [ RUN      ] openmp.resize_exec_space
1: [       OK ] openmp.resize_exec_space (0 ms)
1: [ RUN      ] openmp.view_allocation_int
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
1: skipping since the fence checked for isn't necessary
1: [  SKIPPED ] openmp.view_allocation_int (0 ms)
1: [ RUN      ] openmp.view_allocation_exec_space_int
1: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
1: [ RUN      ] openmp.view_not_default_constructible
1: [       OK ] openmp.view_not_default_constructible (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_left
1: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_right
1: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_stride
1: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
1: [ RUN      ] openmp.view_subview_assign_strided
1: [       OK ] openmp.view_subview_assign_strided (0 ms)
1: [ RUN      ] openmp.view_subview_left_0
1: [       OK ] openmp.view_subview_left_0 (0 ms)
1: [ RUN      ] openmp.view_subview_left_1
1: [       OK ] openmp.view_subview_left_1 (0 ms)
1: [ RUN      ] openmp.view_subview_left_2
1: [       OK ] openmp.view_subview_left_2 (0 ms)
1: [ RUN      ] openmp.view_subview_left_3
1: [       OK ] openmp.view_subview_left_3 (0 ms)
1: [ RUN      ] openmp.view_subview_right_0
1: [       OK ] openmp.view_subview_right_0 (0 ms)
1: [ RUN      ] openmp.view_subview_right_1
1: [       OK ] openmp.view_subview_right_1 (0 ms)
1: [ RUN      ] openmp.view_subview_right_3
1: [       OK ] openmp.view_subview_right_3 (0 ms)
1: [ RUN      ] openmp.view_static_tests
1: [       OK ] openmp.view_static_tests (0 ms)
1: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
1: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms)
1: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
1: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign
1: [       OK ] openmp.view_subview_1d_assign (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign_atomic
1: [       OK ] openmp.view_subview_1d_assign_atomic (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
1: [       OK ] openmp.view_subview_1d_assign_randomaccess (0 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d
1: [       OK ] openmp.view_subview_2d_from_3d (6 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (6 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (7 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (68 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (67 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (71 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (120 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (118 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (117 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: [----------] 296 tests from openmp (33848 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 311 tests from 2 test suites ran. (47776 ms total)
1: [  PASSED  ] 308 tests.
1: [  SKIPPED ] 3 tests, listed below:
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
1: [  SKIPPED ] openmp.view_allocation_int
 1/51 Test  #1: Kokkos_CoreUnitTest_OpenMP .......................   Passed   48.52 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMPInterOp

2: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp
2: Test timeout computed to be: 1500
2: [==========] Running 1 test from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 1 test from openmp
2: [ RUN      ] openmp.raw_openmp_interop
2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
2:                                     Detected: 6 cores per node.
2:                                     Detected: 1 MPI_ranks per node.
2:                                     Requested: 8 threads per process.
2: [       OK ] openmp.raw_openmp_interop (24 ms)
2: [----------] 1 test from openmp (24 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (24 ms total)
2: [  PASSED  ] 1 test.
 2/51 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ................   Passed    0.73 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenMPGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph
3: Test timeout computed to be: 1500
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
3:                                     Detected: 6 cores per node.
3:                                     Detected: 1 MPI_ranks per node.
3:                                     Requested: 8 threads per process.
3: [==========] Running 5 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 5 tests from openmp_count_bugs
3: [ RUN      ] openmp_count_bugs.launch_one
3: [       OK ] openmp_count_bugs.launch_one (0 ms)
3: [ RUN      ] openmp_count_bugs.launch_one_rvalue
3: [       OK ] openmp_count_bugs.launch_one_rvalue (0 ms)
3: [ RUN      ] openmp_count_bugs.launch_six
3: [       OK ] openmp_count_bugs.launch_six (0 ms)
3: [ RUN      ] openmp_count_bugs.when_all_cycle
3: [       OK ] openmp_count_bugs.when_all_cycle (0 ms)
3: [ RUN      ] openmp_count_bugs.zero_work_reduce
3: [       OK ] openmp_count_bugs.zero_work_reduce (0 ms)
3: [----------] 5 tests from openmp_count_bugs (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/51 Test  #3: Kokkos_CoreUnitTest_OpenMPGraph ..................   Passed    0.71 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda1

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
4: Test timeout computed to be: 1500
4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
4:                                     Detected: 6 cores per node.
4:                                     Detected: 1 MPI_ranks per node.
4:                                     Requested: 8 threads per process.
4: [==========] Running 187 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 7 tests from cuda_DeathTest
4: [ RUN      ] cuda_DeathTest.abort_from_host
4: [       OK ] cuda_DeathTest.abort_from_host (705 ms)
4: [ RUN      ] cuda_DeathTest.abort_from_device
4: [       OK ] cuda_DeathTest.abort_from_device (605 ms)
4: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (591 ms)
4: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
4: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (682 ms)
4: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
4: [       OK ] cuda_DeathTest.policy_invalid_bounds (614 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (1515 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
4: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1587 ms)
4: [----------] 7 tests from cuda_DeathTest (6302 ms total)
4: 
4: [----------] 180 tests from cuda
4: [ RUN      ] cuda.array_capacity
4: [       OK ] cuda.array_capacity (0 ms)
4: [ RUN      ] cuda.array_element_access
4: [       OK ] cuda.array_element_access (0 ms)
4: [ RUN      ] cuda.array_zero_capacity
4: [       OK ] cuda.array_zero_capacity (0 ms)
4: [ RUN      ] cuda.array_zero_data_nullptr
4: [       OK ] cuda.array_zero_data_nullptr (0 ms)
4: [ RUN      ] cuda.array_contiguous_capacity
4: [       OK ] cuda.array_contiguous_capacity (0 ms)
4: [ RUN      ] cuda.array_contiguous_element_access
4: [       OK ] cuda.array_contiguous_element_access (0 ms)
4: [ RUN      ] cuda.array_contiguous_assignment
4: [       OK ] cuda.array_contiguous_assignment (0 ms)
4: [ RUN      ] cuda.array_strided_capacity
4: [       OK ] cuda.array_strided_capacity (0 ms)
4: [ RUN      ] cuda.array_strided_element_access
4: [       OK ] cuda.array_strided_element_access (0 ms)
4: [ RUN      ] cuda.array_strided_assignment
4: [       OK ] cuda.array_strided_assignment (0 ms)
4: [ RUN      ] cuda.atomic_operations_complexdouble
4: [       OK ] cuda.atomic_operations_complexdouble (7 ms)
4: [ RUN      ] cuda.atomic_operations_complexfloat
4: [       OK ] cuda.atomic_operations_complexfloat (7 ms)
4: [ RUN      ] cuda.atomic_operations_double
4: [       OK ] cuda.atomic_operations_double (7 ms)
4: [ RUN      ] cuda.atomic_operations_float
4: [       OK ] cuda.atomic_operations_float (5 ms)
4: [ RUN      ] cuda.atomic_operations_int
4: [       OK ] cuda.atomic_operations_int (15 ms)
4: [ RUN      ] cuda.atomic_operations_long
4: [       OK ] cuda.atomic_operations_long (16 ms)
4: [ RUN      ] cuda.atomic_operations_longlong
4: [       OK ] cuda.atomic_operations_longlong (16 ms)
4: [ RUN      ] cuda.atomic_shared
4: [       OK ] cuda.atomic_shared (0 ms)
4: [ RUN      ] cuda.atomic_operations_unsigned
4: [       OK ] cuda.atomic_operations_unsigned (13 ms)
4: [ RUN      ] cuda.atomic_operations_unsignedlong
4: [       OK ] cuda.atomic_operations_unsignedlong (13 ms)
4: [ RUN      ] cuda.atomics
4: [       OK ] cuda.atomics (247 ms)
4: [ RUN      ] cuda.atomics_tpetra_max_abs
4: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] cuda.atomic_views_integral
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
4: [       OK ] cuda.atomic_views_integral (6462 ms)
4: [ RUN      ] cuda.atomic_views_nonintegral
4: [       OK ] cuda.atomic_views_nonintegral (50 ms)
4: [ RUN      ] cuda.atomic_view_api
4: [       OK ] cuda.atomic_view_api (0 ms)
4: [ RUN      ] cuda.bit_manip_countl_zero
4: [       OK ] cuda.bit_manip_countl_zero (11 ms)
4: [ RUN      ] cuda.bit_manip_countl_one
4: [       OK ] cuda.bit_manip_countl_one (0 ms)
4: [ RUN      ] cuda.bit_manip_countr_zero
4: [       OK ] cuda.bit_manip_countr_zero (0 ms)
4: [ RUN      ] cuda.bit_manip_countr_one
4: [       OK ] cuda.bit_manip_countr_one (0 ms)
4: [ RUN      ] cuda.bit_manip_popcount
4: [       OK ] cuda.bit_manip_popcount (0 ms)
4: [ RUN      ] cuda.bit_manip_has_single_bit
4: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] cuda.bit_manip_bit_floor
4: [       OK ] cuda.bit_manip_bit_floor (0 ms)
4: [ RUN      ] cuda.bit_manip_bit_ceil
4: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] cuda.bit_manip_bit_width
4: [       OK ] cuda.bit_manip_bit_width (0 ms)
4: [ RUN      ] cuda.bit_manip_rotl
4: [       OK ] cuda.bit_manip_rotl (0 ms)
4: [ RUN      ] cuda.bit_manip_rotr
4: [       OK ] cuda.bit_manip_rotr (0 ms)
4: [ RUN      ] cuda.bit_manip_byeswap
4: [       OK ] cuda.bit_manip_byeswap (0 ms)
4: [ RUN      ] cuda.bit_manip_bit_cast
4: [       OK ] cuda.bit_manip_bit_cast (0 ms)
4: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
4: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
4: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
4: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] cuda.execution_policy_occupancy_and_hint
4: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] cuda.complex_construction
4: [       OK ] cuda.complex_construction (1 ms)
4: [ RUN      ] cuda.complex_basic_math
4: [       OK ] cuda.complex_basic_math (0 ms)
4: [ RUN      ] cuda.complex_special_funtions
4: [       OK ] cuda.complex_special_funtions (0 ms)
4: [ RUN      ] cuda.complex_io
4: [       OK ] cuda.complex_io (0 ms)
4: [ RUN      ] cuda.complex_trivially_copyable
4: [       OK ] cuda.complex_trivially_copyable (0 ms)
4: [ RUN      ] cuda.complex_issue_3865
4: [       OK ] cuda.complex_issue_3865 (0 ms)
4: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
4: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] cuda.crs_count_fill
4: [       OK ] cuda.crs_count_fill (3 ms)
4: [ RUN      ] cuda.crs_copy_constructor
4: [       OK ] cuda.crs_copy_constructor (5 ms)
4: [ RUN      ] cuda.deep_copy_alignment
4: [       OK ] cuda.deep_copy_alignment (11 ms)
4: [ RUN      ] cuda.deep_copy_conversion
4: [       OK ] cuda.deep_copy_conversion (4 ms)
4: [ RUN      ] cuda.partitioning_by_args
4: [       OK ] cuda.partitioning_by_args (2 ms)
4: [ RUN      ] cuda.partitioning_by_vector
4: [       OK ] cuda.partitioning_by_vector (0 ms)
4: [ RUN      ] cuda.execution_space_as_class_data_member
4: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
4: [ RUN      ] cuda.functor_analysis
4: [       OK ] cuda.functor_analysis (0 ms)
4: [ RUN      ] cuda.host_shared_ptr_use_count
4: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] cuda.host_shared_ptr_get
4: [       OK ] cuda.host_shared_ptr_get (0 ms)
4: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
4: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
4: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
4: [ RUN      ] cuda.host_shared_ptr_tracking
4: [       OK ] cuda.host_shared_ptr_tracking (1 ms)
4: [ RUN      ] cuda.init
4: [       OK ] cuda.init (0 ms)
4: [ RUN      ] cuda.dispatch
4: [       OK ] cuda.dispatch (39 ms)
4: [ RUN      ] cuda.join_backward_compatibility
4: [       OK ] cuda.join_backward_compatibility (0 ms)
4: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestLocalDeepCopy.hpp:913: Skipped
4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views
4: [  SKIPPED ] cuda.local_deepcopy_teampolicy_layoutleft (0 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestLocalDeepCopy.hpp:946: Skipped
4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views
4: [  SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutleft (0 ms)
4: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestLocalDeepCopy.hpp:979: Skipped
4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views
4: [  SKIPPED ] cuda.local_deepcopy_teampolicy_layoutright (0 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestLocalDeepCopy.hpp:1012: Skipped
4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views
4: [  SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutright (0 ms)
4: [ RUN      ] cuda.deep_copy_scratch
4: [       OK ] cuda.deep_copy_scratch (9 ms)
4: [ RUN      ] cuda.mathematical_constants_e
4: [       OK ] cuda.mathematical_constants_e (3 ms)
4: [ RUN      ] cuda.mathematical_constants_log2e
4: [       OK ] cuda.mathematical_constants_log2e (0 ms)
4: [ RUN      ] cuda.mathematical_constants_log10e
4: [       OK ] cuda.mathematical_constants_log10e (0 ms)
4: [ RUN      ] cuda.mathematical_constants_pi
4: [       OK ] cuda.mathematical_constants_pi (0 ms)
4: [ RUN      ] cuda.mathematical_constants_inv_pi
4: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
4: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] cuda.mathematical_constants_ln2
4: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] cuda.mathematical_constants_ln10
4: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] cuda.mathematical_constants_sqrt2
4: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] cuda.mathematical_constants_sqrt3
4: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
4: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] cuda.mathematical_constants_egamma
4: [       OK ] cuda.mathematical_constants_egamma (0 ms)
4: [ RUN      ] cuda.mathematical_constants_phi
4: [       OK ] cuda.mathematical_constants_phi (0 ms)
4: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
4: [       OK ] cuda.mathematical_functions_trigonometric_functions (24 ms)
4: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
4: [       OK ] cuda.mathematical_functions_hyperbolic_functions (10 ms)
4: [ RUN      ] cuda.mathematical_functions_non_standard
4: [       OK ] cuda.mathematical_functions_non_standard (1 ms)
4: [ RUN      ] cuda.mathematical_functions_power_functions
4: [       OK ] cuda.mathematical_functions_power_functions (21 ms)
4: [ RUN      ] cuda.mathematical_functions_fma
4: [       OK ] cuda.mathematical_functions_fma (0 ms)
4: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
4: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (5 ms)
4: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (8 ms)
4: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms)
4: [ RUN      ] cuda.mathematical_functions_absolute_value
4: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
4: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] cuda.mathematical_functions_remainder_function
4: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] cuda.mathematical_functions_isfinite
4: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] cuda.mathematical_functions_isinf
4: [       OK ] cuda.mathematical_functions_isinf (0 ms)
4: [ RUN      ] cuda.mathematical_functions_isnan
4: [       OK ] cuda.mathematical_functions_isnan (0 ms)
4: [ RUN      ] cuda.mathematical_functions_exponential_functions
4: [       OK ] cuda.mathematical_functions_exponential_functions (31 ms)
4: [ RUN      ] cuda.mathspecialfunc_expint1
4: [       OK ] cuda.mathspecialfunc_expint1 (11 ms)
4: [ RUN      ] cuda.mathspecialfunc_errorfunc
4: [       OK ] cuda.mathspecialfunc_errorfunc (2 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
4: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (26 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
4: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (27 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
4: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
4: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
4: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
4: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [ RUN      ] cuda.mdrange_5d
4: [       OK ] cuda.mdrange_5d (30 ms)
4: [ RUN      ] cuda.mdrange_6d
4: [       OK ] cuda.mdrange_6d (29 ms)
4: [ RUN      ] cuda.mdrange_2d
4: [       OK ] cuda.mdrange_2d (3 ms)
4: [ RUN      ] cuda.mdrange_array_reduce
4: [       OK ] cuda.mdrange_array_reduce (0 ms)
4: [ RUN      ] cuda.mdrange_3d
4: [       OK ] cuda.mdrange_3d (7 ms)
4: [ RUN      ] cuda.mdrange_neg_idx
4: [       OK ] cuda.mdrange_neg_idx (1 ms)
4: [ RUN      ] cuda.mdrange_4d
4: [       OK ] cuda.mdrange_4d (5 ms)
4: [ RUN      ] cuda.mdrange_scalar
4: [       OK ] cuda.mdrange_scalar (0 ms)
4: [ RUN      ] cuda.mdrange_large_deep_copy
4: [       OK ] cuda.mdrange_large_deep_copy (73 ms)
4: [ RUN      ] cuda.md_range_policy_construction_from_arrays
4: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
4: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1538 ms)
4: [ RUN      ] cuda.mdspan_minimal_functional
4: [       OK ] cuda.mdspan_minimal_functional (0 ms)
4: [ RUN      ] cuda.max
4: [       OK ] cuda.max (0 ms)
4: [ RUN      ] cuda.max_within_parfor
4: [       OK ] cuda.max_within_parfor (0 ms)
4: [ RUN      ] cuda.min
4: [       OK ] cuda.min (0 ms)
4: [ RUN      ] cuda.min_within_parfor
4: [       OK ] cuda.min_within_parfor (0 ms)
4: [ RUN      ] cuda.minmax
4: [       OK ] cuda.minmax (0 ms)
4: [ RUN      ] cuda.minmax_within_parfor
4: [       OK ] cuda.minmax_within_parfor (0 ms)
4: [ RUN      ] cuda.clamp
4: [       OK ] cuda.clamp (0 ms)
4: [ RUN      ] cuda.clamp_within_parfor
4: [       OK ] cuda.clamp_within_parfor (0 ms)
4: [ RUN      ] cuda.numeric_traits_infinity
4: [       OK ] cuda.numeric_traits_infinity (8 ms)
4: [ RUN      ] cuda.numeric_traits_epsilon
4: [       OK ] cuda.numeric_traits_epsilon (0 ms)
4: [ RUN      ] cuda.numeric_traits_round_error
4: [       OK ] cuda.numeric_traits_round_error (0 ms)
4: [ RUN      ] cuda.numeric_traits_norm_min
4: [       OK ] cuda.numeric_traits_norm_min (0 ms)
4: [ RUN      ] cuda.numeric_traits_denorm_min
4: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] cuda.numeric_traits_finite_min_max
4: [       OK ] cuda.numeric_traits_finite_min_max (2 ms)
4: [ RUN      ] cuda.numeric_traits_digits
4: [       OK ] cuda.numeric_traits_digits (1 ms)
4: [ RUN      ] cuda.numeric_traits_digits10
4: [       OK ] cuda.numeric_traits_digits10 (1 ms)
4: [ RUN      ] cuda.numeric_traits_max_digits10
4: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] cuda.numeric_traits_radix
4: [       OK ] cuda.numeric_traits_radix (1 ms)
4: [ RUN      ] cuda.numeric_traits_min_max_exponent
4: [       OK ] cuda.numeric_traits_min_max_exponent (0 ms)
4: [ RUN      ] cuda.numeric_traits_min_max_exponent10
4: [       OK ] cuda.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
4: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms)
4: [ RUN      ] cuda.numeric_traits_sfinae_friendly
4: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] cuda.occupancy_control
4: [       OK ] cuda.occupancy_control (1 ms)
4: [ RUN      ] cuda.view_aggregate
4: [       OK ] cuda.view_aggregate (0 ms)
4: [ RUN      ] cuda.memory_pool
4: [       OK ] cuda.memory_pool (15 ms)
4: [ RUN      ] cuda.cxx11
4: [       OK ] cuda.cxx11 (0 ms)
4: [ RUN      ] cuda.viewctorprop_embedded_dim
4: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
4: [ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
4: [       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
4: [ RUN      ] cuda.parallel_scan_range_policy
4: [       OK ] cuda.parallel_scan_range_policy (38 ms)
4: [ RUN      ] cuda.kokkos_printf
4: [       OK ] cuda.kokkos_printf (1 ms)
4: [ RUN      ] cuda.range_for
4: [       OK ] cuda.range_for (2 ms)
4: [ RUN      ] cuda.range_reduce
4: [       OK ] cuda.range_reduce (0 ms)
4: [ RUN      ] cuda.range_dynamic_policy
4: [       OK ] cuda.range_dynamic_policy (0 ms)
4: [ RUN      ] cuda.range_policy_runtime_parameters
4: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] cuda.range_for_require
4: [       OK ] cuda.range_for_require (2 ms)
4: [ RUN      ] cuda.range_reduce_require
4: [       OK ] cuda.range_reduce_require (0 ms)
4: [ RUN      ] cuda.range_dynamic_policy_require
4: [       OK ] cuda.range_dynamic_policy_require (0 ms)
4: [ RUN      ] cuda.reducers_int
4: [       OK ] cuda.reducers_int (9 ms)
4: [ RUN      ] cuda.reducers_double
4: [       OK ] cuda.reducers_double (12 ms)
4: [ RUN      ] cuda.reducers_complex_double
4: [       OK ] cuda.reducers_complex_double (15 ms)
4: [ RUN      ] cuda.reducers_struct
4: [       OK ] cuda.reducers_struct (6 ms)
4: [ RUN      ] cuda.reducers_half_t
4: [       OK ] cuda.reducers_half_t (8 ms)
4: [ RUN      ] cuda.reducers_bhalf_t
4: [       OK ] cuda.reducers_bhalf_t (8 ms)
4: [ RUN      ] cuda.reducers_int8_t
4: [       OK ] cuda.reducers_int8_t (3 ms)
4: [ RUN      ] cuda.reducers_int16_t
4: [       OK ] cuda.reducers_int16_t (3 ms)
4: [ RUN      ] cuda.reducers_point_t
4: [       OK ] cuda.reducers_point_t (11 ms)
4: [ RUN      ] cuda.reducers_bool
4: [       OK ] cuda.reducers_bool (1 ms)
4: [ RUN      ] cuda.int64_t_reduce
4: [       OK ] cuda.int64_t_reduce (14 ms)
4: [ RUN      ] cuda.double_reduce
4: [       OK ] cuda.double_reduce (9 ms)
4: [ RUN      ] cuda.int64_t_reduce_dynamic
4: [       OK ] cuda.int64_t_reduce_dynamic (13 ms)
4: [ RUN      ] cuda.double_reduce_dynamic
4: [       OK ] cuda.double_reduce_dynamic (13 ms)
4: [ RUN      ] cuda.int64_t_reduce_dynamic_view
4: [       OK ] cuda.int64_t_reduce_dynamic_view (3 ms)
4: [ RUN      ] cuda.int_combined_reduce
4: [       OK ] cuda.int_combined_reduce (0 ms)
4: [ RUN      ] cuda.mdrange_combined_reduce
4: [       OK ] cuda.mdrange_combined_reduce (0 ms)
4: [ RUN      ] cuda.int_combined_reduce_mixed
4: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
4: [ RUN      ] cuda.reduction_deduction
4: [       OK ] cuda.reduction_deduction (0 ms)
4: [ RUN      ] cuda.reduce_device_view_range_policy
4: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
4: [ RUN      ] cuda.reduce_device_view_mdrange_policy
4: [       OK ] cuda.reduce_device_view_mdrange_policy (120 ms)
4: [ RUN      ] cuda.reduce_device_view_team_policy
4: [       OK ] cuda.reduce_device_view_team_policy (6 ms)
4: [ RUN      ] cuda.impl_shared_alloc
4: [       OK ] cuda.impl_shared_alloc (110 ms)
4: [ RUN      ] cuda.kokkos_swap
4: [       OK ] cuda.kokkos_swap (0 ms)
4: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceRangePolicyViewSizeLimit (20 ms)
4: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (63 ms)
4: [----------] 180 tests from cuda (9390 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 187 tests from 2 test suites ran. (15693 ms total)
4: [  PASSED  ] 183 tests.
4: [  SKIPPED ] 4 tests, listed below:
4: [  SKIPPED ] cuda.local_deepcopy_teampolicy_layoutleft
4: [  SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutleft
4: [  SKIPPED ] cuda.local_deepcopy_teampolicy_layoutright
4: [  SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutright
 4/51 Test  #4: Kokkos_CoreUnitTest_Cuda1 ........................   Passed   16.43 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda2

5: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
5: Test timeout computed to be: 1500
5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
5:                                     Detected: 6 cores per node.
5:                                     Detected: 1 MPI_ranks per node.
5:                                     Requested: 8 threads per process.
5: [==========] Running 126 tests from 3 test suites.
5: [----------] Global test environment set-up.
5: [----------] 8 tests from cuda_DeathTest
5: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
5: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
5: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
5: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
5: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
5: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
5: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
5: [       OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
5: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
5: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3976 ms)
5: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
5: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (4064 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 78%] Linking CXX executable Kokkos_UnitTest_Sort
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (11553 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (11019 ms)
5: [----------] 8 tests from cuda_DeathTest (30614 ms total)
5: 
5: [----------] 90 tests from cuda
5: [ RUN      ] cuda.team_for
5: [       OK ] cuda.team_for (19 ms)
5: [ RUN      ] cuda.team_reduce
5: [       OK ] cuda.team_reduce (0 ms)
5: [ RUN      ] cuda.team_reduce_large
5: [       OK ] cuda.team_reduce_large (56 ms)
5: [ RUN      ] cuda.team_parallel_single
5: [       OK ] cuda.team_parallel_single (5 ms)
5: [ RUN      ] cuda.large_team_scratch_size
5: [       OK ] cuda.large_team_scratch_size (5 ms)
5: [ RUN      ] cuda.team_broadcast_long
5: [       OK ] cuda.team_broadcast_long (1 ms)
5: [ RUN      ] cuda.team_broadcast_long_wrapper
5: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
5: [ RUN      ] cuda.team_broadcast_char
5: [       OK ] cuda.team_broadcast_char (0 ms)
5: [ RUN      ] cuda.team_broadcast_float
5: [       OK ] cuda.team_broadcast_float (0 ms)
5: [ RUN      ] cuda.team_broadcast_double
5: [       OK ] cuda.team_broadcast_double (0 ms)
5: [ RUN      ] cuda.team_handle_by_value
5: [       OK ] cuda.team_handle_by_value (0 ms)
5: [ RUN      ] cuda.team_vector
5: [       OK ] cuda.team_vector (11 ms)
5: [ RUN      ] cuda.triple_nested_parallelism
5: [       OK ] cuda.triple_nested_parallelism (11 ms)
5: [ RUN      ] cuda.parallel_scan_with_reducers
5: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestTeamVector.hpp:1066: Skipped
5: All but max inclusive scan differ at index 101
5: [  SKIPPED ] cuda.parallel_scan_with_reducers (0 ms)
5: [ RUN      ] cuda.team_thread_range_combined_reducers
5: [       OK ] cuda.team_thread_range_combined_reducers (1 ms)
5: [ RUN      ] cuda.thread_vector_range_combined_reducers
5: [       OK ] cuda.thread_vector_range_combined_reducers (0 ms)
5: [ RUN      ] cuda.team_vector_range_combined_reducers
5: [       OK ] cuda.team_vector_range_combined_reducers (0 ms)
5: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
5: [       OK ] cuda.TeamThreadMDRangeParallelFor (36 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
5: [       OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
5: [       OK ] cuda.TeamVectorMDRangeParallelFor (12 ms)
5: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
5: [       OK ] cuda.TeamThreadMDRangeParallelReduce (17 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
5: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (7 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
5: [       OK ] cuda.TeamVectorMDRangeParallelReduce (7 ms)
5: [ RUN      ] cuda.team_policy_runtime_parameters
5: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
5: [ RUN      ] cuda.team_reduction_scan
5: [       OK ] cuda.team_reduction_scan (1085 ms)
5: [ RUN      ] cuda.team_long_reduce
5: [       OK ] cuda.team_long_reduce (8 ms)
5: [ RUN      ] cuda.team_double_reduce
5: [       OK ] cuda.team_double_reduce (8 ms)
5: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
5: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
5: [ RUN      ] cuda.repeated_team_reduce
5: [       OK ] cuda.repeated_team_reduce (12 ms)
5: [ RUN      ] cuda.team_scan
5: [       OK ] cuda.team_scan (216 ms)
5: [ RUN      ] cuda.team_scan_ret_val
5: [       OK ] cuda.team_scan_ret_val (201 ms)
5: [ RUN      ] cuda.team_shared_request
5: [       OK ] cuda.team_shared_request (2 ms)
5: [ RUN      ] cuda.team_scratch_request
5: [       OK ] cuda.team_scratch_request (0 ms)
5: [ RUN      ] cuda.team_lambda_shared_request
5: [       OK ] cuda.team_lambda_shared_request (0 ms)
5: [ RUN      ] cuda.scratch_align
5: [       OK ] cuda.scratch_align (0 ms)
5: [ RUN      ] cuda.shmem_size
5: [       OK ] cuda.shmem_size (0 ms)
5: [ RUN      ] cuda.multi_level_scratch
5: [       OK ] cuda.multi_level_scratch (5 ms)
5: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
5: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
5: [ RUN      ] cuda.team_policy_max_recommended
5: [       OK ] cuda.team_policy_max_recommended (224 ms)
5: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
5: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
5: [ RUN      ] cuda.team_teamvector_range
5: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestTeamVectorRange.hpp:442: Skipped
5: Disabling 2/3rd of the test for now
5: [  SKIPPED ] cuda.team_teamvector_range (2 ms)
5: [ RUN      ] cuda.unique_token_global
5: [       OK ] cuda.unique_token_global (2 ms)
5: [ RUN      ] cuda.unique_token_instance
5: [       OK ] cuda.unique_token_instance (1 ms)
5: [ RUN      ] cuda.unique_token_team_acquire
5: [       OK ] cuda.unique_token_team_acquire (11 ms)
5: [ RUN      ] cuda.view_api_a
5: [       OK ] cuda.view_api_a (10 ms)
5: [ RUN      ] cuda.view_api_b
5: [       OK ] cuda.view_api_b (4 ms)
5: [ RUN      ] cuda.view_api_c
5: [       OK ] cuda.view_api_c (0 ms)
5: [ RUN      ] cuda.view_api_d
5: [       OK ] cuda.view_api_d (1 ms)
5: [ RUN      ] cuda.view_allocation_error
5: [       OK ] cuda.view_allocation_error (0 ms)
5: [ RUN      ] cuda.view_remap
5: [       OK ] cuda.view_remap (0 ms)
5: [ RUN      ] cuda.view_mirror_nonconst
5: [       OK ] cuda.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda.view_stride_method
5: [       OK ] cuda.view_stride_method (0 ms)
5: [ RUN      ] cuda.anonymous_space
5: [       OK ] cuda.anonymous_space (0 ms)
5: [ RUN      ] cuda.view_overload_resolution
5: [       OK ] cuda.view_overload_resolution (0 ms)
5: [ RUN      ] cuda.view_allocation_large_rank
5: [       OK ] cuda.view_allocation_large_rank (15 ms)
5: [ RUN      ] cuda.view_shmem_size_on_device
5: [       OK ] cuda.view_shmem_size_on_device (0 ms)
5: [ RUN      ] cuda.view_is_assignable
5: [       OK ] cuda.view_is_assignable (0 ms)
5: [ RUN      ] cuda.view_copy_tests
5: [       OK ] cuda.view_copy_tests (8 ms)
5: [ RUN      ] cuda.view_copy_tests_rank_0
5: [       OK ] cuda.view_copy_tests_rank_0 (1 ms)
5: [ RUN      ] cuda.view_copy_degenerated
5: [       OK ] cuda.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda.view_empty_runtime_unmanaged
5: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
5: [ RUN      ] cuda.view_hooks
5: [       OK ] cuda.view_hooks (0 ms)
5: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
5: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (79 ms)
5: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (65 ms)
5: [ RUN      ] cuda.view_irregular_layout
5: [       OK ] cuda.view_irregular_layout (4 ms)
5: [ RUN      ] cuda.view_mapping
5: [       OK ] cuda.view_mapping (57 ms)
5: [ RUN      ] cuda.view_mapping_operator
5: [       OK ] cuda.view_mapping_operator (8 ms)
5: [ RUN      ] cuda.static_extent
5: [       OK ] cuda.static_extent (0 ms)
5: [ RUN      ] cuda.view_mapping_atomic
5: [       OK ] cuda.view_mapping_atomic (5 ms)
5: [ RUN      ] cuda.view_mapping_class_value
5: [       OK ] cuda.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda.view_mapping_assignable
5: [       OK ] cuda.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda.view_mapping_trivially_copyable
5: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda.view_mapping_subview
5: [       OK ] cuda.view_mapping_subview (0 ms)
5: [ RUN      ] cuda.view_nested_view
5: [       OK ] cuda.view_nested_view (0 ms)
5: [ RUN      ] cuda.append_formatted_multidimensional_index
5: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
5: [ RUN      ] cuda.view_resize
5: [       OK ] cuda.view_resize (17 ms)
5: [ RUN      ] cuda.view_realloc
5: [       OK ] cuda.view_realloc (0 ms)
5: [ RUN      ] cuda.workgraph_fib
5: [       OK ] cuda.workgraph_fib (1008 ms)
5: [ RUN      ] cuda.resize_realloc_no_init
5: [       OK ] cuda.resize_realloc_no_init (0 ms)
5: [ RUN      ] cuda.resize_realloc_no_alloc
5: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] cuda.realloc_exec_space
5: [       OK ] cuda.realloc_exec_space (0 ms)
5: [ RUN      ] cuda.view_alloc
5: [       OK ] cuda.view_alloc (0 ms)
5: [ RUN      ] cuda.view_alloc_exec_space
5: [       OK ] cuda.view_alloc_exec_space (0 ms)
5: [ RUN      ] cuda.view_alloc_int
5: [       OK ] cuda.view_alloc_int (0 ms)
5: [ RUN      ] cuda.view_alloc_exec_space_int
5: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
5: [ RUN      ] cuda.deep_copy_zero_memset
5: [       OK ] cuda.deep_copy_zero_memset (0 ms)
5: [ RUN      ] cuda.resize_exec_space
5: [       OK ] cuda.resize_exec_space (0 ms)
5: [ RUN      ] cuda.view_allocation_int
5: [       OK ] cuda.view_allocation_int (0 ms)
5: [ RUN      ] cuda.view_allocation_exec_space_int
5: [       OK ] cuda.view_allocation_exec_space_int (0 ms)
5: [ RUN      ] cuda.view_not_default_constructible
5: [       OK ] cuda.view_not_default_constructible (0 ms)
5: [----------] 90 tests from cuda (3297 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
5: [       OK ] cuda_uvm.view_subview_auto_1d_left (11 ms)
5: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
5: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
5: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
5: [       OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms)
5: [ RUN      ] cuda_uvm.view_subview_assign_strided
5: [       OK ] cuda_uvm.view_subview_assign_strided (4 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_0
5: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_1
5: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_2
5: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_3
5: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_right_0
5: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_right_1
5: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_right_3
5: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
5: [ RUN      ] cuda_uvm.view_static_tests
5: [       OK ] cuda_uvm.view_static_tests (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
5: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
5: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
5: [ RUN      ] cuda_uvm.view_subview_1d_assign
5: [       OK ] cuda_uvm.view_subview_1d_assign (5 ms)
5: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
5: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms)
5: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
5: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
5: [       OK ] cuda_uvm.view_subview_2d_from_3d (56 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (57 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (56 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (75 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (77 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (79 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (78 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (78 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (78 ms)
5: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
5: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
5: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
5: [----------] 28 tests from cuda_uvm (693 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 126 tests from 3 test suites ran. (34604 ms total)
5: [  PASSED  ] 124 tests.
5: [  SKIPPED ] 2 tests, listed below:
5: [  SKIPPED ] cuda.parallel_scan_with_reducers
5: [  SKIPPED ] cuda.team_teamvector_range
 5/51 Test  #5: Kokkos_CoreUnitTest_Cuda2 ........................   Passed   35.39 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda3

6: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
6: Test timeout computed to be: 1500
6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
6:                                     Detected: 6 cores per node.
6:                                     Detected: 1 MPI_ranks per node.
6:                                     Requested: 8 threads per process.
6: [==========] Running 56 tests from 3 test suites.
6: [----------] Global test environment set-up.
6: [----------] 6 tests from cuda
6: [ RUN      ] cuda.team_scratch_1_streams
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o
6: [       OK ] cuda.team_scratch_1_streams (14785 ms)
6: [ RUN      ] cuda.space_access
6: [       OK ] cuda.space_access (0 ms)
6: [ RUN      ] cuda.uvm
6: [       OK ] cuda.uvm (5 ms)
6: [ RUN      ] cuda.impl_view_accessible
6: [       OK ] cuda.impl_view_accessible (2 ms)
6: [ RUN      ] cuda.impl_view_texture
6: [       OK ] cuda.impl_view_texture (0 ms)
6: [ RUN      ] cuda.view_subview_const_randomaccess
6: [       OK ] cuda.view_subview_const_randomaccess (0 ms)
6: [----------] 6 tests from cuda (14795 ms total)
6: 
6: [----------] 25 tests from cuda_hostpinned
6: [ RUN      ] cuda_hostpinned.impl_shared_alloc
6: [       OK ] cuda_hostpinned.impl_shared_alloc (44 ms)
6: [ RUN      ] cuda_hostpinned.view_api_a
6: [       OK ] cuda_hostpinned.view_api_a (13 ms)
6: [ RUN      ] cuda_hostpinned.view_api_b
6: [       OK ] cuda_hostpinned.view_api_b (11 ms)
6: [ RUN      ] cuda_hostpinned.view_api_c
6: [       OK ] cuda_hostpinned.view_api_c (5 ms)
6: [ RUN      ] cuda_hostpinned.view_api_d
6: [       OK ] cuda_hostpinned.view_api_d (2 ms)
6: [ RUN      ] cuda_hostpinned.view_allocation_error
6: [       OK ] cuda_hostpinned.view_allocation_error (0 ms)
6: [ RUN      ] cuda_hostpinned.view_remap
6: [       OK ] cuda_hostpinned.view_remap (0 ms)
6: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
6: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
6: [ RUN      ] cuda_hostpinned.view_stride_method
6: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
6: [ RUN      ] cuda_hostpinned.anonymous_space
6: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
6: [ RUN      ] cuda_hostpinned.view_overload_resolution
6: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
6: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
[ 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_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
6: [       OK ] cuda_hostpinned.view_allocation_large_rank (4681 ms)
6: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
6: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
6: [ RUN      ] cuda_hostpinned.view_is_assignable
6: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
6: [ RUN      ] cuda_hostpinned.view_copy_tests
6: [       OK ] cuda_hostpinned.view_copy_tests (8 ms)
6: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
6: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
6: [ RUN      ] cuda_hostpinned.view_copy_degenerated
6: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping
6: [       OK ] cuda_hostpinned.view_mapping (56 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_operator
6: [       OK ] cuda_hostpinned.view_mapping_operator (4 ms)
6: [ RUN      ] cuda_hostpinned.static_extent
6: [       OK ] cuda_hostpinned.static_extent (0 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_atomic
6: [       OK ] cuda_hostpinned.view_mapping_atomic (2 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_class_value
6: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_assignable
6: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
6: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_subview
6: [       OK ] cuda_hostpinned.view_mapping_subview (1 ms)
6: [----------] 25 tests from cuda_hostpinned (4835 ms total)
6: 
6: [----------] 25 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.impl_shared_alloc
6: [       OK ] cuda_uvm.impl_shared_alloc (76 ms)
6: [ RUN      ] cuda_uvm.view_api_a
6: [       OK ] cuda_uvm.view_api_a (13 ms)
6: [ RUN      ] cuda_uvm.view_api_b
6: [       OK ] cuda_uvm.view_api_b (16 ms)
6: [ RUN      ] cuda_uvm.view_api_c
6: [       OK ] cuda_uvm.view_api_c (0 ms)
6: [ RUN      ] cuda_uvm.view_api_d
6: [       OK ] cuda_uvm.view_api_d (4 ms)
6: [ RUN      ] cuda_uvm.view_allocation_error
6: [       OK ] cuda_uvm.view_allocation_error (0 ms)
6: [ RUN      ] cuda_uvm.view_remap
6: [       OK ] cuda_uvm.view_remap (2 ms)
6: [ RUN      ] cuda_uvm.view_mirror_nonconst
6: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
6: [ RUN      ] cuda_uvm.view_stride_method
6: [       OK ] cuda_uvm.view_stride_method (0 ms)
6: [ RUN      ] cuda_uvm.anonymous_space
6: [       OK ] cuda_uvm.anonymous_space (0 ms)
6: [ RUN      ] cuda_uvm.view_overload_resolution
6: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
6: [ RUN      ] cuda_uvm.view_allocation_large_rank
6: [       OK ] cuda_uvm.view_allocation_large_rank (288 ms)
6: [ RUN      ] cuda_uvm.view_shmem_size_on_device
6: [       OK ] cuda_uvm.view_shmem_size_on_device (3 ms)
6: [ RUN      ] cuda_uvm.view_is_assignable
6: [       OK ] cuda_uvm.view_is_assignable (24 ms)
6: [ RUN      ] cuda_uvm.view_copy_tests
6: [       OK ] cuda_uvm.view_copy_tests (39 ms)
6: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
6: [       OK ] cuda_uvm.view_copy_tests_rank_0 (9 ms)
6: [ RUN      ] cuda_uvm.view_copy_degenerated
6: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
6: [ RUN      ] cuda_uvm.view_mapping
6: [       OK ] cuda_uvm.view_mapping (61 ms)
6: [ RUN      ] cuda_uvm.view_mapping_operator
6: [       OK ] cuda_uvm.view_mapping_operator (9 ms)
6: [ RUN      ] cuda_uvm.static_extent
6: [       OK ] cuda_uvm.static_extent (0 ms)
6: [ RUN      ] cuda_uvm.view_mapping_atomic
6: [       OK ] cuda_uvm.view_mapping_atomic (2 ms)
6: [ RUN      ] cuda_uvm.view_mapping_class_value
6: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
6: [ RUN      ] cuda_uvm.view_mapping_assignable
6: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
6: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
6: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
6: [ RUN      ] cuda_uvm.view_mapping_subview
6: [       OK ] cuda_uvm.view_mapping_subview (0 ms)
6: [----------] 25 tests from cuda_uvm (555 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 56 tests from 3 test suites ran. (20185 ms total)
6: [  PASSED  ] 56 tests.
 6/51 Test  #6: Kokkos_CoreUnitTest_Cuda3 ........................   Passed   20.92 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaTimingBased

7: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
7: Test timeout computed to be: 1500
7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
7:                                     Detected: 6 cores per node.
7:                                     Detected: 1 MPI_ranks per node.
7:                                     Requested: 8 threads per process.
7: [==========] Running 2 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 2 tests from cuda
7: [ RUN      ] cuda.debug_serial_execution
7: [       OK ] cuda.debug_serial_execution (12 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
7: [       OK ] cuda.debug_pin_um_to_host (729 ms)
7: [----------] 2 tests from cuda (741 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (741 ms total)
7: [  PASSED  ] 2 tests.
 7/51 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ..............   Passed    1.46 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpInit

8: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
8: Test timeout computed to be: 1500
8: [==========] Running 1 test from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 1 test from cuda
8: [ RUN      ] cuda.raw_cuda_interop
8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
8:                                     Detected: 6 cores per node.
8:                                     Detected: 1 MPI_ranks per node.
8:                                     Requested: 8 threads per process.
8: [       OK ] cuda.raw_cuda_interop (23 ms)
8: [----------] 1 test from cuda (23 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (23 ms total)
8: [  PASSED  ] 1 test.
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
 8/51 Test  #8: Kokkos_CoreUnitTest_CudaInterOpInit ..............   Passed    0.73 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreams

9: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
9: Test timeout computed to be: 1500
9: [==========] Running 1 test from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 1 test from cuda
9: [ RUN      ] cuda.raw_cuda_streams
9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
9:                                     Detected: 6 cores per node.
9:                                     Detected: 1 MPI_ranks per node.
9:                                     Requested: 8 threads per process.
9: [       OK ] cuda.raw_cuda_streams (24 ms)
9: [----------] 1 test from cuda (24 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (24 ms total)
9: [  PASSED  ] 1 test.
 9/51 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...........   Passed    0.73 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
10: Test timeout computed to be: 1500
10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
10:                                     Detected: 6 cores per node.
10:                                     Detected: 1 MPI_ranks per node.
10:                                     Requested: 8 threads per process.
10: [==========] Running 3 tests from 1 test suite.
10: [----------] Global test environment set-up.
10: [----------] 3 tests from cuda_multi_gpu
10: [ RUN      ] cuda_multi_gpu.managed_views
10: [       OK ] cuda_multi_gpu.managed_views (2 ms)
10: [ RUN      ] cuda_multi_gpu.unmanaged_views
10: [       OK ] cuda_multi_gpu.unmanaged_views (0 ms)
10: [ RUN      ] cuda_multi_gpu.scratch_space
10: [       OK ] cuda_multi_gpu.scratch_space (2 ms)
10: [----------] 3 tests from cuda_multi_gpu (5 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 3 tests from 1 test suite ran. (5 ms total)
10: [  PASSED  ] 3 tests.
10/51 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ...   Passed    0.72 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaGraph

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

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

13: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
13: Test timeout computed to be: 1500
13: [==========] Running 1 test from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 1 test from initialization
13: [ RUN      ] initialization.legion_initialization
13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
13:                                     Detected: 6 cores per node.
13:                                     Detected: 1 MPI_ranks per node.
13:                                     Requested: 8 threads per process.
13: [       OK ] initialization.legion_initialization (24 ms)
13: [----------] 1 test from initialization (24 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 1 test from 1 test suite ran. (24 ms total)
13: [  PASSED  ] 1 test.
13/51 Test #13: Kokkos_CoreUnitTest_LegionInitialization .........   Passed    0.73 sec
test 14
      Start 14: Kokkos_CoreUnitTest_PushFinalizeHook

14: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
14: Test timeout computed to be: 1500
14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
14:                                     Detected: 6 cores per node.
14:                                     Detected: 1 MPI_ranks per node.
14:                                     Requested: 8 threads per process.
14: SUCCESS
14/51 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook .............   Passed    0.72 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Develop

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

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

17: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
17: Test timeout computed to be: 1500
17/51 Test #17: Kokkos_CoreUnitTest_ToolIndependence .............   Passed    0.68 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryLoadHelp

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

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
20: Environment variables: 
20:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so
20: Test timeout computed to be: 1500
20: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
20:                                     Detected: 6 cores per node.
20:                                     Detected: 1 MPI_ranks per node.
20:                                     Requested: 8 threads per process.
20: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x1313f40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x13140c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1314140:Host:source:0x1313fc0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x13140c0:40::kokkosp_deallocate_data:Host:source:0x1313f40:40::kokkosp_finalize_library::
20/51 Test #20: Kokkos_ProfilingTestLibraryLoad ..................   Passed    0.71 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryCmdLine

21: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
21: Test timeout computed to be: 1500
21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
21:                                     Detected: 6 cores per node.
21:                                     Detected: 1 MPI_ranks per node.
21:                                     Requested: 8 threads per process.
21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x1313f40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x13140c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1314140:Host:source:0x1313fc0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x13140c0:40::kokkosp_deallocate_data:Host:source:0x1313f40:40::kokkosp_finalize_library::
21/51 Test #21: Kokkos_ProfilingTestLibraryCmdLine ...............   Passed    0.71 sec
test 22
      Start 22: Kokkos_CoreUnitTest_StackTraceTest

22: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec
22: Test timeout computed to be: 1500
22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
22:                                     Detected: 6 cores per node.
22:                                     Detected: 1 MPI_ranks per node.
22:                                     Requested: 8 threads per process.
22: [==========] Running 3 tests from 2 test suites.
22: [----------] Global test environment set-up.
22: [----------] 2 tests from defaultdevicetype_DeathTest
22: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
22: 
22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
22: Top of f1
22: Top of f0
22: Top of f0
22: test_f1:
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44498e]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5]
22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e]
22:  
22: demangled test_f1:
22: [0x4e1713] Kokkos::Impl::save_stacktrace()
22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&)
22: [0x445fe6] Test::test_stacktrace(bool, bool)
22: [0x44498e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x45768f] testing::Test::Run()
22: [0x4599df] testing::TestInfo::Run()
22: [0x45ad07] testing::TestSuite::Run()
22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests()
22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
22: [0x45c0ce] testing::UnitTest::Run()
22: [0x4438f5] main
22: [0x7ffff4109083] __libc_start_main
22: [0x44311e] _start
22:  
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f1
22: Top of f0
22: Top of f0
22: StackTrace f3(std::cout, 4) returned: 110
22: test_f3:
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44498e]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5]
22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e]
22:  
22: demangled test_f3:
22: [0x4e1713] Kokkos::Impl::save_stacktrace()
22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&)
22: [0x44bc32] Test::stacktrace_test_f3(std::ostream&, int)
22: [0x446f4d] Test::test_stacktrace(bool, bool)
22: [0x44498e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x45768f] testing::Test::Run()
22: [0x4599df] testing::TestInfo::Run()
22: [0x45ad07] testing::TestSuite::Run()
22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests()
22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
22: [0x45c0ce] testing::UnitTest::Run()
22: [0x4438f5] main
22: [0x7ffff4109083] __libc_start_main
22: [0x44311e] _start
22:  
22: Test setting std::terminate handler that prints the last saved stack trace
22: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (375 ms)
22: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
22: 
22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
22: Top of f1
22: Top of f0
22: Top of f0
22: test_f1:
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x444d0b]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5]
22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e]
22:  
22: demangled test_f1:
22: [0x4e1713] Kokkos::Impl::save_stacktrace()
22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&)
22: [0x445fe6] Test::test_stacktrace(bool, bool)
22: [0x444d0b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x45768f] testing::Test::Run()
22: [0x4599df] testing::TestInfo::Run()
22: [0x45ad07] testing::TestSuite::Run()
22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests()
22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
22: [0x45c0ce] testing::UnitTest::Run()
22: [0x4438f5] main
22: [0x7ffff4109083] __libc_start_main
22: [0x44311e] _start
22:  
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f1
22: Top of f0
22: Top of f0
22: StackTrace f3(std::cout, 4) returned: 110
22: test_f3:
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x444d0b]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5]
22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e]
22:  
22: demangled test_f3:
22: [0x4e1713] Kokkos::Impl::save_stacktrace()
22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&)
22: [0x44bc32] Test::stacktrace_test_f3(std::ostream&, int)
22: [0x446f4d] Test::test_stacktrace(bool, bool)
22: [0x444d0b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x45768f] testing::Test::Run()
22: [0x4599df] testing::TestInfo::Run()
22: [0x45ad07] testing::TestSuite::Run()
22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests()
22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
22: [0x45c0ce] testing::UnitTest::Run()
22: [0x4438f5] main
22: [0x7ffff4109083] __libc_start_main
22: [0x44311e] _start
22:  
22: Test setting std::terminate handler that prints the last saved stack trace
22: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (376 ms)
22: [----------] 2 tests from defaultdevicetype_DeathTest (751 ms total)
22: 
22: [----------] 1 test from defaultdevicetype
22: [ RUN      ] defaultdevicetype.stacktrace_normal
22: Top of f1
22: Top of f0
22: Top of f0
22: test_f1:
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5]
22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e]
22:  
22: demangled test_f1:
22: [0x4e1713] Kokkos::Impl::save_stacktrace()
22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&)
22: [0x445fe6] Test::test_stacktrace(bool, bool)
22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x45768f] testing::Test::Run()
22: [0x4599df] testing::TestInfo::Run()
22: [0x45ad07] testing::TestSuite::Run()
22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests()
22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
22: [0x45c0ce] testing::UnitTest::Run()
22: [0x4438f5] main
22: [0x7ffff4109083] __libc_start_main
22: [0x44311e] _start
22:  
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f3
22: Top of f1
22: Top of f0
22: Top of f0
22: StackTrace f3(std::cout, 4) returned: 110
22: test_f3:
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5]
22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083]
22: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e]
22:  
22: demangled test_f3:
22: [0x4e1713] Kokkos::Impl::save_stacktrace()
22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&)
22: [0x44bc32] Test::stacktrace_test_f3(std::ostream&, int)
22: [0x446f4d] Test::test_stacktrace(bool, bool)
22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x45768f] testing::Test::Run()
22: [0x4599df] testing::TestInfo::Run()
22: [0x45ad07] testing::TestSuite::Run()
22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests()
22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
22: [0x45c0ce] testing::UnitTest::Run()
22: [0x4438f5] main
22: [0x7ffff4109083] __libc_start_main
22: [0x44311e] _start
22:  
22: Test setting std::terminate handler that prints the last saved stack trace
22: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
22: [----------] 1 test from defaultdevicetype (1 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 3 tests from 2 test suites ran. (752 ms total)
22: [  PASSED  ] 3 tests.
22/51 Test #22: Kokkos_CoreUnitTest_StackTraceTest ...............   Passed    1.48 sec
test 23
      Start 23: Kokkos_IncrementalTest_OPENMP

23: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
23: Test timeout computed to be: 1500
23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
23:                                     Detected: 6 cores per node.
23:                                     Detected: 1 MPI_ranks per node.
23:                                     Requested: 8 threads per process.
23: [==========] Running 28 tests from 1 test suite.
23: [----------] Global test environment set-up.
23: [----------] 28 tests from OPENMP
23: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
23: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
23: [ RUN      ] OPENMP.IncrTest_01_execspace
23: Host Parallel Execution Space:
23:   KOKKOS_ENABLE_OPENMP: yes
23: 
23: OpenMP Runtime Configuration:
23: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
23: OpenMP
23: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
23: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
23: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
23: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
23: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
23: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
23: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
23: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
23: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
23: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
23: [       OK ] OPENMP.IncrTest_03b_memspace_free (133 ms)
23: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
23: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
23: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
23: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
23: [ RUN      ] OPENMP.IncrTest_05_reduction
23: [       OK ] OPENMP.IncrTest_05_reduction (4 ms)
23: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
23: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
23: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
23: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
23: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
23: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
23: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
23: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
23: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
23: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
23: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
23: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
23: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
23: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
23: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
23: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
23: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
23: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
23: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
23: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (145 ms)
23: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
23: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms)
23: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
23: [       OK ] OPENMP.IncrTest_12b_TeamScratch (2 ms)
23: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
23: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
23: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
23: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
23: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
23: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
23: [ RUN      ] OPENMP.incr_14_MDrangeReduce
23: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
23: [ RUN      ] OPENMP.IncrTest_16_parallelscan
23: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
23: [ RUN      ] OPENMP.incr_17_atomicView
23: [       OK ] OPENMP.incr_17_atomicView (0 ms)
23: [----------] 28 tests from OPENMP (289 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 28 tests from 1 test suite ran. (289 ms total)
23: [  PASSED  ] 28 tests.
23/51 Test #23: Kokkos_IncrementalTest_OPENMP ....................   Passed    1.02 sec
test 24
      Start 24: Kokkos_IncrementalTest_CUDA

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

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

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

27: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
27: Test timeout computed to be: 1500
27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
27:                                     Detected: 6 cores per node.
27:                                     Detected: 1 MPI_ranks per node.
27:                                     Requested: 8 threads per process.
27: [==========] Running 62 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 62 tests from openmp
27: [ RUN      ] openmp.bitset
27: [       OK ] openmp.bitset (671 ms)
27: [ RUN      ] openmp.bitset_default_constructor_no_alloc
27: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
27: [ RUN      ] openmp.dualview_combination
27: [       OK ] openmp.dualview_combination (0 ms)
27: [ RUN      ] openmp.dualview_alloc
27: [       OK ] openmp.dualview_alloc (0 ms)
27: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
27: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
27: [ RUN      ] openmp.dualview_combinations_without_init
27: [       OK ] openmp.dualview_combinations_without_init (0 ms)
27: [ RUN      ] openmp.dualview_deep_copy
27: [       OK ] openmp.dualview_deep_copy (0 ms)
27: [ RUN      ] openmp.dualview_realloc
27: [       OK ] openmp.dualview_realloc (0 ms)
27: [ RUN      ] openmp.dualview_resize
27: [       OK ] openmp.dualview_resize (0 ms)
27: [ RUN      ] openmp.dualview_device_correct_kokkos_device
27: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
27: [ RUN      ] openmp.dualview_host_correct_kokkos_device
27: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
27: [ RUN      ] openmp.dualview_host_modify_template_device_sync
27: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
27: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
27: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
27: [ RUN      ] openmp.dualview_device_modify_template_host_sync
27: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
27: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
27: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
27: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
27: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
27: [ RUN      ] openmp.dynamic_view
27: [       OK ] openmp.dynamic_view (17 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_generic
27: [       OK ] openmp.dyn_rank_view_api_generic (18 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
27: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
27: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
27: /var/jenkins/workspace/Kokkos_PR-6907/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
27: skipping since not default execution space
27: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
27: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
27: [ RUN      ] openmp.ErrorReporterViaLambda
27: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
27: [ RUN      ] openmp.ErrorReporter
27: [       OK ] openmp.ErrorReporter (0 ms)
27: [ RUN      ] openmp.offsetview_construction
27: [       OK ] openmp.offsetview_construction (28 ms)
27: [ RUN      ] openmp.offsetview_unmanaged_construction
27: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
27: [ RUN      ] openmp.offsetview_subview
27: [       OK ] openmp.offsetview_subview (10 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank1
27: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank2
27: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank3
27: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
27: [ RUN      ] openmp.scatterview
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
27: [       OK ] openmp.scatterview (2006 ms)
27: [ RUN      ] openmp.scatterview_devicetype
27: [       OK ] openmp.scatterview_devicetype (5 ms)
27: [ RUN      ] openmp.staticcrsgraph
27: [       OK ] openmp.staticcrsgraph (39 ms)
27: [ RUN      ] openmp.resize_realloc_no_init_dualview
27: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
27: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
27: [ RUN      ] openmp.resize_exec_space_dualview
27: [       OK ] openmp.resize_exec_space_dualview (0 ms)
27: [ RUN      ] openmp.realloc_exec_space_dualview
27: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
27: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
27: [ RUN      ] openmp.resize_exec_space_dynrankview
27: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
27: [ RUN      ] openmp.realloc_exec_space_dynrankview
27: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_init_scatterview
27: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
27: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
27: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
27: [ RUN      ] openmp.resize_exec_space_scatterview
27: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
27: [ RUN      ] openmp.realloc_exec_space_scatterview
27: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynrankview
27: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
27: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
27: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
27: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_offsetview
27: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
27: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
27: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
27: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynamicview
27: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
27: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
27: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
27: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
27: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
27: [ RUN      ] openmp.UnorderedMap_insert
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
27: [       OK ] openmp.UnorderedMap_insert (17386 ms)
27: [ RUN      ] openmp.UnorderedMap_failed_insert
27: [       OK ] openmp.UnorderedMap_failed_insert (5383 ms)
27: [ RUN      ] openmp.UnorderedMap_deep_copy
27: [       OK ] openmp.UnorderedMap_deep_copy (6 ms)
27: [ RUN      ] openmp.UnorderedMap_valid_empty
27: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
27: [ RUN      ] openmp.UnorderedMap_clear_zero_size
27: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
27: [ RUN      ] openmp.UnorderedMap_consistent_size
27: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
27: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
27: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
27: [ RUN      ] openmp.UnorderedMap_lambda_capturable
27: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
27: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
27: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
27: [ RUN      ] openmp.viewctorprop_embedded_dim
27: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
27: [----------] 62 tests from openmp (25591 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 62 tests from 1 test suite ran. (25591 ms total)
27: [  PASSED  ] 61 tests.
27: [  SKIPPED ] 1 test, listed below:
27: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
27/51 Test #27: Kokkos_ContainersUnitTest_OpenMP .................   Passed   26.45 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Cuda

28: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
28: Test timeout computed to be: 1500
28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
28:                                     Detected: 6 cores per node.
28:                                     Detected: 1 MPI_ranks per node.
28:                                     Requested: 8 threads per process.
28: [==========] Running 42 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 42 tests from cuda
28: [ RUN      ] cuda.bitset
28: [       OK ] cuda.bitset (15 ms)
28: [ RUN      ] cuda.bitset_default_constructor_no_alloc
28: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
28: [ RUN      ] cuda.dualview_combination
28: [       OK ] cuda.dualview_combination (2 ms)
28: [ RUN      ] cuda.dualview_alloc
28: [       OK ] cuda.dualview_alloc (0 ms)
28: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
28: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
28: [ RUN      ] cuda.dualview_combinations_without_init
28: [       OK ] cuda.dualview_combinations_without_init (0 ms)
28: [ RUN      ] cuda.dualview_deep_copy
28: [       OK ] cuda.dualview_deep_copy (1 ms)
28: [ RUN      ] cuda.dualview_realloc
28: [       OK ] cuda.dualview_realloc (0 ms)
28: [ RUN      ] cuda.dualview_resize
28: [       OK ] cuda.dualview_resize (0 ms)
28: [ RUN      ] cuda.dualview_device_correct_kokkos_device
28: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
28: [ RUN      ] cuda.dualview_host_correct_kokkos_device
28: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
28: [ RUN      ] cuda.dualview_host_modify_template_device_sync
28: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
28: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
28: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
28: [ RUN      ] cuda.dualview_device_modify_template_host_sync
28: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
28: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
28: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
28: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
28: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
28: [ RUN      ] cuda.dynamic_view
28: [       OK ] cuda.dynamic_view (27 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_generic
28: [       OK ] cuda.dyn_rank_view_api_generic (16 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
28: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms)
28: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
28: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
28: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
28: [ RUN      ] cuda.ErrorReporterViaLambda
28: [       OK ] cuda.ErrorReporterViaLambda (1 ms)
28: [ RUN      ] cuda.ErrorReporter
28: [       OK ] cuda.ErrorReporter (0 ms)
28: [ RUN      ] cuda.offsetview_construction
28: [       OK ] cuda.offsetview_construction (3 ms)
28: [ RUN      ] cuda.offsetview_unmanaged_construction
28: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
28: [ RUN      ] cuda.offsetview_subview
28: [       OK ] cuda.offsetview_subview (0 ms)
28: [ RUN      ] cuda.offsetview_offsets_rank1
28: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
28: [ RUN      ] cuda.offsetview_offsets_rank2
28: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
28: [ RUN      ] cuda.offsetview_offsets_rank3
28: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
28: [ RUN      ] cuda.scatterview
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ViewCtorPropEmbeddedDim.cpp.o
[ 81%] Built target Kokkos_UnitTest_Sort
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
28: [       OK ] cuda.scatterview (15629 ms)
28: [ RUN      ] cuda.scatterview_devicetype
28: [       OK ] cuda.scatterview_devicetype (26 ms)
28: [ RUN      ] cuda.staticcrsgraph
28: [       OK ] cuda.staticcrsgraph (43 ms)
28: [ RUN      ] cuda.UnorderedMap_insert
[ 82%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL
[ 82%] Built target Kokkos_CoreUnitTest_Default
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
28: [       OK ] cuda.UnorderedMap_insert (6016 ms)
28: [ RUN      ] cuda.UnorderedMap_failed_insert
28: [       OK ] cuda.UnorderedMap_failed_insert (1501 ms)
28: [ RUN      ] cuda.UnorderedMap_deep_copy
28: [       OK ] cuda.UnorderedMap_deep_copy (6 ms)
28: [ RUN      ] cuda.UnorderedMap_valid_empty
28: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
28: [ RUN      ] cuda.UnorderedMap_clear_zero_size
28: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
28: [ RUN      ] cuda.UnorderedMap_consistent_size
28: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
28: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
28: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
28: [ RUN      ] cuda.UnorderedMap_lambda_capturable
28: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
28: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
28: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
28: [ RUN      ] cuda.viewctorprop_embedded_dim
28: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
28: [----------] 42 tests from cuda (23307 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 42 tests from 1 test suite ran. (23307 ms total)
28: [  PASSED  ] 42 tests.
28/51 Test #28: Kokkos_ContainersUnitTest_Cuda ...................   Passed   24.05 sec
test 29
      Start 29: Kokkos_ContainersPerformanceTest_OpenMP

29: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
29: Test timeout computed to be: 1500
29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
29:                                     Detected: 6 cores per node.
29:                                     Detected: 1 MPI_ranks per node.
29:                                     Requested: 8 threads per process.
29: [==========] Running 5 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 5 tests from TEST_CATEGORY
29: [ RUN      ] TEST_CATEGORY.dynrankview_perf
29: OpenMP
29:  DynRankView vs View: Initialization Only 
29:  View time (init only): 0.0190792
29:  View sum computation time: 0.0190792
29:  Strided View time (init only): 0.0200766
29:  View Rank7 time (init only): 0.0548958
29:  DynRankView time (init only): 0.0081176
29:  DynRankView sum computation time: 0.0151194
29:  Ratio of View to DynRankView time: 2.35034
29:  Ratio of View to DynRankView sum computation time: 1.00057
29:  Ratio of View to View Rank7  time: 0.347552
29:  Ratio of StrideView to DynRankView time: 2.47322
29:  Ratio of DynRankView to View Rank7  time: 0.147873
29: [       OK ] TEST_CATEGORY.dynrankview_perf (307 ms)
29: [ RUN      ] TEST_CATEGORY.global_2_local
29: OpenMP
29: size, create, generate, fill, find
29: 256, 0.000150547, 1.9177e-05, 3.992e-05, 0.000990437
29: 512, 3.9356e-05, 1.1406e-05, 6.087e-05, 0.00115599
29: 1024, 4.0071e-05, 6.592e-06, 0.000106034, 0.00136349
29: 2048, 4.9711e-05, 7.589e-06, 0.000195485, 0.00157563
29: 4096, 0.000100501, 9.451e-06, 0.000384561, 0.00178256
29: 8192, 0.000146603, 1.6528e-05, 0.000725666, 0.00286987
29: 16384, 0.000313427, 1.9804e-05, 0.00151588, 0.00639726
29: 32768, 0.000796695, 4.0997e-05, 0.0041557, 0.0159679
29: 65536, 0.00103053, 5.9692e-05, 0.00862228, 0.0397151
29: 131072, 0.00242606, 0.00011828, 0.0143142, 0.0864652
29: 262144, 0.00478826, 0.000222087, 0.0229716, 0.224014
29: 524288, 0.00713429, 0.000446771, 0.047238, 0.474389
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
29: 1048576, 0.0132984, 0.000889116, 0.123111, 1.06584
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
29: 2097152, 0.0239255, 0.00181964, 0.249646, 3.64631
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
29: 4194304, 0.0442763, 0.0041567, 0.497377, 9.58441
29: [       OK ] TEST_CATEGORY.global_2_local (16234 ms)
29: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
29: skipping test
29: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
29: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
29: skipping test
29: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
29: [ RUN      ] TEST_CATEGORY.scatter_view
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
29: ScatterView data-duplicated test:
29: num_threads 8
29: hand-coded test took 0.435865 seconds
29: test took 0.286436 seconds
29: num_threads 8
29: hand-coded test took 0.435367 seconds
29: test took 0.281432 seconds
29: num_threads 8
29: hand-coded test took 0.441554 seconds
29: test took 0.28042 seconds
29: num_threads 8
29: hand-coded test took 0.435468 seconds
29: test took 0.281041 seconds
29: num_threads 8
29: hand-coded test took 0.435216 seconds
29: test took 0.280858 seconds
29: [       OK ] TEST_CATEGORY.scatter_view (3873 ms)
29: [----------] 5 tests from TEST_CATEGORY (20415 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 5 tests from 1 test suite ran. (20415 ms total)
29: [  PASSED  ] 5 tests.
29/51 Test #29: Kokkos_ContainersPerformanceTest_OpenMP ..........   Passed   21.14 sec
test 30
      Start 30: Kokkos_ContainersPerformanceTest_Cuda

30: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
30: Test timeout computed to be: 1500
30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
30:                                     Detected: 6 cores per node.
30:                                     Detected: 1 MPI_ranks per node.
30:                                     Requested: 8 threads per process.
30: [==========] Running 4 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 4 tests from TEST_CATEGORY
30: [ RUN      ] TEST_CATEGORY.dynrankview_perf
30: Cuda
30:  DynRankView vs View: Initialization Only 
30:  View time (init only): 0.00421835
30:  View sum computation time: 0.00421835
30:  Strided View time (init only): 0.00121265
30:  View Rank7 time (init only): 0.00123646
30:  DynRankView time (init only): 0.001227
30:  DynRankView sum computation time: 0.00186303
30:  Ratio of View to DynRankView time: 3.43795
30:  Ratio of View to DynRankView sum computation time: 1.0138
30:  Ratio of View to View Rank7  time: 3.41164
30:  Ratio of StrideView to DynRankView time: 0.988306
30:  Ratio of DynRankView to View Rank7  time: 0.992347
30: [       OK ] TEST_CATEGORY.dynrankview_perf (22 ms)
30: [ RUN      ] TEST_CATEGORY.global_2_local
30: Cuda
30: size, create, generate, fill, find
30: 256, 0.000244281, 2.9054e-05, 0.00325427, 0.00206207
30: 512, 0.000164617, 1.1848e-05, 2.3485e-05, 0.00204255
30: 1024, 0.000155423, 1.1791e-05, 2.3753e-05, 0.00206729
30: 2048, 0.000146482, 9.828e-06, 2.2186e-05, 0.00223076
30: 4096, 0.000158391, 9.895e-06, 2.3739e-05, 0.00213017
30: 8192, 0.000174576, 1.1918e-05, 2.5594e-05, 0.00208656
30: 16384, 0.000156357, 1.1346e-05, 2.897e-05, 0.00220666
30: 32768, 0.00017146, 1.0728e-05, 3.5072e-05, 0.0023449
30: 65536, 0.000164132, 1.2003e-05, 4.6648e-05, 0.00261979
30: 131072, 0.000159546, 1.1965e-05, 6.2253e-05, 0.00321436
30: 262144, 0.000184867, 1.5002e-05, 0.000147529, 0.00599568
30: 524288, 0.000198046, 1.7507e-05, 0.000531376, 0.0195232
30: 1048576, 0.000581382, 2.5825e-05, 0.00139492, 0.0478302
30: 2097152, 0.000434148, 3.7826e-05, 0.00301494, 0.109362
30: 4194304, 0.000669437, 6.512e-05, 0.00682509, 0.235963
30: [       OK ] TEST_CATEGORY.global_2_local (462 ms)
30: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
30: skipping test
30: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
30: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
30: skipping test
30: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
30: [----------] 4 tests from TEST_CATEGORY (484 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 4 tests from 1 test suite ran. (484 ms total)
30: [  PASSED  ] 4 tests.
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
30/51 Test #30: Kokkos_ContainersPerformanceTest_Cuda ............   Passed    1.21 sec
test 31
      Start 31: Kokkos_UnitTest_Sort

31: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
31: Test timeout computed to be: 1500
31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
31:                                     Detected: 6 cores per node.
31:                                     Detected: 1 MPI_ranks per node.
31:                                     Requested: 8 threads per process.
31: [==========] Running 15 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 15 tests from cuda
31: [ RUN      ] cuda.SortUnsignedValueType
31: [       OK ] cuda.SortUnsignedValueType (23 ms)
31: [ RUN      ] cuda.SortEmptyView
31: [       OK ] cuda.SortEmptyView (0 ms)
31: [ RUN      ] cuda.SortByKeyEmptyView
31: [       OK ] cuda.SortByKeyEmptyView (0 ms)
31: [ RUN      ] cuda.SortByKey
31: [       OK ] cuda.SortByKey (6 ms)
31: [ RUN      ] cuda.SortByKeyWithComparator
31: [       OK ] cuda.SortByKeyWithComparator (0 ms)
31: [ RUN      ] cuda.SortByKeyStaticExtents
31: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
31: [ RUN      ] cuda.SortByKeyWithStrides
31: [       OK ] cuda.SortByKeyWithStrides (0 ms)
31: [ RUN      ] cuda.SortByKeyKeysLargerThanValues
31: 
31: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
31: 
31: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
31: [       OK ] cuda.SortByKeyKeysLargerThanValues (1031 ms)
31: [ RUN      ] cuda.SortWithCustomComparator
31: [       OK ] cuda.SortWithCustomComparator (590 ms)
31: [ RUN      ] cuda.BinSortGenericTests
31: [       OK ] cuda.BinSortGenericTests (22 ms)
31: [ RUN      ] cuda.BinSortEmptyView
31: [       OK ] cuda.BinSortEmptyView (0 ms)
31: [ RUN      ] cuda.BinSortEmptyKeysView
31: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
31: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
31: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (15046 ms)
31: [ RUN      ] cuda.NestedSort
31: [       OK ] cuda.NestedSort (27 ms)
31: [ RUN      ] cuda.NestedSortByKey
31: [       OK ] cuda.NestedSortByKey (85 ms)
31: [----------] 15 tests from cuda (16835 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 15 tests from 1 test suite ran. (16835 ms total)
31: [  PASSED  ] 15 tests.
31/51 Test #31: Kokkos_UnitTest_Sort .............................   Passed   17.56 sec
test 32
      Start 32: Kokkos_UnitTest_Random

32: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Random
32: Test timeout computed to be: 1500
32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
32:                                     Detected: 6 cores per node.
32:                                     Detected: 1 MPI_ranks per node.
32:                                     Requested: 8 threads per process.
32: [==========] Running 3 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 3 tests from cuda
32: [ RUN      ] cuda.Random_XorShift64
32: Test Seed:1711688581247810041
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.0041342 0.0113159 || 0.051031 27940 29400 || 28556.3 28674.4 || 156.43 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0109057 -0.00589351 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.0210828 -0.0305722 || 0.051031 28040 29373 || 29291.9 28674.4 || -422.631 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0260418 0.00494729 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.0157874 -0.0134515 || 0.051031 28008 29497 || 28228.7 28674.4 || -185.953 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0162048 -0.00106758 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.00175359 0.00758759 || 0.051031 28017 29307 || 28724.8 28674.4 || 104.891 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.00677768 -0.00821426 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000244556 -0.99999 -48247.2 || 0.051031 0 195057 || 2.92878e+09 28674.4 || -6.6697e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.000732504 -0.296149 0.133254 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.0019545 -0.999999 -57858.2 || 0.051031 0 1.5521e+06 || 2.86913e+10 28674.4 || -7.99832e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.00587391 -0.967917 10.3003 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.8109e-07 0.0206563 -0.0174947 || 0.051031 27982 29314 || 28094.1 28674.4 || -241.846 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 7.56767e-07 0.0267416 0.00492823 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.000176195 0.0119994 || 0.051031 28043 29476 || 28669.3 28674.4 || 165.88 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00372703 -0.00247405 || 0.051031 1e+64 -1e+64
32: Test Seed:1711688581383342680
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.00485297 0.0342905 || 0.051031 28050 29364 || 28814.2 28674.4 || 474.032 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0228864 0.0023243 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.00940131 0.000206309 || 0.051031 28072 29320 || 28407.3 28674.4 || 2.85202 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0053746 0.00402342 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.013756 -0.0315039 || 0.051031 28059 29411 || 29074.3 28674.4 || -435.51 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0102923 0.00934744 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.0209762 0.0307828 || 0.051031 27961 29323 || 28085.3 28674.4 || 425.541 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.0107478 0.00660009 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000245447 -0.99999 -48249.1 || 0.051031 0 194816 || 2.92881e+09 28674.4 || -6.66996e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.000735179 -0.315183 0.161589 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195699 -0.999999 -57856.9 || 0.051031 0 1.55187e+06 || 2.86909e+10 28674.4 || -7.99814e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.00588225 -0.96793 10.3635 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.78568e-07 -0.0154791 0.0183437 || 0.051031 27923 29376 || 29125.2 28674.4 || 253.584 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 7.49199e-07 0.00015969 -0.00602319 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.000389325 -0.00134283 || 0.051031 27981 29318 || 28663.2 28674.4 || -18.5633 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0048253 -0.00416111 || 0.051031 1e+64 -1e+64
32: [       OK ] cuda.Random_XorShift64 (248 ms)
32: [ RUN      ] cuda.Random_XorShift1024_0
32: Test Seed:1711688581496346139
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00952209 0.00279499 || 0.051031 10978 11782 || 11269.6 11377 || 38.6379 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.0030098 -0.00454163 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0102078 -0.00750313 || 0.051031 10967 11827 || 11494.3 11377 || -103.723 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.0169262 0.00420437 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.00159153 -0.000530228 || 0.051031 10982 11797 || 11395.1 11377 || -7.32987 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.0128461 0.00146241 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.00958414 0.00265761 || 0.051031 10986 11778 || 11487.1 11377 || 36.7388 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.0137367 -0.000948475 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000243602 -0.999975 -7595.87 || 0.051031 0 77663 || 4.61115e+08 11377 || -1.05005e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.000730533 -0.144273 0.0235215 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.0019558 -0.999997 -9107.86 || 0.051031 0 616025 || 4.51604e+09 11377 || -1.25907e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.00587762 -0.922547 1.61172 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.67029e-07 -0.00390918 0.000759788 || 0.051031 10901 11817 || 11421.6 11377 || 10.5033 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 3.05176e-07 0.000905394 0.00100729 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00619898 0.00536744 || 0.051031 10901 11816 || 11306.9 11377 || 74.1995 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.00370153 -0.00374279 || 0.051031 1e+64 -1e+64
32: Test Seed:1711688581573676345
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.54313e-07 0.0128752 0.00261583 || 0.051031 10966 11802 || 11232.3 11377 || 36.1613 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.67029e-07 0.0212158 -0.00197601 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00383642 0.00724384 || 0.051031 10939 11799 || 11333.5 11377 || 100.139 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.00427839 0.00250822 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0115505 -0.00709998 || 0.051031 10925 11787 || 11509.9 11377 || -98.1501 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.0188593 -0.00161176 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0164968 -0.000259037 || 0.051031 10977 11829 || 11567.8 11377 || -3.58093 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.0110695 -0.00177207 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00024317 -0.999975 -7595.84 || 0.051031 0 77598 || 4.6111e+08 11377 || -1.05005e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.000729215 -0.136496 0.0248024 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195607 -0.999997 -9108.15 || 0.051031 0 616375 || 4.51622e+09 11377 || -1.25911e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.0058793 -0.922766 1.63297 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.67029e-07 0.0118239 0.00407974 || 0.051031 10968 11811 || 11244 11377 || 56.3983 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 3.05176e-07 0.0211608 0.00299581 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0183494 -0.000472387 || 0.051031 10988 11785 || 11589.6 11377 || -6.53027 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.00623404 0.00256334 || 0.051031 1e+64 -1e+64
32: [       OK ] cuda.Random_XorShift1024_0 (172 ms)
32: [ RUN      ] cuda.Multi_streams
32: [       OK ] cuda.Multi_streams (223 ms)
32: [----------] 3 tests from cuda (644 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 3 tests from 1 test suite ran. (644 ms total)
32: [  PASSED  ] 3 tests.
32/51 Test #32: Kokkos_UnitTest_Random ...........................   Passed    1.37 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_A

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

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

35: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
35: Test timeout computed to be: 1500
35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
35:                                     Detected: 6 cores per node.
35:                                     Detected: 1 MPI_ranks per node.
35:                                     Requested: 8 threads per process.
35: [==========] Running 13 tests from 10 test suites.
35: [----------] Global test environment set-up.
35: [----------] 1 test from std_algorithms_lexicographical_compare_test
35: [ RUN      ] std_algorithms_lexicographical_compare_test.test
35: [       OK ] std_algorithms_lexicographical_compare_test.test (204 ms)
35: [----------] 1 test from std_algorithms_lexicographical_compare_test (204 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_test
35: [ RUN      ] std_algorithms_for_each_test.test
35: [       OK ] std_algorithms_for_each_test.test (120 ms)
35: [----------] 1 test from std_algorithms_for_each_test (120 ms total)
35: 
35: [----------] 1 test from std_algorithms_find_test
35: [ RUN      ] std_algorithms_find_test.test
35: [       OK ] std_algorithms_find_test.test (71 ms)
35: [----------] 1 test from std_algorithms_find_test (71 ms total)
35: 
35: [----------] 4 tests from std_algorithms_non_mod_seq_ops
35: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
35: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (558 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
35: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1198 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search
35: [       OK ] std_algorithms_non_mod_seq_ops.search (781 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
35: [       OK ] std_algorithms_non_mod_seq_ops.search_n (487 ms)
35: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3026 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_test
35: [ RUN      ] std_algorithms_count_test.test
35: [       OK ] std_algorithms_count_test.test (97 ms)
35: [----------] 1 test from std_algorithms_count_test (97 ms total)
35: 
35: [----------] 1 test from std_algorithms_equal_test
35: [ RUN      ] std_algorithms_equal_test.test
35: [       OK ] std_algorithms_equal_test.test (12 ms)
35: [----------] 1 test from std_algorithms_equal_test (12 ms total)
35: 
35: [----------] 1 test from std_algorithms_all_any_none_of_test
35: [ RUN      ] std_algorithms_all_any_none_of_test.test
35: [       OK ] std_algorithms_all_any_none_of_test.test (82 ms)
35: [----------] 1 test from std_algorithms_all_any_none_of_test (82 ms total)
35: 
35: [----------] 1 test from std_algorithms_nonmod_seq_ops
35: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
35: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (106 ms)
35: [----------] 1 test from std_algorithms_nonmod_seq_ops (106 ms total)
35: 
35: [----------] 1 test from std_algorithms_mismatch_test
35: [ RUN      ] std_algorithms_mismatch_test.test
35: [       OK ] std_algorithms_mismatch_test.test (204 ms)
35: [----------] 1 test from std_algorithms_mismatch_test (204 ms total)
35: 
35: [----------] 1 test from std_algorithms_mod_seq_ops
35: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
35: [       OK ] std_algorithms_mod_seq_ops.move_backward (73 ms)
35: [----------] 1 test from std_algorithms_mod_seq_ops (73 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 13 tests from 10 test suites ran. (4000 ms total)
35: [  PASSED  ] 13 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed    4.74 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_D

36: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
36: Test timeout computed to be: 1500
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
36:                                     Detected: 6 cores per node.
36:                                     Detected: 1 MPI_ranks per node.
36:                                     Requested: 8 threads per process.
36: [==========] Running 31 tests from 5 test suites.
36: [----------] Global test environment set-up.
36: [----------] 3 tests from std_algorithms_mod_ops_test
36: [ RUN      ] std_algorithms_mod_ops_test.move
36: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
36: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
36: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
36: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
36: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
36: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total)
36: 
36: [----------] 12 tests from std_algorithms_mod_seq_ops_test
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
36: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
36: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
36: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
36: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
36: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
36: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
36: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
36: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
36: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
36: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
36: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
36: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
36: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
36: 
36: [----------] 4 tests from std_algorithms_replace_ops_test
36: [ RUN      ] std_algorithms_replace_ops_test.replace
36: [       OK ] std_algorithms_replace_ops_test.replace (32 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_if
36: [       OK ] std_algorithms_replace_ops_test.replace_if (139 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
36: [       OK ] std_algorithms_replace_ops_test.replace_copy (53 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
36: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (45 ms)
36: [----------] 4 tests from std_algorithms_replace_ops_test (270 ms total)
36: 
36: [----------] 11 tests from std_algorithms_mod_seq_ops
36: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
36: [       OK ] std_algorithms_mod_seq_ops.copy_if (42 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique
36: [       OK ] std_algorithms_mod_seq_ops.unique (261 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
36: [       OK ] std_algorithms_mod_seq_ops.unique_copy (84 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove
36: [       OK ] std_algorithms_mod_seq_ops.remove (64 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_if (67 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy (170 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (65 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate
36: [       OK ] std_algorithms_mod_seq_ops.rotate (1253 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
36: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (394 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
36: [       OK ] std_algorithms_mod_seq_ops.shift_left (1179 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
36: [       OK ] std_algorithms_mod_seq_ops.shift_right (1156 ms)
36: [----------] 11 tests from std_algorithms_mod_seq_ops (4741 ms total)
36: 
36: [----------] 1 test from std_algorithms_modseq_test
36: [ RUN      ] std_algorithms_modseq_test.reverse
36: [       OK ] std_algorithms_modseq_test.reverse (54 ms)
36: [----------] 1 test from std_algorithms_modseq_test (54 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 31 tests from 5 test suites ran. (5074 ms total)
36: [  PASSED  ] 31 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed    5.80 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E

37: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 6 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 29 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_sorting_ops_test
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms)
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms)
37: [----------] 2 tests from std_algorithms_sorting_ops_test (22 ms total)
37: 
37: [----------] 4 tests from std_algorithms_partitioning_test
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.partition_point
37: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
37: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
37: 
37: [----------] 1 test from std_algorithms_partitioning_ops
37: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
37: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
37: [----------] 1 test from std_algorithms_partitioning_ops (23 ms total)
37: 
37: [----------] 12 tests from std_algorithms_numerics_test
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
37: [----------] 12 tests from std_algorithms_numerics_test (16 ms total)
37: 
37: [----------] 1 test from std_algorithms_numerics_ops_test
37: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
37: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (90 ms)
37: [----------] 1 test from std_algorithms_numerics_ops_test (90 ms total)
37: 
37: [----------] 8 tests from std_algorithms_numeric_ops_test
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1112 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (794 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (213 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (287 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
37: [----------] 8 tests from std_algorithms_numeric_ops_test (2408 ms total)
37: 
37: [----------] 1 test from std_algorithms_transform_ops_test
37: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
37: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (33 ms)
37: [----------] 1 test from std_algorithms_transform_ops_test (33 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 29 tests from 7 test suites ran. (2598 ms total)
37: [  PASSED  ] 29 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    3.33 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

38: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 6 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 12 tests from 7 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (651 ms)
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (614 ms)
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1265 ms total)
38: 
38: [----------] 2 tests from std_algorithms_count_team_test
38: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
38: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (706 ms)
38: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
38: [       OK ] std_algorithms_count_team_test.count_returns_zero (256 ms)
38: [----------] 2 tests from std_algorithms_count_team_test (963 ms total)
38: 
38: [----------] 1 test from std_algorithms_count_if_team_test
38: [ RUN      ] std_algorithms_count_if_team_test.test
38: [       OK ] std_algorithms_count_if_team_test.test (348 ms)
38: [----------] 1 test from std_algorithms_count_if_team_test (348 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_team_test
38: [ RUN      ] std_algorithms_for_each_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
38: [       OK ] std_algorithms_for_each_team_test.test (539 ms)
38: [----------] 1 test from std_algorithms_for_each_team_test (539 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_n_team_test
38: [ RUN      ] std_algorithms_for_each_n_team_test.test
38: [       OK ] std_algorithms_for_each_n_team_test.test (615 ms)
38: [----------] 1 test from std_algorithms_for_each_n_team_test (615 ms total)
38: 
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
38: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3275 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2074 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2088 ms)
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7439 ms total)
38: 
38: [----------] 2 tests from std_algorithms_mismatch_team_test
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 84%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
38: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2351 ms)
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
38: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (942 ms)
38: [----------] 2 tests from std_algorithms_mismatch_team_test (3293 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 12 tests from 7 test suites ran. (14465 ms total)
38: [  PASSED  ] 12 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   15.19 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

39: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
39: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 6 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 8 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_equal_team_test
39: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
39: [       OK ] std_algorithms_equal_team_test.views_are_equal (1706 ms)
39: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
39: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1336 ms)
39: [----------] 2 tests from std_algorithms_equal_team_test (3043 ms total)
39: 
39: [----------] 2 tests from std_algorithms_search_team_test
39: [ RUN      ] std_algorithms_search_team_test.sequences_exist
39: [       OK ] std_algorithms_search_team_test.sequences_exist (897 ms)
39: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
39: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1095 ms)
39: [----------] 2 tests from std_algorithms_search_team_test (1993 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_end_team_test
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
39: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2074 ms)
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
39: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1981 ms)
39: [----------] 2 tests from std_algorithms_find_end_team_test (4056 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_first_of_team_test
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1649 ms)
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 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_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6985 ms)
39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8635 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 8 tests from 4 test suites ran. (17728 ms total)
39: [  PASSED  ] 8 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   18.46 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

40: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 6 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 11 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_find_team_test
40: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
40: [       OK ] std_algorithms_find_team_test.searched_values_exist (394 ms)
40: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
40: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (547 ms)
40: [----------] 2 tests from std_algorithms_find_team_test (941 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_team_test
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (269 ms)
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (548 ms)
40: [----------] 2 tests from std_algorithms_find_if_team_test (817 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_not_team_test
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (529 ms)
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (261 ms)
40: [----------] 2 tests from std_algorithms_find_if_not_team_test (791 ms total)
40: 
40: [----------] 1 test from std_algorithms_all_of_team_test
40: [ RUN      ] std_algorithms_all_of_team_test.test
40: [       OK ] std_algorithms_all_of_team_test.test (478 ms)
40: [----------] 1 test from std_algorithms_all_of_team_test (478 ms total)
40: 
40: [----------] 1 test from std_algorithms_any_of_team_test
40: [ RUN      ] std_algorithms_any_of_team_test.test
40: [       OK ] std_algorithms_any_of_team_test.test (255 ms)
40: [----------] 1 test from std_algorithms_any_of_team_test (255 ms total)
40: 
40: [----------] 1 test from std_algorithms_none_of_team_test
40: [ RUN      ] std_algorithms_none_of_team_test.test
40: [       OK ] std_algorithms_none_of_team_test.test (479 ms)
40: [----------] 1 test from std_algorithms_none_of_team_test (479 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_n_team_test
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (336 ms)
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (397 ms)
40: [----------] 2 tests from std_algorithms_search_n_team_test (733 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 11 tests from 7 test suites ran. (4497 ms total)
40: [  PASSED  ] 11 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed    5.23 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

41: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
41: Test timeout computed to be: 1500
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 6 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 3 tests from 3 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_min_element_team_test
41: [ RUN      ] std_algorithms_min_element_team_test.test
41: [       OK ] std_algorithms_min_element_team_test.test (1674 ms)
41: [----------] 1 test from std_algorithms_min_element_team_test (1674 ms total)
41: 
41: [----------] 1 test from std_algorithms_max_element_team_test
41: [ RUN      ] std_algorithms_max_element_team_test.test
41: [       OK ] std_algorithms_max_element_team_test.test (1643 ms)
41: [----------] 1 test from std_algorithms_max_element_team_test (1643 ms total)
41: 
41: [----------] 1 test from std_algorithms_minmax_element_team_test
41: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
41: [       OK ] std_algorithms_minmax_element_team_test.test (2141 ms)
41: [----------] 1 test from std_algorithms_minmax_element_team_test (2141 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 3 test suites ran. (5459 ms total)
41: [  PASSED  ] 3 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed    6.18 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

42: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 6 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 6 tests from 6 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_fill_team_test
42: [ RUN      ] std_algorithms_fill_team_test.test
42: [       OK ] std_algorithms_fill_team_test.test (405 ms)
42: [----------] 1 test from std_algorithms_fill_team_test (405 ms total)
42: 
42: [----------] 1 test from std_algorithms_fill_n_team_test
42: [ RUN      ] std_algorithms_fill_n_team_test.test
42: [       OK ] std_algorithms_fill_n_team_test.test (503 ms)
42: [----------] 1 test from std_algorithms_fill_n_team_test (503 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_team_test
42: [ RUN      ] std_algorithms_replace_team_test.test
42: [       OK ] std_algorithms_replace_team_test.test (523 ms)
42: [----------] 1 test from std_algorithms_replace_team_test (523 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_if_team_test
42: [ RUN      ] std_algorithms_replace_if_team_test.test
42: [       OK ] std_algorithms_replace_if_team_test.test (690 ms)
42: [----------] 1 test from std_algorithms_replace_if_team_test (690 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_team_test
42: [ RUN      ] std_algorithms_replace_copy_team_test.test
42: [       OK ] std_algorithms_replace_copy_team_test.test (1085 ms)
42: [----------] 1 test from std_algorithms_replace_copy_team_test (1085 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test
42: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
42: [       OK ] std_algorithms_replace_copy_if_team_test.test (930 ms)
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (930 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 6 tests from 6 test suites ran. (4140 ms total)
42: [  PASSED  ] 6 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed    4.85 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

43: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 6 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_reverse_team_test
43: [ RUN      ] std_algorithms_reverse_team_test.test
43: [       OK ] std_algorithms_reverse_team_test.test (408 ms)
43: [----------] 1 test from std_algorithms_reverse_team_test (408 ms total)
43: 
43: [----------] 1 test from std_algorithms_reverse_copy_team_test
43: [ RUN      ] std_algorithms_reverse_copy_team_test.test
43: [       OK ] std_algorithms_reverse_copy_team_test.test (445 ms)
43: [----------] 1 test from std_algorithms_reverse_copy_team_test (445 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_team_test
43: [ RUN      ] std_algorithms_rotate_team_test.test
43: [       OK ] std_algorithms_rotate_team_test.test (1285 ms)
43: [----------] 1 test from std_algorithms_rotate_team_test (1285 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_copy_team_test
43: [ RUN      ] std_algorithms_rotate_copy_team_test.test
43: [       OK ] std_algorithms_rotate_copy_team_test.test (978 ms)
43: [----------] 1 test from std_algorithms_rotate_copy_team_test (978 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3118 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    3.85 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

44: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 6 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 4 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_move_team_test
44: [ RUN      ] std_algorithms_move_team_test.test
44: [       OK ] std_algorithms_move_team_test.test (713 ms)
44: [----------] 1 test from std_algorithms_move_team_test (713 ms total)
44: 
44: [----------] 1 test from std_algorithms_move_backward_team_test
44: [ RUN      ] std_algorithms_move_backward_team_test.test
44: [       OK ] std_algorithms_move_backward_team_test.test (626 ms)
44: [----------] 1 test from std_algorithms_move_backward_team_test (626 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_left_team_test
44: [ RUN      ] std_algorithms_shift_left_team_test.test
44: [       OK ] std_algorithms_shift_left_team_test.test (2555 ms)
44: [----------] 1 test from std_algorithms_shift_left_team_test (2555 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_right_team_test
44: [ RUN      ] std_algorithms_shift_right_team_test.test
44: [       OK ] std_algorithms_shift_right_team_test.test (2389 ms)
44: [----------] 1 test from std_algorithms_shift_right_team_test (2389 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (6285 ms total)
44: [  PASSED  ] 4 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed    7.02 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

45: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
45: Test timeout computed to be: 1500
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 6 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 9 tests from 9 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_copy_team_test
45: [ RUN      ] std_algorithms_copy_team_test.test
45: [       OK ] std_algorithms_copy_team_test.test (865 ms)
45: [----------] 1 test from std_algorithms_copy_team_test (865 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_n_team_test
45: [ RUN      ] std_algorithms_copy_n_team_test.test
45: [       OK ] std_algorithms_copy_n_team_test.test (634 ms)
45: [----------] 1 test from std_algorithms_copy_n_team_test (634 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_backward_team_test
45: [ RUN      ] std_algorithms_copy_backward_team_test.test
45: [       OK ] std_algorithms_copy_backward_team_test.test (601 ms)
45: [----------] 1 test from std_algorithms_copy_backward_team_test (601 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_if_team_test
45: [ RUN      ] std_algorithms_copy_if_team_test.test
45: [       OK ] std_algorithms_copy_if_team_test.test (748 ms)
45: [----------] 1 test from std_algorithms_copy_if_team_test (748 ms total)
45: 
45: [----------] 1 test from std_algorithms_unique_copy_team_test
45: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 84%] Built target Kokkos_PerformanceTest_Benchmark
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
45: [       OK ] std_algorithms_unique_copy_team_test.test (1217 ms)
45: [----------] 1 test from std_algorithms_unique_copy_team_test (1217 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_team_test
45: [ RUN      ] std_algorithms_remove_team_test.test
45: [       OK ] std_algorithms_remove_team_test.test (888 ms)
45: [----------] 1 test from std_algorithms_remove_team_test (888 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_if_team_test
45: [ RUN      ] std_algorithms_remove_if_team_test.test
45: [       OK ] std_algorithms_remove_if_team_test.test (857 ms)
45: [----------] 1 test from std_algorithms_remove_if_team_test (857 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_team_test
45: [ RUN      ] std_algorithms_remove_copy_team_test.test
45: [       OK ] std_algorithms_remove_copy_team_test.test (1044 ms)
45: [----------] 1 test from std_algorithms_remove_copy_team_test (1044 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test
45: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
45: [       OK ] std_algorithms_remove_copy_if_team_test.test (950 ms)
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (950 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 9 tests from 9 test suites ran. (7810 ms total)
45: [  PASSED  ] 9 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed    8.53 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

46: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
46: Test timeout computed to be: 1500
46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
46:                                     Detected: 6 cores per node.
46:                                     Detected: 1 MPI_ranks per node.
46:                                     Requested: 8 threads per process.
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_unique_team_test
46: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
46: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1348 ms)
46: [----------] 1 test from std_algorithms_unique_team_test (1348 ms total)
46: 
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test
46: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
46: [       OK ] std_algorithms_adjacent_difference_team_test.test (1485 ms)
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1485 ms total)
46: 
46: [----------] 1 test from std_algorithms_reduce_team_test
46: [ RUN      ] std_algorithms_reduce_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
46: [       OK ] std_algorithms_reduce_team_test.test (1151 ms)
46: [----------] 1 test from std_algorithms_reduce_team_test (1151 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_reduce_team_test
46: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
46: [       OK ] std_algorithms_transform_reduce_team_test.test (1827 ms)
46: [----------] 1 test from std_algorithms_transform_reduce_team_test (1827 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (5813 ms total)
46: [  PASSED  ] 4 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed    6.54 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

47: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 6 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 18 tests from 5 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_is_sorted_team_test
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (962 ms)
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1577 ms)
47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2539 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (15 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1532 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1163 ms)
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2725 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test
47: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
47: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
47: [       OK ] std_algorithms_is_partitioned_team_test.all_true (570 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
47: [       OK ] std_algorithms_is_partitioned_team_test.all_false (564 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.random
47: [       OK ] std_algorithms_is_partitioned_team_test.random (411 ms)
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1554 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_copy_team_test
47: [ RUN      ] std_algorithms_partition_copy_team_test.empty
47: [       OK ] std_algorithms_partition_copy_team_test.empty (12 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 84%] Built target Kokkos_ContainersUnitTest_SYCL
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
47: [       OK ] std_algorithms_partition_copy_team_test.all_true (1039 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
47: [       OK ] std_algorithms_partition_copy_team_test.all_false (1044 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.random
47: [       OK ] std_algorithms_partition_copy_team_test.random (896 ms)
47: [----------] 4 tests from std_algorithms_partition_copy_team_test (2993 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_point_team_test
47: [ RUN      ] std_algorithms_partition_point_team_test.empty
47: [       OK ] std_algorithms_partition_point_team_test.empty (7 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_true
47: [       OK ] std_algorithms_partition_point_team_test.all_true (387 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_false
47: [       OK ] std_algorithms_partition_point_team_test.all_false (399 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.random
47: [       OK ] std_algorithms_partition_point_team_test.random (262 ms)
47: [----------] 4 tests from std_algorithms_partition_point_team_test (1057 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 18 tests from 5 test suites ran. (10871 ms total)
47: [  PASSED  ] 18 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   11.61 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

48: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 6 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: [==========] Running 5 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 2 tests from std_algorithms_transform_team_test
48: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
48: [       OK ] std_algorithms_transform_team_test.test_unary_op (1014 ms)
48: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
48: [       OK ] std_algorithms_transform_team_test.test_binary_op (1010 ms)
48: [----------] 2 tests from std_algorithms_transform_team_test (2025 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_team_test
48: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
48: [       OK ] std_algorithms_generate_team_test.test_unary_op (2159 ms)
48: [----------] 1 test from std_algorithms_generate_team_test (2159 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_n_team_test
48: [ RUN      ] std_algorithms_generate_n_team_test.test
48: [       OK ] std_algorithms_generate_n_team_test.test (510 ms)
48: [----------] 1 test from std_algorithms_generate_n_team_test (510 ms total)
48: 
48: [----------] 1 test from std_algorithms_swap_ranges_team_test
48: [ RUN      ] std_algorithms_swap_ranges_team_test.test
48: [       OK ] std_algorithms_swap_ranges_team_test.test (944 ms)
48: [----------] 1 test from std_algorithms_swap_ranges_team_test (944 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 5 tests from 4 test suites ran. (5640 ms total)
48: [  PASSED  ] 5 tests.
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed    6.36 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

49: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
49: Test timeout computed to be: 1500
49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
49:                                     Detected: 6 cores per node.
49:                                     Detected: 1 MPI_ranks per node.
49:                                     Requested: 8 threads per process.
49: [==========] Running 2 tests from 2 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
49: [       OK ] std_algorithms_exclusive_scan_team_test.test (4051 ms)
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (4052 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
49: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1997 ms)
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1997 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (6049 ms total)
49: [  PASSED  ] 2 tests.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed    6.76 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

50: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
50: Test timeout computed to be: 1500
50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
50:                                     Detected: 6 cores per node.
50:                                     Detected: 1 MPI_ranks per node.
50:                                     Requested: 8 threads per process.
50: [==========] Running 2 tests from 2 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
50: [       OK ] std_algorithms_inclusive_scan_team_test.test (6354 ms)
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (6354 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 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/TestStdAlgorithmsTeamAnyOf.cpp.o
50: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3983 ms)
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3983 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (10337 ms total)
50: [  PASSED  ] 2 tests.
50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   11.07 sec
test 51
      Start 51: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 51

Total Test time (real) = 360.98 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 cc7cfd849f1882cbc13b765b5d37d291f8fec12c141df7ba6d53a4cb79392315
$ docker rm -f --volumes cc7cfd849f1882cbc13b765b5d37d291f8fec12c141df7ba6d53a4cb79392315
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 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_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.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_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 92%] 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_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 92%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Linking CXX executable Kokkos_query_device
[ 93%] 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_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 94%] Built target Kokkos_query_device
[ 94%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[ 94%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Linking CXX executable Kokkos_tutorial_01_hello_world
[ 94%] Built target Kokkos_tutorial_01_hello_world
[ 94%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 94%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[ 94%] Built target Kokkos_UnitTest_SIMD
[ 94%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[ 94%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[ 94%] Built target Kokkos_tutorial_02_simple_reduce
[ 94%] Linking CXX executable Kokkos_tutorial_03_simple_view
[ 94%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[ 94%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[ 94%] Built target Kokkos_tutorial_03_simple_view
[ 94%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[ 94%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[ 95%] Built target Kokkos_tutorial_04_simple_memoryspaces
[ 95%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
[ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 96%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[ 96%] Built target Kokkos_tutorial_05_simple_atomics
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o
[ 96%] 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_AlgorithmsUnitTest_StdSet_Team_H
[ 96%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[ 96%] Built target Kokkos_tutorial_advancedviews_03_subviews
[ 97%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[ 97%] 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_hierarchicalparallelism_02_nested_parallel_for
[ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 97%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 97%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 98%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 98%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 99%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[100%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[100%] Built target Kokkos_tutorial_01_hello_world_lambda
[100%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[100%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[100%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[100%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[100%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
[100%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[100%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[100%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
[100%] Built target Kokkos_tutorial_03_simple_view_lambda
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[100%] Linking CXX executable Kokkos_gups
[100%] Linking CXX executable Kokkos_stream
[100%] Linking CXX executable Kokkos_launch_latency
[100%] Linking CXX executable Kokkos_atomic
[100%] Built target Kokkos_gups
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[100%] Built target Kokkos_launch_latency
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[100%] Built target Kokkos_stream
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[100%] Built target Kokkos_atomic
[100%] Linking CXX executable Kokkos_gather
[100%] Linking CXX executable Kokkos_policy_performance
[100%] Built target Kokkos_policy_performance
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_gather
[100%] Built target Kokkos_bytes_and_flops
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-6907/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6907/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: Kokkos_CoreUnitTest_Serial1

1: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: [==========] Running 179 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
1: [       OK ] serial_DeathTest.abort_from_host (590 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (582 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (575 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (562 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (588 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: [       OK ] serial_DeathTest.range_policy_invalid_bounds (625 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1255 ms)
1: [----------] 7 tests from serial_DeathTest (4779 ms total)
1: 
1: [----------] 172 tests from serial
1: [ RUN      ] serial.array_capacity
1: [       OK ] serial.array_capacity (0 ms)
1: [ RUN      ] serial.array_element_access
1: [       OK ] serial.array_element_access (0 ms)
1: [ RUN      ] serial.array_zero_capacity
1: [       OK ] serial.array_zero_capacity (0 ms)
1: [ RUN      ] serial.array_zero_data_nullptr
1: [       OK ] serial.array_zero_data_nullptr (0 ms)
1: [ RUN      ] serial.array_contiguous_capacity
1: [       OK ] serial.array_contiguous_capacity (0 ms)
1: [ RUN      ] serial.array_contiguous_element_access
1: [       OK ] serial.array_contiguous_element_access (0 ms)
1: [ RUN      ] serial.array_contiguous_assignment
1: [       OK ] serial.array_contiguous_assignment (0 ms)
1: [ RUN      ] serial.array_strided_capacity
1: [       OK ] serial.array_strided_capacity (0 ms)
1: [ RUN      ] serial.array_strided_element_access
1: [       OK ] serial.array_strided_element_access (0 ms)
1: [ RUN      ] serial.array_strided_assignment
1: [       OK ] serial.array_strided_assignment (0 ms)
1: [ RUN      ] serial.atomic_operations_complexdouble
1: [       OK ] serial.atomic_operations_complexdouble (1 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (0 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (0 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (0 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (3 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
1: [       OK ] serial.atomic_views_integral (71 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (41 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (0 ms)
1: [ RUN      ] serial.bit_manip_countl_zero
1: [       OK ] serial.bit_manip_countl_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countl_one
1: [       OK ] serial.bit_manip_countl_one (0 ms)
1: [ RUN      ] serial.bit_manip_countr_zero
1: [       OK ] serial.bit_manip_countr_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countr_one
1: [       OK ] serial.bit_manip_countr_one (0 ms)
1: [ RUN      ] serial.bit_manip_popcount
1: [       OK ] serial.bit_manip_popcount (0 ms)
1: [ RUN      ] serial.bit_manip_has_single_bit
1: [       OK ] serial.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] serial.bit_manip_bit_floor
1: [       OK ] serial.bit_manip_bit_floor (0 ms)
1: [ RUN      ] serial.bit_manip_bit_ceil
1: [       OK ] serial.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] serial.bit_manip_bit_width
1: [       OK ] serial.bit_manip_bit_width (0 ms)
1: [ RUN      ] serial.bit_manip_rotl
1: [       OK ] serial.bit_manip_rotl (0 ms)
1: [ RUN      ] serial.bit_manip_rotr
1: [       OK ] serial.bit_manip_rotr (0 ms)
1: [ RUN      ] serial.bit_manip_byeswap
1: [       OK ] serial.bit_manip_byeswap (0 ms)
1: [ RUN      ] serial.bit_manip_bit_cast
1: [       OK ] serial.bit_manip_bit_cast (0 ms)
1: [ RUN      ] serial.test_block_deduction_bug_pr_3103
1: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] serial.checked_integer_operations_multiply_overflow
1: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] serial.execution_policy_occupancy_and_hint
1: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] serial.complex_construction
1: [       OK ] serial.complex_construction (0 ms)
1: [ RUN      ] serial.complex_basic_math
1: [       OK ] serial.complex_basic_math (0 ms)
1: [ RUN      ] serial.complex_special_funtions
1: [       OK ] serial.complex_special_funtions (0 ms)
1: [ RUN      ] serial.complex_io
1: [       OK ] serial.complex_io (0 ms)
1: [ RUN      ] serial.complex_trivially_copyable
1: [       OK ] serial.complex_trivially_copyable (0 ms)
1: [ RUN      ] serial.complex_issue_3865
1: [       OK ] serial.complex_issue_3865 (0 ms)
1: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
1: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] serial.crs_count_fill
1: [       OK ] serial.crs_count_fill (0 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (1 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (3 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (19 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (0 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (0 ms)
1: [ RUN      ] serial.execution_space_as_class_data_member
1: [       OK ] serial.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] serial.functor_analysis
1: [       OK ] serial.functor_analysis (0 ms)
1: [ RUN      ] serial.host_shared_ptr_use_count
1: [       OK ] serial.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] serial.host_shared_ptr_get
1: [       OK ] serial.host_shared_ptr_get (0 ms)
1: [ RUN      ] serial.host_shared_ptr_dereference_on_device
1: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_special_members_on_device
1: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_tracking
1: [       OK ] serial.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] serial.init
1: [       OK ] serial.init (0 ms)
1: [ RUN      ] serial.dispatch
1: [       OK ] serial.dispatch (3 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1934 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (13229 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (666 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (669 ms)
1: [ RUN      ] serial.deep_copy_scratch
1: [       OK ] serial.deep_copy_scratch (0 ms)
1: [ RUN      ] serial.mathematical_constants_e
1: [       OK ] serial.mathematical_constants_e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log2e
1: [       OK ] serial.mathematical_constants_log2e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log10e
1: [       OK ] serial.mathematical_constants_log10e (0 ms)
1: [ RUN      ] serial.mathematical_constants_pi
1: [       OK ] serial.mathematical_constants_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_pi
1: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
1: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln2
1: [       OK ] serial.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln10
1: [       OK ] serial.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt2
1: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt3
1: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrt3
1: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_egamma
1: [       OK ] serial.mathematical_constants_egamma (0 ms)
1: [ RUN      ] serial.mathematical_constants_phi
1: [       OK ] serial.mathematical_constants_phi (0 ms)
1: [ RUN      ] serial.mathematical_functions_trigonometric_functions
1: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_non_standard
1: [       OK ] serial.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] serial.mathematical_functions_power_functions
1: [       OK ] serial.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_fma
1: [       OK ] serial.mathematical_functions_fma (0 ms)
1: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
1: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_absolute_value
1: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
1: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_remainder_function
1: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] serial.mathematical_functions_isfinite
1: [       OK ] serial.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] serial.mathematical_functions_isinf
1: [       OK ] serial.mathematical_functions_isinf (0 ms)
1: [ RUN      ] serial.mathematical_functions_isnan
1: [       OK ] serial.mathematical_functions_isnan (0 ms)
1: [ RUN      ] serial.mathematical_functions_exponential_functions
1: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
1: [ RUN      ] serial.mathspecialfunc_expint1
1: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_errorfunc
1: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
1: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
1: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
1: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
1: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
1: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] serial.mdrange_5d
1: [       OK ] serial.mdrange_5d (18 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (84 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (4 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (35 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (4 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
1: [       OK ] serial.mdrange_large_deep_copy (22 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (2768 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
1: mdspan not enabled
1: [  SKIPPED ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.max
1: [       OK ] serial.max (0 ms)
1: [ RUN      ] serial.max_within_parfor
1: [       OK ] serial.max_within_parfor (3 ms)
1: [ RUN      ] serial.min
1: [       OK ] serial.min (0 ms)
1: [ RUN      ] serial.min_within_parfor
1: [       OK ] serial.min_within_parfor (0 ms)
1: [ RUN      ] serial.minmax
1: [       OK ] serial.minmax (0 ms)
1: [ RUN      ] serial.minmax_within_parfor
1: [       OK ] serial.minmax_within_parfor (0 ms)
1: [ RUN      ] serial.clamp
1: [       OK ] serial.clamp (0 ms)
1: [ RUN      ] serial.clamp_within_parfor
1: [       OK ] serial.clamp_within_parfor (0 ms)
1: [ RUN      ] serial.numeric_traits_infinity
1: [       OK ] serial.numeric_traits_infinity (0 ms)
1: [ RUN      ] serial.numeric_traits_epsilon
1: [       OK ] serial.numeric_traits_epsilon (0 ms)
1: [ RUN      ] serial.numeric_traits_round_error
1: [       OK ] serial.numeric_traits_round_error (0 ms)
1: [ RUN      ] serial.numeric_traits_norm_min
1: [       OK ] serial.numeric_traits_norm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_denorm_min
1: [       OK ] serial.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] serial.numeric_traits_finite_min_max
1: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] serial.numeric_traits_digits
1: [       OK ] serial.numeric_traits_digits (0 ms)
1: [ RUN      ] serial.numeric_traits_digits10
1: [       OK ] serial.numeric_traits_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_max_digits10
1: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] serial.numeric_traits_radix
1: [       OK ] serial.numeric_traits_radix (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent
1: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] serial.numeric_traits_min_max_exponent10
1: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
1: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] serial.numeric_traits_sfinae_friendly
1: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] serial.occupancy_control
1: [       OK ] serial.occupancy_control (0 ms)
1: [ RUN      ] serial.view_aggregate
1: [       OK ] serial.view_aggregate (0 ms)
1: [ RUN      ] serial.memory_pool
1: [       OK ] serial.memory_pool (130 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (3 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (14 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_dynamic_policy
1: [       OK ] serial.range_dynamic_policy (0 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (0 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (1 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (1 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_point_t
1: [       OK ] serial.reducers_point_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int_combined_reduce
1: [       OK ] serial.int_combined_reduce (0 ms)
1: [ RUN      ] serial.mdrange_combined_reduce
1: [       OK ] serial.mdrange_combined_reduce (0 ms)
1: [ RUN      ] serial.int_combined_reduce_mixed
1: [       OK ] serial.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] serial.reduction_deduction
1: [       OK ] serial.reduction_deduction (0 ms)
1: [ RUN      ] serial.reduce_device_view_range_policy
1: [       OK ] serial.reduce_device_view_range_policy (5 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
1: [       OK ] serial.reduce_device_view_mdrange_policy (1011 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (107 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (4 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 172 tests from serial (20887 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 179 tests from 2 test suites ran. (25667 ms total)
1: [  PASSED  ] 178 tests.
1: [  SKIPPED ] 1 test, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
 1/57 Test  #1: Kokkos_CoreUnitTest_Serial1 ...................   Passed   28.51 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
2: [==========] Running 122 tests from 2 test suites.
2: [----------] Global test environment set-up.
2: [----------] 7 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [       OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: [       OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4772 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4174 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
2: [----------] 7 tests from serial_DeathTest (8947 ms total)
2: 
2: [----------] 115 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce
2: [       OK ] serial.team_reduce (0 ms)
2: [ RUN      ] serial.team_reduce_large
2: [       OK ] serial.team_reduce_large (0 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (6 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (4 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (332 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (70 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (4 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
2: [       OK ] serial.team_reduction_scan (51 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (33 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (36 ms)
2: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
2: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
2: [ RUN      ] serial.repeated_team_reduce
2: [       OK ] serial.repeated_team_reduce (7049 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (86 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (83 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (23 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (3 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (22 ms)
2: [ RUN      ] serial.scratch_align
2: [       OK ] serial.scratch_align (0 ms)
2: [ RUN      ] serial.shmem_size
2: [       OK ] serial.shmem_size (0 ms)
2: [ RUN      ] serial.multi_level_scratch
2: [       OK ] serial.multi_level_scratch (5 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (1 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (1 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (0 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (0 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (4 ms)
2: [ RUN      ] serial.view_api_b
2: [       OK ] serial.view_api_b (0 ms)
2: [ RUN      ] serial.view_api_c
2: [       OK ] serial.view_api_c (0 ms)
2: [ RUN      ] serial.view_api_d
2: [       OK ] serial.view_api_d (0 ms)
2: [ RUN      ] serial.view_allocation_error
2: [       OK ] serial.view_allocation_error (0 ms)
2: [ RUN      ] serial.view_remap
2: [       OK ] serial.view_remap (0 ms)
2: [ RUN      ] serial.view_mirror_nonconst
2: [       OK ] serial.view_mirror_nonconst (0 ms)
2: [ RUN      ] serial.view_stride_method
2: [       OK ] serial.view_stride_method (0 ms)
2: [ RUN      ] serial.anonymous_space
2: [       OK ] serial.anonymous_space (0 ms)
2: [ RUN      ] serial.view_overload_resolution
2: [       OK ] serial.view_overload_resolution (0 ms)
2: [ RUN      ] serial.view_allocation_large_rank
2: [       OK ] serial.view_allocation_large_rank (1491 ms)
2: [ RUN      ] serial.view_shmem_size_on_device
2: [       OK ] serial.view_shmem_size_on_device (0 ms)
2: [ RUN      ] serial.view_is_assignable
2: [       OK ] serial.view_is_assignable (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (4 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (42 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (39 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (58 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (1 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (0 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (2 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (119 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (3 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (4 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (132 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (132 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (132 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (133 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (134 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (134 ms)
2: [ RUN      ] serial.view_test_unmanaged_subview_reset
2: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
2: [ RUN      ] serial.view_subview_memory_traits_construction
2: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
2: [----------] 115 tests from serial (10424 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 122 tests from 2 test suites ran. (19371 ms total)
2: [  PASSED  ] 120 tests.
2: [  SKIPPED ] 2 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/57 Test  #2: Kokkos_CoreUnitTest_Serial2 ...................   Passed   21.86 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Test timeout computed to be: 1500
3: [==========] Running 5 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 5 tests from serial_count_bugs
3: [ RUN      ] serial_count_bugs.launch_one
3: [       OK ] serial_count_bugs.launch_one (0 ms)
3: [ RUN      ] serial_count_bugs.launch_one_rvalue
3: [       OK ] serial_count_bugs.launch_one_rvalue (0 ms)
3: [ RUN      ] serial_count_bugs.launch_six
3: [       OK ] serial_count_bugs.launch_six (0 ms)
3: [ RUN      ] serial_count_bugs.when_all_cycle
3: [       OK ] serial_count_bugs.when_all_cycle (0 ms)
3: [ RUN      ] serial_count_bugs.zero_work_reduce
3: [       OK ] serial_count_bugs.zero_work_reduce (0 ms)
3: [----------] 5 tests from serial_count_bugs (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/57 Test  #3: Kokkos_CoreUnitTest_SerialGraph ...............   Passed    2.43 sec
test 4
      Start  4: Kokkos_CoreUnitTest_SYCL1A

4: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A
4: Test timeout computed to be: 1500
4: [==========] Running 107 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 3 tests from sycl_DeathTest
4: [ RUN      ] sycl_DeathTest.abort_from_host
4: [       OK ] sycl_DeathTest.abort_from_host (593 ms)
4: [ RUN      ] sycl_DeathTest.abort_from_device
4: [       OK ] sycl_DeathTest.abort_from_device (41 ms)
4: [ RUN      ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (639 ms)
4: [----------] 3 tests from sycl_DeathTest (1275 ms total)
4: 
4: [----------] 104 tests from sycl
4: [ RUN      ] sycl.array_capacity
4: [       OK ] sycl.array_capacity (0 ms)
4: [ RUN      ] sycl.array_element_access
4: [       OK ] sycl.array_element_access (0 ms)
4: [ RUN      ] sycl.array_zero_capacity
4: [       OK ] sycl.array_zero_capacity (0 ms)
4: [ RUN      ] sycl.array_zero_data_nullptr
4: [       OK ] sycl.array_zero_data_nullptr (0 ms)
4: [ RUN      ] sycl.array_contiguous_capacity
4: [       OK ] sycl.array_contiguous_capacity (0 ms)
4: [ RUN      ] sycl.array_contiguous_element_access
4: [       OK ] sycl.array_contiguous_element_access (0 ms)
4: [ RUN      ] sycl.array_contiguous_assignment
4: [       OK ] sycl.array_contiguous_assignment (0 ms)
4: [ RUN      ] sycl.array_strided_capacity
4: [       OK ] sycl.array_strided_capacity (0 ms)
4: [ RUN      ] sycl.array_strided_element_access
4: [       OK ] sycl.array_strided_element_access (0 ms)
4: [ RUN      ] sycl.array_strided_assignment
4: [       OK ] sycl.array_strided_assignment (0 ms)
4: [ RUN      ] sycl.atomic_operations_complexdouble
4: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped
4: skipping since device_global variables are not available
4: [  SKIPPED ] sycl.atomic_operations_complexdouble (0 ms)
4: [ RUN      ] sycl.atomic_operations_complexfloat
4: [       OK ] sycl.atomic_operations_complexfloat (12 ms)
4: [ RUN      ] sycl.atomic_operations_double
4: [       OK ] sycl.atomic_operations_double (9 ms)
4: [ RUN      ] sycl.atomic_operations_float
4: [       OK ] sycl.atomic_operations_float (7 ms)
4: [ RUN      ] sycl.atomic_operations_int
4: [       OK ] sycl.atomic_operations_int (20 ms)
4: [ RUN      ] sycl.atomic_operations_long
4: [       OK ] sycl.atomic_operations_long (20 ms)
4: [ RUN      ] sycl.atomic_operations_longlong
4: [       OK ] sycl.atomic_operations_longlong (20 ms)
4: [ RUN      ] sycl.atomic_operations_unsigned
4: [       OK ] sycl.atomic_operations_unsigned (17 ms)
4: [ RUN      ] sycl.atomic_operations_unsignedlong
4: [       OK ] sycl.atomic_operations_unsignedlong (17 ms)
4: [ RUN      ] sycl.atomics
4: [       OK ] sycl.atomics (255 ms)
4: [ RUN      ] sycl.atomics_tpetra_max_abs
4: [       OK ] sycl.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] sycl.atomic_views_integral
4: [       OK ] sycl.atomic_views_integral (12650 ms)
4: [ RUN      ] sycl.atomic_views_nonintegral
4: [       OK ] sycl.atomic_views_nonintegral (90 ms)
4: [ RUN      ] sycl.atomic_view_api
4: [       OK ] sycl.atomic_view_api (0 ms)
4: [ RUN      ] sycl.bit_manip_countl_zero
4: [       OK ] sycl.bit_manip_countl_zero (2 ms)
4: [ RUN      ] sycl.bit_manip_countl_one
4: [       OK ] sycl.bit_manip_countl_one (2 ms)
4: [ RUN      ] sycl.bit_manip_countr_zero
4: [       OK ] sycl.bit_manip_countr_zero (2 ms)
4: [ RUN      ] sycl.bit_manip_countr_one
4: [       OK ] sycl.bit_manip_countr_one (2 ms)
4: [ RUN      ] sycl.bit_manip_popcount
4: [       OK ] sycl.bit_manip_popcount (2 ms)
4: [ RUN      ] sycl.bit_manip_has_single_bit
4: [       OK ] sycl.bit_manip_has_single_bit (2 ms)
4: [ RUN      ] sycl.bit_manip_bit_floor
4: [       OK ] sycl.bit_manip_bit_floor (3 ms)
4: [ RUN      ] sycl.bit_manip_bit_ceil
4: [       OK ] sycl.bit_manip_bit_ceil (3 ms)
4: [ RUN      ] sycl.bit_manip_bit_width
4: [       OK ] sycl.bit_manip_bit_width (3 ms)
4: [ RUN      ] sycl.bit_manip_rotl
4: [       OK ] sycl.bit_manip_rotl (3 ms)
4: [ RUN      ] sycl.bit_manip_rotr
4: [       OK ] sycl.bit_manip_rotr (3 ms)
4: [ RUN      ] sycl.bit_manip_byeswap
4: [       OK ] sycl.bit_manip_byeswap (2 ms)
4: [ RUN      ] sycl.bit_manip_bit_cast
4: [       OK ] sycl.bit_manip_bit_cast (0 ms)
4: [ RUN      ] sycl.test_block_deduction_bug_pr_3103
4: [       OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms)
4: [ RUN      ] sycl.checked_integer_operations_multiply_overflow
4: [       OK ] sycl.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] sycl.execution_policy_occupancy_and_hint
4: [       OK ] sycl.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] sycl.complex_construction
4: [       OK ] sycl.complex_construction (1 ms)
4: [ RUN      ] sycl.complex_basic_math
4: [       OK ] sycl.complex_basic_math (0 ms)
4: [ RUN      ] sycl.complex_special_funtions
4: [       OK ] sycl.complex_special_funtions (0 ms)
4: [ RUN      ] sycl.complex_io
4: [       OK ] sycl.complex_io (0 ms)
4: [ RUN      ] sycl.complex_trivially_copyable
4: [       OK ] sycl.complex_trivially_copyable (0 ms)
4: [ RUN      ] sycl.complex_issue_3865
4: [       OK ] sycl.complex_issue_3865 (0 ms)
4: [ RUN      ] sycl.complex_operations_arithmetic_types_overloads
4: [       OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] sycl.crs_count_fill
4: [       OK ] sycl.crs_count_fill (3 ms)
4: [ RUN      ] sycl.crs_copy_constructor
4: [       OK ] sycl.crs_copy_constructor (8 ms)
4: [ RUN      ] sycl.deep_copy_alignment
4: [       OK ] sycl.deep_copy_alignment (5 ms)
4: [ RUN      ] sycl.deep_copy_conversion
4: [       OK ] sycl.deep_copy_conversion (18 ms)
4: [ RUN      ] sycl.partitioning_by_args
4: [       OK ] sycl.partitioning_by_args (2 ms)
4: [ RUN      ] sycl.partitioning_by_vector
4: [       OK ] sycl.partitioning_by_vector (0 ms)
4: [ RUN      ] sycl.execution_space_as_class_data_member
4: [       OK ] sycl.execution_space_as_class_data_member (0 ms)
4: [ RUN      ] sycl.functor_analysis
4: [       OK ] sycl.functor_analysis (0 ms)
4: [ RUN      ] sycl.host_shared_ptr_use_count
4: [       OK ] sycl.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] sycl.host_shared_ptr_get
4: [       OK ] sycl.host_shared_ptr_get (0 ms)
4: [ RUN      ] sycl.host_shared_ptr_dereference_on_device
4: [       OK ] sycl.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] sycl.host_shared_ptr_special_members_on_device
4: [       OK ] sycl.host_shared_ptr_special_members_on_device (0 ms)
4: [ RUN      ] sycl.host_shared_ptr_tracking
4: [       OK ] sycl.host_shared_ptr_tracking (2 ms)
4: [ RUN      ] sycl.init
4: [       OK ] sycl.init (0 ms)
4: [ RUN      ] sycl.dispatch
4: [       OK ] sycl.dispatch (58 ms)
4: [ RUN      ] sycl.join_backward_compatibility
4: [       OK ] sycl.join_backward_compatibility (0 ms)
4: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutleft
4: [       OK ] sycl.local_deepcopy_teampolicy_layoutleft (992 ms)
4: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutleft
4: [       OK ] sycl.local_deepcopy_rangepolicy_layoutleft (2070 ms)
4: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutright
4: [       OK ] sycl.local_deepcopy_teampolicy_layoutright (955 ms)
4: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutright
4: [       OK ] sycl.local_deepcopy_rangepolicy_layoutright (1384 ms)
4: [ RUN      ] sycl.deep_copy_scratch
4: [       OK ] sycl.deep_copy_scratch (1 ms)
4: [ RUN      ] sycl.mathematical_constants_e
4: [       OK ] sycl.mathematical_constants_e (0 ms)
4: [ RUN      ] sycl.mathematical_constants_log2e
4: [       OK ] sycl.mathematical_constants_log2e (0 ms)
4: [ RUN      ] sycl.mathematical_constants_log10e
4: [       OK ] sycl.mathematical_constants_log10e (0 ms)
4: [ RUN      ] sycl.mathematical_constants_pi
4: [       OK ] sycl.mathematical_constants_pi (0 ms)
4: [ RUN      ] sycl.mathematical_constants_inv_pi
4: [       OK ] sycl.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] sycl.mathematical_constants_inv_sqrtpi
4: [       OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] sycl.mathematical_constants_ln2
4: [       OK ] sycl.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] sycl.mathematical_constants_ln10
4: [       OK ] sycl.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] sycl.mathematical_constants_sqrt2
4: [       OK ] sycl.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] sycl.mathematical_constants_sqrt3
4: [       OK ] sycl.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] sycl.mathematical_constants_inv_sqrt3
4: [       OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] sycl.mathematical_constants_egamma
4: [       OK ] sycl.mathematical_constants_egamma (0 ms)
4: [ RUN      ] sycl.mathematical_constants_phi
4: [       OK ] sycl.mathematical_constants_phi (0 ms)
4: [ RUN      ] sycl.mathematical_functions_trigonometric_functions
4: [       OK ] sycl.mathematical_functions_trigonometric_functions (50 ms)
4: [ RUN      ] sycl.mathematical_functions_hyperbolic_functions
4: [       OK ] sycl.mathematical_functions_hyperbolic_functions (40 ms)
4: [ RUN      ] sycl.mathematical_functions_non_standard
4: [       OK ] sycl.mathematical_functions_non_standard (5 ms)
4: [ RUN      ] sycl.mathematical_functions_power_functions
4: [       OK ] sycl.mathematical_functions_power_functions (16 ms)
4: [ RUN      ] sycl.mathematical_functions_fma
4: [       OK ] sycl.mathematical_functions_fma (1 ms)
4: [ RUN      ] sycl.mathematical_functions_error_and_gamma_functions
4: [       OK ] sycl.mathematical_functions_error_and_gamma_functions (29 ms)
4: [ RUN      ] sycl.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (25 ms)
4: [ RUN      ] sycl.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] sycl.mathematical_functions_floating_point_manipulation_functions (10 ms)
4: [ RUN      ] sycl.mathematical_functions_absolute_value
4: [       OK ] sycl.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] sycl.mathematical_functions_floating_point_absolute_value
4: [       OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] sycl.mathematical_functions_remainder_function
4: [       OK ] sycl.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] sycl.mathematical_functions_isfinite
4: [       OK ] sycl.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] sycl.mathematical_functions_isinf
4: [       OK ] sycl.mathematical_functions_isinf (0 ms)
4: [ RUN      ] sycl.mathematical_functions_isnan
4: [       OK ] sycl.mathematical_functions_isnan (0 ms)
4: [ RUN      ] sycl.mathematical_functions_exponential_functions
4: [       OK ] sycl.mathematical_functions_exponential_functions (51 ms)
4: [ RUN      ] sycl.mathspecialfunc_expint1
4: [       OK ] sycl.mathspecialfunc_expint1 (0 ms)
4: [ RUN      ] sycl.mathspecialfunc_errorfunc
4: [       OK ] sycl.mathspecialfunc_errorfunc (1 ms)
4: [ RUN      ] sycl.mathspecialfunc_cbesselj0y0
4: [       OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms)
4: [ RUN      ] sycl.mathspecialfunc_cbesselj1y1
4: [       OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms)
4: [ RUN      ] sycl.mathspecialfunc_cbesseli0k0
4: [       OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] sycl.mathspecialfunc_cbesseli1k1
4: [       OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] sycl.mathspecialfunc_cbesselh1stkind
4: [       OK ] sycl.mathspecialfunc_cbesselh1stkind (2 ms)
4: [ RUN      ] sycl.mathspecialfunc_cbesselh2ndkind
4: [       OK ] sycl.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [----------] 104 tests from sycl (18969 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 107 tests from 2 test suites ran. (20245 ms total)
4: [  PASSED  ] 106 tests.
4: [  SKIPPED ] 1 test, listed below:
4: [  SKIPPED ] sycl.atomic_operations_complexdouble
 4/57 Test  #4: Kokkos_CoreUnitTest_SYCL1A ....................   Passed   23.10 sec
test 5
      Start  5: Kokkos_CoreUnitTest_SYCL1B

5: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B
5: Test timeout computed to be: 1500
5: [==========] Running 72 tests from 2 test suites.
5: [----------] Global test environment set-up.
5: [----------] 4 tests from sycl_DeathTest
5: [ RUN      ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (608 ms)
5: [ RUN      ] sycl_DeathTest.policy_invalid_bounds
5: [       OK ] sycl_DeathTest.policy_invalid_bounds (639 ms)
5: [ RUN      ] sycl_DeathTest.range_policy_invalid_bounds
5: 
5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
5: 
5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
5: [       OK ] sycl_DeathTest.range_policy_invalid_bounds (705 ms)
5: [ RUN      ] sycl_DeathTest.range_policy_implicitly_converted_bounds
5: 
5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
5: 
5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
5: 
5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
5: 
5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
5: [       OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (1353 ms)
5: [----------] 4 tests from sycl_DeathTest (3307 ms total)
5: 
5: [----------] 68 tests from sycl
5: [ RUN      ] sycl.mdrange_5d
5: [       OK ] sycl.mdrange_5d (26 ms)
5: [ RUN      ] sycl.mdrange_6d
5: [       OK ] sycl.mdrange_6d (19 ms)
5: [ RUN      ] sycl.mdrange_2d
5: [       OK ] sycl.mdrange_2d (3 ms)
5: [ RUN      ] sycl.mdrange_array_reduce
5: [       OK ] sycl.mdrange_array_reduce (0 ms)
5: [ RUN      ] sycl.mdrange_3d
5: [       OK ] sycl.mdrange_3d (7 ms)
5: [ RUN      ] sycl.mdrange_neg_idx
5: [       OK ] sycl.mdrange_neg_idx (2 ms)
5: [ RUN      ] sycl.mdrange_4d
5: [       OK ] sycl.mdrange_4d (5 ms)
5: [ RUN      ] sycl.mdrange_scalar
5: [       OK ] sycl.mdrange_scalar (0 ms)
5: [ RUN      ] sycl.mdrange_large_deep_copy
5: [       OK ] sycl.mdrange_large_deep_copy (9 ms)
5: [ RUN      ] sycl.md_range_policy_construction_from_arrays
5: [       OK ] sycl.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] sycl.mdrange_parallel_reduce_primitive_types
5: [       OK ] sycl.mdrange_parallel_reduce_primitive_types (2319 ms)
5: [ RUN      ] sycl.mdspan_minimal_functional
5: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestMDSpan.hpp:57: Skipped
5: mdspan not enabled
5: [  SKIPPED ] sycl.mdspan_minimal_functional (0 ms)
5: [ RUN      ] sycl.max
5: [       OK ] sycl.max (0 ms)
5: [ RUN      ] sycl.max_within_parfor
5: [       OK ] sycl.max_within_parfor (0 ms)
5: [ RUN      ] sycl.min
5: [       OK ] sycl.min (0 ms)
5: [ RUN      ] sycl.min_within_parfor
5: [       OK ] sycl.min_within_parfor (0 ms)
5: [ RUN      ] sycl.minmax
5: [       OK ] sycl.minmax (0 ms)
5: [ RUN      ] sycl.minmax_within_parfor
5: [       OK ] sycl.minmax_within_parfor (0 ms)
5: [ RUN      ] sycl.clamp
5: [       OK ] sycl.clamp (0 ms)
5: [ RUN      ] sycl.clamp_within_parfor
5: [       OK ] sycl.clamp_within_parfor (0 ms)
5: [ RUN      ] sycl.numeric_traits_infinity
5: [       OK ] sycl.numeric_traits_infinity (0 ms)
5: [ RUN      ] sycl.numeric_traits_epsilon
5: [       OK ] sycl.numeric_traits_epsilon (0 ms)
5: [ RUN      ] sycl.numeric_traits_round_error
5: [       OK ] sycl.numeric_traits_round_error (0 ms)
5: [ RUN      ] sycl.numeric_traits_norm_min
5: [       OK ] sycl.numeric_traits_norm_min (0 ms)
5: [ RUN      ] sycl.numeric_traits_denorm_min
5: [       OK ] sycl.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] sycl.numeric_traits_finite_min_max
5: [       OK ] sycl.numeric_traits_finite_min_max (2 ms)
5: [ RUN      ] sycl.numeric_traits_digits
5: [       OK ] sycl.numeric_traits_digits (1 ms)
5: [ RUN      ] sycl.numeric_traits_digits10
5: [       OK ] sycl.numeric_traits_digits10 (1 ms)
5: [ RUN      ] sycl.numeric_traits_max_digits10
5: [       OK ] sycl.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] sycl.numeric_traits_radix
5: [       OK ] sycl.numeric_traits_radix (1 ms)
5: [ RUN      ] sycl.numeric_traits_min_max_exponent
5: [       OK ] sycl.numeric_traits_min_max_exponent (0 ms)
5: [ RUN      ] sycl.numeric_traits_min_max_exponent10
5: [       OK ] sycl.numeric_traits_min_max_exponent10 (0 ms)
5: [ RUN      ] sycl.numeric_traits_quiet_and_signaling_nan
5: [       OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms)
5: [ RUN      ] sycl.numeric_traits_sfinae_friendly
5: [       OK ] sycl.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] sycl.occupancy_control
5: [       OK ] sycl.occupancy_control (1 ms)
5: [ RUN      ] sycl.view_aggregate
5: [       OK ] sycl.view_aggregate (0 ms)
5: [ RUN      ] sycl.memory_pool
5: [       OK ] sycl.memory_pool (52 ms)
5: [ RUN      ] sycl.cxx11
5: [       OK ] sycl.cxx11 (2 ms)
5: [ RUN      ] sycl.viewctorprop_embedded_dim
5: [       OK ] sycl.viewctorprop_embedded_dim (0 ms)
5: [ RUN      ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility
5: [       OK ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
5: [ RUN      ] sycl.parallel_scan_range_policy
5: [       OK ] sycl.parallel_scan_range_policy (38 ms)
5: [ RUN      ] sycl.kokkos_printf
5: [       OK ] sycl.kokkos_printf (16 ms)
5: [ RUN      ] sycl.range_for
5: [       OK ] sycl.range_for (1 ms)
5: [ RUN      ] sycl.range_reduce
5: [       OK ] sycl.range_reduce (2 ms)
5: [ RUN      ] sycl.range_dynamic_policy
5: [       OK ] sycl.range_dynamic_policy (0 ms)
5: [ RUN      ] sycl.range_policy_runtime_parameters
5: [       OK ] sycl.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] sycl.range_for_require
5: [       OK ] sycl.range_for_require (1 ms)
5: [ RUN      ] sycl.range_reduce_require
5: [       OK ] sycl.range_reduce_require (1 ms)
5: [ RUN      ] sycl.range_dynamic_policy_require
5: [       OK ] sycl.range_dynamic_policy_require (0 ms)
5: [ RUN      ] sycl.reducers_int
5: [       OK ] sycl.reducers_int (9 ms)
5: [ RUN      ] sycl.reducers_double
5: [       OK ] sycl.reducers_double (7 ms)
5: [ RUN      ] sycl.reducers_complex_double
5: [       OK ] sycl.reducers_complex_double (3 ms)
5: [ RUN      ] sycl.reducers_struct
5: [       OK ] sycl.reducers_struct (12 ms)
5: [ RUN      ] sycl.reducers_half_t
5: [       OK ] sycl.reducers_half_t (5 ms)
5: [ RUN      ] sycl.reducers_bhalf_t
5: [       OK ] sycl.reducers_bhalf_t (5 ms)
5: [ RUN      ] sycl.reducers_int8_t
5: [       OK ] sycl.reducers_int8_t (5 ms)
5: [ RUN      ] sycl.reducers_int16_t
5: [       OK ] sycl.reducers_int16_t (4 ms)
5: [ RUN      ] sycl.reducers_point_t
5: [       OK ] sycl.reducers_point_t (3 ms)
5: [ RUN      ] sycl.reducers_bool
5: [       OK ] sycl.reducers_bool (1 ms)
5: [ RUN      ] sycl.int_combined_reduce
5: [       OK ] sycl.int_combined_reduce (0 ms)
5: [ RUN      ] sycl.mdrange_combined_reduce
5: [       OK ] sycl.mdrange_combined_reduce (0 ms)
5: [ RUN      ] sycl.int_combined_reduce_mixed
5: [       OK ] sycl.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] sycl.reduction_deduction
5: [       OK ] sycl.reduction_deduction (0 ms)
5: [ RUN      ] sycl.reduce_device_view_range_policy
5: [       OK ] sycl.reduce_device_view_range_policy (3 ms)
5: [ RUN      ] sycl.reduce_device_view_mdrange_policy
5: [       OK ] sycl.reduce_device_view_mdrange_policy (576 ms)
5: [ RUN      ] sycl.reduce_device_view_team_policy
5: [       OK ] sycl.reduce_device_view_team_policy (3 ms)
5: [ RUN      ] sycl.impl_shared_alloc
5: [       OK ] sycl.impl_shared_alloc (69 ms)
5: [ RUN      ] sycl.kokkos_swap
5: [       OK ] sycl.kokkos_swap (0 ms)
5: [----------] 68 tests from sycl (3241 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 72 tests from 2 test suites ran. (6549 ms total)
5: [  PASSED  ] 71 tests.
5: [  SKIPPED ] 1 test, listed below:
5: [  SKIPPED ] sycl.mdspan_minimal_functional
 5/57 Test  #5: Kokkos_CoreUnitTest_SYCL1B ....................   Passed    9.11 sec
test 6
      Start  6: Kokkos_CoreUnitTest_SYCL2A

6: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A
6: Test timeout computed to be: 1500
6: [==========] Running 96 tests from 2 test suites.
6: [----------] Global test environment set-up.
6: [----------] 7 tests from sycl_DeathTest
6: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_dyn
6: [       OK ] sycl_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
6: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_stat
6: [       OK ] sycl_DeathTest.view_construction_with_wrong_params_stat (0 ms)
6: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_mix
6: [       OK ] sycl_DeathTest.view_construction_with_wrong_params_mix (0 ms)
6: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_static_extents
6: [       OK ] sycl_DeathTest.view_construction_with_wrong_static_extents (0 ms)
6: [ RUN      ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment
6: [       OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4191 ms)
6: [ RUN      ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (4278 ms)
6: [ RUN      ] sycl_DeathTest.view_memory_access_violations_from_device
6: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestViewMemoryAccessViolation.hpp:174: Skipped
6: skipping SYCL device-side abort does not work when NDEBUG is defined
6: [  SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms)
6: [----------] 7 tests from sycl_DeathTest (8470 ms total)
6: 
6: [----------] 89 tests from sycl
6: [ RUN      ] sycl.team_for
6: [       OK ] sycl.team_for (15 ms)
6: [ RUN      ] sycl.team_reduce
6: [       OK ] sycl.team_reduce (1 ms)
6: [ RUN      ] sycl.team_reduce_large
6: [       OK ] sycl.team_reduce_large (119 ms)
6: [ RUN      ] sycl.team_parallel_single
6: [       OK ] sycl.team_parallel_single (6 ms)
6: [ RUN      ] sycl.large_team_scratch_size
6: [       OK ] sycl.large_team_scratch_size (0 ms)
6: [ RUN      ] sycl.team_broadcast_long
6: [       OK ] sycl.team_broadcast_long (1 ms)
6: [ RUN      ] sycl.team_broadcast_long_wrapper
6: [       OK ] sycl.team_broadcast_long_wrapper (1 ms)
6: [ RUN      ] sycl.team_broadcast_char
6: [       OK ] sycl.team_broadcast_char (1 ms)
6: [ RUN      ] sycl.team_broadcast_float
6: [       OK ] sycl.team_broadcast_float (1 ms)
6: [ RUN      ] sycl.team_broadcast_double
6: [       OK ] sycl.team_broadcast_double (1 ms)
6: [ RUN      ] sycl.team_handle_by_value
6: [       OK ] sycl.team_handle_by_value (0 ms)
6: [ RUN      ] sycl.team_vector
6: [       OK ] sycl.team_vector (31 ms)
6: [ RUN      ] sycl.triple_nested_parallelism
6: [       OK ] sycl.triple_nested_parallelism (5 ms)
6: [ RUN      ] sycl.parallel_scan_with_reducers
6: [       OK ] sycl.parallel_scan_with_reducers (83 ms)
6: [ RUN      ] sycl.team_thread_range_combined_reducers
6: [       OK ] sycl.team_thread_range_combined_reducers (1 ms)
6: [ RUN      ] sycl.thread_vector_range_combined_reducers
6: [       OK ] sycl.thread_vector_range_combined_reducers (0 ms)
6: [ RUN      ] sycl.team_vector_range_combined_reducers
6: [       OK ] sycl.team_vector_range_combined_reducers (0 ms)
6: [ RUN      ] sycl.TeamThreadMDRangeParallelFor
6: [       OK ] sycl.TeamThreadMDRangeParallelFor (20 ms)
6: [ RUN      ] sycl.ThreadVectorMDRangeParallelFor
6: [       OK ] sycl.ThreadVectorMDRangeParallelFor (11 ms)
6: [ RUN      ] sycl.TeamVectorMDRangeParallelFor
6: [       OK ] sycl.TeamVectorMDRangeParallelFor (11 ms)
6: [ RUN      ] sycl.TeamThreadMDRangeParallelReduce
6: [       OK ] sycl.TeamThreadMDRangeParallelReduce (16 ms)
6: [ RUN      ] sycl.ThreadVectorMDRangeParallelReduce
6: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestTeamMDRange.hpp:2190: Skipped
6: skipping because of bug in group_barrier implementation
6: [  SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce (0 ms)
6: [ RUN      ] sycl.TeamVectorMDRangeParallelReduce
6: /var/jenkins/workspace/Kokkos_PR-6907/core/unit_test/TestTeamMDRange.hpp:2223: Skipped
6: skipping because of bug in group_barrier implementation
6: [  SKIPPED ] sycl.TeamVectorMDRangeParallelReduce (0 ms)
6: [ RUN      ] sycl.team_policy_runtime_parameters
6: [       OK ] sycl.team_policy_runtime_parameters (0 ms)
6: [ RUN      ] sycl.team_reduction_scan
6: [       OK ] sycl.team_reduction_scan (1244 ms)
6: [ RUN      ] sycl.team_long_reduce
6: [       OK ] sycl.team_long_reduce (15 ms)
6: [ RUN      ] sycl.team_double_reduce
6: [       OK ] sycl.team_double_reduce (15 ms)
6: [ RUN      ] sycl.team_parallel_dummy_with_reducer_and_scratch_space
6: [       OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
6: [ RUN      ] sycl.repeated_team_reduce
6: [       OK ] sycl.repeated_team_reduce (15 ms)
6: [ RUN      ] sycl.team_scan
6: [       OK ] sycl.team_scan (156 ms)
6: [ RUN      ] sycl.team_scan_ret_val
6: [       OK ] sycl.team_scan_ret_val (162 ms)
6: [ RUN      ] sycl.team_shared_request
6: [       OK ] sycl.team_shared_request (0 ms)
6: [ RUN      ] sycl.team_scratch_request
6: [       OK ] sycl.team_scratch_request (1 ms)
6: [ RUN      ] sycl.team_lambda_shared_request
6: [       OK ] sycl.team_lambda_shared_request (15 ms)
6: [ RUN      ] sycl.scratch_align
6: [       OK ] sycl.scratch_align (0 ms)
6: [ RUN      ] sycl.shmem_size
6: [       OK ] sycl.shmem_size (0 ms)
6: [ RUN      ] sycl.multi_level_scratch
6: [       OK ] sycl.multi_level_scratch (14 ms)
6: [ RUN      ] sycl.team_scratch_memory_index_parallel_for
6: [       OK ] sycl.team_scratch_memory_index_parallel_for (0 ms)
6: [ RUN      ] sycl.team_policy_max_recommended
6: [       OK ] sycl.team_policy_max_recommended (12 ms)
6: [ RUN      ] sycl.team_policy_minmax_scalar_without_plus_equal_k
6: [       OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
6: [ RUN      ] sycl.team_teamvector_range
6: [       OK ] sycl.team_teamvector_range (4 ms)
6: [ RUN      ] sycl.unique_token_global
6: [       OK ] sycl.unique_token_global (1 ms)
6: [ RUN      ] sycl.unique_token_instance
6: [       OK ] sycl.unique_token_instance (1 ms)
6: [ RUN      ] sycl.unique_token_team_acquire
6: [       OK ] sycl.unique_token_team_acquire (1 ms)
6: [ RUN      ] sycl.view_api_a
6: [       OK ] sycl.view_api_a (6 ms)
6: [ RUN      ] sycl.view_api_b
6: [       OK ] sycl.view_api_b (4 ms)
6: [ RUN      ] sycl.view_api_c
6: [       OK ] sycl.view_api_c (0 ms)
6: [ RUN      ] sycl.view_api_d
6: [       OK ] sycl.view_api_d (0 ms)
6: [ RUN      ] sycl.view_allocation_error
6: 
6: PI CUDA ERROR:
6: 	Value:           2
6: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
6: 	Description:     out of memory
6: 	Function:        cuda_piextUSMDeviceAlloc
6: 	Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4899
6: 
6: [       OK ] sycl.view_allocation_error (0 ms)
6: [ RUN      ] sycl.view_remap
6: [       OK ] sycl.view_remap (0 ms)
6: [ RUN      ] sycl.view_mirror_nonconst
6: [       OK ] sycl.view_mirror_nonconst (0 ms)
6: [ RUN      ] sycl.view_stride_method
6: [       OK ] sycl.view_stride_method (0 ms)
6: [ RUN      ] sycl.anonymous_space
6: [       OK ] sycl.anonymous_space (0 ms)
6: [ RUN      ] sycl.view_overload_resolution
6: [       OK ] sycl.view_overload_resolution (0 ms)
6: [ RUN      ] sycl.view_allocation_large_rank
6: [       OK ] sycl.view_allocation_large_rank (5 ms)
6: [ RUN      ] sycl.view_shmem_size_on_device
6: [       OK ] sycl.view_shmem_size_on_device (0 ms)
6: [ RUN      ] sycl.view_is_assignable
6: [       OK ] sycl.view_is_assignable (0 ms)
6: [ RUN      ] sycl.view_copy_tests
6: [       OK ] sycl.view_copy_tests (6 ms)
6: [ RUN      ] sycl.view_copy_tests_rank_0
6: [       OK ] sycl.view_copy_tests_rank_0 (0 ms)
6: [ RUN      ] sycl.view_copy_degenerated
6: [       OK ] sycl.view_copy_degenerated (0 ms)
6: [ RUN      ] sycl.view_empty_runtime_unmanaged
6: [       OK ] sycl.view_empty_runtime_unmanaged (0 ms)
6: [ RUN      ] sycl.view_hooks
6: [       OK ] sycl.view_hooks (0 ms)
6: [ RUN      ] sycl.view_layoutstride_left_to_layoutleft_assignment
6: [       OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (59 ms)
6: [ RUN      ] sycl.view_layoutstride_right_to_layoutright_assignment
6: [       OK ] sycl.view_layoutstride_right_to_layoutright_assignment (53 ms)
6: [ RUN      ] sycl.view_irregular_layout
6: [       OK ] sycl.view_irregular_layout (0 ms)
6: [ RUN      ] sycl.view_mapping
6: [       OK ] sycl.view_mapping (63 ms)
6: [ RUN      ] sycl.view_mapping_operator
6: [       OK ] sycl.view_mapping_operator (15 ms)
6: [ RUN      ] sycl.static_extent
6: [       OK ] sycl.static_extent (0 ms)
6: [ RUN      ] sycl.view_mapping_atomic
6: [       OK ] sycl.view_mapping_atomic (0 ms)
6: [ RUN      ] sycl.view_mapping_class_value
6: [       OK ] sycl.view_mapping_class_value (0 ms)
6: [ RUN      ] sycl.view_mapping_assignable
6: [       OK ] sycl.view_mapping_assignable (0 ms)
6: [ RUN      ] sycl.view_mapping_trivially_copyable
6: [       OK ] sycl.view_mapping_trivially_copyable (0 ms)
6: [ RUN      ] sycl.view_mapping_subview
6: [       OK ] sycl.view_mapping_subview (0 ms)
6: [ RUN      ] sycl.view_nested_view
6: [       OK ] sycl.view_nested_view (0 ms)
6: [ RUN      ] sycl.append_formatted_multidimensional_index
6: [       OK ] sycl.append_formatted_multidimensional_index (0 ms)
6: [ RUN      ] sycl.view_resize
6: [       OK ] sycl.view_resize (10 ms)
6: [ RUN      ] sycl.view_realloc
6: [       OK ] sycl.view_realloc (0 ms)
6: [ RUN      ] sycl.resize_realloc_no_init
6: [       OK ] sycl.resize_realloc_no_init (0 ms)
6: [ RUN      ] sycl.resize_realloc_no_alloc
6: [       OK ] sycl.resize_realloc_no_alloc (0 ms)
6: [ RUN      ] sycl.realloc_exec_space
6: [       OK ] sycl.realloc_exec_space (0 ms)
6: [ RUN      ] sycl.view_alloc
6: [       OK ] sycl.view_alloc (0 ms)
6: [ RUN      ] sycl.view_alloc_exec_space
6: [       OK ] sycl.view_alloc_exec_space (0 ms)
6: [ RUN      ] sycl.view_alloc_int
6: [       OK ] sycl.view_alloc_int (0 ms)
6: [ RUN      ] sycl.view_alloc_exec_space_int
6: [       OK ] sycl.view_alloc_exec_space_int (0 ms)
6: [ RUN      ] sycl.deep_copy_zero_memset
6: [       OK ] sycl.deep_copy_zero_memset (0 ms)
6: [ RUN      ] sycl.resize_exec_space
6: [       OK ] sycl.resize_exec_space (0 ms)
6: [ RUN      ] sycl.view_allocation_int
6: [       OK ] sycl.view_allocation_int (0 ms)
6: [ RUN      ] sycl.view_allocation_exec_space_int
6: [       OK ] sycl.view_allocation_exec_space_int (0 ms)
6: [ RUN      ] sycl.view_not_default_constructible
6: [       OK ] sycl.view_not_default_constructible (0 ms)
6: [----------] 89 tests from sycl (2239 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 96 tests from 2 test suites ran. (10709 ms total)
6: [  PASSED  ] 93 tests.
6: [  SKIPPED ] 3 tests, listed below:
6: [  SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device
6: [  SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce
6: [  SKIPPED ] sycl.TeamVectorMDRangeParallelReduce
 6/57 Test  #6: Kokkos_CoreUnitTest_SYCL2A ....................   Passed   13.28 sec
test 7
      Start  7: Kokkos_CoreUnitTest_SYCL2B

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

8: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C
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 sycl_shared_usm
8: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess
8: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (75 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left
8: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left (149 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic
8: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (150 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess
8: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess (148 ms)
8: [----------] 4 tests from sycl_shared_usm (523 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 4 tests from 1 test suite ran. (524 ms total)
8: [  PASSED  ] 4 tests.
 8/57 Test  #8: Kokkos_CoreUnitTest_SYCL2C ....................   Passed    3.04 sec
test 9
      Start  9: Kokkos_CoreUnitTest_SYCL2D

9: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D
9: Test timeout computed to be: 1500
9: [==========] Running 5 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 5 tests from sycl_shared_usm
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right (152 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic (150 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (149 ms)
9: [ RUN      ] sycl_shared_usm.view_test_unmanaged_subview_reset
9: [       OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (10 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_memory_traits_construction
9: [       OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms)
9: [----------] 5 tests from sycl_shared_usm (462 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 5 tests from 1 test suite ran. (462 ms total)
9: [  PASSED  ] 5 tests.
 9/57 Test  #9: Kokkos_CoreUnitTest_SYCL2D ....................   Passed    2.95 sec
test 10
      Start 10: Kokkos_CoreUnitTest_SYCL3

10: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_SYCL3
10: Test timeout computed to be: 1500
10: [==========] Running 54 tests from 3 test suites.
10: [----------] Global test environment set-up.
10: [----------] 4 tests from sycl
10: [ RUN      ] sycl.team_scratch_1_queues
10: [       OK ] sycl.team_scratch_1_queues (23275 ms)
10: [ RUN      ] sycl.space_access
10: [       OK ] sycl.space_access (0 ms)
10: [ RUN      ] sycl.uvm
10: [       OK ] sycl.uvm (0 ms)
10: [ RUN      ] sycl.impl_view_accessible
10: [       OK ] sycl.impl_view_accessible (3 ms)
10: [----------] 4 tests from sycl (23280 ms total)
10: 
10: [----------] 25 tests from sycl_host_usm
10: [ RUN      ] sycl_host_usm.impl_shared_alloc
10: [       OK ] sycl_host_usm.impl_shared_alloc (28 ms)
10: [ RUN      ] sycl_host_usm.view_api_a
10: [       OK ] sycl_host_usm.view_api_a (7 ms)
10: [ RUN      ] sycl_host_usm.view_api_b
10: [       OK ] sycl_host_usm.view_api_b (1 ms)
10: [ RUN      ] sycl_host_usm.view_api_c
10: [       OK ] sycl_host_usm.view_api_c (0 ms)
10: [ RUN      ] sycl_host_usm.view_api_d
10: [       OK ] sycl_host_usm.view_api_d (0 ms)
10: [ RUN      ] sycl_host_usm.view_allocation_error
10: 
10: PI CUDA ERROR:
10: 	Value:           2
10: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
10: 	Description:     out of memory
10: 	Function:        cuda_piextUSMHostAlloc
10: 	Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4875
10: 
10: [       OK ] sycl_host_usm.view_allocation_error (0 ms)
10: [ RUN      ] sycl_host_usm.view_remap
10: [       OK ] sycl_host_usm.view_remap (0 ms)
10: [ RUN      ] sycl_host_usm.view_mirror_nonconst
10: [       OK ] sycl_host_usm.view_mirror_nonconst (0 ms)
10: [ RUN      ] sycl_host_usm.view_stride_method
10: [       OK ] sycl_host_usm.view_stride_method (0 ms)
10: [ RUN      ] sycl_host_usm.anonymous_space
10: [       OK ] sycl_host_usm.anonymous_space (0 ms)
10: [ RUN      ] sycl_host_usm.view_overload_resolution
10: [       OK ] sycl_host_usm.view_overload_resolution (0 ms)
10: [ RUN      ] sycl_host_usm.view_allocation_large_rank
10: [       OK ] sycl_host_usm.view_allocation_large_rank (4433 ms)
10: [ RUN      ] sycl_host_usm.view_shmem_size_on_device
10: [       OK ] sycl_host_usm.view_shmem_size_on_device (0 ms)
10: [ RUN      ] sycl_host_usm.view_is_assignable
10: [       OK ] sycl_host_usm.view_is_assignable (0 ms)
10: [ RUN      ] sycl_host_usm.view_copy_tests
10: [       OK ] sycl_host_usm.view_copy_tests (4 ms)
10: [ RUN      ] sycl_host_usm.view_copy_tests_rank_0
10: [       OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms)
10: [ RUN      ] sycl_host_usm.view_copy_degenerated
10: [       OK ] sycl_host_usm.view_copy_degenerated (0 ms)
10: [ RUN      ] sycl_host_usm.view_mapping
10: [       OK ] sycl_host_usm.view_mapping (58 ms)
10: [ RUN      ] sycl_host_usm.view_mapping_operator
10: [       OK ] sycl_host_usm.view_mapping_operator (4 ms)
10: [ RUN      ] sycl_host_usm.static_extent
10: [       OK ] sycl_host_usm.static_extent (0 ms)
10: [ RUN      ] sycl_host_usm.view_mapping_atomic
10: [       OK ] sycl_host_usm.view_mapping_atomic (0 ms)
10: [ RUN      ] sycl_host_usm.view_mapping_class_value
10: [       OK ] sycl_host_usm.view_mapping_class_value (0 ms)
10: [ RUN      ] sycl_host_usm.view_mapping_assignable
10: [       OK ] sycl_host_usm.view_mapping_assignable (0 ms)
10: [ RUN      ] sycl_host_usm.view_mapping_trivially_copyable
10: [       OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms)
10: [ RUN      ] sycl_host_usm.view_mapping_subview
10: [       OK ] sycl_host_usm.view_mapping_subview (0 ms)
10: [----------] 25 tests from sycl_host_usm (4540 ms total)
10: 
10: [----------] 25 tests from sycl_shared_usm
10: [ RUN      ] sycl_shared_usm.impl_shared_alloc
10: [       OK ] sycl_shared_usm.impl_shared_alloc (41 ms)
10: [ RUN      ] sycl_shared_usm.view_api_a
10: [       OK ] sycl_shared_usm.view_api_a (16 ms)
10: [ RUN      ] sycl_shared_usm.view_api_b
10: [       OK ] sycl_shared_usm.view_api_b (20 ms)
10: [ RUN      ] sycl_shared_usm.view_api_c
10: [       OK ] sycl_shared_usm.view_api_c (0 ms)
10: [ RUN      ] sycl_shared_usm.view_api_d
10: [       OK ] sycl_shared_usm.view_api_d (4 ms)
10: [ RUN      ] sycl_shared_usm.view_allocation_error
10: 
10: PI CUDA ERROR:
10: 	Value:           2
10: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
10: 	Description:     out of memory
10: 	Function:        cuda_piextUSMSharedAlloc
10: 	Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4924
10: 
10: [       OK ] sycl_shared_usm.view_allocation_error (0 ms)
10: [ RUN      ] sycl_shared_usm.view_remap
10: [       OK ] sycl_shared_usm.view_remap (1 ms)
10: [ RUN      ] sycl_shared_usm.view_mirror_nonconst
10: [       OK ] sycl_shared_usm.view_mirror_nonconst (0 ms)
10: [ RUN      ] sycl_shared_usm.view_stride_method
10: [       OK ] sycl_shared_usm.view_stride_method (0 ms)
10: [ RUN      ] sycl_shared_usm.anonymous_space
10: [       OK ] sycl_shared_usm.anonymous_space (0 ms)
10: [ RUN      ] sycl_shared_usm.view_overload_resolution
10: [       OK ] sycl_shared_usm.view_overload_resolution (0 ms)
10: [ RUN      ] sycl_shared_usm.view_allocation_large_rank
10: [       OK ] sycl_shared_usm.view_allocation_large_rank (1117 ms)
10: [ RUN      ] sycl_shared_usm.view_shmem_size_on_device
10: [       OK ] sycl_shared_usm.view_shmem_size_on_device (9 ms)
10: [ RUN      ] sycl_shared_usm.view_is_assignable
10: [       OK ] sycl_shared_usm.view_is_assignable (6 ms)
10: [ RUN      ] sycl_shared_usm.view_copy_tests
10: [       OK ] sycl_shared_usm.view_copy_tests (24 ms)
10: [ RUN      ] sycl_shared_usm.view_copy_tests_rank_0
10: [       OK ] sycl_shared_usm.view_copy_tests_rank_0 (3 ms)
10: [ RUN      ] sycl_shared_usm.view_copy_degenerated
10: [       OK ] sycl_shared_usm.view_copy_degenerated (0 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping
10: [       OK ] sycl_shared_usm.view_mapping (61 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping_operator
10: [       OK ] sycl_shared_usm.view_mapping_operator (15 ms)
10: [ RUN      ] sycl_shared_usm.static_extent
10: [       OK ] sycl_shared_usm.static_extent (0 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping_atomic
10: [       OK ] sycl_shared_usm.view_mapping_atomic (0 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping_class_value
10: [       OK ] sycl_shared_usm.view_mapping_class_value (0 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping_assignable
10: [       OK ] sycl_shared_usm.view_mapping_assignable (0 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping_trivially_copyable
10: [       OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms)
10: [ RUN      ] sycl_shared_usm.view_mapping_subview
10: [       OK ] sycl_shared_usm.view_mapping_subview (0 ms)
10: [----------] 25 tests from sycl_shared_usm (1327 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 54 tests from 3 test suites ran. (29148 ms total)
10: [  PASSED  ] 54 tests.
10/57 Test #10: Kokkos_CoreUnitTest_SYCL3 .....................   Passed   31.84 sec
test 11
      Start 11: Kokkos_CoreUnitTest_SYCLInterOpInit

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

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

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

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

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

16: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
16: Test timeout computed to be: 1500
16: SUCCESS
16/57 Test #16: Kokkos_CoreUnitTest_PushFinalizeHook ..........   Passed    2.45 sec
test 17
      Start 17: Kokkos_CoreUnitTest_Develop

17: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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/57 Test #17: Kokkos_CoreUnitTest_Develop ...................   Passed    2.45 sec
test 18
      Start 18: Kokkos_CoreUnitTest_KokkosP

18: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
18: Test timeout computed to be: 1500
18: [==========] Running 27 tests from 2 test suites.
18: [----------] Global test environment set-up.
18: [----------] 25 tests from kokkosp
18: [ RUN      ] kokkosp.test_named_instance_fence
18: Ref: 117440513
18: Ref: named_instance
18: 117440513
18: named_instance
18: [       OK ] kokkosp.test_named_instance_fence (0 ms)
18: [ RUN      ] kokkosp.test_unnamed_instance_fence
18: Ref: 117440513
18: Ref: Unnamed Instance Fence
18: 117440513
18: Kokkos::Experimental::SYCL::fence: Unnamed Instance Fence
18: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
18: [ RUN      ] kokkosp.test_named_global_fence
18: Ref: 117440512
18: Ref: test global fence
18: 0
18: test global fence
18: Miss on id
18: 117440512
18: test global fence
18: [       OK ] kokkosp.test_named_global_fence (0 ms)
18: [ RUN      ] kokkosp.test_unnamed_global_fence
18: Ref: 117440512
18: Ref: Unnamed Global Fence
18: 0
18: Kokkos::fence: Unnamed Global Fence
18: Miss on id
18: 117440512
18: Kokkos::fence: Unnamed Global Fence
18: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
18: [ RUN      ] kokkosp.test_multiple_default_instances
18: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
18: [ RUN      ] kokkosp.test_id_gen
18: [       OK ] kokkosp.test_id_gen (0 ms)
18: [ RUN      ] kokkosp.test_kernel_sequence
18: Ref: 117440513
18: Ref: named_instance
18: 117440513
18: named_instance
18: Ref: 117440513
18: Ref: test_kernel
18: 117440513
18: named_instance
18: Miss on name
18: 0
18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
18: Miss on name
18: Miss on id
18: 117440512
18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
18: Miss on name
18: Miss on id
18: 117440513
18: test_kernel
18: [       OK ] kokkosp.test_kernel_sequence (0 ms)
18: [ RUN      ] kokkosp.async_deep_copy
18: [       OK ] kokkosp.async_deep_copy (0 ms)
18: [ RUN      ] kokkosp.parallel_for
18: [       OK ] kokkosp.parallel_for (0 ms)
18: [ RUN      ] kokkosp.parallel_reduce
18: [       OK ] kokkosp.parallel_reduce (1 ms)
18: [ RUN      ] kokkosp.parallel_scan
18: [       OK ] kokkosp.parallel_scan (0 ms)
18: [ RUN      ] kokkosp.parallel_scan_no_fence
18: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
18: [ RUN      ] kokkosp.parallel_scan_no_fence_view
18: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
18: [ RUN      ] kokkosp.regions
18: [       OK ] kokkosp.regions (0 ms)
18: [ RUN      ] kokkosp.fences
18: [       OK ] kokkosp.fences (0 ms)
18: [ RUN      ] kokkosp.raw_allocation
18: [       OK ] kokkosp.raw_allocation (0 ms)
18: [ RUN      ] kokkosp.view
18: [       OK ] kokkosp.view (0 ms)
18: [ RUN      ] kokkosp.sections
18: [       OK ] kokkosp.sections (0 ms)
18: [ RUN      ] kokkosp.metadata
18: [       OK ] kokkosp.metadata (0 ms)
18: [ RUN      ] kokkosp.profile_events
18: [       OK ] kokkosp.profile_events (0 ms)
18: [ RUN      ] kokkosp.no_init_kernel
18: [       OK ] kokkosp.no_init_kernel (0 ms)
18: [ RUN      ] kokkosp.get_events
18: [       OK ] kokkosp.get_events (0 ms)
18: [ RUN      ] kokkosp.create_mirror_no_init
18: [       OK ] kokkosp.create_mirror_no_init (0 ms)
18: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
18: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
18: [ RUN      ] kokkosp.create_mirror_view_and_copy
18: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
18: [----------] 25 tests from kokkosp (3 ms total)
18: 
18: [----------] 2 tests from defaultdevicetype
18: [ RUN      ] defaultdevicetype.profiling_section
18: [       OK ] defaultdevicetype.profiling_section (0 ms)
18: [ RUN      ] defaultdevicetype.scoped_profile_region
18: [       OK ] defaultdevicetype.scoped_profile_region (0 ms)
18: [----------] 2 tests from defaultdevicetype (0 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 27 tests from 2 test suites ran. (4 ms total)
18: [  PASSED  ] 27 tests.
18/57 Test #18: Kokkos_CoreUnitTest_KokkosP ...................   Passed    2.45 sec
test 19
      Start 19: Kokkos_CoreUnitTest_ToolIndependence

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
20: Environment variables: 
20:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/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: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
20/57 Test #20: Kokkos_ProfilingTestLibraryLoadHelp ...........   Passed    2.43 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryCmdLineHelp

21: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
21: Test timeout computed to be: 1500
21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
21/57 Test #21: Kokkos_ProfilingTestLibraryCmdLineHelp ........   Passed    2.44 sec
test 22
      Start 22: Kokkos_ProfilingTestLibraryLoad

22: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
22: Environment variables: 
22:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6907/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_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental4SYCLE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xe13a40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe13bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe13c40:Host:source:0xe13ac0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xe13e00:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xe13bc0:40::kokkosp_deallocate_data:Host:source:0xe13a40:40::kokkosp_finalize_library::
22/57 Test #22: Kokkos_ProfilingTestLibraryLoad ...............   Passed    2.43 sec
test 23
      Start 23: Kokkos_ProfilingTestLibraryCmdLine

23: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/libkokkosprinter-tool.so"
23: Test timeout computed to be: 1500
23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental4SYCLE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xe13a40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe13bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe13c40:Host:source:0xe13ac0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xe13e00:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xe13bc0:40::kokkosp_deallocate_data:Host:source:0xe13a40:40::kokkosp_finalize_library::
23/57 Test #23: Kokkos_ProfilingTestLibraryCmdLine ............   Passed    2.42 sec
test 24
      Start 24: Kokkos_CoreUnitTest_StackTraceTest

24: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec
24: Test timeout computed to be: 1500
24: [==========] Running 3 tests from 2 test suites.
24: [----------] Global test environment set-up.
24: [----------] 2 tests from defaultdevicetype_DeathTest
24: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
24: 
24: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x435bd8]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x436f2d]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5]
24:  
24: demangled test_f1:
24: [0x496650] Kokkos::Impl::save_stacktrace()
24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&)
24: [0x435bd8] Test::test_stacktrace(bool, bool)
24: [0x436f2d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x447348] testing::Test::Run()
24: [0x44877f] testing::TestInfo::Run()
24: [0x449041] testing::TestSuite::Run()
24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests()
24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x458952] testing::UnitTest::Run()
24: [0x437400] main
24: [0x7ffff74f0d90] 
24: [0x7ffff74f0e40] __libc_start_main
24: [0x435aa5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438ec6]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4365b8]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x436f2d]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5]
24:  
24: demangled test_f3:
24: [0x496650] Kokkos::Impl::save_stacktrace()
24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&)
24: [0x438ec6] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x4365b8] Test::test_stacktrace(bool, bool)
24: [0x436f2d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x447348] testing::Test::Run()
24: [0x44877f] testing::TestInfo::Run()
24: [0x449041] testing::TestSuite::Run()
24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests()
24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x458952] testing::UnitTest::Run()
24: [0x437400] main
24: [0x7ffff74f0d90] 
24: [0x7ffff74f0e40] __libc_start_main
24: [0x435aa5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (319 ms)
24: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
24: 
24: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x435bd8]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4371da]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5]
24:  
24: demangled test_f1:
24: [0x496650] Kokkos::Impl::save_stacktrace()
24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&)
24: [0x435bd8] Test::test_stacktrace(bool, bool)
24: [0x4371da] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x447348] testing::Test::Run()
24: [0x44877f] testing::TestInfo::Run()
24: [0x449041] testing::TestSuite::Run()
24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests()
24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x458952] testing::UnitTest::Run()
24: [0x437400] main
24: [0x7ffff74f0d90] 
24: [0x7ffff74f0e40] __libc_start_main
24: [0x435aa5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438ec6]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4365b8]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4371da]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5]
24:  
24: demangled test_f3:
24: [0x496650] Kokkos::Impl::save_stacktrace()
24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&)
24: [0x438ec6] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x4365b8] Test::test_stacktrace(bool, bool)
24: [0x4371da] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x447348] testing::Test::Run()
24: [0x44877f] testing::TestInfo::Run()
24: [0x449041] testing::TestSuite::Run()
24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests()
24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x458952] testing::UnitTest::Run()
24: [0x437400] main
24: [0x7ffff74f0d90] 
24: [0x7ffff74f0e40] __libc_start_main
24: [0x435aa5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (276 ms)
24: [----------] 2 tests from defaultdevicetype_DeathTest (596 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-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x435bd8]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5]
24:  
24: demangled test_f1:
24: [0x496650] Kokkos::Impl::save_stacktrace()
24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&)
24: [0x435bd8] Test::test_stacktrace(bool, bool)
24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x447348] testing::Test::Run()
24: [0x44877f] testing::TestInfo::Run()
24: [0x449041] testing::TestSuite::Run()
24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests()
24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x458952] testing::UnitTest::Run()
24: [0x437400] main
24: [0x7ffff74f0d90] 
24: [0x7ffff74f0e40] __libc_start_main
24: [0x435aa5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438ec6]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4365b8]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
24: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5]
24:  
24: demangled test_f3:
24: [0x496650] Kokkos::Impl::save_stacktrace()
24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&)
24: [0x438ec6] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x4365b8] Test::test_stacktrace(bool, bool)
24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x447348] testing::Test::Run()
24: [0x44877f] testing::TestInfo::Run()
24: [0x449041] testing::TestSuite::Run()
24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests()
24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x458952] testing::UnitTest::Run()
24: [0x437400] main
24: [0x7ffff74f0d90] 
24: [0x7ffff74f0e40] __libc_start_main
24: [0x435aa5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype.stacktrace_normal (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. (597 ms total)
24: [  PASSED  ] 3 tests.
24/57 Test #24: Kokkos_CoreUnitTest_StackTraceTest ............   Passed    3.03 sec
test 25
      Start 25: Kokkos_IncrementalTest_SERIAL

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

26: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/Kokkos_IncrementalTest_SYCL
26: Test timeout computed to be: 1500
26: [==========] Running 28 tests from 1 test suite.
26: [----------] Global test environment set-up.
26: [----------] 28 tests from SYCL
26: [ RUN      ] SYCL.IncrTest_01_execspace_typedef
26: [       OK ] SYCL.IncrTest_01_execspace_typedef (0 ms)
26: [ RUN      ] SYCL.IncrTest_01_execspace
26: 
26: Runtime Configuration:
26: macro  KOKKOS_ENABLE_ONEDPL : defined
26: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined
26: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL : undefined
26: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined
26: 
26: Available devices: 
26: [ext_oneapi_cuda]:gpu:0] NVIDIA A100 80GB PCIe : Selected
26: SYCL
26: [       OK ] SYCL.IncrTest_01_execspace (0 ms)
26: [ RUN      ] SYCL.IncrTest_02_AtomicExchange
26: [       OK ] SYCL.IncrTest_02_AtomicExchange (0 ms)
26: [ RUN      ] SYCL.IncrTest_02_AtomicAdd
26: [       OK ] SYCL.IncrTest_02_AtomicAdd (0 ms)
26: [ RUN      ] SYCL.IncrTest_02_AtomicSub
26: [       OK ] SYCL.IncrTest_02_AtomicSub (0 ms)
26: [ RUN      ] SYCL.IncrTest_03a_memspace_malloc
26: [       OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms)
26: [ RUN      ] SYCL.IncrTest_03b_memspace_free
26: [       OK ] SYCL.IncrTest_03b_memspace_free (19121 ms)
26: [ RUN      ] SYCL.IncrTest_04_simple_parallelFor
26: [       OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms)
26: [ RUN      ] SYCL.IncrTest_04_RangePolicy_parallelFor
26: [       OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms)
26: [ RUN      ] SYCL.IncrTest_05_reduction
26: [       OK ] SYCL.IncrTest_05_reduction (6 ms)
26: [ RUN      ] SYCL.IncrTest_06_mdrange2D
26: [       OK ] SYCL.IncrTest_06_mdrange2D (0 ms)
26: [ RUN      ] SYCL.IncrTest_06_mdrange3D
26: [       OK ] SYCL.IncrTest_06_mdrange3D (0 ms)
26: [ RUN      ] SYCL.IncrTest_06_mdrange4D
26: [       OK ] SYCL.IncrTest_06_mdrange4D (0 ms)
26: [ RUN      ] SYCL.IncrTest_08_deep_copy_2D
26: [       OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms)
26: [ RUN      ] SYCL.IncrTest_08_deep_copy_3D
26: [       OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms)
26: [ RUN      ] SYCL.IncrTest_08_deep_copy_4D
26: [       OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms)
26: [ RUN      ] SYCL.IncrTest_10_Hierarchical_Basics
26: [       OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms)
26: [ RUN      ] SYCL.IncrTest_11a_Hierarchical_ForLoop
26: [       OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
26: [ RUN      ] SYCL.IncrTest_11b_Hierarchical_ForLoop
26: [       OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
26: [ RUN      ] SYCL.IncrTest_11c_Hierarchical_ForLoop
26: [       OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (203 ms)
26: [ RUN      ] SYCL.IncrTest_12a_ThreadScratch
26: [       OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms)
26: [ RUN      ] SYCL.IncrTest_12b_TeamScratch
26: [       OK ] SYCL.IncrTest_12b_TeamScratch (0 ms)
26: [ RUN      ] SYCL.IncrTest_13a_Hierarchical_Red
26: [       OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms)
26: [ RUN      ] SYCL.IncrTest_13b_Hierarchical_Red
26: [       OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms)
26: [ RUN      ] SYCL.IncrTest_13c_Hierarchical_Red
26: [       OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms)
26: [ RUN      ] SYCL.incr_14_MDrangeReduce
26: [       OK ] SYCL.incr_14_MDrangeReduce (0 ms)
26: [ RUN      ] SYCL.IncrTest_16_parallelscan
26: [       OK ] SYCL.IncrTest_16_parallelscan (1 ms)
26: [ RUN      ] SYCL.incr_17_atomicView
26: [       OK ] SYCL.incr_17_atomicView (0 ms)
26: [----------] 28 tests from SYCL (19343 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 28 tests from 1 test suite ran. (19343 ms total)
26: [  PASSED  ] 28 tests.
26/57 Test #26: Kokkos_IncrementalTest_SYCL ...................   Passed   21.79 sec
test 27
      Start 27: Kokkos_CoreUnitTest_CTestDevice

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

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

29: Test command: /usr/bin/python3.10 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6907/build/core/unit_test/TestDeviceAndThreads.py"
29: Test timeout computed to be: 1500
29: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
29: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
29: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
29: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
29: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
29: 
29: ----------------------------------------------------------------------
29: Ran 5 tests in 26.694s
29: 
29: OK (skipped=1)
29/57 Test #29: Kokkos_CoreUnitTest_DeviceAndThreads ..........   Passed   26.98 sec
test 30
      Start 30: Kokkos_PerformanceTest_TaskDag

30: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
30: Test timeout computed to be: 1500
30/57 Test #30: Kokkos_PerformanceTest_TaskDag ................   Passed    0.01 sec
test 31
      Start 31: Kokkos_PerformanceTest_Benchmark

31: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T04-30-02.json"
31: Test timeout computed to be: 1500
31: 
31: Available devices: 
31: 2024-03-29T05:17:21+00:00
31: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
31: Run on (20 X 2345.59 MHz CPU s)
31: CPU Caches:
31:   L1 Data 64 KiB (x20)
31:   L1 Instruction 64 KiB (x20)
31:   L2 Unified 512 KiB (x20)
31:   L3 Unified 16384 KiB (x20)
31: Load Average: 1.19, 4.22, 6.73
31: Address Bits: 64
31: CPU architecture: none
31: Default Device: N6Kokkos12Experimental4SYCLE
31: Driver Version: CUDA 12.4
31: Error Correction Support: 1
31: GIT_BRANCH: HEAD
31: GIT_CLEAN_STATUS: CLEAN
31: GIT_COMMIT_DATE: 2024-03-29T04:29:27+00:00
31: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
31: GIT_COMMIT_HASH: c6a9b9002
31: GPU architecture: AMPERE80
31: Global Cache Mem Line Size: 128
31: Global Mem Cache Size: 41943040
31: Global Mem Size: 84974239744
31: Image Max Array Size: 0
31: Image Max Buffer Size: 32768
31: Image2d Max Height: 65536
31: Image2d Max Width: 131072
31: Image3d Max Depth: 16384
31: Image3d Max Height: 16384
31: Image3d Max Width: 16384
31: Is Accelerator: 0
31: Is Available: 1
31: Is CPU: 0
31: Is GPU: 1
31: KOKKOS_COMPILER_INTEL_LLVM: 20230000
31: KOKKOS_ENABLE_ASM: yes
31: KOKKOS_ENABLE_CXX17: yes
31: KOKKOS_ENABLE_CXX20: no
31: KOKKOS_ENABLE_CXX23: no
31: KOKKOS_ENABLE_CXX26: no
31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
31: KOKKOS_ENABLE_HWLOC: no
31: KOKKOS_ENABLE_LIBDL: yes
31: KOKKOS_ENABLE_PRAGMA_IVDEP: no
31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
31: KOKKOS_ENABLE_PRAGMA_UNROLL: no
31: KOKKOS_ENABLE_PRAGMA_VECTOR: no
31: KOKKOS_ENABLE_SERIAL: yes
31: Kokkos Version: 4.3.99
31: Local Mem Size: 49152
31: Max Compute Units: 108
31: Max Mem Alloc Size: 1073741824
31: Max Parameter Size: 4000
31: Max Read Image Args: 128
31: Max Samplers: 128
31: Max Work Group Size: 1024
31: Max Work Item Dimensions: 3
31: Mem Base Addr Align: 4096
31: Name: NVIDIA A100 80GB PCIe
31: Native Vector Width Char: 1
31: Native Vector Width Double: 1
31: Native Vector Width Float: 1
31: Native Vector Width Half: 0
31: Native Vector Width Int: 1
31: Native Vector Width Long: 1
31: Native Vector Width Short: 1
31: Partition Max Sub Devices: 0
31: Preferred Vector Width Char: 1
31: Preferred Vector Width Double: 1
31: Preferred Vector Width Float: 1
31: Preferred Vector Width Half: 0
31: Preferred Vector Width Int: 1
31: Preferred Vector Width Long: 1
31: Preferred Vector Width Short: 1
31: Profiling Timer Resolution: 1000
31: Reference Count: 1
31: Vendor: NVIDIA Corporation
31: Vendor Id: 4318
31: Version: 0.0
31: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
31: macro  KOKKOS_ENABLE_ONEDPL: defined
31: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
31: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
31: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
31: platform: 64bit
31: ---------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
31: ---------------------------------------------------------------------------------------------------------------------------------------------------
31: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.010 s         0.011 s             5       1024        9.44595u
31: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.010 s         0.011 s             5     2.048k        5.10061u
31: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.010 s         0.011 s             5     4.096k        2.53686u
31: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.011 s         0.013 s             5     8.192k         1.3661u
31: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.012 s         0.014 s             5    16.384k         752.58n
31: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.014 s         0.018 s             5    32.768k        440.133n
31: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.019 s         0.026 s             5    65.536k        286.344n
31: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.025 s         0.039 s             5   131.072k        191.339n
31: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.026 s         0.047 s             5   262.144k        97.9912n
31: ----------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
31: ----------------------------------------------------------------------------------------------------------------------------------------------
31: CustomReduction<double>/N:100000/R:1000/manual_time                                0.003 s         0.009 s           201 66.2828k/s       11.5
31: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
31: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.662 s         0.662 s             1        0.117967    0.0551383                 0.10316            0.0485147   0.0518125         20.729u
31: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
31: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.025 s         0.025 s            28        4.82243m     2.52747m                3.56776m                  1.80348m    2.21481m         12.403u
31: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.225 s         0.225 s             3       0.0438469    0.0210357               0.0375884                 0.0182146   0.0188838         18.184u
31: ---------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
31: ---------------------------------------------------------------------------------------------------------------------------------------------------
31: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        36.2588n
31: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        12.0146n
31: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.23462n
31: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.001 s             5     8.192k        3.36938n
31: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.85278n
31: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        1.13647n
31: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        623.123p
31: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.001 s             5   131.072k        398.453p
31: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k         288.17p
31: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.002 s             5   524.288k        238.121p
31: -----------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
31: -----------------------------------------------------------------------------------------------------------------------------------
31: Malloc/N:1/manual_time                                                              10.9 us         24.6 us        63855 91.5364k/s
31: Malloc/N:16/manual_time                                                             11.0 us         24.6 us        63649 91.3043k/s
31: Malloc/N:256/manual_time                                                            11.0 us         24.9 us        64193 90.9286k/s
31: Malloc/N:4096/manual_time                                                           11.0 us         24.9 us        62903 90.5392k/s
31: Malloc/N:65536/manual_time                                                          10.6 us         24.2 us        66191 94.4762k/s
31: Malloc/N:1048576/manual_time                                                        11.1 us         24.9 us        63161 90.4106k/s
31: Malloc/N:16777216/manual_time                                                        500 us          608 us         1000 1.99917k/s
31: Malloc/N:268435456/manual_time                                                      4934 us         1114 us          868   202.68/s
31: Malloc/N:4294967296/manual_time                                                   128285 us         6577 us            6  7.79514/s
31: MallocFree/N:1/manual_time                                                          24.8 us         24.9 us        28169 40.2761k/s
31: MallocFree/N:16/manual_time                                                         24.9 us         24.9 us        28182  40.233k/s
31: MallocFree/N:256/manual_time                                                        24.4 us         24.5 us        28669 40.9532k/s
31: MallocFree/N:4096/manual_time                                                       24.5 us         24.5 us        28659 40.8907k/s
31: MallocFree/N:65536/manual_time                                                      23.9 us         23.9 us        29343 41.8601k/s
31: MallocFree/N:1048576/manual_time                                                    24.8 us         24.8 us        28082 40.3433k/s
31: MallocFree/N:16777216/manual_time                                                    608 us          608 us         1154 1.64415k/s
31: MallocFree/N:268435456/manual_time                                                  4654 us         1095 us          659   214.87/s
31: MallocFree/N:4294967296/manual_time                                               112348 us         5663 us            9  8.90089/s
31: MallocTouch/N:1/manual_time                                                         11.7 us         25.7 us        59604 85.2906k/s
31: MallocTouch/N:16/manual_time                                                        11.5 us         25.3 us        59688 86.7983k/s
31: MallocTouch/N:256/manual_time                                                       11.5 us         25.3 us        60571 86.6075k/s
31: MallocTouch/N:4096/manual_time                                                      22.7 us         39.4 us        30813 44.0015k/s
31: MallocTouch/N:65536/manual_time                                                     22.1 us         38.6 us        31537 45.1643k/s
31: MallocTouch/N:1048576/manual_time                                                   24.4 us         41.3 us        28636 41.0212k/s
31: MallocTouch/N:16777216/manual_time                                                   520 us          633 us         1348 1.92287k/s
31: MallocTouch/N:268435456/manual_time                                                 4949 us         1135 us          874  202.057/s
31: MallocTouch/N:4294967296/manual_time                                              111684 us         6282 us            6  8.95387/s
31: MallocTouchFree/N:1/manual_time                                                     25.1 us         25.3 us        27834 39.8223k/s
31: MallocTouchFree/N:16/manual_time                                                    25.1 us         25.4 us        27788   39.78k/s
31: MallocTouchFree/N:256/manual_time                                                   24.5 us         24.7 us        28495  40.782k/s
31: MallocTouchFree/N:4096/manual_time                                                  38.4 us         38.6 us        18266 26.0121k/s
31: MallocTouchFree/N:65536/manual_time                                                 37.9 us         38.1 us        18466 26.4118k/s
31: MallocTouchFree/N:1048576/manual_time                                               40.5 us         40.7 us        17372 24.6771k/s
31: MallocTouchFree/N:16777216/manual_time                                               631 us          631 us         1107 1.58406k/s
31: MallocTouchFree/N:268435456/manual_time                                             4644 us         1129 us          658  215.347/s
31: MallocTouchFree/N:4294967296/manual_time                                          113744 us         6205 us            9   8.7917/s
31: ----------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
31: ----------------------------------------------------------------------------------------------------------------------------------------------
31: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.020 s         0.002 s            34  40.1348/s        800
31: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            40  40.8428/s        800
31: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.020 s         0.002 s            39  39.2046/s        800
31: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.4068/s        800
31: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35    41.04/s        800
31: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.2575/s        800
31: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.0879/s        800
31: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  40.9988/s        800
31: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.2501/s        800
31: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  39.0871/s        800
31: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0229/s        800
31: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9839/s        800
31: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0228/s        800
31: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  39.0178/s        800
31: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.9557/s        800
31: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  39.0915/s        800
31: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           627 1.43341k/s       1.6k
31: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           627 1.43286k/s       1.6k
31: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           627 1.43875k/s       1.6k
31: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630  1.4721k/s       1.6k
31: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.47213k/s       1.6k
31: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47187k/s       1.6k
31: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           630 1.47202k/s       1.6k
31: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           297  680.068/s       1.6k
31: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           183  416.527/s       1.6k
31: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           630 1.47222k/s       1.6k
31: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           298  681.169/s       1.6k
31: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           397  915.801/s       1.6k
31: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           631 1.47227k/s       1.6k
31: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.47202k/s       1.6k
31: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47226k/s       1.6k
31: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47202k/s       1.6k
31: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           181  417.486/s       1.6k
31: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           179  410.741/s       1.6k
31: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           372  866.927/s       1.6k
31: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           310  710.146/s       1.6k
31: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.47195k/s       1.6k
31: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47165k/s       1.6k
31: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           167  381.792/s       1.6k
31: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           225  515.182/s       1.6k
31: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.47175k/s       1.6k
31: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47212k/s       1.6k
31: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.006 s         0.006 s           119   278.89/s       1.6k
31: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           209  490.773/s       1.6k
31: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.47208k/s       1.6k
31: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47146k/s       1.6k
31: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           171  390.856/s       1.6k
31: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           244  561.277/s       1.6k
31: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           690 1.61371k/s       1.6k
31: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           690 1.61375k/s       1.6k
31: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           690 1.61294k/s       1.6k
31: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           691 1.61306k/s       1.6k
31: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1510 1.72628k/s        800
31: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1509 1.72687k/s        800
31: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1511  1.7277k/s        800
31: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72903k/s        800
31: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1511 1.72807k/s        800
31: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1510 1.72651k/s        800
31: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1509 1.72811k/s        800
31: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1511 1.72814k/s        800
31: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1512 1.72542k/s        800
31: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72705k/s        800
31: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1511 1.72791k/s        800
31: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72874k/s        800
31: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1512 1.72889k/s        800
31: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1512 1.72678k/s        800
31: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1512 1.72742k/s        800
31: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1511 1.72914k/s        800
31: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.000 s         0.000 s          1539  1.7581k/s        800
31: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.000 s         0.000 s          1537 1.75736k/s        800
31: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 7.40468k/s       1.6k
31: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 7.40989k/s       1.6k
31: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.60397k/s       1.6k
31: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.62069k/s       1.6k
31: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 6.75628k/s       1.6k
31: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.25464k/s       1.6k
31: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.59805k/s       1.6k
31: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.63988k/s       1.6k
31: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.39032k/s       1.6k
31: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.39547k/s       1.6k
31: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.64366k/s       1.6k
31: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.32577k/s       1.6k
31: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.73386k/s       1.6k
31: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.18633k/s       1.6k
31: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.19939k/s       1.6k
31: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.21748k/s       1.6k
31: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.01292k/s       1.6k
31: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.20837k/s       1.6k
31: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.96321k/s       1.6k
31: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.95829k/s       1.6k
31: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.41994k/s       1.6k
31: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.39212k/s       1.6k
31: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.89047k/s       1.6k
31: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.84237k/s       1.6k
31: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.83711k/s       1.6k
31: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.64574k/s       1.6k
31: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.85375k/s       1.6k
31: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.18924k/s       1.6k
31: ViewResize_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                 0.000 s         0.000 s            10 2.08801M/s        688
31: ViewResize_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                0.000 s         0.000 s            10 812.758k/s        688
31: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time          0.000 s         0.000 s            10 841.693k/s        688
31: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time         0.000 s         0.000 s            10 2.01996M/s        688
31: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  1023.96/s       1.6k
31: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.002 s            10  1004.87/s       1.6k
31/57 Test #31: Kokkos_PerformanceTest_Benchmark ..............   Passed  139.54 sec
test 32
      Start 32: Kokkos_Benchmark_Atomic_MinMax

32: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T04-30-02.json"
32: Test timeout computed to be: 1500
32: 
32: Available devices: 
32: 2024-03-29T05:19:41+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
32: Run on (20 X 2345.59 MHz CPU s)
32: CPU Caches:
32:   L1 Data 64 KiB (x20)
32:   L1 Instruction 64 KiB (x20)
32:   L2 Unified 512 KiB (x20)
32:   L3 Unified 16384 KiB (x20)
32: Load Average: 0.93, 2.92, 5.89
32: Address Bits: 64
32: CPU architecture: none
32: Default Device: N6Kokkos12Experimental4SYCLE
32: Driver Version: CUDA 12.4
32: Error Correction Support: 1
32: GIT_BRANCH: HEAD
32: GIT_CLEAN_STATUS: CLEAN
32: GIT_COMMIT_DATE: 2024-03-29T04:29:27+00:00
32: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
32: GIT_COMMIT_HASH: c6a9b9002
32: GPU architecture: AMPERE80
32: Global Cache Mem Line Size: 128
32: Global Mem Cache Size: 41943040
32: Global Mem Size: 84974239744
32: Image Max Array Size: 0
32: Image Max Buffer Size: 32768
32: Image2d Max Height: 65536
32: Image2d Max Width: 131072
32: Image3d Max Depth: 16384
32: Image3d Max Height: 16384
32: Image3d Max Width: 16384
32: Is Accelerator: 0
32: Is Available: 1
32: Is CPU: 0
32: Is GPU: 1
32: KOKKOS_COMPILER_INTEL_LLVM: 20230000
32: KOKKOS_ENABLE_ASM: yes
32: KOKKOS_ENABLE_CXX17: yes
32: KOKKOS_ENABLE_CXX20: no
32: KOKKOS_ENABLE_CXX23: no
32: KOKKOS_ENABLE_CXX26: no
32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
32: KOKKOS_ENABLE_HWLOC: no
32: KOKKOS_ENABLE_LIBDL: yes
32: KOKKOS_ENABLE_PRAGMA_IVDEP: no
32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
32: KOKKOS_ENABLE_PRAGMA_UNROLL: no
32: KOKKOS_ENABLE_PRAGMA_VECTOR: no
32: KOKKOS_ENABLE_SERIAL: yes
32: Kokkos Version: 4.3.99
32: Local Mem Size: 49152
32: Max Compute Units: 108
32: Max Mem Alloc Size: 1073741824
32: Max Parameter Size: 4000
32: Max Read Image Args: 128
32: Max Samplers: 128
32: Max Work Group Size: 1024
32: Max Work Item Dimensions: 3
32: Mem Base Addr Align: 4096
32: Name: NVIDIA A100 80GB PCIe
32: Native Vector Width Char: 1
32: Native Vector Width Double: 1
32: Native Vector Width Float: 1
32: Native Vector Width Half: 0
32: Native Vector Width Int: 1
32: Native Vector Width Long: 1
32: Native Vector Width Short: 1
32: Partition Max Sub Devices: 0
32: Preferred Vector Width Char: 1
32: Preferred Vector Width Double: 1
32: Preferred Vector Width Float: 1
32: Preferred Vector Width Half: 0
32: Preferred Vector Width Int: 1
32: Preferred Vector Width Long: 1
32: Preferred Vector Width Short: 1
32: Profiling Timer Resolution: 1000
32: Reference Count: 1
32: Vendor: NVIDIA Corporation
32: Vendor Id: 4318
32: Version: 0.0
32: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
32: macro  KOKKOS_ENABLE_ONEDPL: defined
32: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
32: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
32: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
32: platform: 64bit
32: ----------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                                              Time             CPU   Iterations
32: ----------------------------------------------------------------------------------------------------------------------------------------
32: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
32: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
32: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
32: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
32: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
32: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
32: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
32: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
32: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
32: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
32: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
32: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
32: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
32: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
32: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
32: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
32: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
32: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
32: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
32: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
32/57 Test #32: Kokkos_Benchmark_Atomic_MinMax ................   Passed    2.50 sec
test 33
      Start 33: Kokkos_PerformanceTest_Mempool

33: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T04-30-02.json"
33: Test timeout computed to be: 1500
33: 
33: Available devices: 
33: 2024-03-29T05:19:43+00:00
33: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Mempool
33: Run on (20 X 2345.59 MHz CPU s)
33: CPU Caches:
33:   L1 Data 64 KiB (x20)
33:   L1 Instruction 64 KiB (x20)
33:   L2 Unified 512 KiB (x20)
33:   L3 Unified 16384 KiB (x20)
33: Load Average: 0.93, 2.92, 5.89
33: Address Bits: 64
33: CPU architecture: none
33: Default Device: N6Kokkos12Experimental4SYCLE
33: Driver Version: CUDA 12.4
33: Error Correction Support: 1
33: GIT_BRANCH: HEAD
33: GIT_CLEAN_STATUS: CLEAN
33: GIT_COMMIT_DATE: 2024-03-29T04:29:27+00:00
33: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
33: GIT_COMMIT_HASH: c6a9b9002
33: GPU architecture: AMPERE80
33: Global Cache Mem Line Size: 128
33: Global Mem Cache Size: 41943040
33: Global Mem Size: 84974239744
33: Image Max Array Size: 0
33: Image Max Buffer Size: 32768
33: Image2d Max Height: 65536
33: Image2d Max Width: 131072
33: Image3d Max Depth: 16384
33: Image3d Max Height: 16384
33: Image3d Max Width: 16384
33: Is Accelerator: 0
33: Is Available: 1
33: Is CPU: 0
33: Is GPU: 1
33: KOKKOS_COMPILER_INTEL_LLVM: 20230000
33: KOKKOS_ENABLE_ASM: yes
33: KOKKOS_ENABLE_CXX17: yes
33: KOKKOS_ENABLE_CXX20: no
33: KOKKOS_ENABLE_CXX23: no
33: KOKKOS_ENABLE_CXX26: no
33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
33: KOKKOS_ENABLE_HWLOC: no
33: KOKKOS_ENABLE_LIBDL: yes
33: KOKKOS_ENABLE_PRAGMA_IVDEP: no
33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
33: KOKKOS_ENABLE_PRAGMA_UNROLL: no
33: KOKKOS_ENABLE_PRAGMA_VECTOR: no
33: KOKKOS_ENABLE_SERIAL: yes
33: Kokkos Version: 4.3.99
33: Local Mem Size: 49152
33: Max Compute Units: 108
33: Max Mem Alloc Size: 1073741824
33: Max Parameter Size: 4000
33: Max Read Image Args: 128
33: Max Samplers: 128
33: Max Work Group Size: 1024
33: Max Work Item Dimensions: 3
33: Mem Base Addr Align: 4096
33: Name: NVIDIA A100 80GB PCIe
33: Native Vector Width Char: 1
33: Native Vector Width Double: 1
33: Native Vector Width Float: 1
33: Native Vector Width Half: 0
33: Native Vector Width Int: 1
33: Native Vector Width Long: 1
33: Native Vector Width Short: 1
33: Partition Max Sub Devices: 0
33: Preferred Vector Width Char: 1
33: Preferred Vector Width Double: 1
33: Preferred Vector Width Float: 1
33: Preferred Vector Width Half: 0
33: Preferred Vector Width Int: 1
33: Preferred Vector Width Long: 1
33: Preferred Vector Width Short: 1
33: Profiling Timer Resolution: 1000
33: Reference Count: 1
33: Vendor: NVIDIA Corporation
33: Vendor Id: 4318
33: Version: 0.0
33: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
33: macro  KOKKOS_ENABLE_ONEDPL: defined
33: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
33: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
33: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
33: platform: 64bit
33: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
33: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
33: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
33: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.000 s         0.000 s          2420                19.172M/s
33: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
33: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
33: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
33: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s          3816                60.5506M/s
33/57 Test #33: Kokkos_PerformanceTest_Mempool ................   Passed    4.83 sec
test 34
      Start 34: Kokkos_PerformanceTest_Atomic

34: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T04-30-02.json"
34: Test timeout computed to be: 1500
34: 
34: Available devices: 
34: 2024-03-29T05:19:48+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-6907/build/core/perf_test/Kokkos_PerformanceTest_Atomic
34: Run on (20 X 2345.59 MHz CPU s)
34: CPU Caches:
34:   L1 Data 64 KiB (x20)
34:   L1 Instruction 64 KiB (x20)
34:   L2 Unified 512 KiB (x20)
34:   L3 Unified 16384 KiB (x20)
34: Load Average: 0.94, 2.89, 5.86
34: Address Bits: 64
34: CPU architecture: none
34: Default Device: N6Kokkos12Experimental4SYCLE
34: Driver Version: CUDA 12.4
34: Error Correction Support: 1
34: GIT_BRANCH: HEAD
34: GIT_CLEAN_STATUS: CLEAN
34: GIT_COMMIT_DATE: 2024-03-29T04:29:27+00:00
34: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD
34: GIT_COMMIT_HASH: c6a9b9002
34: GPU architecture: AMPERE80
34: Global Cache Mem Line Size: 128
34: Global Mem Cache Size: 41943040
34: Global Mem Size: 84974239744
34: Image Max Array Size: 0
34: Image Max Buffer Size: 32768
34: Image2d Max Height: 65536
34: Image2d Max Width: 131072
34: Image3d Max Depth: 16384
34: Image3d Max Height: 16384
34: Image3d Max Width: 16384
34: Is Accelerator: 0
34: Is Available: 1
34: Is CPU: 0
34: Is GPU: 1
34: KOKKOS_COMPILER_INTEL_LLVM: 20230000
34: KOKKOS_ENABLE_ASM: yes
34: KOKKOS_ENABLE_CXX17: yes
34: KOKKOS_ENABLE_CXX20: no
34: KOKKOS_ENABLE_CXX23: no
34: KOKKOS_ENABLE_CXX26: no
34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
34: KOKKOS_ENABLE_HWLOC: no
34: KOKKOS_ENABLE_LIBDL: yes
34: KOKKOS_ENABLE_PRAGMA_IVDEP: no
34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
34: KOKKOS_ENABLE_PRAGMA_UNROLL: no
34: KOKKOS_ENABLE_PRAGMA_VECTOR: no
34: KOKKOS_ENABLE_SERIAL: yes
34: Kokkos Version: 4.3.99
34: Local Mem Size: 49152
34: Max Compute Units: 108
34: Max Mem Alloc Size: 1073741824
34: Max Parameter Size: 4000
34: Max Read Image Args: 128
34: Max Samplers: 128
34: Max Work Group Size: 1024
34: Max Work Item Dimensions: 3
34: Mem Base Addr Align: 4096
34: Name: NVIDIA A100 80GB PCIe
34: Native Vector Width Char: 1
34: Native Vector Width Double: 1
34: Native Vector Width Float: 1
34: Native Vector Width Half: 0
34: Native Vector Width Int: 1
34: Native Vector Width Long: 1
34: Native Vector Width Short: 1
34: Partition Max Sub Devices: 0
34: Preferred Vector Width Char: 1
34: Preferred Vector Width Double: 1
34: Preferred Vector Width Float: 1
34: Preferred Vector Width Half: 0
34: Preferred Vector Width Int: 1
34: Preferred Vector Width Long: 1
34: Preferred Vector Width Short: 1
34: Profiling Timer Resolution: 1000
34: Reference Count: 1
34: Vendor: NVIDIA Corporation
34: Vendor Id: 4318
34: Version: 0.0
34: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
34: macro  KOKKOS_ENABLE_ONEDPL: defined
34: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
34: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
34: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
34: platform: 64bit
34: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
34: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Test_Atomic<int>/100000/iterations:10                          2.07 s          2.07 s            10          1            4    4.03183m        3.20419m     299.76u     704.983M         1.36836M     704.983M
34: Test_Atomic<long int>/100000/iterations:10                     1.95 s          1.95 s            10          1            8     5.0807m        3.40766m     299.76u     4.99995G         1.42221M     4.99995G
34: Test_Atomic<long long int>/100000/iterations:10                1.95 s          1.95 s            10          1            8     5.0237m        3.51196m     299.86u     4.99995G         972.296k     4.99995G
34: Test_Atomic<unsigned int>/100000/iterations:10                 2.07 s          2.07 s            10          1            4    4.46013m        3.24145m     299.76u     704.983M          1097.7k     704.983M
34: Test_Atomic<unsigned long int>/100000/iterations:10            1.95 s          1.95 s            10          1            8    4.99112m        3.19267m     299.86u     4.99995G         1073.53k     4.99995G
34: Test_Atomic<unsigned long long int>/100000/iterations:10       1.95 s          1.95 s            10          1            8    4.91419m        3.22922m     299.67u     4.99995G          889.56k     4.99995G
34: Test_Atomic<float>/100000/iterations:10                        2.07 s          2.07 s            10          0            4    6.18595m        3.62798m     897.67u     4.99991G          1.1279M     4.99989G
34: Test_Atomic<double>/100000/iterations:10                       1.95 s          1.95 s            10          1            8    6.48932m        3.26841m    1018.51u     4.99995G         1030.69k     4.99995G
34: Test_Atomic<int>/100000/iterations:10                          2.07 s          2.07 s            10          1            4    4.10336m        3.27753m     299.76u     704.983M         1.31151M     704.983M
34/57 Test #34: Kokkos_PerformanceTest_Atomic .................   Passed  183.12 sec
test 35
      Start 35: Kokkos_ContainersUnitTest_Serial

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

36: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL
36: Test timeout computed to be: 1500
36: [==========] Running 62 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 62 tests from sycl
36: [ RUN      ] sycl.bitset
36: [       OK ] sycl.bitset (17 ms)
36: [ RUN      ] sycl.bitset_default_constructor_no_alloc
36: [       OK ] sycl.bitset_default_constructor_no_alloc (0 ms)
36: [ RUN      ] sycl.dualview_combination
36: [       OK ] sycl.dualview_combination (0 ms)
36: [ RUN      ] sycl.dualview_alloc
36: [       OK ] sycl.dualview_alloc (0 ms)
36: [ RUN      ] sycl.test_dualview_copy_construction_and_assignment
36: [       OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms)
36: [ RUN      ] sycl.dualview_combinations_without_init
36: [       OK ] sycl.dualview_combinations_without_init (0 ms)
36: [ RUN      ] sycl.dualview_deep_copy
36: [       OK ] sycl.dualview_deep_copy (1 ms)
36: [ RUN      ] sycl.dualview_realloc
36: [       OK ] sycl.dualview_realloc (0 ms)
36: [ RUN      ] sycl.dualview_resize
36: [       OK ] sycl.dualview_resize (0 ms)
36: [ RUN      ] sycl.dualview_device_correct_kokkos_device
36: [       OK ] sycl.dualview_device_correct_kokkos_device (0 ms)
36: [ RUN      ] sycl.dualview_host_correct_kokkos_device
36: [       OK ] sycl.dualview_host_correct_kokkos_device (0 ms)
36: [ RUN      ] sycl.dualview_host_modify_template_device_sync
36: [       OK ] sycl.dualview_host_modify_template_device_sync (0 ms)
36: [ RUN      ] sycl.dualview_host_modify_template_device_execspace_sync
36: [       OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms)
36: [ RUN      ] sycl.dualview_device_modify_template_host_sync
36: [       OK ] sycl.dualview_device_modify_template_host_sync (0 ms)
36: [ RUN      ] sycl.dualview_device_modify_template_host_execspace_sync
36: [       OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms)
36: [ RUN      ] sycl.dualview_template_views_return_correct_executionspace_views
36: [       OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms)
36: [ RUN      ] sycl.dynamic_view
36: [       OK ] sycl.dynamic_view (23 ms)
36: [ RUN      ] sycl.dyn_rank_view_api_generic
36: [       OK ] sycl.dyn_rank_view_api_generic (8 ms)
36: [ RUN      ] sycl.dyn_rank_view_api_operator_rank12345
36: [       OK ] sycl.dyn_rank_view_api_operator_rank12345 (1 ms)
36: [ RUN      ] sycl.dyn_rank_view_check_fence_resize_realloc
36: [       OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms)
36: [ RUN      ] sycl.dyn_rank_view_api_operator_rank67
36: [       OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms)
36: [ RUN      ] sycl.ErrorReporterViaLambda
36: [       OK ] sycl.ErrorReporterViaLambda (0 ms)
36: [ RUN      ] sycl.ErrorReporter
36: [       OK ] sycl.ErrorReporter (0 ms)
36: [ RUN      ] sycl.offsetview_construction
36: [       OK ] sycl.offsetview_construction (2 ms)
36: [ RUN      ] sycl.offsetview_unmanaged_construction
36: [       OK ] sycl.offsetview_unmanaged_construction (0 ms)
36: [ RUN      ] sycl.offsetview_subview
36: [       OK ] sycl.offsetview_subview (0 ms)
36: [ RUN      ] sycl.offsetview_offsets_rank1
36: [       OK ] sycl.offsetview_offsets_rank1 (0 ms)
36: [ RUN      ] sycl.offsetview_offsets_rank2
36: [       OK ] sycl.offsetview_offsets_rank2 (0 ms)
36: [ RUN      ] sycl.offsetview_offsets_rank3
36: [       OK ] sycl.offsetview_offsets_rank3 (0 ms)
36: [ RUN      ] sycl.scatterview
36: [       OK ] sycl.scatterview (28223 ms)
36: [ RUN      ] sycl.scatterview_devicetype
36: [       OK ] sycl.scatterview_devicetype (8845 ms)
36: [ RUN      ] sycl.staticcrsgraph
36: [       OK ] sycl.staticcrsgraph (25 ms)
36: [ RUN      ] sycl.resize_realloc_no_init_dualview
36: [       OK ] sycl.resize_realloc_no_init_dualview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_alloc_dualview
36: [       OK ] sycl.resize_realloc_no_alloc_dualview (0 ms)
36: [ RUN      ] sycl.resize_exec_space_dualview
36: [       OK ] sycl.resize_exec_space_dualview (0 ms)
36: [ RUN      ] sycl.realloc_exec_space_dualview
36: [       OK ] sycl.realloc_exec_space_dualview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_init_dynrankview
36: [       OK ] sycl.resize_realloc_no_init_dynrankview (0 ms)
36: [ RUN      ] sycl.resize_exec_space_dynrankview
36: [       OK ] sycl.resize_exec_space_dynrankview (0 ms)
36: [ RUN      ] sycl.realloc_exec_space_dynrankview
36: [       OK ] sycl.realloc_exec_space_dynrankview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_init_scatterview
36: [       OK ] sycl.resize_realloc_no_init_scatterview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_alloc_scatterview
36: [       OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms)
36: [ RUN      ] sycl.resize_exec_space_scatterview
36: [       OK ] sycl.resize_exec_space_scatterview (0 ms)
36: [ RUN      ] sycl.realloc_exec_space_scatterview
36: [       OK ] sycl.realloc_exec_space_scatterview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynrankview
36: [       OK ] sycl.create_mirror_no_init_dynrankview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynrankview_viewctor
36: [       OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms)
36: [ RUN      ] sycl.create_mirror_view_and_copy_dynrankview
36: [       OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_offsetview
36: [       OK ] sycl.create_mirror_no_init_offsetview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_offsetview_view_ctor
36: [       OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms)
36: [ RUN      ] sycl.create_mirror_view_and_copy_offsetview
36: [       OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynamicview
36: [       OK ] sycl.create_mirror_no_init_dynamicview (0 ms)
36: [ RUN      ] sycl.create_mirror_view_and_copy_dynamicview
36: [       OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynamicview_view_ctor
36: [       OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms)
36: [ RUN      ] sycl.UnorderedMap_insert
36: [       OK ] sycl.UnorderedMap_insert (3006 ms)
36: [ RUN      ] sycl.UnorderedMap_failed_insert
36: [       OK ] sycl.UnorderedMap_failed_insert (2470 ms)
36: [ RUN      ] sycl.UnorderedMap_deep_copy
36: [       OK ] sycl.UnorderedMap_deep_copy (4 ms)
36: [ RUN      ] sycl.UnorderedMap_valid_empty
36: [       OK ] sycl.UnorderedMap_valid_empty (1 ms)
36: [ RUN      ] sycl.UnorderedMap_clear_zero_size
36: [       OK ] sycl.UnorderedMap_clear_zero_size (0 ms)
36: [ RUN      ] sycl.UnorderedMap_consistent_size
36: [       OK ] sycl.UnorderedMap_consistent_size (0 ms)
36: [ RUN      ] sycl.UnorderedMap_shallow_copyable_on_device
36: [       OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms)
36: [ RUN      ] sycl.UnorderedMap_lambda_capturable
36: [       OK ] sycl.UnorderedMap_lambda_capturable (0 ms)
36: [ RUN      ] sycl.UnorderedMap_constructor_view_alloc
36: [       OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms)
36: [ RUN      ] sycl.viewctorprop_embedded_dim
36: [       OK ] sycl.viewctorprop_embedded_dim (0 ms)
36: [----------] 62 tests from sycl (42647 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 62 tests from 1 test suite ran. (42647 ms total)
36: [  PASSED  ] 62 tests.
36/57 Test #36: Kokkos_ContainersUnitTest_SYCL ................   Passed   45.42 sec
test 37
      Start 37: Kokkos_UnitTest_Sort

37: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
37: Test timeout computed to be: 1500
37: [==========] Running 15 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 15 tests from sycl
37: [ RUN      ] sycl.SortUnsignedValueType
37: [       OK ] sycl.SortUnsignedValueType (19 ms)
37: [ RUN      ] sycl.SortEmptyView
37: [       OK ] sycl.SortEmptyView (0 ms)
37: [ RUN      ] sycl.SortByKeyEmptyView
37: [       OK ] sycl.SortByKeyEmptyView (0 ms)
37: [ RUN      ] sycl.SortByKey
37: [       OK ] sycl.SortByKey (1 ms)
37: [ RUN      ] sycl.SortByKeyWithComparator
37: [       OK ] sycl.SortByKeyWithComparator (1 ms)
37: [ RUN      ] sycl.SortByKeyStaticExtents
37: [       OK ] sycl.SortByKeyStaticExtents (1 ms)
37: [ RUN      ] sycl.SortByKeyWithStrides
37: [       OK ] sycl.SortByKeyWithStrides (1 ms)
37: [ RUN      ] sycl.SortByKeyKeysLargerThanValues
37: 
37: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
37: 
37: [WARNING] /var/jenkins/workspace/Kokkos_PR-6907/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
37: [       OK ] sycl.SortByKeyKeysLargerThanValues (708 ms)
37: [ RUN      ] sycl.SortWithCustomComparator
37: [       OK ] sycl.SortWithCustomComparator (676 ms)
37: [ RUN      ] sycl.BinSortGenericTests
37: [       OK ] sycl.BinSortGenericTests (13 ms)
37: [ RUN      ] sycl.BinSortEmptyView
37: [       OK ] sycl.BinSortEmptyView (0 ms)
37: [ RUN      ] sycl.BinSortEmptyKeysView
37: [       OK ] sycl.BinSortEmptyKeysView (0 ms)
37: [ RUN      ] sycl.BinSortUnsignedKeyLayoutStrideValues
37: [       OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (12985 ms)
37: [ RUN      ] sycl.NestedSort
37: [       OK ] sycl.NestedSort (34 ms)
37: [ RUN      ] sycl.NestedSortByKey
37: [       OK ] sycl.NestedSortByKey (97 ms)
37: [----------] 15 tests from sycl (14541 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 15 tests from 1 test suite ran. (14541 ms total)
37: [  PASSED  ] 15 tests.
37/57 Test #37: Kokkos_UnitTest_Sort ..........................   Passed   17.02 sec
test 38
      Start 38: Kokkos_UnitTest_Random

38: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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 sycl
38: [ RUN      ] sycl.Random_XorShift64
38: Test Seed:1711689852285588407
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0350948 0.0218725 || 0.051031 28027 29312 || 29717.3 28674.4 || 302.366 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00176593 -0.00165325 || 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.0021314 0.0370236 || 0.051031 28028 29312 || 28735.6 28674.4 || 511.815 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0165309 0.0155277 || 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.0044741 -0.00120097 || 0.051031 28066 29324 || 28803.3 28674.4 || -16.6022 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00185779 0.00201943 || 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.0219786 0.00616537 || 0.051031 27887 29416 || 28057.7 28674.4 || 85.23 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0153989 0.00755068 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245724 -0.99999 -48248.5 || 0.051031 0 194900 || 2.92891e+09 28674.4 || -6.66987e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000736103 -0.304119 0.15001 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.6091e-07 -0.0233129 0.00720479 || 0.051031 28022 29275 || 29358.8 28674.4 || 99.599 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.96226e-07 0.0139932 0.0107132 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.83613e-07 -0.0107893 0.000611163 || 0.051031 28023 29284 || 28987.1 28674.4 || 8.44872 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.64335e-07 0.00838745 0.00389101 || 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.00416493 0.0315374 || 0.051031 27989 29326 || 28555.5 28674.4 || 435.973 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00649213 -0.00503121 || 0.051031 1e+64 -1e+64
38: Test Seed:1711689852458657077
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0116814 0.012679 || 0.051031 28055 29316 || 28343.3 28674.4 || 175.274 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00437242 0.00117665 || 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.0108198 0.0129624 || 0.051031 28078 29341 || 28367.5 28674.4 || 179.192 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0186518 0.00650026 || 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.00230137 0.00443473 || 0.051031 28036 29408 || 28740.5 28674.4 || 61.3057 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00668994 0.0050931 || 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.00218658 -0.0115249 || 0.051031 27909 29306 || 28737.2 28674.4 || -159.32 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00281911 0.0014055 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245467 -0.99999 -48247.4 || 0.051031 0 194985 || 2.92844e+09 28674.4 || -6.66972e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.0007353 -0.296772 0.15425 || 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.00329351 -0.00255588 || 0.051031 28027 29286 || 28769.1 28674.4 || -35.3325 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.26496e-07 0.00511149 -0.00156861 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.71e-07 0.00484034 -0.00463212 || 0.051031 28063 29335 || 28536.3 28674.4 || -64.0345 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.26496e-07 0.023255 -0.00185287 || 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.0128553 0.0106138 || 0.051031 28011 29299 || 29047.8 28674.4 || 146.725 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00874659 0.0005508 || 0.051031 1e+64 -1e+64
38: [       OK ] sycl.Random_XorShift64 (378 ms)
38: [ RUN      ] sycl.Random_XorShift1024_0
38: Test Seed:1711689852663482119
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.54313e-07 0.00470058 0.00767292 || 0.051031 10969 11804 || 11323.7 11377 || 106.07 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 -0.0206548 -0.00399184 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.54313e-07 -2.99389e-05 -0.00190707 || 0.051031 10915 11766 || 11377.3 11377 || -26.3633 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 -0.00141334 0.00458341 || 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.0205455 0.00856182 || 0.051031 10958 11800 || 11615.6 11377 || 118.359 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0181128 0.00384608 || 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.0346999 7.0396e-05 || 0.051031 10971 11792 || 10995.4 11377 || 0.973154 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00592578 -0.000782567 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245918 -0.999975 -7594.75 || 0.051031 0 77816 || 4.60971e+08 11377 || -1.0499e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000737466 -0.152957 0.0201677 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.79744e-07 -0.0195528 0.000161554 || 0.051031 10908 11779 || 11603.8 11377 || 2.23333 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.43323e-07 -0.0053803 0.000761304 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.60671e-07 -0.00881799 -0.00770406 || 0.051031 10997 11801 || 11478.2 11377 || -106.501 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.86102e-07 -0.0191713 0.00106486 || 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.0165196 0.00187176 || 0.051031 10913 11845 || 11568.1 11377 || 25.8752 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0196293 0.00217538 || 0.051031 1e+64 -1e+64
38: Test Seed:1711689852816304736
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00442938 0.00239949 || 0.051031 10963 11767 || 11427.6 11377 || 33.1705 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0124815 -0.000120725 || 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.0126364 -0.00106877 || 0.051031 11000 11805 || 11235 11377 || -14.7746 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0156109 0.00108576 || 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.00681635 0.00914123 || 0.051031 10986 11791 || 11299.9 11377 || 126.368 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00312114 0.000276237 || 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.00757211 0.00333087 || 0.051031 10977 11777 || 11291.5 11377 || 46.046 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00885943 0.00390127 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000244525 -0.999975 -7595.45 || 0.051031 0 77598 || 4.61059e+08 11377 || -1.05e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000733321 -0.164828 0.0242218 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.60671e-07 -0.0223327 -0.00628094 || 0.051031 10879 11803 || 11636.8 11377 || -86.8278 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.86102e-07 0.010686 0.00192638 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.9246e-07 -0.00732978 -0.0001888 || 0.051031 11019 11762 || 11461 11377 || -2.60996 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.8147e-07 0.0090112 -0.00195253 || 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.0105251 -0.00562887 || 0.051031 10976 11831 || 11258.5 11377 || -77.8135 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.01792 0.00154983 || 0.051031 1e+64 -1e+64
38: [       OK ] sycl.Random_XorShift1024_0 (353 ms)
38: [ RUN      ] sycl.Multi_streams
38: /var/jenkins/workspace/Kokkos_PR-6907/algorithms/unit_tests/TestRandom.hpp:593: Skipped
38: Failing on NVIDIA GPUs
38: [  SKIPPED ] sycl.Multi_streams (0 ms)
38: [----------] 3 tests from sycl (731 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 1 test suite ran. (731 ms total)
38: [  PASSED  ] 2 tests.
38: [  SKIPPED ] 1 test, listed below:
38: [  SKIPPED ] sycl.Multi_streams
38/57 Test #38: Kokkos_UnitTest_Random ........................   Passed    3.21 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A

39: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
39: Test timeout computed to be: 1500
39: [==========] Running 14 tests from 3 test suites.
39: [----------] Global test environment set-up.
39: [----------] 3 tests from std_algorithms_reducers
39: [ RUN      ] std_algorithms_reducers.max_first_loc
39: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_first_loc
39: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
39: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
39: [----------] 3 tests from std_algorithms_reducers (0 ms total)
39: 
39: [----------] 1 test from std_algorithms
39: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
39: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
39: [----------] 1 test from std_algorithms (0 ms total)
39: 
39: [----------] 10 tests from random_access_iterator_test
39: [ RUN      ] random_access_iterator_test.constructor
39: [       OK ] random_access_iterator_test.constructor (2 ms)
39: [ RUN      ] random_access_iterator_test.dereference
39: [       OK ] random_access_iterator_test.dereference (1 ms)
39: [ RUN      ] random_access_iterator_test.subscript_operator
39: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet1
39: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet2
39: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet3
39: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet4
39: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
39: [ RUN      ] random_access_iterator_test.assignment_operator
39: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.distance
39: [       OK ] random_access_iterator_test.distance (0 ms)
39: [ RUN      ] random_access_iterator_test.traits_helpers
39: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
39: [----------] 10 tests from random_access_iterator_test (7 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 14 tests from 3 test suites ran. (7 ms total)
39: [  PASSED  ] 14 tests.
39/57 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A ............   Passed    2.44 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B

40: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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 (9 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms)
40: [----------] 7 tests from std_algorithms_min_max_element_test (40 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 7 tests from 1 test suite ran. (40 ms total)
40: [  PASSED  ] 7 tests.
40/57 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B ............   Passed    2.49 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C

41: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
41: Test timeout computed to be: 1500
41: [==========] Running 13 tests from 10 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_lexicographical_compare_test
41: [ RUN      ] std_algorithms_lexicographical_compare_test.test
41: [       OK ] std_algorithms_lexicographical_compare_test.test (186 ms)
41: [----------] 1 test from std_algorithms_lexicographical_compare_test (186 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 (128 ms)
41: [----------] 1 test from std_algorithms_for_each_test (128 ms total)
41: 
41: [----------] 1 test from std_algorithms_find_test
41: [ RUN      ] std_algorithms_find_test.test
41: [       OK ] std_algorithms_find_test.test (73 ms)
41: [----------] 1 test from std_algorithms_find_test (73 ms total)
41: 
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
41: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (459 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
41: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1010 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search
41: [       OK ] std_algorithms_non_mod_seq_ops.search (618 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
41: [       OK ] std_algorithms_non_mod_seq_ops.search_n (430 ms)
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2519 ms total)
41: 
41: [----------] 1 test from std_algorithms_count_test
41: [ RUN      ] std_algorithms_count_test.test
41: [       OK ] std_algorithms_count_test.test (92 ms)
41: [----------] 1 test from std_algorithms_count_test (92 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 (16 ms)
41: [----------] 1 test from std_algorithms_equal_test (16 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 (81 ms)
41: [----------] 1 test from std_algorithms_all_any_none_of_test (81 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 (100 ms)
41: [----------] 1 test from std_algorithms_nonmod_seq_ops (100 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 (185 ms)
41: [----------] 1 test from std_algorithms_mismatch_test (185 ms total)
41: 
41: [----------] 1 test from std_algorithms_mod_seq_ops
41: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
41: [       OK ] std_algorithms_mod_seq_ops.move_backward (61 ms)
41: [----------] 1 test from std_algorithms_mod_seq_ops (61 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 13 tests from 10 test suites ran. (3445 ms total)
41: [  PASSED  ] 13 tests.
41/57 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C ............   Passed    5.92 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D

42: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
42: Test timeout computed to be: 1500
42: [==========] Running 31 tests from 5 test suites.
42: [----------] Global test environment set-up.
42: [----------] 3 tests from std_algorithms_mod_ops_test
42: [ RUN      ] std_algorithms_mod_ops_test.move
42: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
42: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
42: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
42: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
42: 
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
42: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
42: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
42: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
42: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
42: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
42: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
42: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms)
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total)
42: 
42: [----------] 4 tests from std_algorithms_replace_ops_test
42: [ RUN      ] std_algorithms_replace_ops_test.replace
42: [       OK ] std_algorithms_replace_ops_test.replace (43 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_if
42: [       OK ] std_algorithms_replace_ops_test.replace_if (164 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
42: [       OK ] std_algorithms_replace_ops_test.replace_copy (84 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
42: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (61 ms)
42: [----------] 4 tests from std_algorithms_replace_ops_test (354 ms total)
42: 
42: [----------] 11 tests from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
42: [       OK ] std_algorithms_mod_seq_ops.copy_if (33 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique
42: [       OK ] std_algorithms_mod_seq_ops.unique (238 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
42: [       OK ] std_algorithms_mod_seq_ops.unique_copy (79 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove
42: [       OK ] std_algorithms_mod_seq_ops.remove (55 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_if (56 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy (180 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (54 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate
42: [       OK ] std_algorithms_mod_seq_ops.rotate (1383 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
42: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (494 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
42: [       OK ] std_algorithms_mod_seq_ops.shift_left (1366 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
42: [       OK ] std_algorithms_mod_seq_ops.shift_right (1347 ms)
42: [----------] 11 tests from std_algorithms_mod_seq_ops (5290 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 (51 ms)
42: [----------] 1 test from std_algorithms_modseq_test (51 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 31 tests from 5 test suites ran. (5708 ms total)
42: [  PASSED  ] 31 tests.
42/57 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D ............   Passed    8.20 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E

43: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
43: Test timeout computed to be: 1500
43: [==========] Running 29 tests from 7 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_sorting_ops_test
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted (14 ms)
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms)
43: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total)
43: 
43: [----------] 4 tests from std_algorithms_partitioning_test
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
43: [ RUN      ] std_algorithms_partitioning_test.partition_point
43: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
43: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
43: 
43: [----------] 1 test from std_algorithms_partitioning_ops
43: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
43: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
43: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
43: 
43: [----------] 12 tests from std_algorithms_numerics_test
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
43: [----------] 12 tests from std_algorithms_numerics_test (16 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 (104 ms)
43: [----------] 1 test from std_algorithms_numerics_ops_test (104 ms total)
43: 
43: [----------] 8 tests from std_algorithms_numeric_ops_test
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (882 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 (662 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 (237 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (347 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 (2130 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. (2350 ms total)
43: [  PASSED  ] 29 tests.
43/57 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E ............   Passed    4.85 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

44: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
44: Test timeout computed to be: 1500
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 (583 ms)
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (564 ms)
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1148 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 (587 ms)
44: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
44: [       OK ] std_algorithms_count_team_test.count_returns_zero (253 ms)
44: [----------] 2 tests from std_algorithms_count_team_test (840 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 (303 ms)
44: [----------] 1 test from std_algorithms_count_if_team_test (303 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 (447 ms)
44: [----------] 1 test from std_algorithms_for_each_team_test (447 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_n_team_test
44: [ RUN      ] std_algorithms_for_each_n_team_test.test
44: [       OK ] std_algorithms_for_each_n_team_test.test (452 ms)
44: [----------] 1 test from std_algorithms_for_each_n_team_test (452 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 (2855 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 (1706 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 (1706 ms)
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6268 ms total)
44: 
44: [----------] 2 tests from std_algorithms_mismatch_team_test
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
44: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1923 ms)
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
44: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (884 ms)
44: [----------] 2 tests from std_algorithms_mismatch_team_test (2807 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 12 tests from 7 test suites ran. (12268 ms total)
44: [  PASSED  ] 12 tests.
44/57 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .......   Passed   14.72 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

45: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
45: Test timeout computed to be: 1500
45: [==========] Running 8 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_equal_team_test
45: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
45: [       OK ] std_algorithms_equal_team_test.views_are_equal (1402 ms)
45: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
45: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1295 ms)
45: [----------] 2 tests from std_algorithms_equal_team_test (2698 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 (719 ms)
45: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
45: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (878 ms)
45: [----------] 2 tests from std_algorithms_search_team_test (1598 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 (1815 ms)
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
45: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1671 ms)
45: [----------] 2 tests from std_algorithms_find_end_team_test (3487 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 (1380 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 (5325 ms)
45: [----------] 2 tests from std_algorithms_find_first_of_team_test (6705 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 8 tests from 4 test suites ran. (14490 ms total)
45: [  PASSED  ] 8 tests.
45/57 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .......   Passed   16.91 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

46: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
46: Test timeout computed to be: 1500
46: [==========] Running 11 tests from 7 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_find_team_test
46: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_exist (304 ms)
46: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (426 ms)
46: [----------] 2 tests from std_algorithms_find_team_test (730 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 (254 ms)
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (425 ms)
46: [----------] 2 tests from std_algorithms_find_if_team_test (680 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_not_team_test
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (424 ms)
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (254 ms)
46: [----------] 2 tests from std_algorithms_find_if_not_team_test (678 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 (427 ms)
46: [----------] 1 test from std_algorithms_all_of_team_test (427 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 (256 ms)
46: [----------] 1 test from std_algorithms_any_of_team_test (256 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 (426 ms)
46: [----------] 1 test from std_algorithms_none_of_team_test (426 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 (290 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 (314 ms)
46: [----------] 2 tests from std_algorithms_search_n_team_test (604 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 11 tests from 7 test suites ran. (3804 ms total)
46: [  PASSED  ] 11 tests.
46/57 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .......   Passed    6.27 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

47: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
47: Test timeout computed to be: 1500
47: [==========] Running 3 tests from 3 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_min_element_team_test
47: [ RUN      ] std_algorithms_min_element_team_test.test
47: [       OK ] std_algorithms_min_element_team_test.test (1285 ms)
47: [----------] 1 test from std_algorithms_min_element_team_test (1285 ms total)
47: 
47: [----------] 1 test from std_algorithms_max_element_team_test
47: [ RUN      ] std_algorithms_max_element_team_test.test
47: [       OK ] std_algorithms_max_element_team_test.test (1269 ms)
47: [----------] 1 test from std_algorithms_max_element_team_test (1269 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 (1723 ms)
47: [----------] 1 test from std_algorithms_minmax_element_team_test (1723 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 3 tests from 3 test suites ran. (4278 ms total)
47: [  PASSED  ] 3 tests.
47/57 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .......   Passed    6.73 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

48: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
48: Test timeout computed to be: 1500
48: [==========] Running 6 tests from 6 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_fill_team_test
48: [ RUN      ] std_algorithms_fill_team_test.test
48: [       OK ] std_algorithms_fill_team_test.test (318 ms)
48: [----------] 1 test from std_algorithms_fill_team_test (318 ms total)
48: 
48: [----------] 1 test from std_algorithms_fill_n_team_test
48: [ RUN      ] std_algorithms_fill_n_team_test.test
48: [       OK ] std_algorithms_fill_n_team_test.test (459 ms)
48: [----------] 1 test from std_algorithms_fill_n_team_test (459 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 (455 ms)
48: [----------] 1 test from std_algorithms_replace_team_test (455 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 (533 ms)
48: [----------] 1 test from std_algorithms_replace_if_team_test (533 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 (797 ms)
48: [----------] 1 test from std_algorithms_replace_copy_team_test (797 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 (734 ms)
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (734 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 6 tests from 6 test suites ran. (3298 ms total)
48: [  PASSED  ] 6 tests.
48/57 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .......   Passed    5.76 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

49: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
49: Test timeout computed to be: 1500
49: [==========] Running 4 tests from 4 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_reverse_team_test
49: [ RUN      ] std_algorithms_reverse_team_test.test
49: [       OK ] std_algorithms_reverse_team_test.test (344 ms)
49: [----------] 1 test from std_algorithms_reverse_team_test (344 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 (388 ms)
49: [----------] 1 test from std_algorithms_reverse_copy_team_test (388 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 (838 ms)
49: [----------] 1 test from std_algorithms_rotate_team_test (838 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 (711 ms)
49: [----------] 1 test from std_algorithms_rotate_copy_team_test (711 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (2283 ms total)
49: [  PASSED  ] 4 tests.
49/57 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .......   Passed    4.73 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

50: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
50: Test timeout computed to be: 1500
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_move_team_test
50: [ RUN      ] std_algorithms_move_team_test.test
50: [       OK ] std_algorithms_move_team_test.test (556 ms)
50: [----------] 1 test from std_algorithms_move_team_test (556 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 (503 ms)
50: [----------] 1 test from std_algorithms_move_backward_team_test (503 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_left_team_test
50: [ RUN      ] std_algorithms_shift_left_team_test.test
50: [       OK ] std_algorithms_shift_left_team_test.test (1694 ms)
50: [----------] 1 test from std_algorithms_shift_left_team_test (1695 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 (1616 ms)
50: [----------] 1 test from std_algorithms_shift_right_team_test (1616 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (4372 ms total)
50: [  PASSED  ] 4 tests.
50/57 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .......   Passed    6.82 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

51: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
51: Test timeout computed to be: 1500
51: [==========] Running 9 tests from 9 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_copy_team_test
51: [ RUN      ] std_algorithms_copy_team_test.test
51: [       OK ] std_algorithms_copy_team_test.test (647 ms)
51: [----------] 1 test from std_algorithms_copy_team_test (647 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 (537 ms)
51: [----------] 1 test from std_algorithms_copy_n_team_test (537 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 (461 ms)
51: [----------] 1 test from std_algorithms_copy_backward_team_test (461 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_if_team_test
51: [ RUN      ] std_algorithms_copy_if_team_test.test
51: [       OK ] std_algorithms_copy_if_team_test.test (556 ms)
51: [----------] 1 test from std_algorithms_copy_if_team_test (556 ms total)
51: 
51: [----------] 1 test from std_algorithms_unique_copy_team_test
51: [ RUN      ] std_algorithms_unique_copy_team_test.test
51: [       OK ] std_algorithms_unique_copy_team_test.test (1151 ms)
51: [----------] 1 test from std_algorithms_unique_copy_team_test (1151 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 (681 ms)
51: [----------] 1 test from std_algorithms_remove_team_test (681 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 (677 ms)
51: [----------] 1 test from std_algorithms_remove_if_team_test (677 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 (738 ms)
51: [----------] 1 test from std_algorithms_remove_copy_team_test (738 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 (693 ms)
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (693 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 9 tests from 9 test suites ran. (6145 ms total)
51: [  PASSED  ] 9 tests.
51/57 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .......   Passed    8.60 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

52: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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
52: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1267 ms)
52: [----------] 1 test from std_algorithms_unique_team_test (1267 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 (1144 ms)
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1144 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 (932 ms)
52: [----------] 1 test from std_algorithms_reduce_team_test (932 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 (1511 ms)
52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1511 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (4856 ms total)
52: [  PASSED  ] 4 tests.
52/57 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .......   Passed    7.32 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

53: Test command: /var/jenkins/workspace/Kokkos_PR-6907/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 (591 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 (1351 ms)
53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1943 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 (30 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1290 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (752 ms)
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2101 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 (371 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
53: [       OK ] std_algorithms_is_partitioned_team_test.all_false (364 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.random
53: [       OK ] std_algorithms_is_partitioned_team_test.random (303 ms)
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1053 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_copy_team_test
53: [ RUN      ] std_algorithms_partition_copy_team_test.empty
53: [       OK ] std_algorithms_partition_copy_team_test.empty (18 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
53: [       OK ] std_algorithms_partition_copy_team_test.all_true (730 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
53: [       OK ] std_algorithms_partition_copy_team_test.all_false (723 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.random
53: [       OK ] std_algorithms_partition_copy_team_test.random (643 ms)
53: [----------] 4 tests from std_algorithms_partition_copy_team_test (2115 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 (13 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_true
53: [       OK ] std_algorithms_partition_point_team_test.all_true (247 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_false
53: [       OK ] std_algorithms_partition_point_team_test.all_false (252 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.random
53: [       OK ] std_algorithms_partition_point_team_test.random (192 ms)
53: [----------] 4 tests from std_algorithms_partition_point_team_test (706 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 5 test suites ran. (7921 ms total)
53: [  PASSED  ] 18 tests.
53/57 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .......   Passed   10.38 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

54: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
54: Test timeout computed to be: 1500
54: [==========] Running 5 tests from 4 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_transform_team_test
54: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
54: [       OK ] std_algorithms_transform_team_test.test_unary_op (963 ms)
54: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
54: [       OK ] std_algorithms_transform_team_test.test_binary_op (816 ms)
54: [----------] 2 tests from std_algorithms_transform_team_test (1780 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_team_test
54: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
54: [       OK ] std_algorithms_generate_team_test.test_unary_op (1685 ms)
54: [----------] 1 test from std_algorithms_generate_team_test (1685 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 (477 ms)
54: [----------] 1 test from std_algorithms_generate_n_team_test (477 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 (822 ms)
54: [----------] 1 test from std_algorithms_swap_ranges_team_test (822 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 5 tests from 4 test suites ran. (4766 ms total)
54: [  PASSED  ] 5 tests.
54/57 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .......   Passed    7.22 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

55: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
55: Test timeout computed to be: 1500
55: [==========] Running 2 tests from 2 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
55: [       OK ] std_algorithms_exclusive_scan_team_test.test (3048 ms)
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3048 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 (1509 ms)
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1509 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (4557 ms total)
55: [  PASSED  ] 2 tests.
55/57 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .......   Passed    7.02 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

56: Test command: /var/jenkins/workspace/Kokkos_PR-6907/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
56: Test timeout computed to be: 1500
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
56: [       OK ] std_algorithms_inclusive_scan_team_test.test (4526 ms)
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4526 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 (2982 ms)
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2982 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (7508 ms total)
56: [  PASSED  ] 2 tests.
56/57 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .......   Passed    9.97 sec
test 57
      Start 57: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 57

Total Test time (real) = 775.74 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:               0 /  754 (0.00 %)
    Direct:           0 /  754 (0.00 %)
    Preprocessed:     0 /  754 (0.00 %)
  Misses:           754
    Direct:         754
    Preprocessed:   754
Primary storage:
  Hits:               0 / 1508 (0.00 %)
  Misses:          1508
  Cache size (GB): 4.34 / 5.00 (86.80 %)
  Cleanups:           2

Use the -v/--verbose option for more details.
[Pipeline] }
$ docker stop --time=1 df0e323028bbe14cca03b503d09d965585fd62be85b54b61e70c9a16d2404114
$ docker rm -f --volumes df0e323028bbe14cca03b503d09d965585fd62be85b54b61e70c9a16d2404114
[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:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 925d23fe-596b-4efd-a3fd-e57d39d4eec8
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 8120d9b3-64f2-4896-855f-a994959c390e
java.io.IOException: Failed to run image '16abe35a7e652f3591567f6bef00cc5d1fb4a710'. Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d0ac985b-45f9-4793-8ea8-90b1a84a17a5
java.io.IOException: Failed to run image 'cd9c40c319d4ccec6ff869bc5cb3244d2a37898a'. Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
java.io.IOException: Failed to run image '6c7d3dad1913dc1da58a92a5200f9eee3d9820e5'. Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
	at org.jenkinsci.plugins.docker.workflow.client.DockerClient.run(DockerClient.java:148)
	at org.jenkinsci.plugins.docker.workflow.WithContainerStep$Execution.start(WithContainerStep.java:200)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:323)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:20)
	at org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:105)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:140)
	at org.jenkinsci.plugins.docker.workflow.Docker.node(Docker.groovy:66)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:125)
	at org.jenkinsci.plugins.docker.workflow.declarative.DockerPipelineFromDockerfileScript.runImage(DockerPipelineFromDockerfileScript.groovy:56)
	at org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript.configureRegistry(AbstractDockerPipelineScript.groovy:63)
	at org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript.run(AbstractDockerPipelineScript.groovy:50)
	at org.jenkinsci.plugins.pipeline.modeldefinition.agent.CheckoutScript.checkoutAndRun(CheckoutScript.groovy:61)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85)
	at jdk.internal.reflect.GeneratedMethodAccessor279.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:46)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:97)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
	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)

GitHub has been notified of this commit’s build result

Finished: FAILURE