JBludau commented: Retest this please Connecting to https://api.github.com using 476720/****** Obtained .jenkins/continuous.groovy from 10d579f4f7743ee89d6af55782dc7404d648e8f5+69273c3a4e7b6adeb95066341ca201d62fe1e698 (59ae39531067900814be079bb86a734c616fb6d1) [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 villars04 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git rev-list --no-walk 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 403b3142647f8b42ffdf6187fff45384286f70f1 -f scripts/docker/Dockerfile.clang scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 ---> 35a88802559d Step 2/4 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 7692ac9856ca Step 3/4 : RUN apt-get update && apt-get install -y bc git build-essential clang-format-16 wget ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> ea2e781481ff Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16 ---> Using cache ---> 0d7961bc424b Successfully built 0d7961bc424b Successfully tagged 403b3142647f8b42ffdf6187fff45384286f70f1:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 403b3142647f8b42ffdf6187fff45384286f70f1 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer villars04 seems to be running inside container c275233b3ee7e1251dd5995aa56f15fc02eb181bc16b6805cfbb1e94840cd59f $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-7897 --volumes-from c275233b3ee7e1251dd5995aa56f15fc02eb181bc16b6805cfbb1e94840cd59f -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 403b3142647f8b42ffdf6187fff45384286f70f1 cat $ docker top 9bdee7f6440b7c089b38b9bb9d0c6e366a0e21bb8644e682347a1dd327cb7bbb -eo pid,comm [Pipeline] { [Pipeline] sh + ./scripts/docker/check_format_cpp.sh xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value [Pipeline] } $ docker stop --time=1 9bdee7f6440b7c089b38b9bb9d0c6e366a0e21bb8644e682347a1dd327cb7bbb $ docker rm -f --volumes 9bdee7f6440b7c089b38b9bb9d0c6e366a0e21bb8644e682347a1dd327cb7bbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-1) [Pipeline] parallel [Pipeline] { (Branch: GCC-8.4.0) [Pipeline] { (Branch: HIP-ROCm-5.7-C++20) [Pipeline] { (Branch: CUDA-11.0-NVCC-RDC) [Pipeline] stage [Pipeline] { (GCC-8.4.0) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.7-C++20) [Pipeline] stage [Pipeline] { (CUDA-11.0-NVCC-RDC) [Pipeline] node Running on CPU_Node_06 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] node Running on lascaux_03 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] node Running on waffle_02 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL [Pipeline] checkout 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] checkout Fetching changes from the remote Git repository Fetching without tags Fetching without tags Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 + docker build -t 9276dd6ea4d05c548fb9ba4730e5adb1ee5dab1f --build-arg BASE=rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:a06f702976f4cebe37ed116ba44f25155d1b80b4819cf066f187dea30f5a62c4 #1 transferring dockerfile: 1.52kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d #2 sha256:22a91894f80d64075dad75689e81cf29cf250230d7c34e3cb0fc67fedaeba0f2 Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh #2 DONE 0.5s #3 [internal] load .dockerignore #3 sha256:ad4fee698bbd2ba45344cd7ceeae0272514a231dc1cf39132fc066177a0e76ef #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d #7 sha256:f27bda5f4f4636b3038808990e278d10d3d9566eee5ff9a141851b7f0a205d5e #7 DONE 0.0s #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:92b09e1e2452b2a30f0eb9ae12bab5753fc4c70caa7256740a93e3d0c186afd2 #6 CACHED #5 [3/4] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:473a79773200bf64148b4f9ec03f3363d5ef39d19df18156a704e3d263f782ee #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:a35d872265ec7492b36b7c940df69fab086bce55e137139484300b1a22463516 #4 CACHED #8 exporting to image #8 sha256:e6a77a993b1900cb9ee7823e1898456ef97b8a84088df4e9b9a8758af7b511b5 #8 exporting layers done #8 writing image sha256:e0fd9622bb12cd9f572a5ce9b9bc0ebf3f3757163bd5d6ed36880fa4eb1d396a done #8 naming to docker.io/library/9276dd6ea4d05c548fb9ba4730e5adb1ee5dab1f:latest done #8 DONE 0.0s [Pipeline] isUnix + docker build -t 30623fa04967cef7a8d714fabdb02243b3c2e657 -f scripts/docker/Dockerfile.gcc scripts/docker #1 [internal] load build definition from Dockerfile.gcc #1 sha256:aab9eb8edb72d1f595a7eb7d16cfd08564cdd7794f62f68e66a9e4e672093175 #1 transferring dockerfile: 1.88kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc #2 sha256:a445a60bb2366ebf01c1be4ffad95bdd53d306c320c3d70cdb338f6efec29899 [Pipeline] withEnv [Pipeline] { [Pipeline] sh Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" #2 DONE 0.3s #3 [internal] load .dockerignore #3 sha256:5d9cf648fb9d13a8972d9a67c20069bd2ab153cab1d2524796cb3dd6d78658de #3 transferring context: 2B done #3 DONE 0.0s #8 [1/5] FROM docker.io/library/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc #8 sha256:ec7b8aa1a623e750be73649b5df0cc0602fefe4104c08d7d80e49ea785b93851 #8 DONE 0.0s #5 [4/5] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:37daaf1a47a11fdb0ce3fece52ce5640369faeb11de9a6586c1b33fd897650eb #5 CACHED #7 [2/5] RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential wget git bc ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #7 sha256:258b8921de18c7a215d3a99884f4ecbb533b26cae029d862034aa19b7c48e709 #7 CACHED #6 [3/5] RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list && echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe" >> /etc/apt/sources.list && apt-get update && apt-get install -y g++-8 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 8 && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:f6a4b2be7ef0d066a7e7a091f7f29f4b4095f89a3b5afec229292753d93aed9f #6 CACHED #4 [5/5] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 && CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.16.8-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #4 sha256:574ee4a92ed978a313dfc44ad7bd2bbaf03c0b24cd9572eb7701085574671926 #4 CACHED #9 exporting to image #9 sha256:120057075840c5917676e7f9e696c9b4aac248483030bd3ec3ca16892b26f6c7 #9 exporting layers done #9 writing image sha256:96fb99686c60916c77b52704506dd015de14bd639d618b53641f248bae8eb0ae done #9 naming to docker.io/library/30623fa04967cef7a8d714fabdb02243b3c2e657:latest done #9 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { + docker inspect -f . 9276dd6ea4d05c548fb9ba4730e5adb1ee5dab1f . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer lascaux_03 seems to be running inside container edc279fe5a91adf5a9fff4764b3714a1bfed56b59857d4685bfc2964e803a168 $ 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-7897 --volumes-from edc279fe5a91adf5a9fff4764b3714a1bfed56b59857d4685bfc2964e803a168 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 9276dd6ea4d05c548fb9ba4730e5adb1ee5dab1f cat > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 $ docker top e5ec29d95fb0676a11048603bf44a7e328faf2ecf2aaa8ef363be76555f7f100 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] sh + docker inspect -f . 30623fa04967cef7a8d714fabdb02243b3c2e657 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer + ccache --zero-stats Statistics zeroed CPU_Node_06 seems to be running inside container 47c968fa5120a15708786337ebc1760d905f9eedf2ad029744c6e2e8ceaeb112 + docker build -t 18ed00398dfbb661d85bf03209b2be14fd15a63d --build-arg BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 --build-arg ADDITIONAL_PACKAGES=g++-8 gfortran clang --build-arg CMAKE_VERSION=3.17.3 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> 66deaf56c203 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 656f240ffcea Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> a35c6b12232c Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> bd5fe606dcc4 Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> fc7fc7d35377 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> a40b294bd424 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 138adab4e459 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 ---> 432263960c62 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 56ddc1ffe56e Successfully built 56ddc1ffe56e Successfully tagged 18ed00398dfbb661d85bf03209b2be14fd15a63d:latest $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-7897 --volumes-from 47c968fa5120a15708786337ebc1760d905f9eedf2ad029744c6e2e8ceaeb112 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 30623fa04967cef7a8d714fabdb02243b3c2e657 cat $ docker top e45e4246c60988b6f3cd254b1c1570e412896d346272661b74e07aaa45f5a323 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + docker inspect -f . 18ed00398dfbb661d85bf03209b2be14fd15a63d . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_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 waffle_02 seems to be running inside container 6c949fd7446e5364a486ec1fec099061d47d33c86c527e21ad081d9cc3b963d1 $ 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-7897 --volumes-from 6c949fd7446e5364a486ec1fec099061d47d33c86c527e21ad081d9cc3b963d1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 18ed00398dfbb661d85bf03209b2be14fd15a63d cat -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-7897/build/generated/Kokkos_Version_Info.cpp -- Using -std=gnu++17 for C++17 extensions as feature -- SIMD: AVX2 detected -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: Kokkos::OpenMP -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT - Success -- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "3.0") -- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "3.0") found components: CXX -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include + mkdir -p build + cd build + cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. -- Setting default Kokkos CXX standard to 20 -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- No installed google benchmark found, fetching from GitHub -- [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 -- The CXX compiler identification is Clang 17.0.0 -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works -- Detecting CXX compiler ABI info $ docker top 675c991cf378b5486d1724e39a501492efc3005e132bc5c482d6adb2621f67cf -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { -- [benchmark] 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 [Pipeline] sh -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK + ccache --zero-stats Statistics zeroed [Pipeline] sh -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread -- [benchmark] Check if compiler accepts -pthread - yes -- [benchmark] Found Threads: TRUE -- Sources TestOpenMP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: OPENMP;SERIAL -- Configuring done + rm -rf install -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target kokkos_gtest Scanning dependencies of target benchmark [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version Scanning dependencies of target kokkoscore [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Built target kokkossimd [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o + mkdir -p install + rm -rf build [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 5.7.31921 -- 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 [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_OPENMP=OFF -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=OFF -DKokkos_ENABLE_CUDA_UVM=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DCMAKE_INSTALL_PREFIX=/var/jenkins/workspace/Kokkos_PR-7897/build/../install .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /usr/bin/g++-8 -- Check for working CXX compiler: /usr/bin/g++-8 - works -- Detecting CXX compiler ABI info [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.0.221 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-7897/bin/kokkos_launch_compiler) is enabled... [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt CMake Deprecation Warning at cmake/kokkos_enable_options.cmake:230 (message): Setting Kokkos_ENABLE_CUDA_LAMBDA is deprecated. Lambda expressions in device code are always enabled. Forcing -DKokkos_ENABLE_CUDA_LAMBDA=ON Call Stack (most recent call first): cmake/kokkos_tribits.cmake:157 (include) CMakeLists.txt:220 (kokkos_setup_build_environment) -- Using -std=c++17 for C++17 standard as feature [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o -- SIMD: AVX2 detected [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o -- CUDA auto-detection of architecture failed with /usr/bin/g++-8. Enabling CUDA language ONLY to auto-detect architecture... -- Looking for a CUDA compiler [ 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_SharedAlloc.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VEGA908 -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed -- Found TPLLIBDL: /usr/include [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o -- Looking for C++ include pthread.h [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o -- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc [ 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 -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- The CUDA compiler identification is NVIDIA 11.0.221 -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc [ 6%] Linking CXX static library libbenchmark.a [ 6%] Built target benchmark Scanning dependencies of target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works -- Detecting CUDA compiler ABI info [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads -- Detecting CUDA compiler ABI info - done -- Detecting CUDA compile features -- Detecting CUDA compile features - done Scanning dependencies of target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Linking CXX static library libkokkos_gtest.a [ 6%] Built target kokkos_gtest -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 7%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o -- Detected CUDA Compute Capability 80 -- Setting Kokkos_ARCH_AMPERE80=ON -- Built-in Execution Spaces: CMake Deprecation Warning at cmake/kokkos_arch.cmake:1333 (message): Setting Kokkos_ENABLE_CUDA_UVM is deprecated - use the portable Kokkos::SharedSpace as an explicit memory space in your code instead Call Stack (most recent call first): cmake/kokkos_tribits.cmake:159 (include) CMakeLists.txt:220 (kokkos_setup_build_environment) -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -- Kokkos Backends: SERIAL;CUDA -- Configuring done -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 install Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 3%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 3%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version [ 7%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 10%] Linking CXX static library libkokkossimd.a [ 10%] Built target kokkossimd [ 14%] Linking CXX static library libimpl_git_version.a -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include [ 14%] Built target impl_git_version -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub Scanning dependencies of target kokkoscore [ 17%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 28%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 28%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 28%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 35%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 35%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.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 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 8%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 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_InitializeFinalize.dir/TestInitializeFinalize.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 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_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 64%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 67%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 71%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 78%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.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_Default.dir/TestCompilerMacros.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 82%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 85%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 89%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [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-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 92%] Linking CXX static library libkokkoscore.a [ 92%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 96%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 10%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 10%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub [100%] Linking CXX static library libkokkoscontainers.a [100%] Built target kokkoscontainers Install the project... -- Install configuration: "Release" -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Team.hpp -- Kokkos Backends: SERIAL;HIP -- Configuring done -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HPX -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HPX/Kokkos_HPX_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HPX/Kokkos_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Assert.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_IsXnack.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Timer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Core.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_ScratchSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Atomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_GraphImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_HostBarrier.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskQueueCommon.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_DesulAtomicsConfig.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_EBO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskQueueMultiple_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_StringManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskResult.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Profiling.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskQueue_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_SingleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_MultipleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskBase.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Tools.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_BitOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_HostSpace_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_LIFO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_ClockTic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskQueueMemoryManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_LinkedListNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_SimpleTaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_GraphNodeThenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Stacktrace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskQueueMultiple.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_ChaseLev.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskPolicyData.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_VLAEmulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_TaskTeamMember.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_OptionalRef.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_Spinwait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_State.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Threads/Kokkos_Threads_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_MathematicalConstants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosExp_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Printf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_TaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_TaskScheduler_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Rank.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_GraphNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Core_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Concepts.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosExp_InterOp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_MemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_HostSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_MinMax.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_PointerOwnership.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_CopyViews.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Complex.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_MemoryTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Graph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Serial/Kokkos_Serial.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_BitManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_MathematicalSpecialFunctions.hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j16 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target benchmark Scanning dependencies of target impl_git_version [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.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/benchmark_runner.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 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o Scanning dependencies of target kokkoscore [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewCtor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewUniformType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewAccessPreconditionsCheck.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewAtomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Hooks -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/MDSpan -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewCommonType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewLegacy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewDataAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewTracker.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_BasicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/View/Kokkos_ViewTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_AnonymousSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Future.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Half.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_hwloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_TypeInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Clamp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Tuners.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/setup -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Crs.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_ExecPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Swap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_DetectionIdiom.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Adapt_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Adapt_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Adapt_CXX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/openmp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Atomic_Ref.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/desul/atomics/Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/mdspan -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/mdspan/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/mdspan/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2389_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2389_bits/dims.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2630_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2630_bits/strided_slice.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2630_bits/submdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p1684_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p1684_bits/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/layout_right.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/no_unique_address.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/layout_left.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/compressed_pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/trait_backports.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/type_list.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/dynamic_extent.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/layout_stride.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/utility.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/default_accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p0009_bits/full_extent_t.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2642_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2642_bits/layout_padded_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/experimental/__p2642_bits/layout_padded.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Bitset.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Functional_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_StaticCrsGraph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_ScatterView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Functional.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_DualView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_UnorderedMap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Vector.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_OffsetView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_DynRankView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_DynamicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_ErrorReporter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Find.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Count.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Sort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/Kokkos_SortByKeyPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/impl/Kokkos_SortByKeyImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/impl/Kokkos_SortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/Kokkos_SortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/Kokkos_BinSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_Random.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_NestedSort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_StdAlgorithms.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD_AVX2.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD_Scalar.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD_AVX512.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD_Common_Math.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/Kokkos_SIMD_NEON.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/libkokkossimd.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/libkokkossimd.a -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosTargets-release.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/bin/nvcc_wrapper -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/bin/hpcbind -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/bin/kokkos_launch_compiler -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-7897/install/include/KokkosCore_Config_DeclareBackend.hpp + cd .. + rm -rf build-tests [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 2%] Building CXX object _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 [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Linking CXX shared library libkokkossimd.so [ 3%] Linking CXX shared library libimpl_git_version.so [ 3%] Linking CXX shared library libkokkosprinter-tool.so [ 3%] Built target kokkossimd [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 3%] Built target impl_git_version [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 4%] Built target kokkosprinter-tool [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o + mkdir -p build-tests + cd build-tests + export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_PR-7897/build-tests/../install + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror --Werror=all-warnings -Xcudafe --diag_suppress=940 -DCMAKE_EXE_LINKER_FLAGS=-Xnvlink -suppress-stack-size-warning -DCMAKE_CXX_STANDARD=17 -DKokkos_INSTALL_TESTING=ON .. -- Setting default Kokkos CXX standard to 17 [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper - works -- Detecting CXX compiler ABI info [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") -- Looking for C++ include pthread.h [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 5%] Linking CXX shared library libbenchmark.so [ 5%] Built target benchmark [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o Scanning dependencies of target benchmark_main [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 7%] Linking CXX shared library libbenchmark_main.so [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 7%] Built target benchmark_main -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Enabled Kokkos devices: SERIAL;CUDA CMake Warning at install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:59 (message): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): install/lib/cmake/Kokkos/KokkosConfig.cmake:43 (include) cmake/kokkos_tribits.cmake:141 (find_package) CMakeLists.txt:220 (kokkos_setup_build_environment) -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- Sources TestCuda.cpp -- Kokkos Backends: -- Configuring done [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build-tests + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target Kokkos_query_device [ 0%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 0%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 7%] Linking CXX shared library libkokkos_gtest.so [ 7%] Built target kokkos_gtest [ 7%] Linking CXX shared library libkokkoscore.so [ 7%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 1%] Built target kokkosprinter-tool Scanning dependencies of target Kokkos_example_relocatable_function [ 1%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 1%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 1%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 1%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility Scanning dependencies of target Kokkos_tutorial_01_hello_world [ 1%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 7%] Linking CXX shared library libkokkoscontainers.so [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpGraph Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 9%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 9%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 1%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 1%] Linking CXX executable Kokkos_query_device [ 1%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 1%] Built target Kokkos_query_device [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 2%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 2%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 3%] Built target Kokkos_tutorial_01_hello_world [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 3%] Linking CXX static library libkokkos_gtest.a [ 3%] Built target kokkos_gtest [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o Scanning dependencies of target Kokkos_tutorial_02_simple_reduce [ 4%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 4%] Linking CXX executable Kokkos_example_relocatable_function [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 11%] Built target Kokkos_CoreUnitTest_CTestDevice [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP_ViewSupport [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 4%] Built target Kokkos_example_relocatable_function Scanning dependencies of target Kokkos_tutorial_03_simple_view [ 4%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 13%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 4%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 4%] Built target Kokkos_tutorial_02_simple_reduce [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o Scanning dependencies of target Kokkos_tutorial_04_simple_memoryspaces [ 4%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 15%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 5%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 5%] Built target Kokkos_tutorial_03_simple_view Scanning dependencies of target Kokkos_tutorial_05_simple_atomics [ 5%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o Scanning dependencies of target Kokkos_tutorial_06_simple_mdrangepolicy [ 5%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 5%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 5%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 5%] Built target Kokkos_tutorial_04_simple_memoryspaces Scanning dependencies of target Kokkos_tutorial_advancedviews_01_data_layouts [ 6%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 6%] Built target Kokkos_tutorial_05_simple_atomics [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o Scanning dependencies of target Kokkos_tutorial_advancedviews_02_memory_traits [ 6%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 6%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 19%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 6%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 6%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 6%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_tutorial_advancedviews_03_subviews [ 6%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 6%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 6%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 7%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 7%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 7%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 19%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_tutorial_advancedviews_04_dualviews [ 7%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 7%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits Scanning dependencies of target Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 7%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o [ 7%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 8%] Linking CXX executable Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_tutorial_algorithms_01_random_numbers [ 8%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 8%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 9%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o Scanning dependencies of target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 9%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 9%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 9%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 9%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 9%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 9%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 9%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_launch_bounds_reduce [ 9%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 9%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 9%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 9%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 9%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda Scanning dependencies of target Kokkos_tutorial_01_hello_world_lambda [ 9%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [ 9%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 9%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for Scanning dependencies of target Kokkos_tutorial_02_simple_reduce_lambda [ 9%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 9%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 9%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for Scanning dependencies of target Kokkos_tutorial_03_simple_view_lambda [ 9%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o Scanning dependencies of target Kokkos_atomic [ 9%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 10%] Built target Kokkos_tutorial_advancedviews_04_dualviews Scanning dependencies of target Kokkos_gather [ 10%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 10%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 10%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o Scanning dependencies of target Kokkos_gups [ 10%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.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_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 10%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 11%] Linking CXX executable Kokkos_launch_bounds_reduce [ 11%] Built target Kokkos_launch_bounds_reduce [ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization Scanning dependencies of target Kokkos_stream Scanning dependencies of target Kokkos_launch_latency [ 12%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 12%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 12%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 12%] Built target Kokkos_tutorial_01_hello_world_lambda [ 12%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda Scanning dependencies of target Kokkos_view_copy_constructor [ 12%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 12%] Built target Kokkos_tutorial_02_simple_reduce_lambda Scanning dependencies of target Kokkos_policy_performance [ 12%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 13%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 13%] Built target Kokkos_tutorial_03_simple_view_lambda Scanning dependencies of target Kokkos_bytes_and_flops [ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 14%] Linking CXX executable Kokkos_gups [ 14%] Linking CXX executable Kokkos_atomic [ 14%] Built target Kokkos_gups [ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 14%] Built target Kokkos_atomic Scanning dependencies of target impl_git_version [ 14%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 18%] 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_c3.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 14%] Linking CXX executable Kokkos_stream [ 14%] Built target Kokkos_stream Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 14%] Linking CXX executable Kokkos_launch_latency [ 14%] Built target Kokkos_launch_latency Scanning dependencies of target Kokkos_StackTraceTestExec [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 15%] Linking CXX static library libimpl_git_version.a [ 15%] Built target impl_git_version Scanning dependencies of target Kokkos_ToolsInitialization [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 17%] Linking CXX executable Kokkos_view_copy_constructor [ 17%] Built target Kokkos_view_copy_constructor [ 17%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 23%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_ProfilingAllCalls [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 19%] 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_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 18%] Linking CXX executable Kokkos_gather [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 18%] Built target Kokkos_gather [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 25%] Linking CXX executable Kokkos_ProfilingAllCalls [ 25%] Built target Kokkos_ProfilingAllCalls [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 19%] Linking CXX executable Kokkos_policy_performance [ 19%] Built target Kokkos_policy_performance Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 25%] 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_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 25%] Linking CXX executable Kokkos_ToolsInitialization [ 25%] Built target Kokkos_ToolsInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 20%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 25%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 26%] Built target Kokkos_CoreTestCompileOnly [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 20%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 20%] Linking CXX executable Kokkos_ToolsInitialization [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 20%] Built target Kokkos_ToolsInitialization [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o Scanning dependencies of target Kokkos_StackTraceTestExec [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 27%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 27%] Built target Kokkos_IncrementalTest_HIP [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 28%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 28%] Built target Kokkos_IncrementalTest_SERIAL [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 29%] Linking CXX executable Kokkos_StackTraceTestExec [ 29%] Built target Kokkos_StackTraceTestExec [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 21%] Linking CXX executable Kokkos_StackTraceTestExec [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 21%] Built target Kokkos_StackTraceTestExec [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 22%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 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_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 32%] 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_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 32%] 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_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 33%] 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_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_Default [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o [ 23%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 25%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 23%] Linking CXX executable Kokkos_bytes_and_flops [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 23%] Built target Kokkos_bytes_and_flops Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 26%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 27%] Built target Kokkos_CoreTestCompileOnly [ 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_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 39%] 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_MDSpanAtomicAccessor.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 40%] 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 [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 40%] Built target Kokkos_CoreUnitTest_Default [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 40%] 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_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o Scanning dependencies of target Kokkos_StackTraceTestExec [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_KokkosP [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 32%] Linking CXX executable Kokkos_StackTraceTestExec [ 32%] Built target Kokkos_StackTraceTestExec [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 32%] Built target Kokkos_CoreUnitTest_CTestDevice [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 33%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 33%] Built target Kokkos_CoreUnitTest_Develop [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 33%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_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/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.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 [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 50%] 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_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o 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 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 [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 50%] Built target Kokkos_CoreUnitTest_Serial2 [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o 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 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 53%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o 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 [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_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_DualView_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 42%] Linking CXX executable Kokkos_IncrementalTest_OPENMP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_IncrementalTest_OPENMP [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 58%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 58%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 59%] Built target Kokkos_PerformanceTest_TaskDag [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 45%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 45%] Built target Kokkos_IncrementalTest_SERIAL [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 59%] Built target Kokkos_PerformanceTest_SharedSpace [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 59%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 59%] Built target Kokkos_Benchmark_Atomic_MinMax [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 60%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 60%] Built target Kokkos_PerformanceTest_Mempool [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 60%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 60%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 47%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 64%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 64%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 48%] 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 [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_UnitTest_Sort [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 37%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 54%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 66%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 66%] Built target Kokkos_ContainersPerformanceTest_HIP [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 37%] Built target Kokkos_CoreUnitTest_Cuda3 [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 59%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 60%] Built target Kokkos_CoreUnitTest_Serial2 [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 45%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 73%] Built target Kokkos_ContainersUnitTest_HIP [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 73%] Built target Kokkos_ContainersUnitTest_Serial [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 74%] Linking CXX executable Kokkos_UnitTest_Sort [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 64%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 74%] Built target Kokkos_UnitTest_Sort [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 64%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.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_TeamBasic.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 78%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 81%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 81%] Built target Kokkos_PerformanceTest_Benchmark [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 69%] Built target Kokkos_PerformanceTest_TaskDag [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 69%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 69%] Built target Kokkos_Benchmark_Atomic_MinMax [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 69%] Built target Kokkos_PerformanceTest_Reduction [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 69%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.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 [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 70%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.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_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 70%] Built target Kokkos_CoreUnitTest_OpenMP [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 86%] 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_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.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_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 73%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 73%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o 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 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 87%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 88%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 88%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 88%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o Scanning dependencies of target Kokkos_atomic [ 89%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o Scanning dependencies of target Kokkos_gather [ 89%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 89%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 89%] Built target Kokkos_PerformanceTest_InclusiveScan [ 89%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o Scanning dependencies of target Kokkos_gups [ 89%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_Cuda2 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 90%] Linking CXX executable Kokkos_atomic [ 90%] Built target Kokkos_atomic [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Linking CXX executable Kokkos_gups Scanning dependencies of target Kokkos_launch_latency [ 90%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 90%] Built target Kokkos_gups [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 75%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 75%] Built target Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 75%] Built target Kokkos_ContainersUnitTest_OpenMP [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 91%] Linking CXX executable Kokkos_gather [ 91%] Built target Kokkos_gather Scanning dependencies of target Kokkos_stream [ 91%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o Scanning dependencies of target Kokkos_view_copy_constructor [ 91%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 92%] Linking CXX executable Kokkos_launch_latency [ 92%] Built target Kokkos_launch_latency [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o Scanning dependencies of target Kokkos_policy_performance [ 92%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 92%] 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_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 92%] Linking CXX executable Kokkos_view_copy_constructor [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o Scanning dependencies of target Kokkos_bytes_and_flops [ 92%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 92%] Built target Kokkos_view_copy_constructor [ 92%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 92%] Linking CXX executable Kokkos_stream [ 92%] Built target Kokkos_stream [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 93%] Linking CXX executable Kokkos_UnitTest_SIMD [ 93%] Built target Kokkos_UnitTest_SIMD [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 94%] Linking CXX executable Kokkos_policy_performance [ 94%] Built target Kokkos_policy_performance [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 96%] Linking CXX executable Kokkos_bytes_and_flops [ 96%] Built target Kokkos_bytes_and_flops [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 56%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o [ 83%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 83%] Built target Kokkos_ContainersUnitTest_Serial [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 57%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 83%] Linking CXX executable Kokkos_UnitTest_Random [ 83%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 58%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.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_A.dir/TestStdReducers.cpp.o [ 85%] Linking CXX executable Kokkos_UnitTest_Sort [ 85%] Built target Kokkos_UnitTest_Sort [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.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 [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 60%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 60%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 60%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 60%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 61%] Built target Kokkos_CoreUnitTest_Develop [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 61%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [100%] Built target Kokkos_CoreUnitTest_HIP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: e5ec29d95fb0 Build name: Linux-hipcc Create new tag: 20250317-1506 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/59 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.42 sec test 2 Start 2: Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from hip 2: [ RUN ] hip.basic_view_default_ctor 2: [ OK ] hip.basic_view_default_ctor (0 ms) 2: [ RUN ] hip.basic_view_extents_ctor 2: [ OK ] hip.basic_view_extents_ctor (0 ms) 2: [ RUN ] hip.basic_view_mapping_ctor_right 2: [ OK ] hip.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] hip.basic_view_access 2: [ OK ] hip.basic_view_access (2 ms) 2: [ RUN ] hip.basic_view_atomic_accessor 2: [ OK ] hip.basic_view_atomic_accessor (0 ms) 2: [ RUN ] hip.RefCountedAcc_Typedefs 2: [ OK ] hip.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedAcc_Ctors 2: [ OK ] hip.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] hip.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] hip.RefCountedAcc_Access 2: [ OK ] hip.RefCountedAcc_Access (0 ms) 2: [ RUN ] hip.RefCountedAcc_Conversion 2: [ OK ] hip.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] hip.RefCountedDataHandle_Typedefs 2: [ OK ] hip.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedDataHandle 2: [ OK ] hip.RefCountedDataHandle (0 ms) 2: [ RUN ] hip.RefCountedDataHandleAnonym 2: [ OK ] hip.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] hip.RefCountedDataHandleConversion 2: [ OK ] hip.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from hip (5 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (5 ms total) 2: [ PASSED ] 14 tests. 2/59 Test #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................ Passed 0.40 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 221 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 63%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 63%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o 3: [ OK ] serial_DeathTest.abort_from_host (1795 ms) 3: [ RUN ] serial_DeathTest.abort_from_device [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o 3: [ OK ] serial_DeathTest.abort_from_device (1756 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1632 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1765 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (6952 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 193 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (68 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (41 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (19 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (1083 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (107 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1861 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpGraph [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 64%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 64%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (6972 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (566 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (569 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (23 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (96 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (5 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (74 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (5 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o 3: [ OK ] serial.mdrange_large_deep_copy (425 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 64%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 64%] Built target Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_ProfilingAllCalls [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3085 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (2 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (31 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (2 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (0 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (87 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (248 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (1143 ms) 3: [ RUN ] serial.double_reduce_dynamic [ 65%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o 3: [ OK ] serial.double_reduce_dynamic (1201 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view [ 65%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 3: [ OK ] serial.int64_t_reduce_dynamic_view (260 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 66%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o 3: [ OK ] serial.reduce_device_view_mdrange_policy (2671 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (179 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (5 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 193 tests from serial (21413 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 221 tests from 4 test suites ran. (28367 ms total) 3: [ PASSED ] 214 tests. 3: [ SKIPPED ] 7 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/59 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 28.77 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 143 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 66%] Linking CXX executable Kokkos_ProfilingAllCalls [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 66%] Built target Kokkos_ProfilingAllCalls [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11823 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 66%] Built target Kokkos_CoreUnitTest_Cuda1 [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (12194 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (24017 ms total) 4: 4: [----------] 135 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (313 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (8 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (311 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (56 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (68 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (90 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (38 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (91 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (68 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I 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 [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o 4: [ OK ] serial.repeated_team_reduce (7175 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (91 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (86 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (26 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (28 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (4 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (2 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (465 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.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_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 69%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 69%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o 4: [ OK ] serial.view_fill_tests_layout_right (2268 ms) 4: [ RUN ] serial.view_fill_tests_layout_left Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 4: [ OK ] serial.view_fill_tests_layout_left (2921 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (45 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (67 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (1 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (1 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (117 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (121 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (120 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (120 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (145 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (146 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (145 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (15264 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 143 tests from 2 test suites ran. (39282 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/59 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 39.69 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 1500 5: [==========] Running 428 tests from 6 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 70%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP 5: [ OK ] hip_DeathTest.abort_from_host (1859 ms) 5: [ RUN ] hip_DeathTest.abort_from_device [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 70%] Built target Kokkos_CoreUnitTest_KokkosP [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 5: [ OK ] hip_DeathTest.abort_from_device (1778 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1725 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1610 ms) 5: [ RUN ] hip_DeathTest.policy_invalid_bounds 5: [ OK ] hip_DeathTest.policy_invalid_bounds (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_invalid_bounds 5: [ OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_check_sign_changes 5: [ OK ] hip_DeathTest.range_policy_check_sign_changes (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1695 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1570 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_stat 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_mix 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_static_extents 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 97%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 97%] Built target Kokkos_PerformanceTest_InclusiveScan Scanning dependencies of target Kokkos_UnitTest_SIMD [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o Scanning dependencies of target Kokkos_atomic [ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11677 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_gather [ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P Scanning dependencies of target Kokkos_gups [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o Scanning dependencies of target Kokkos_launch_latency [ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o Scanning dependencies of target Kokkos_stream [ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 98%] Linking CXX executable Kokkos_gups [ 98%] Built target Kokkos_gups Scanning dependencies of target Kokkos_view_copy_constructor [ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 98%] Linking CXX executable Kokkos_atomic [ 98%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_policy_performance [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o 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 [ 99%] Linking CXX executable Kokkos_launch_latency [ 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 [ 99%] Built target Kokkos_launch_latency [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [100%] Linking CXX executable Kokkos_view_copy_constructor [100%] Built target Kokkos_view_copy_constructor [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (11742 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_gather [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Built target Kokkos_UnitTest_SIMD + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: e45e4246c609 Build name: Linux-c++ Create new tag: 20250317-1508 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 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 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/49 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.01 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport 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 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from openmp 2: [ RUN ] openmp.basic_view_default_ctor 2: [ OK ] openmp.basic_view_default_ctor (0 ms) 2: [ RUN ] openmp.basic_view_extents_ctor 2: [ OK ] openmp.basic_view_extents_ctor (0 ms) 2: [ RUN ] openmp.basic_view_mapping_ctor_right 2: [ OK ] openmp.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] openmp.basic_view_access 2: [ OK ] openmp.basic_view_access (0 ms) 2: [ RUN ] openmp.basic_view_atomic_accessor 2: [ OK ] openmp.basic_view_atomic_accessor (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Typedefs 2: [ OK ] openmp.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Ctors 2: [ OK ] openmp.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] openmp.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Access 2: [ OK ] openmp.RefCountedAcc_Access (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Conversion 2: [ OK ] openmp.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] openmp.RefCountedDataHandle_Typedefs 2: [ OK ] openmp.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] openmp.RefCountedDataHandle 2: [ OK ] openmp.RefCountedDataHandle (0 ms) 2: [ RUN ] openmp.RefCountedDataHandleAnonym 2: [ OK ] openmp.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] openmp.RefCountedDataHandleConversion 2: [ OK ] openmp.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from openmp (2 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (2 ms total) 2: [ PASSED ] 14 tests. 2/49 Test #2: Kokkos_CoreUnitTest_OpenMP_ViewSupport ..................... Passed 0.01 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 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 259 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (265 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (155 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (147 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (145 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (716 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 231 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (5 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (74 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (41 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (9 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (22 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (10 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (22 ms) 3: [ RUN ] serial.exec_space_thread_safety_range [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o 3: [ OK ] serial.exec_space_thread_safety_range (1073 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (123 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (128 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (110 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (114 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (119 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (120 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2480 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2098 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1220 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1212 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (9 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (7 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (2 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (4 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (5 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (1 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (8 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (2 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (26 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (112 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (5 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (79 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (5 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (948 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (30400 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3005 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (1 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (30 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (0 ms) 3: [ RUN ] serial.quad_precision_reductions 3: [ OK ] serial.quad_precision_reductions (0 ms) 3: [ RUN ] serial.quad_precision_common_math_functions 3: [ OK ] serial.quad_precision_common_math_functions (0 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (6 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (6 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (2 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (1 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (2 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (1 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (230 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (259 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (794 ms) 3: [ RUN ] serial.double_reduce_dynamic [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o 3: [ OK ] serial.double_reduce_dynamic (1009 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (196 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (2304 ms) 3: [ RUN ] serial.reduce_device_view_team_policy [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o 3: [ OK ] serial.reduce_device_view_team_policy (1625 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (3 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [ RUN ] serial.task_fib_deprecated 3: [ OK ] serial.task_fib_deprecated (924 ms) 3: [ RUN ] serial.task_depend_deprecated 3: [ OK ] serial.task_depend_deprecated (0 ms) 3: [ RUN ] serial.task_team_deprecated 3: [ OK ] serial.task_team_deprecated (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated 3: [ OK ] serial.task_with_mempool_deprecated (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated 3: [ OK ] serial.task_multiple_depend_deprecated (15 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated 3: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated 3: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 3: [ RUN ] serial.task_fib_deprecated_multiple 3: [ OK ] serial.task_fib_deprecated_multiple (930 ms) 3: [ RUN ] serial.task_depend_deprecated_multiple 3: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_team_deprecated_multiple 3: [ OK ] serial.task_team_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated_multiple 3: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated_multiple 3: [ OK ] serial.task_multiple_depend_deprecated_multiple (15 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 3: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 3: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_fib_single 3: [ OK ] serial.task_fib_single (717 ms) 3: [ RUN ] serial.task_depend_single 3: [ OK ] serial.task_depend_single (0 ms) 3: [ RUN ] serial.task_team_single 3: [ OK ] serial.task_team_single (0 ms) 3: [ RUN ] serial.task_with_mempool_single 3: [ OK ] serial.task_with_mempool_single (0 ms) 3: [ RUN ] serial.task_multiple_depend_single 3: [ OK ] serial.task_multiple_depend_single (14 ms) 3: [ RUN ] serial.task_scheduler_ctors_single 3: [ OK ] serial.task_scheduler_ctors_single (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_single 3: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 3: [ RUN ] serial.task_fib_multiple 3: [ OK ] serial.task_fib_multiple (717 ms) 3: [ RUN ] serial.task_depend_multiple 3: [ OK ] serial.task_depend_multiple (0 ms) 3: [ RUN ] serial.task_team_multiple 3: [ OK ] serial.task_team_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_multiple 3: [ OK ] serial.task_with_mempool_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_multiple 3: [ OK ] serial.task_multiple_depend_multiple (14 ms) 3: [ RUN ] serial.task_scheduler_ctors_multiple 3: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_multiple 3: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 3: [ RUN ] serial.task_fib_chase_lev [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o 3: [ OK ] serial.task_fib_chase_lev (753 ms) 3: [ RUN ] serial.task_depend_chase_lev 3: [ OK ] serial.task_depend_chase_lev (0 ms) 3: [ RUN ] serial.task_team_chase_lev 3: [ OK ] serial.task_team_chase_lev (0 ms) 3: [ RUN ] serial.task_with_mempool_chase_lev 3: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 3: [ RUN ] serial.task_multiple_depend_chase_lev 3: [ OK ] serial.task_multiple_depend_chase_lev (15 ms) 3: [ RUN ] serial.task_scheduler_ctors_chase_lev 3: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 3: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 3: [----------] 231 tests from serial (23844 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:208: Skipped 3: insufficient number of supported concurrent threads 3: [ SKIPPED ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:631: Skipped 3: test needs at least 4 OpenMP threads 3: [ SKIPPED ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:708: Skipped 3: insufficient number of supported concurrent threads 3: [ SKIPPED ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 259 tests from 4 test suites ran. (24560 ms total) 3: [ PASSED ] 249 tests. 3: [ SKIPPED ] 10 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.submit_onto_another_execution_space_instance 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3: [ SKIPPED ] serial_graph.diamond 3: [ SKIPPED ] serial_graph.end_of_submit_control_flow 3/49 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 24.58 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 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 143 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1066 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (1044 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (2111 ms total) 4: 4: [----------] 135 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (385 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (4 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (501 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (66 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (4 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (4 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (41 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (30 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (81 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (94 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (81 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 76%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o 4: [ OK ] serial.repeated_team_reduce (4297 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (95 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (86 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (30 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (4 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (28 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (4 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (2 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (5 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank [ 76%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_UnitTest_Sort [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o 4: [ OK ] serial.view_allocation_large_rank (1307 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (10 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (16 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o 4: [ OK ] serial.view_fill_tests_layout_right (4908 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (31450 ms) 5: [----------] 19 tests from hip_DeathTest (95513 ms total) 5: 5: [----------] 1 test from hip_graph_DeathTest 5: [ RUN ] hip_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from hip_graph_DeathTest (0 ms total) 5: 5: [----------] 308 tests from hip 5: [ RUN ] hip.array_capacity 5: [ OK ] hip.array_capacity (0 ms) 5: [ RUN ] hip.array_element_access 5: [ OK ] hip.array_element_access (0 ms) 5: [ RUN ] hip.array_operator_equal 5: [ OK ] hip.array_operator_equal (0 ms) 5: [ RUN ] hip.array_zero_capacity 5: [ OK ] hip.array_zero_capacity (0 ms) 5: [ RUN ] hip.array_zero_data_nullptr 5: [ OK ] hip.array_zero_data_nullptr (0 ms) 5: [ RUN ] hip.array_contiguous_capacity 5: [ OK ] hip.array_contiguous_capacity (0 ms) 5: [ RUN ] hip.array_contiguous_element_access 5: [ OK ] hip.array_contiguous_element_access (0 ms) 5: [ RUN ] hip.array_contiguous_assignment 5: [ OK ] hip.array_contiguous_assignment (0 ms) 5: [ RUN ] hip.array_strided_capacity 5: [ OK ] hip.array_strided_capacity (0 ms) 5: [ RUN ] hip.array_strided_element_access 5: [ OK ] hip.array_strided_element_access (0 ms) 5: [ RUN ] hip.array_strided_assignment 5: [ OK ] hip.array_strided_assignment (0 ms) 5: [ RUN ] hip.atomic_operations_complexdouble 5: [ OK ] hip.atomic_operations_complexdouble (12 ms) 5: [ RUN ] hip.atomic_operations_complexfloat 5: [ OK ] hip.atomic_operations_complexfloat (8 ms) 5: [ RUN ] hip.atomic_operations_double 5: [ OK ] hip.atomic_operations_double (11 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (10 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (29 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (28 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (28 ms) 5: [ RUN ] hip.atomic_shared 5: [ OK ] hip.atomic_shared (0 ms) 5: [ RUN ] hip.atomic_operations_unsigned 5: [ OK ] hip.atomic_operations_unsigned (24 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (23 ms) 5: [ RUN ] hip.atomics 5: [ OK ] hip.atomics (332 ms) 5: [ RUN ] hip.atomics_tpetra_max_abs 5: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] hip.atomic_views_integral 4: [ OK ] serial.view_fill_tests_layout_left (5213 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (45 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (41 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (53 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (1 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (3 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (127 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (344 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (341 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (340 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (299 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (299 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (297 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (19548 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 143 tests from 2 test suites ran. (21659 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/49 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 21.67 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenMP 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 4 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [==========] Running 402 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from openmp_DeathTest 5: [ RUN ] openmp_DeathTest.abort_from_host 5: [ OK ] openmp_DeathTest.abort_from_host (146 ms) 5: [ RUN ] openmp_DeathTest.abort_from_device 5: [ OK ] openmp_DeathTest.abort_from_device (144 ms) 5: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (150 ms) 5: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (146 ms) 5: [ RUN ] openmp_DeathTest.policy_invalid_bounds 5: [ OK ] openmp_DeathTest.policy_invalid_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 5: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 5: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 5: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 5: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] hip.atomic_views_integral (5118 ms) 5: [ RUN ] hip.atomic_views_nonintegral 5: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1053 ms) 5: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (1049 ms) 5: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 5: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [----------] 19 tests from openmp_DeathTest (2691 ms total) 5: 5: [----------] 1 test from openmp_graph_DeathTest 5: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from openmp_graph_DeathTest (0 ms total) 5: 5: [----------] 366 tests from openmp 5: [ RUN ] openmp.array_capacity 5: [ OK ] openmp.array_capacity (0 ms) 5: [ RUN ] openmp.array_element_access 5: [ OK ] openmp.array_element_access (0 ms) 5: [ RUN ] openmp.array_operator_equal 5: [ OK ] openmp.array_operator_equal (0 ms) 5: [ RUN ] openmp.array_zero_capacity 5: [ OK ] openmp.array_zero_capacity (0 ms) 5: [ RUN ] openmp.array_zero_data_nullptr 5: [ OK ] openmp.array_zero_data_nullptr (0 ms) 5: [ RUN ] openmp.array_contiguous_capacity 5: [ OK ] openmp.array_contiguous_capacity (0 ms) 5: [ RUN ] openmp.array_contiguous_element_access 5: [ OK ] openmp.array_contiguous_element_access (0 ms) 5: [ RUN ] openmp.array_contiguous_assignment 5: [ OK ] openmp.array_contiguous_assignment (0 ms) 5: [ RUN ] openmp.array_strided_capacity 5: [ OK ] openmp.array_strided_capacity (0 ms) 5: [ RUN ] openmp.array_strided_element_access 5: [ OK ] openmp.array_strided_element_access (0 ms) 5: [ RUN ] openmp.array_strided_assignment 5: [ OK ] openmp.array_strided_assignment (0 ms) 5: [ RUN ] openmp.atomic_operations_complexdouble 5: [ OK ] openmp.atomic_operations_complexdouble (30 ms) 5: [ RUN ] openmp.atomic_operations_complexfloat 5: [ OK ] openmp.atomic_operations_complexfloat (28 ms) 5: [ RUN ] openmp.atomic_operations_double 5: [ OK ] openmp.atomic_operations_double (21 ms) 5: [ RUN ] openmp.atomic_operations_float 5: [ OK ] openmp.atomic_operations_float (21 ms) 5: [ RUN ] openmp.atomic_operations_int 5: [ OK ] openmp.atomic_operations_int (56 ms) 5: [ RUN ] openmp.atomic_operations_long 5: [ OK ] openmp.atomic_operations_long (58 ms) 5: [ RUN ] openmp.atomic_operations_longlong 5: [ OK ] openmp.atomic_operations_longlong (56 ms) 5: [ RUN ] openmp.atomic_shared 5: [ OK ] openmp.atomic_shared (0 ms) 5: [ RUN ] openmp.atomic_operations_unsigned 5: [ OK ] openmp.atomic_operations_unsigned (48 ms) 5: [ RUN ] openmp.atomic_operations_unsignedlong 5: [ OK ] openmp.atomic_operations_unsignedlong (48 ms) 5: [ RUN ] openmp.atomics 5: [ OK ] openmp.atomics (28 ms) 5: [ RUN ] openmp.atomics_tpetra_max_abs 5: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] openmp.atomic_views_integral 5: [ OK ] openmp.atomic_views_integral (234 ms) 5: [ RUN ] openmp.atomic_views_nonintegral 5: [ OK ] openmp.atomic_views_nonintegral (99 ms) 5: [ RUN ] openmp.atomic_view_api 5: [ OK ] openmp.atomic_view_api (0 ms) 5: [ RUN ] openmp.bit_manip_countl_zero 5: [ OK ] openmp.bit_manip_countl_zero (0 ms) 5: [ RUN ] openmp.bit_manip_countl_one 5: [ OK ] openmp.bit_manip_countl_one (0 ms) 5: [ RUN ] openmp.bit_manip_countr_zero 5: [ OK ] openmp.bit_manip_countr_zero (0 ms) 5: [ RUN ] openmp.bit_manip_countr_one 5: [ OK ] openmp.bit_manip_countr_one (0 ms) 5: [ RUN ] openmp.bit_manip_popcount 5: [ OK ] openmp.bit_manip_popcount (0 ms) 5: [ RUN ] openmp.bit_manip_has_single_bit 5: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 5: [ RUN ] openmp.bit_manip_bit_floor 5: [ OK ] openmp.bit_manip_bit_floor (0 ms) 5: [ RUN ] openmp.bit_manip_bit_ceil 5: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 5: [ RUN ] openmp.bit_manip_bit_width 5: [ OK ] openmp.bit_manip_bit_width (0 ms) 5: [ RUN ] openmp.bit_manip_rotl 5: [ OK ] openmp.bit_manip_rotl (0 ms) 5: [ RUN ] openmp.bit_manip_rotr 5: [ OK ] openmp.bit_manip_rotr (0 ms) 5: [ RUN ] openmp.bit_manip_byeswap 5: [ OK ] openmp.bit_manip_byeswap (1 ms) 5: [ RUN ] openmp.bit_manip_bit_cast 5: [ OK ] openmp.bit_manip_bit_cast (0 ms) 5: [ RUN ] openmp.test_block_deduction_bug_pr_3103 5: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] openmp.checked_integer_operations_multiply_overflow 5: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] openmp.execution_policy_occupancy_and_hint 5: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] openmp.complex_construction 5: [ OK ] openmp.complex_construction (0 ms) 5: [ RUN ] openmp.complex_basic_math 5: [ OK ] openmp.complex_basic_math (0 ms) 5: [ RUN ] openmp.complex_special_funtions 5: [ OK ] openmp.complex_special_funtions (0 ms) 5: [ RUN ] openmp.complex_io 5: [ OK ] openmp.complex_io (0 ms) 5: [ RUN ] openmp.complex_trivially_copyable 5: [ OK ] openmp.complex_trivially_copyable (0 ms) 5: [ RUN ] openmp.complex_issue_3865 5: [ OK ] openmp.complex_issue_3865 (0 ms) 5: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 5: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] openmp.complex_structured_bindings 5: [ OK ] openmp.complex_structured_bindings (0 ms) 5: [ RUN ] openmp.crs_count_fill 5: [ OK ] openmp.crs_count_fill (3 ms) 5: [ RUN ] openmp.crs_copy_constructor 5: [ OK ] openmp.crs_copy_constructor (19 ms) 5: [ RUN ] openmp.deep_copy_alignment 5: [ OK ] openmp.deep_copy_alignment (8 ms) 5: [ RUN ] openmp.deep_copy_conversion 5: [ OK ] openmp.deep_copy_conversion (39 ms) 5: [ RUN ] openmp.partitioning_by_args 5: [ OK ] openmp.partitioning_by_args (11 ms) 5: [ RUN ] openmp.partitioning_by_vector 5: [ OK ] openmp.partitioning_by_vector (9 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range 5: [ OK ] openmp.exec_space_thread_safety_range (1095 ms) 5: [ RUN ] openmp.exec_space_thread_safety_mdrange 5: [ OK ] openmp.exec_space_thread_safety_mdrange (280 ms) 5: [ RUN ] openmp.exec_space_thread_safety_team_policy 5: [ OK ] openmp.exec_space_thread_safety_team_policy (292 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range_reduce 5: [ OK ] openmp.exec_space_thread_safety_range_reduce (293 ms) 5: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 5: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (281 ms) 5: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 5: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (288 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range_scan 5: [ OK ] openmp.exec_space_thread_safety_range_scan (305 ms) 5: [ RUN ] openmp.execution_space_as_class_data_member 5: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 5: [ RUN ] openmp.functor_analysis 5: [ OK ] openmp.functor_analysis (0 ms) 5: [ RUN ] openmp.when_all_type 5: [ OK ] openmp.when_all_type (0 ms) 5: [ RUN ] openmp.graph_then 5: [ OK ] openmp.graph_then (0 ms) 5: [ RUN ] openmp.host_shared_ptr_use_count 5: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 5: [ RUN ] openmp.host_shared_ptr_get 5: [ OK ] openmp.host_shared_ptr_get (0 ms) 5: [ RUN ] openmp.host_shared_ptr_dereference_on_device 5: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] openmp.host_shared_ptr_special_members_on_device 5: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] openmp.host_shared_ptr_tracking 5: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 5: [ RUN ] openmp.join_backward_compatibility 5: [ OK ] openmp.join_backward_compatibility (0 ms) 5: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 5: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1553 ms) 5: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1485 ms) 5: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 5: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (1195 ms) 5: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 5: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (1191 ms) 5: [ RUN ] openmp.deep_copy_scratch 5: [ OK ] openmp.deep_copy_scratch (0 ms) 5: [ RUN ] openmp.mathematical_constants_e 5: [ OK ] openmp.mathematical_constants_e (0 ms) 5: [ RUN ] openmp.mathematical_constants_log2e 5: [ OK ] openmp.mathematical_constants_log2e (0 ms) 5: [ RUN ] openmp.mathematical_constants_log10e 5: [ OK ] openmp.mathematical_constants_log10e (0 ms) 5: [ RUN ] openmp.mathematical_constants_pi 5: [ OK ] openmp.mathematical_constants_pi (0 ms) 5: [ RUN ] openmp.mathematical_constants_inv_pi 5: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 5: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] openmp.mathematical_constants_ln2 5: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 5: [ RUN ] openmp.mathematical_constants_ln10 5: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 5: [ RUN ] openmp.mathematical_constants_sqrt2 5: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] openmp.mathematical_constants_sqrt3 5: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] openmp.mathematical_constants_inv_sqrt3 5: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] openmp.mathematical_constants_egamma 5: [ OK ] openmp.mathematical_constants_egamma (0 ms) 5: [ RUN ] openmp.mathematical_constants_phi 5: [ OK ] openmp.mathematical_constants_phi (0 ms) 5: [ RUN ] openmp.mathematical_functions_trigonometric_functions 5: [ OK ] openmp.mathematical_functions_trigonometric_functions (8 ms) 5: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 5: [ OK ] openmp.mathematical_functions_hyperbolic_functions (8 ms) 5: [ RUN ] openmp.mathematical_functions_non_standard 5: [ OK ] openmp.mathematical_functions_non_standard (1 ms) 5: [ RUN ] openmp.mathematical_functions_power_functions 5: [ OK ] openmp.mathematical_functions_power_functions (4 ms) 5: [ RUN ] openmp.mathematical_functions_fma 5: [ OK ] openmp.mathematical_functions_fma (0 ms) 5: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 5: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (4 ms) 5: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (6 ms) 5: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (3 ms) 5: [ RUN ] openmp.mathematical_functions_absolute_value 5: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 5: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] openmp.mathematical_functions_remainder_function 5: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] openmp.mathematical_functions_isfinite 5: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 5: [ RUN ] openmp.mathematical_functions_isinf 5: [ OK ] openmp.mathematical_functions_isinf (0 ms) 5: [ RUN ] openmp.mathematical_functions_isnan 5: [ OK ] openmp.mathematical_functions_isnan (0 ms) 5: [ RUN ] openmp.mathematical_functions_exponential_functions 5: [ OK ] openmp.mathematical_functions_exponential_functions (8 ms) 5: [ RUN ] openmp.mathspecialfunc_expint1 5: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] openmp.mathspecialfunc_errorfunc 5: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 5: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (2 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 5: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (2 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 5: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 5: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 5: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 5: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 5: [ RUN ] openmp.mdrange_5d 5: [ OK ] openmp.mdrange_5d (29 ms) 5: [ RUN ] openmp.mdrange_6d 5: [ OK ] openmp.mdrange_6d (81 ms) 5: [ RUN ] openmp.mdrange_2d 5: [ OK ] openmp.mdrange_2d (4 ms) 5: [ RUN ] openmp.mdrange_array_reduce 5: [ OK ] openmp.mdrange_array_reduce (0 ms) 5: [ RUN ] openmp.mdrange_3d 5: [ OK ] openmp.mdrange_3d (13 ms) 5: [ RUN ] openmp.mdrange_neg_idx 5: [ OK ] openmp.mdrange_neg_idx (43 ms) 5: [ RUN ] openmp.mdrange_4d 5: [ OK ] openmp.mdrange_4d (10 ms) 5: [ RUN ] openmp.mdrange_scalar 5: [ OK ] openmp.mdrange_scalar (0 ms) 5: [ RUN ] openmp.mdrange_large_deep_copy 5: [ OK ] openmp.mdrange_large_deep_copy (838 ms) 5: [ RUN ] openmp.md_range_policy_construction_from_arrays 5: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] openmp.policy_get_tile_size 5: [ OK ] openmp.policy_get_tile_size (0 ms) 5: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types [ 77%] 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_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 5: [ OK ] hip.atomic_views_nonintegral (12796 ms) 5: [ RUN ] hip.atomic_view_api 5: [ OK ] hip.atomic_view_api (0 ms) 5: [ RUN ] hip.bit_manip_countl_zero 5: [ OK ] hip.bit_manip_countl_zero (11 ms) 5: [ RUN ] hip.bit_manip_countl_one 5: [ OK ] hip.bit_manip_countl_one (0 ms) 5: [ RUN ] hip.bit_manip_countr_zero 5: [ OK ] hip.bit_manip_countr_zero (0 ms) 5: [ RUN ] hip.bit_manip_countr_one 5: [ OK ] hip.bit_manip_countr_one (0 ms) 5: [ RUN ] hip.bit_manip_popcount 5: [ OK ] hip.bit_manip_popcount (0 ms) 5: [ RUN ] hip.bit_manip_has_single_bit 5: [ OK ] hip.bit_manip_has_single_bit (0 ms) 5: [ RUN ] hip.bit_manip_bit_floor 5: [ OK ] hip.bit_manip_bit_floor (0 ms) 5: [ RUN ] hip.bit_manip_bit_ceil 5: [ OK ] hip.bit_manip_bit_ceil (0 ms) 5: [ RUN ] hip.bit_manip_bit_width 5: [ OK ] hip.bit_manip_bit_width (0 ms) 5: [ RUN ] hip.bit_manip_rotl 5: [ OK ] hip.bit_manip_rotl (0 ms) 5: [ RUN ] hip.bit_manip_rotr 5: [ OK ] hip.bit_manip_rotr (0 ms) 5: [ RUN ] hip.bit_manip_byeswap 5: [ OK ] hip.bit_manip_byeswap (0 ms) 5: [ RUN ] hip.bit_manip_bit_cast 5: [ OK ] hip.bit_manip_bit_cast (0 ms) 5: [ RUN ] hip.test_block_deduction_bug_pr_3103 5: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] hip.checked_integer_operations_multiply_overflow 5: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] hip.execution_policy_occupancy_and_hint 5: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] hip.complex_construction 5: [ OK ] hip.complex_construction (1 ms) 5: [ RUN ] hip.complex_basic_math 5: [ OK ] hip.complex_basic_math (0 ms) 5: [ RUN ] hip.complex_special_funtions 5: [ OK ] hip.complex_special_funtions (0 ms) 5: [ RUN ] hip.complex_io 5: [ OK ] hip.complex_io (0 ms) 5: [ RUN ] hip.complex_trivially_copyable 5: [ OK ] hip.complex_trivially_copyable (0 ms) 5: [ RUN ] hip.complex_issue_3865 5: [ OK ] hip.complex_issue_3865 (0 ms) 5: [ RUN ] hip.complex_operations_arithmetic_types_overloads 5: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] hip.complex_structured_bindings 5: [ OK ] hip.complex_structured_bindings (0 ms) 5: [ RUN ] hip.crs_count_fill 5: [ OK ] hip.crs_count_fill (3 ms) 5: [ RUN ] hip.crs_copy_constructor 5: [ OK ] hip.crs_copy_constructor (8 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (9 ms) 5: [ RUN ] hip.deep_copy_conversion 5: [ OK ] hip.deep_copy_conversion (5 ms) 5: [ RUN ] hip.partitioning_by_args 5: [ OK ] hip.partitioning_by_args (25 ms) 5: [ RUN ] hip.partitioning_by_vector 5: [ OK ] hip.partitioning_by_vector (1 ms) 5: [ RUN ] hip.exec_space_thread_safety_range 5: [ OK ] hip.exec_space_thread_safety_range (2135 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange 5: [ OK ] hip.exec_space_thread_safety_mdrange (213 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy 5: [ OK ] hip.exec_space_thread_safety_team_policy (213 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_reduce 5: [ OK ] hip.exec_space_thread_safety_range_reduce (213 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 5: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (213 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce 5: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (213 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_scan [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o 5: [ OK ] hip.exec_space_thread_safety_range_scan (213 ms) 5: [ RUN ] hip.execution_space_as_class_data_member 5: [ OK ] hip.execution_space_as_class_data_member (0 ms) 5: [ RUN ] hip.functor_analysis 5: [ OK ] hip.functor_analysis (0 ms) 5: [ RUN ] hip.when_all_type 5: [ OK ] hip.when_all_type (1 ms) 5: [ RUN ] hip.graph_then 5: [ OK ] hip.graph_then (1 ms) 5: [ RUN ] hip.host_shared_ptr_use_count 5: [ OK ] hip.host_shared_ptr_use_count (0 ms) 5: [ RUN ] hip.host_shared_ptr_get 5: [ OK ] hip.host_shared_ptr_get (0 ms) 5: [ RUN ] hip.host_shared_ptr_dereference_on_device 5: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_special_members_on_device 5: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_tracking 5: 5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 5: does not support page migration between device and host. 5: HIPManagedSpace might not work as expected. 5: Please refer to the ROCm documentation on unified/managed memory. 5: [ OK ] hip.host_shared_ptr_tracking (0 ms) 5: [ RUN ] hip.join_backward_compatibility 5: [ OK ] hip.join_backward_compatibility (0 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 5: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (717 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2055 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (688 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1487 ms) 5: [ RUN ] hip.deep_copy_scratch 5: [ OK ] hip.deep_copy_scratch (0 ms) 5: [ RUN ] hip.mathematical_constants_e 5: [ OK ] hip.mathematical_constants_e (2 ms) 5: [ RUN ] hip.mathematical_constants_log2e 5: [ OK ] hip.mathematical_constants_log2e (0 ms) 5: [ RUN ] hip.mathematical_constants_log10e 5: [ OK ] hip.mathematical_constants_log10e (0 ms) 5: [ RUN ] hip.mathematical_constants_pi 5: [ OK ] hip.mathematical_constants_pi (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_pi 5: [ OK ] hip.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_sqrtpi 5: [ OK ] hip.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] hip.mathematical_constants_ln2 5: [ OK ] hip.mathematical_constants_ln2 (0 ms) 5: [ RUN ] hip.mathematical_constants_ln10 5: [ OK ] hip.mathematical_constants_ln10 (0 ms) 5: [ RUN ] hip.mathematical_constants_sqrt2 5: [ OK ] hip.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] hip.mathematical_constants_sqrt3 5: [ OK ] hip.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_sqrt3 5: [ OK ] hip.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] hip.mathematical_constants_egamma 5: [ OK ] hip.mathematical_constants_egamma (0 ms) 5: [ RUN ] hip.mathematical_constants_phi 5: [ OK ] hip.mathematical_constants_phi (0 ms) 5: [ RUN ] hip.mathematical_functions_trigonometric_functions 5: [ OK ] hip.mathematical_functions_trigonometric_functions (21 ms) 5: [ RUN ] hip.mathematical_functions_hyperbolic_functions 5: [ OK ] hip.mathematical_functions_hyperbolic_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_non_standard 5: [ OK ] hip.mathematical_functions_non_standard (0 ms) 5: [ RUN ] hip.mathematical_functions_power_functions 5: [ OK ] hip.mathematical_functions_power_functions (20 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (0 ms) 5: [ RUN ] hip.mathematical_functions_absolute_value 5: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 5: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_remainder_function 5: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] hip.mathematical_functions_isfinite 5: [ OK ] hip.mathematical_functions_isfinite (0 ms) 5: [ RUN ] hip.mathematical_functions_isinf 5: [ OK ] hip.mathematical_functions_isinf (0 ms) 5: [ RUN ] hip.mathematical_functions_isnan 5: [ OK ] hip.mathematical_functions_isnan (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (9 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (3 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (27 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj1y1 5: [ OK ] hip.mathspecialfunc_cbesselj1y1 (28 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli0k0 5: [ OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli1k1 5: [ OK ] hip.mathspecialfunc_cbesseli1k1 (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMathematicalSpecialFunctions.hpp:2019: Skipped 5: skipping since test is known to fail on MI100 and for some versions of ROCm 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 5: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms) 5: [ RUN ] hip.mdrange_5d 5: [ OK ] hip.mdrange_5d (11 ms) 5: [ RUN ] hip.mdrange_6d 5: [ OK ] hip.mdrange_6d (16 ms) 5: [ RUN ] hip.mdrange_2d 5: [ OK ] hip.mdrange_2d (4 ms) 5: [ RUN ] hip.mdrange_array_reduce 5: [ OK ] hip.mdrange_array_reduce (0 ms) 5: [ RUN ] hip.mdrange_3d 5: [ OK ] hip.mdrange_3d (7 ms) 5: [ RUN ] hip.mdrange_neg_idx 5: [ OK ] hip.mdrange_neg_idx (1 ms) 5: [ RUN ] hip.mdrange_4d 5: [ OK ] hip.mdrange_4d (5 ms) 5: [ RUN ] hip.mdrange_scalar 5: [ OK ] hip.mdrange_scalar (0 ms) 5: [ RUN ] hip.mdrange_large_deep_copy 5: [ OK ] hip.mdrange_large_deep_copy (51 ms) 5: [ RUN ] hip.md_range_policy_construction_from_arrays 5: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] hip.policy_get_tile_size 5: [ OK ] hip.policy_get_tile_size (0 ms) 5: [ RUN ] hip.mdrange_parallel_reduce_primitive_types [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (2591 ms) 5: [ RUN ] hip.mdspan_minimal_functional 5: [ OK ] hip.mdspan_minimal_functional (0 ms) 5: [ RUN ] hip.mdspan_atomic_accessor 5: [ OK ] hip.mdspan_atomic_accessor (0 ms) 5: [ RUN ] hip.view_mdspan_conversion 5: [ OK ] hip.view_mdspan_conversion (5 ms) 5: [ RUN ] hip.view_mdspan_conversion_with_stride 5: [ OK ] hip.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] hip.max 5: [ OK ] hip.max (0 ms) 5: [ RUN ] hip.max_within_parfor 5: [ OK ] hip.max_within_parfor (0 ms) 5: [ RUN ] hip.min 5: [ OK ] hip.min (0 ms) 5: [ RUN ] hip.min_within_parfor 5: [ OK ] hip.min_within_parfor (0 ms) 5: [ RUN ] hip.minmax 5: [ OK ] hip.minmax (0 ms) 5: [ RUN ] hip.minmax_within_parfor 5: [ OK ] hip.minmax_within_parfor (0 ms) 5: [ RUN ] hip.clamp 5: [ OK ] hip.clamp (0 ms) 5: [ RUN ] hip.clamp_within_parfor 5: [ OK ] hip.clamp_within_parfor (0 ms) 5: [ RUN ] hip.numeric_traits_infinity 5: [ OK ] hip.numeric_traits_infinity (8 ms) 5: [ RUN ] hip.numeric_traits_epsilon 5: [ OK ] hip.numeric_traits_epsilon (0 ms) 5: [ RUN ] hip.numeric_traits_round_error 5: [ OK ] hip.numeric_traits_round_error (0 ms) 5: [ RUN ] hip.numeric_traits_norm_min 5: [ OK ] hip.numeric_traits_norm_min (0 ms) 5: [ RUN ] hip.numeric_traits_denorm_min 5: [ OK ] hip.numeric_traits_denorm_min (0 ms) 5: [ RUN ] hip.numeric_traits_finite_min_max 5: [ OK ] hip.numeric_traits_finite_min_max (1 ms) 5: [ RUN ] hip.numeric_traits_digits 5: [ OK ] hip.numeric_traits_digits (1 ms) 5: [ RUN ] hip.numeric_traits_digits10 5: [ OK ] hip.numeric_traits_digits10 (1 ms) 5: [ RUN ] hip.numeric_traits_max_digits10 5: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] hip.numeric_traits_radix 5: [ OK ] hip.numeric_traits_radix (1 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent 5: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent10 5: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 5: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] hip.numeric_traits_sfinae_friendly 5: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] hip.occupancy_control 5: [ OK ] hip.occupancy_control (0 ms) 5: [ RUN ] hip.memory_pool 5: [ OK ] hip.memory_pool (23 ms) 5: [ RUN ] hip.cxx11 5: [ OK ] hip.cxx11 (0 ms) 5: [ RUN ] hip.viewctorprop_embedded_dim 5: [ OK ] hip.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] hip.parallel_scan_range_policy 5: [ OK ] hip.parallel_scan_range_policy (40 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (1 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (2 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (0 ms) 5: [ RUN ] hip.range_dynamic_policy 5: [ OK ] hip.range_dynamic_policy (0 ms) 5: [ RUN ] hip.large_parallel_for_reduce 5: [ OK ] hip.large_parallel_for_reduce (30 ms) 5: [ RUN ] hip.range_policy_runtime_parameters 5: [ OK ] hip.range_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.range_policy_one_way_convertible_bounds 5: [ OK ] hip.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] hip.range_for_require 5: [ OK ] hip.range_for_require (2 ms) 5: [ RUN ] hip.range_reduce_require 5: [ OK ] hip.range_reduce_require (0 ms) 5: [ RUN ] hip.range_dynamic_policy_require 5: [ OK ] hip.range_dynamic_policy_require (0 ms) 5: [ RUN ] hip.reducers_int [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 5: [ OK ] hip.reducers_int (7 ms) 5: [ RUN ] hip.reducers_double 5: [ OK ] hip.reducers_double (7 ms) 5: [ RUN ] hip.reducers_complex_double 5: [ OK ] hip.reducers_complex_double (13 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (4 ms) 5: [ RUN ] hip.reducers_half_t 5: [ OK ] hip.reducers_half_t (4 ms) 5: [ RUN ] hip.reducers_bhalf_t 5: [ OK ] hip.reducers_bhalf_t (4 ms) 5: [ RUN ] hip.reducers_int8_t 5: [ OK ] hip.reducers_int8_t (3 ms) 5: [ RUN ] hip.reducers_int16_t 5: [ OK ] hip.reducers_int16_t (3 ms) 5: [ RUN ] hip.reducers_bool 5: [ OK ] hip.reducers_bool (1 ms) 5: [ RUN ] hip.int64_t_reduce 5: [ OK ] hip.int64_t_reduce (20 ms) 5: [ RUN ] hip.double_reduce 5: [ OK ] hip.double_reduce (17 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic 5: [ OK ] hip.int64_t_reduce_dynamic (25 ms) 5: [ RUN ] hip.double_reduce_dynamic 5: [ OK ] hip.double_reduce_dynamic (25 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic_view 5: [ OK ] hip.int64_t_reduce_dynamic_view (9 ms) 5: [ RUN ] hip.int_combined_reduce 5: [ OK ] hip.int_combined_reduce (0 ms) 5: [ RUN ] hip.mdrange_combined_reduce 5: [ OK ] hip.mdrange_combined_reduce (0 ms) 5: [ RUN ] hip.int_combined_reduce_mixed 5: [ OK ] hip.int_combined_reduce_mixed (0 ms) 5: [ RUN ] hip.reduction_with_large_iteration_count 5: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (10250 ms) 5: [ RUN ] openmp.mdspan_minimal_functional 5: [ OK ] openmp.mdspan_minimal_functional (0 ms) 5: [ RUN ] openmp.mdspan_atomic_accessor 5: [ OK ] openmp.mdspan_atomic_accessor (0 ms) 5: [ RUN ] openmp.view_mdspan_conversion 5: [ OK ] openmp.view_mdspan_conversion (0 ms) 5: [ RUN ] openmp.view_mdspan_conversion_with_stride 5: [ OK ] openmp.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openmp.max 5: [ OK ] openmp.max (0 ms) 5: [ RUN ] openmp.max_within_parfor 5: [ OK ] openmp.max_within_parfor (0 ms) 5: [ RUN ] openmp.min 5: [ OK ] openmp.min (0 ms) 5: [ RUN ] openmp.min_within_parfor 5: [ OK ] openmp.min_within_parfor (0 ms) 5: [ RUN ] openmp.minmax 5: [ OK ] openmp.minmax (0 ms) 5: [ RUN ] openmp.minmax_within_parfor 5: [ OK ] openmp.minmax_within_parfor (0 ms) 5: [ RUN ] openmp.clamp 5: [ OK ] openmp.clamp (0 ms) 5: [ RUN ] openmp.clamp_within_parfor 5: [ OK ] openmp.clamp_within_parfor (0 ms) 5: [ RUN ] openmp.numeric_traits_infinity 5: [ OK ] openmp.numeric_traits_infinity (0 ms) 5: [ RUN ] openmp.numeric_traits_epsilon 5: [ OK ] openmp.numeric_traits_epsilon (0 ms) 5: [ RUN ] openmp.numeric_traits_round_error 5: [ OK ] openmp.numeric_traits_round_error (0 ms) 5: [ RUN ] openmp.numeric_traits_norm_min 5: [ OK ] openmp.numeric_traits_norm_min (0 ms) 5: [ RUN ] openmp.numeric_traits_denorm_min 5: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 5: [ RUN ] openmp.numeric_traits_finite_min_max 5: [ OK ] openmp.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] openmp.numeric_traits_digits 5: [ OK ] openmp.numeric_traits_digits (1 ms) 5: [ RUN ] openmp.numeric_traits_digits10 5: [ OK ] openmp.numeric_traits_digits10 (1 ms) 5: [ RUN ] openmp.numeric_traits_max_digits10 5: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] openmp.numeric_traits_radix 5: [ OK ] openmp.numeric_traits_radix (1 ms) 5: [ RUN ] openmp.numeric_traits_min_max_exponent 5: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] openmp.numeric_traits_min_max_exponent10 5: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 5: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] openmp.numeric_traits_sfinae_friendly 5: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] openmp.occupancy_control 5: [ OK ] openmp.occupancy_control (1 ms) 5: [ RUN ] openmp.memory_pool 5: [ OK ] openmp.memory_pool (54 ms) 5: [ RUN ] openmp.cxx11 5: [ OK ] openmp.cxx11 (1 ms) 5: [ RUN ] openmp.viewctorprop_embedded_dim 5: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] openmp.parallel_scan_range_policy 5: [ OK ] openmp.parallel_scan_range_policy (39 ms) 5: [ RUN ] openmp.kokkos_printf 5: [ OK ] openmp.kokkos_printf (0 ms) 5: [ RUN ] openmp.quad_precision_reductions 5: [ OK ] openmp.quad_precision_reductions (0 ms) 5: [ RUN ] openmp.quad_precision_common_math_functions 5: [ OK ] openmp.quad_precision_common_math_functions (0 ms) 5: [ RUN ] openmp.range_for 5: [ OK ] openmp.range_for (3 ms) 5: [ RUN ] openmp.range_reduce 5: [ OK ] openmp.range_reduce (2 ms) 5: [ RUN ] openmp.range_dynamic_policy 5: [ OK ] openmp.range_dynamic_policy (15 ms) 5: [ RUN ] openmp.large_parallel_for_reduce 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 5: Disabling for host backends 5: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 5: [ RUN ] openmp.range_policy_runtime_parameters 5: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openmp.range_policy_one_way_convertible_bounds 5: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openmp.range_for_require 5: [ OK ] openmp.range_for_require (3 ms) 5: [ RUN ] openmp.range_reduce_require 5: [ OK ] openmp.range_reduce_require (1 ms) 5: [ RUN ] openmp.range_dynamic_policy_require 5: [ OK ] openmp.range_dynamic_policy_require (15 ms) 5: [ RUN ] openmp.reducers_int 5: [ OK ] openmp.reducers_int (8 ms) 5: [ RUN ] openmp.reducers_double 5: [ OK ] openmp.reducers_double (7 ms) 5: [ RUN ] openmp.reducers_complex_double 5: [ OK ] openmp.reducers_complex_double (3 ms) 5: [ RUN ] openmp.reducers_struct 5: [ OK ] openmp.reducers_struct (12 ms) 5: [ RUN ] openmp.reducers_half_t 5: [ OK ] openmp.reducers_half_t (8 ms) 5: [ RUN ] openmp.reducers_bhalf_t 5: [ OK ] openmp.reducers_bhalf_t (9 ms) 5: [ RUN ] openmp.reducers_int8_t 5: [ OK ] openmp.reducers_int8_t (8 ms) 5: [ RUN ] openmp.reducers_int16_t 5: [ OK ] openmp.reducers_int16_t (8 ms) 5: [ RUN ] openmp.reducers_point_t 5: [ OK ] openmp.reducers_point_t (10 ms) 5: [ RUN ] openmp.reducers_bool 5: [ OK ] openmp.reducers_bool (0 ms) 5: [ RUN ] openmp.int64_t_reduce 5: [ OK ] openmp.int64_t_reduce (105 ms) 5: [ RUN ] openmp.double_reduce 5: [ OK ] openmp.double_reduce (109 ms) 5: [ RUN ] openmp.int64_t_reduce_dynamic 5: [ OK ] openmp.int64_t_reduce_dynamic (236 ms) 5: [ RUN ] openmp.double_reduce_dynamic 5: [ OK ] openmp.double_reduce_dynamic (294 ms) 5: [ RUN ] openmp.int64_t_reduce_dynamic_view 5: [ OK ] openmp.int64_t_reduce_dynamic_view (59 ms) 5: [ RUN ] openmp.int_combined_reduce 5: [ OK ] openmp.int_combined_reduce (0 ms) 5: [ RUN ] openmp.mdrange_combined_reduce 5: [ OK ] openmp.mdrange_combined_reduce (0 ms) 5: [ RUN ] openmp.int_combined_reduce_mixed 5: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 5: [ RUN ] openmp.reduction_with_large_iteration_count 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 5: Disabling for host backends 5: [ SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms) 5: [ RUN ] openmp.reduction_deduction 5: [ OK ] openmp.reduction_deduction (0 ms) 5: [ RUN ] openmp.reduce_device_view_range_policy 5: [ OK ] openmp.reduce_device_view_range_policy (26 ms) 5: [ RUN ] openmp.reduce_device_view_mdrange_policy 5: [ OK ] openmp.reduce_device_view_mdrange_policy (679 ms) 5: [ RUN ] openmp.reduce_device_view_team_policy 5: [ OK ] hip.reduction_with_large_iteration_count (311 ms) 5: [ RUN ] hip.reduction_deduction 5: [ OK ] hip.reduction_deduction (0 ms) 5: [ RUN ] hip.reduce_device_view_range_policy 5: [ OK ] openmp.reduce_device_view_team_policy (439 ms) 5: [ RUN ] openmp.impl_shared_alloc 5: [ OK ] openmp.impl_shared_alloc (7 ms) 5: [ RUN ] openmp.mdspan_space_aware_accessor 5: [ OK ] openmp.mdspan_space_aware_accessor (1 ms) 5: [ RUN ] openmp.kokkos_swap 5: [ OK ] openmp.kokkos_swap (0 ms) 5: [ RUN ] openmp.team_for 5: [ OK ] openmp.team_for (168 ms) 5: [ RUN ] openmp.team_reduce 5: [ OK ] openmp.team_reduce (159 ms) 5: [ RUN ] openmp.team_reduce_large 5: [ OK ] openmp.team_reduce_large (438 ms) 5: [ RUN ] openmp.team_parallel_single [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 79%] Built target Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_UnitTest_Random [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 79%] Built target Kokkos_ContainersUnitTest_Cuda Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o 5: [ OK ] openmp.team_parallel_single (19491 ms) 5: [ RUN ] openmp.large_team_scratch_size 5: [ OK ] openmp.large_team_scratch_size (0 ms) 5: [ RUN ] openmp.team_broadcast_long 5: [ OK ] openmp.team_broadcast_long (707 ms) 5: [ RUN ] openmp.team_broadcast_long_wrapper 5: [ OK ] openmp.team_broadcast_long_wrapper (677 ms) 5: [ RUN ] openmp.team_broadcast_char 5: [ OK ] openmp.team_broadcast_char (699 ms) 5: [ RUN ] openmp.team_broadcast_float 5: [ OK ] openmp.team_broadcast_float (694 ms) 5: [ RUN ] openmp.team_broadcast_double 5: [ OK ] openmp.team_broadcast_double (700 ms) 5: [ RUN ] openmp.team_handle_by_value 5: [ OK ] openmp.team_handle_by_value (0 ms) 5: [ RUN ] openmp.team_vector 5: [ OK ] openmp.team_vector (2569 ms) 5: [ RUN ] openmp.triple_nested_parallelism 5: [ OK ] openmp.triple_nested_parallelism (386 ms) 5: [ RUN ] openmp.parallel_scan_with_reducers 5: [ OK ] openmp.parallel_scan_with_reducers (55 ms) 5: [ RUN ] openmp.team_thread_range_combined_reducers 5: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] openmp.thread_vector_range_combined_reducers 5: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] openmp.team_vector_range_combined_reducers 5: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] openmp.TeamThreadMDRangeParallelFor 5: [ OK ] openmp.TeamThreadMDRangeParallelFor (5 ms) 5: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 5: [ OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms) 5: [ RUN ] openmp.TeamVectorMDRangeParallelFor 5: [ OK ] openmp.TeamVectorMDRangeParallelFor (5 ms) 5: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 5: [ OK ] openmp.TeamThreadMDRangeParallelReduce (9 ms) 5: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 5: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 5: [ OK ] openmp.TeamVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] openmp.team_policy_runtime_parameters 5: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 5: [ RUN ] openmp.team_reduction_scan [ 81%] Linking CXX executable Kokkos_UnitTest_Sort [ 81%] Built target Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 5: [ OK ] hip.reduce_device_view_range_policy (32242 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 82%] Linking CXX executable Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 82%] Built target Kokkos_UnitTest_Random 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_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o 5: [ OK ] hip.reduce_device_view_mdrange_policy (20141 ms) 5: [ RUN ] hip.reduce_device_view_team_policy [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o 5: [ OK ] hip.reduce_device_view_team_policy (22446 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (85 ms) 5: [ RUN ] hip.mdspan_space_aware_accessor 5: [ OK ] hip.mdspan_space_aware_accessor (2 ms) 5: [ RUN ] hip.kokkos_swap 5: [ OK ] hip.kokkos_swap (0 ms) 5: [ RUN ] hip.team_for 5: [ OK ] hip.team_for (19 ms) 5: [ RUN ] hip.team_reduce 5: [ OK ] hip.team_reduce (0 ms) 5: [ RUN ] hip.team_reduce_large 5: [ OK ] hip.team_reduce_large (73 ms) 5: [ RUN ] hip.team_parallel_single 5: [ OK ] hip.team_parallel_single (6 ms) 5: [ RUN ] hip.large_team_scratch_size 5: [ OK ] hip.large_team_scratch_size (0 ms) 5: [ RUN ] hip.team_broadcast_long 5: [ OK ] hip.team_broadcast_long (0 ms) 5: [ RUN ] hip.team_broadcast_long_wrapper 5: [ OK ] hip.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] hip.team_broadcast_char 5: [ OK ] hip.team_broadcast_char (0 ms) 5: [ RUN ] hip.team_broadcast_float 5: [ OK ] hip.team_broadcast_float (0 ms) 5: [ RUN ] hip.team_broadcast_double 5: [ OK ] hip.team_broadcast_double (0 ms) 5: [ RUN ] hip.team_handle_by_value 5: [ OK ] hip.team_handle_by_value (0 ms) 5: [ RUN ] hip.team_vector 5: [ OK ] hip.team_vector (9 ms) 5: [ RUN ] hip.triple_nested_parallelism 5: [ OK ] hip.triple_nested_parallelism (5 ms) 5: [ RUN ] hip.parallel_scan_with_reducers 5: [ OK ] hip.parallel_scan_with_reducers (70 ms) 5: [ RUN ] hip.team_thread_range_combined_reducers 5: [ OK ] hip.team_thread_range_combined_reducers (2 ms) 5: [ RUN ] hip.thread_vector_range_combined_reducers 5: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.team_vector_range_combined_reducers 5: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelFor 5: [ OK ] hip.TeamThreadMDRangeParallelFor (39 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelFor 5: [ OK ] hip.ThreadVectorMDRangeParallelFor (10 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelFor 5: [ OK ] hip.TeamVectorMDRangeParallelFor (11 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelReduce 5: [ OK ] hip.TeamThreadMDRangeParallelReduce (22 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 5: [ OK ] hip.ThreadVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelReduce 5: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.team_policy_runtime_parameters 5: [ OK ] hip.team_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.team_reduction_scan 5: [ OK ] hip.team_reduction_scan (1506 ms) 5: [ RUN ] hip.team_long_reduce 5: [ OK ] hip.team_long_reduce (19 ms) 5: [ RUN ] hip.team_double_reduce 5: [ OK ] hip.team_double_reduce (18 ms) 5: [ RUN ] hip.team_long_array_reduce 5: [ OK ] hip.team_long_array_reduce (19 ms) 5: [ RUN ] hip.team_double_array_reduce 5: [ OK ] hip.team_double_array_reduce (19 ms) 5: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] hip.repeated_team_reduce 5: [ OK ] hip.repeated_team_reduce (21 ms) 5: [ RUN ] hip.nested_team_reduce_functor_as_reducer 5: [ OK ] hip.nested_team_reduce_functor_as_reducer (0 ms) 5: [ RUN ] hip.team_scan 5: [ OK ] hip.team_scan (124 ms) 5: [ RUN ] hip.team_scan_ret_val 5: [ OK ] hip.team_scan_ret_val (117 ms) 5: [ RUN ] hip.team_shared_request 5: [ OK ] hip.team_shared_request (3 ms) 5: [ RUN ] hip.team_scratch_request 5: [ OK ] hip.team_scratch_request (1 ms) 5: [ RUN ] hip.team_lambda_shared_request 5: [ OK ] hip.team_lambda_shared_request (3 ms) 5: [ RUN ] hip.scratch_align 5: [ OK ] hip.scratch_align (0 ms) 5: [ RUN ] hip.shmem_size 5: [ OK ] hip.shmem_size (0 ms) 5: [ RUN ] hip.multi_level_scratch 5: [ OK ] hip.multi_level_scratch (11 ms) 5: [ RUN ] hip.team_scratch_memory_index_parallel_for 5: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] hip.team_policy_max_recommended 5: [ OK ] hip.team_policy_max_recommended (23 ms) 5: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] hip.team_teamvector_range 5: [ OK ] hip.team_teamvector_range (4 ms) 5: [ RUN ] hip.unique_token_global 5: [ OK ] hip.unique_token_global (25 ms) 5: [ RUN ] hip.unique_token_instance 5: [ OK ] hip.unique_token_instance (22 ms) 5: [ RUN ] hip.unique_token_team_acquire 5: [ OK ] hip.unique_token_team_acquire (17 ms) 5: [ RUN ] hip.view_api_a 5: [ OK ] hip.view_api_a (4 ms) 5: [ RUN ] hip.view_layout_left_with_stride 5: [ OK ] hip.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip.view_layout_right_with_stride 5: [ OK ] hip.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip.view_api_b 5: [ OK ] hip.view_api_b (7 ms) 5: [ RUN ] hip.view_api_c 5: [ OK ] hip.view_api_c (6 ms) 5: [ RUN ] hip.view_api_d 5: [ OK ] hip.view_api_d (1 ms) 5: [ RUN ] hip.view_remap 5: [ OK ] hip.view_remap (0 ms) 5: [ RUN ] hip.view_mirror_nonconst 5: [ OK ] hip.view_mirror_nonconst (0 ms) 5: [ RUN ] hip.view_stride_method 5: [ OK ] hip.view_stride_method (0 ms) 5: [ RUN ] hip.anonymous_space 5: [ OK ] hip.anonymous_space (1 ms) 5: [ RUN ] hip.view_overload_resolution 5: [ OK ] hip.view_overload_resolution (0 ms) 5: [ RUN ] hip.view_allocation_large_rank 5: [ OK ] hip.view_allocation_large_rank (4 ms) 5: [ RUN ] hip.view_shmem_size_on_device 5: [ OK ] hip.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip.view_is_assignable 5: [ OK ] hip.view_is_assignable (1 ms) 5: [ RUN ] hip.view_bad_alloc 5: [ OK ] hip.view_bad_alloc (0 ms) 5: [ RUN ] hip.view_copy_tests 5: [ OK ] hip.view_copy_tests (6 ms) 5: [ RUN ] hip.view_copy_tests_rank_0 5: [ OK ] hip.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] hip.view_copy_degenerated 5: [ OK ] hip.view_copy_degenerated (0 ms) 5: [ RUN ] hip.view_fill_tests_layout_right 5: [ OK ] hip.view_fill_tests_layout_right (64 ms) 5: [ RUN ] hip.view_fill_tests_layout_left 5: [ OK ] hip.view_fill_tests_layout_left (37 ms) 5: [ RUN ] hip.vcp_empty_traits 5: [ OK ] hip.vcp_empty_traits (0 ms) 5: [ RUN ] hip.is_view_label 5: [ OK ] hip.is_view_label (0 ms) 5: [ RUN ] hip.vcp_label_base_traits 5: [ OK ] hip.vcp_label_base_traits (0 ms) 5: [ RUN ] hip.vcp_label_traits 5: [ OK ] hip.vcp_label_traits (0 ms) 5: [ RUN ] hip.view_alloc_can_perfect_forward_label 5: [ OK ] hip.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] hip.vcp_label_copy_constructor 5: [ OK ] hip.vcp_label_copy_constructor (0 ms) 5: [ RUN ] hip.vcp_pointer_add_property 5: [ OK ] hip.vcp_pointer_add_property (0 ms) 5: [ RUN ] hip.view_empty_runtime_unmanaged 5: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] hip.view_hooks 5: [ OK ] hip.view_hooks (0 ms) 5: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (49 ms) 5: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (48 ms) 5: [ RUN ] hip.view_irregular_layout 5: [ OK ] hip.view_irregular_layout (4 ms) 5: [ RUN ] hip.view_mapping 5: [ OK ] hip.view_mapping (69 ms) 5: [ RUN ] hip.view_mapping_operator 5: [ OK ] hip.view_mapping_operator (24 ms) 5: [ RUN ] hip.static_extent 5: [ OK ] hip.static_extent (0 ms) 5: [ RUN ] hip.view_mapping_atomic 5: [ OK ] hip.view_mapping_atomic (1 ms) 5: [ RUN ] hip.view_mapping_class_value 5: [ OK ] hip.view_mapping_class_value (0 ms) 5: [ RUN ] hip.view_mapping_assignable 5: [ OK ] hip.view_mapping_assignable (0 ms) 5: [ RUN ] hip.view_mapping_trivially_copyable 5: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip.view_mapping_subview 5: [ OK ] hip.view_mapping_subview (1 ms) 5: [ RUN ] hip.view_nested_view 5: [ OK ] hip.view_nested_view (1 ms) 5: [ RUN ] hip.view_of_views_default 5: [ OK ] hip.view_of_views_default (0 ms) 5: [ RUN ] hip.view_of_views_without_initializing 5: [ OK ] hip.view_of_views_without_initializing (0 ms) 5: [ RUN ] hip.test_view_of_views_sequential_host_init 5: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] hip.append_formatted_multidimensional_index 5: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] hip.view_resize 5: [ OK ] hip.view_resize (13 ms) 5: [ RUN ] hip.view_realloc 5: [ OK ] hip.view_realloc (0 ms) 5: [ RUN ] hip.workgraph_fib [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 5: [ OK ] hip.workgraph_fib (3109 ms) 5: [ RUN ] hip.resize_realloc_no_init 5: [ OK ] hip.resize_realloc_no_init (0 ms) 5: [ RUN ] hip.resize_realloc_no_alloc 5: [ OK ] hip.resize_realloc_no_alloc (0 ms) 5: [ RUN ] hip.realloc_exec_space 5: [ OK ] hip.realloc_exec_space (0 ms) 5: [ RUN ] hip.view_alloc 5: [ OK ] hip.view_alloc (1 ms) 5: [ RUN ] hip.view_alloc_exec_space 5: [ OK ] hip.view_alloc_exec_space (0 ms) 5: [ RUN ] hip.view_alloc_int 5: [ OK ] hip.view_alloc_int (0 ms) 5: [ RUN ] hip.view_alloc_exec_space_int 5: [ OK ] hip.view_alloc_exec_space_int (0 ms) 5: [ RUN ] hip.deep_copy_zero_memset 5: [ OK ] hip.deep_copy_zero_memset (0 ms) 5: [ RUN ] hip.resize_exec_space 5: [ OK ] hip.resize_exec_space (0 ms) 5: [ RUN ] hip.view_allocation_int 5: [ OK ] hip.view_allocation_int (0 ms) 5: [ RUN ] hip.view_allocation_exec_space_int 5: [ OK ] hip.view_allocation_exec_space_int (0 ms) 5: [ RUN ] hip.view_not_default_constructible 5: [ OK ] hip.view_not_default_constructible (0 ms) 5: [ RUN ] hip.scan_unit 5: [ OK ] hip.scan_unit (4 ms) 5: [ RUN ] hip.space_access 5: [ OK ] hip.space_access (0 ms) 5: [ RUN ] hip.impl_view_accessible 5: [ OK ] hip.impl_view_accessible (2 ms) 5: [ RUN ] hip.memory_requirements 5: [ OK ] hip.memory_requirements (0 ms) 5: [ RUN ] hip.team_scratch_1_streams [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D 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 algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A 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 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.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_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 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_C.dir/TestStdAlgorithmsSearch_n.cpp.o 5: [ OK ] openmp.team_reduction_scan (80590 ms) 5: [ RUN ] openmp.team_long_reduce 5: [ OK ] openmp.team_long_reduce (86 ms) 5: [ RUN ] openmp.team_double_reduce 5: [ OK ] openmp.team_double_reduce (97 ms) 5: [ RUN ] openmp.team_long_array_reduce 5: [ OK ] openmp.team_long_array_reduce (87 ms) 5: [ RUN ] openmp.team_double_array_reduce 5: [ OK ] openmp.team_double_array_reduce (127 ms) 5: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] openmp.repeated_team_reduce 5: [ OK ] openmp.repeated_team_reduce (1143 ms) 5: [ RUN ] openmp.nested_team_reduce_functor_as_reducer 5: [ OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms) 5: [ RUN ] openmp.team_scan 5: [ OK ] openmp.team_scan (633 ms) 5: [ RUN ] openmp.team_scan_ret_val 5: [ OK ] openmp.team_scan_ret_val (665 ms) 5: [ RUN ] openmp.team_shared_request 5: [ OK ] openmp.team_shared_request (191 ms) 5: [ RUN ] openmp.team_scratch_request 5: [ OK ] openmp.team_scratch_request (319 ms) 5: [ RUN ] openmp.team_lambda_shared_request 5: [ OK ] openmp.team_lambda_shared_request (8 ms) 5: [ RUN ] openmp.scratch_align 5: [ OK ] openmp.scratch_align (0 ms) 5: [ RUN ] openmp.shmem_size 5: [ OK ] openmp.shmem_size (0 ms) 5: [ RUN ] openmp.multi_level_scratch 5: [ OK ] openmp.multi_level_scratch (38 ms) 5: [ RUN ] openmp.team_scratch_memory_index_parallel_for 5: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] openmp.team_policy_max_recommended [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.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_D.dir/TestStdAlgorithmsReplace.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 5: [ OK ] openmp.team_policy_max_recommended (27598 ms) 5: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] openmp.team_teamvector_range 5: [ OK ] openmp.team_teamvector_range (741 ms) 5: [ RUN ] openmp.unique_token_global 5: [ OK ] openmp.unique_token_global (4 ms) 5: [ RUN ] openmp.unique_token_instance 5: [ OK ] openmp.unique_token_instance (17 ms) 5: [ RUN ] openmp.unique_token_team_acquire 5: [ OK ] openmp.unique_token_team_acquire (13 ms) 5: [ RUN ] openmp.view_api_a 5: [ OK ] openmp.view_api_a (9 ms) 5: [ RUN ] openmp.view_layout_left_with_stride 5: [ OK ] openmp.view_layout_left_with_stride (0 ms) 5: [ RUN ] openmp.view_layout_right_with_stride 5: [ OK ] openmp.view_layout_right_with_stride (0 ms) 5: [ RUN ] openmp.view_api_b 5: [ OK ] openmp.view_api_b (1 ms) 5: [ RUN ] openmp.view_api_c 5: [ OK ] openmp.view_api_c (0 ms) 5: [ RUN ] openmp.view_api_d 5: [ OK ] openmp.view_api_d (0 ms) 5: [ RUN ] openmp.view_remap 5: [ OK ] openmp.view_remap (0 ms) 5: [ RUN ] openmp.view_mirror_nonconst 5: [ OK ] openmp.view_mirror_nonconst (0 ms) 5: [ RUN ] openmp.view_stride_method 5: [ OK ] openmp.view_stride_method (0 ms) 5: [ RUN ] openmp.anonymous_space 5: [ OK ] openmp.anonymous_space (0 ms) 5: [ RUN ] openmp.view_overload_resolution 5: [ OK ] openmp.view_overload_resolution (0 ms) 5: [ RUN ] openmp.view_allocation_large_rank 5: [ OK ] openmp.view_allocation_large_rank (1210 ms) 5: [ RUN ] openmp.view_shmem_size_on_device 5: [ OK ] openmp.view_shmem_size_on_device (0 ms) 5: [ RUN ] openmp.view_is_assignable 5: [ OK ] openmp.view_is_assignable (0 ms) 5: [ RUN ] openmp.view_bad_alloc 5: [ OK ] openmp.view_bad_alloc (0 ms) 5: [ RUN ] openmp.view_copy_tests 5: [ OK ] openmp.view_copy_tests (12 ms) 5: [ RUN ] openmp.view_copy_tests_rank_0 5: [ OK ] openmp.view_copy_tests_rank_0 (5 ms) 5: [ RUN ] openmp.view_copy_degenerated 5: [ OK ] openmp.view_copy_degenerated (0 ms) 5: [ RUN ] openmp.view_fill_tests_layout_right 5: [ OK ] openmp.view_fill_tests_layout_right (1563 ms) 5: [ RUN ] openmp.view_fill_tests_layout_left 5: [ OK ] openmp.view_fill_tests_layout_left (1647 ms) 5: [ RUN ] openmp.vcp_empty_traits 5: [ OK ] openmp.vcp_empty_traits (0 ms) 5: [ RUN ] openmp.is_view_label 5: [ OK ] openmp.is_view_label (0 ms) 5: [ RUN ] openmp.vcp_label_base_traits 5: [ OK ] openmp.vcp_label_base_traits (0 ms) 5: [ RUN ] openmp.vcp_label_traits 5: [ OK ] openmp.vcp_label_traits (0 ms) 5: [ RUN ] openmp.view_alloc_can_perfect_forward_label 5: [ OK ] openmp.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] openmp.vcp_label_copy_constructor 5: [ OK ] openmp.vcp_label_copy_constructor (0 ms) 5: [ RUN ] openmp.vcp_pointer_add_property 5: [ OK ] openmp.vcp_pointer_add_property (0 ms) 5: [ RUN ] openmp.view_empty_runtime_unmanaged 5: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] openmp.view_hooks 5: [ OK ] openmp.view_hooks (0 ms) 5: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (45 ms) 5: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (41 ms) 5: [ RUN ] openmp.view_irregular_layout 5: [ OK ] openmp.view_irregular_layout (0 ms) 5: [ RUN ] openmp.view_mapping 5: [ OK ] openmp.view_mapping (52 ms) 5: [ RUN ] openmp.view_mapping_operator 5: [ OK ] openmp.view_mapping_operator (2 ms) 5: [ RUN ] openmp.static_extent 5: [ OK ] openmp.static_extent (0 ms) 5: [ RUN ] openmp.view_mapping_atomic 5: [ OK ] openmp.view_mapping_atomic (1 ms) 5: [ RUN ] openmp.view_mapping_class_value 5: [ OK ] openmp.view_mapping_class_value (0 ms) 5: [ RUN ] openmp.view_mapping_assignable 5: [ OK ] openmp.view_mapping_assignable (0 ms) 5: [ RUN ] openmp.view_mapping_trivially_copyable 5: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] openmp.view_mapping_subview 5: [ OK ] openmp.view_mapping_subview (0 ms) 5: [ RUN ] openmp.view_nested_view 5: [ OK ] openmp.view_nested_view (0 ms) 5: [ RUN ] openmp.view_of_views_default 5: [ OK ] openmp.view_of_views_default (0 ms) 5: [ RUN ] openmp.view_of_views_without_initializing 5: [ OK ] openmp.view_of_views_without_initializing (0 ms) 5: [ RUN ] openmp.test_view_of_views_sequential_host_init 5: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] openmp.append_formatted_multidimensional_index 5: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] openmp.view_resize 5: [ OK ] openmp.view_resize (7 ms) 5: [ RUN ] openmp.view_realloc 5: [ OK ] openmp.view_realloc (0 ms) 5: [ RUN ] openmp.workgraph_fib [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 5: [ OK ] openmp.workgraph_fib (643 ms) 5: [ RUN ] openmp.resize_realloc_no_init 5: [ OK ] openmp.resize_realloc_no_init (0 ms) 5: [ RUN ] openmp.resize_realloc_no_alloc 5: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 5: [ RUN ] openmp.realloc_exec_space 5: [ OK ] openmp.realloc_exec_space (0 ms) 5: [ RUN ] openmp.view_alloc 5: [ OK ] openmp.view_alloc (0 ms) 5: [ RUN ] openmp.view_alloc_exec_space 5: [ OK ] openmp.view_alloc_exec_space (0 ms) 5: [ RUN ] openmp.view_alloc_int 5: [ OK ] openmp.view_alloc_int (0 ms) 5: [ RUN ] openmp.view_alloc_exec_space_int 5: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 5: [ RUN ] openmp.deep_copy_zero_memset 5: [ OK ] openmp.deep_copy_zero_memset (0 ms) 5: [ RUN ] openmp.resize_exec_space 5: [ OK ] openmp.resize_exec_space (0 ms) 5: [ RUN ] openmp.view_allocation_int 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 5: skipping since the fence checked for isn't necessary 5: [ SKIPPED ] openmp.view_allocation_int (0 ms) 5: [ RUN ] openmp.view_allocation_exec_space_int 5: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 5: [ RUN ] openmp.view_not_default_constructible 5: [ OK ] openmp.view_not_default_constructible (0 ms) 5: [ RUN ] openmp.view_subview_auto_1d_left 5: [ OK ] openmp.view_subview_auto_1d_left (1 ms) 5: [ RUN ] openmp.view_subview_auto_1d_right 5: [ OK ] openmp.view_subview_auto_1d_right (1 ms) 5: [ RUN ] openmp.view_subview_auto_1d_stride 5: [ OK ] openmp.view_subview_auto_1d_stride (1 ms) 5: [ RUN ] openmp.view_subview_assign_strided 5: [ OK ] openmp.view_subview_assign_strided (0 ms) 5: [ RUN ] openmp.view_subview_left_0 5: [ OK ] openmp.view_subview_left_0 (0 ms) 5: [ RUN ] openmp.view_subview_left_1 5: [ OK ] openmp.view_subview_left_1 (0 ms) 5: [ RUN ] openmp.view_subview_left_2 5: [ OK ] openmp.view_subview_left_2 (0 ms) 5: [ RUN ] openmp.view_subview_left_3 5: [ OK ] openmp.view_subview_left_3 (0 ms) 5: [ RUN ] openmp.view_subview_right_0 5: [ OK ] openmp.view_subview_right_0 (0 ms) 5: [ RUN ] openmp.view_subview_right_1 5: [ OK ] openmp.view_subview_right_1 (0 ms) 5: [ RUN ] openmp.view_subview_right_3 5: [ OK ] openmp.view_subview_right_3 (0 ms) 5: [ RUN ] openmp.view_static_tests 5: [ OK ] openmp.view_static_tests (0 ms) 5: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 5: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms) 5: [ RUN ] openmp.view_subview_layoutright_to_layoutright 5: [ OK ] openmp.view_subview_layoutright_to_layoutright (1 ms) 5: [ RUN ] openmp.view_subview_1d_assign 5: [ OK ] openmp.view_subview_1d_assign (3 ms) 5: [ RUN ] openmp.view_subview_1d_assign_atomic 5: [ OK ] openmp.view_subview_1d_assign_atomic (3 ms) 5: [ RUN ] openmp.view_subview_1d_assign_randomaccess 5: [ OK ] openmp.view_subview_1d_assign_randomaccess (3 ms) 5: [ RUN ] openmp.view_subview_2d_from_3d 5: [ OK ] openmp.view_subview_2d_from_3d (39 ms) 5: [ RUN ] openmp.view_subview_2d_from_3d_atomic 5: [ OK ] openmp.view_subview_2d_from_3d_atomic (39 ms) 5: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 5: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (39 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left 5: [ OK ] openmp.view_subview_3d_from_5d_left (168 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 5: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (184 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (174 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right 5: [ OK ] openmp.view_subview_3d_from_5d_right (229 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 5: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (220 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (212 ms) 5: [ RUN ] openmp.view_test_unmanaged_subview_reset 5: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] openmp.view_subview_memory_traits_construction 5: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 5: [ RUN ] openmp.task_fib_deprecated 5: [ OK ] openmp.task_fib_deprecated (2087 ms) 5: [ RUN ] openmp.task_depend_deprecated 5: [ OK ] openmp.task_depend_deprecated (83 ms) 5: [ RUN ] openmp.task_team_deprecated 5: [ OK ] openmp.task_team_deprecated (0 ms) 5: [ RUN ] openmp.task_with_mempool_deprecated 5: [ OK ] openmp.task_with_mempool_deprecated (0 ms) 5: [ RUN ] openmp.task_multiple_depend_deprecated 5: [ OK ] openmp.task_multiple_depend_deprecated (30 ms) 5: [ RUN ] openmp.task_scheduler_ctors_deprecated 5: [ OK ] openmp.task_scheduler_ctors_deprecated (0 ms) 5: [ RUN ] openmp.task_scheduer_ctors_device_deprecated 5: [ OK ] openmp.task_scheduer_ctors_device_deprecated (0 ms) 5: [ RUN ] openmp.task_fib_deprecated_multiple 5: [ OK ] hip.team_scratch_1_streams (65560 ms) 5: [ RUN ] hip.async_launcher 5: [ OK ] hip.async_launcher (2 ms) 5: [ RUN ] hip.preferred_blocksize_deduction 5: [ OK ] hip.preferred_blocksize_deduction (0 ms) 5: [ RUN ] hip.unified_memory_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped 5: this test should only be run with HIP unified memory enabled 5: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 5: [----------] 308 tests from hip (176487 ms total) 5: 5: [----------] 16 tests from hip_graph 5: [ RUN ] hip_graph.submit_once 5: [ OK ] hip_graph.submit_once (0 ms) 5: [ RUN ] hip_graph.submit_once_rvalue 5: [ OK ] hip_graph.submit_once_rvalue (0 ms) 5: [ RUN ] hip_graph.instantiate_and_submit_once 5: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 5: [ OK ] hip_graph.submit_onto_another_execution_space_instance (2 ms) 5: [ RUN ] hip_graph.create_graph_no_closure_with_exec 5: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] hip_graph.create_graph_no_arg 5: [ OK ] hip_graph.create_graph_no_arg (0 ms) 5: [ RUN ] hip_graph.submit_six 5: [ OK ] hip_graph.submit_six (4 ms) 5: [ RUN ] hip_graph.when_all_cycle 5: [ OK ] hip_graph.when_all_cycle (0 ms) 5: [ RUN ] hip_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 5: [ RUN ] hip_graph.zero_work_reduce 5: [ OK ] hip_graph.zero_work_reduce (0 ms) 5: [ RUN ] hip_graph.empty_graph 5: [ OK ] hip_graph.empty_graph (0 ms) 5: [ RUN ] hip_graph.force_global_launch 5: [ OK ] hip_graph.force_global_launch (0 ms) 5: [ RUN ] hip_graph.empty_graph_default_host_exec 5: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] hip_graph.node_lifetime 5: [ OK ] hip_graph.node_lifetime (0 ms) 5: [ RUN ] hip_graph.diamond 5: [ OK ] hip_graph.diamond (4 ms) 5: [ RUN ] hip_graph.end_of_submit_control_flow 5: [ OK ] hip_graph.end_of_submit_control_flow (4 ms) 5: [----------] 16 tests from hip_graph (23 ms total) 5: 5: [----------] 56 tests from hip_managed 5: [ RUN ] hip_managed.view_subview_auto_1d_left 5: [ OK ] hip_managed.view_subview_auto_1d_left (1 ms) 5: [ RUN ] hip_managed.view_subview_auto_1d_right 5: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 5: [ RUN ] hip_managed.view_subview_auto_1d_stride 5: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 5: [ RUN ] hip_managed.view_subview_assign_strided 5: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 5: [ RUN ] hip_managed.view_subview_left_0 5: [ OK ] hip_managed.view_subview_left_0 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_1 5: [ OK ] hip_managed.view_subview_left_1 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_2 5: [ OK ] hip_managed.view_subview_left_2 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_3 5: [ OK ] hip_managed.view_subview_left_3 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_0 5: [ OK ] hip_managed.view_subview_right_0 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_1 5: [ OK ] hip_managed.view_subview_right_1 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_3 5: [ OK ] hip_managed.view_subview_right_3 (0 ms) 5: [ RUN ] hip_managed.view_static_tests 5: [ OK ] hip_managed.view_static_tests (0 ms) 5: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 5: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms) 5: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 5: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign 5: [ OK ] hip_managed.view_subview_1d_assign (3 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign_atomic 5: [ OK ] hip_managed.view_subview_1d_assign_atomic (3 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 5: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d 5: [ OK ] hip_managed.view_subview_2d_from_3d (41 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 5: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (42 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 5: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (42 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left 5: [ OK ] hip_managed.view_subview_3d_from_5d_left (122 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (123 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (123 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right 5: [ OK ] hip_managed.view_subview_3d_from_5d_right (126 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (126 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (128 ms) 5: [ RUN ] hip_managed.view_test_unmanaged_subview_reset 5: [ OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] hip_managed.view_subview_memory_traits_construction 5: [ OK ] hip_managed.view_subview_memory_traits_construction (0 ms) 5: [ RUN ] hip_managed.impl_shared_alloc 5: [ OK ] hip_managed.impl_shared_alloc (264 ms) 5: [ RUN ] hip_managed.view_api_a 5: [ OK ] hip_managed.view_api_a (6 ms) 5: [ RUN ] hip_managed.view_layout_left_with_stride 5: [ OK ] hip_managed.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_managed.view_layout_right_with_stride 5: [ OK ] hip_managed.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_managed.view_api_b 5: [ OK ] hip_managed.view_api_b (16 ms) 5: [ RUN ] hip_managed.view_api_c 5: [ OK ] hip_managed.view_api_c (1 ms) 5: [ RUN ] hip_managed.view_api_d 5: [ OK ] hip_managed.view_api_d (4 ms) 5: [ RUN ] hip_managed.view_remap 5: [ OK ] hip_managed.view_remap (1 ms) 5: [ RUN ] hip_managed.view_mirror_nonconst 5: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_managed.view_stride_method 5: [ OK ] hip_managed.view_stride_method (0 ms) 5: [ RUN ] hip_managed.anonymous_space 5: [ OK ] hip_managed.anonymous_space (0 ms) 5: [ RUN ] hip_managed.view_overload_resolution 5: [ OK ] hip_managed.view_overload_resolution (0 ms) 5: [ RUN ] hip_managed.view_allocation_large_rank 5: [ OK ] hip_managed.view_allocation_large_rank (836 ms) 5: [ RUN ] hip_managed.view_shmem_size_on_device 5: [ OK ] hip_managed.view_shmem_size_on_device (2 ms) 5: [ RUN ] hip_managed.view_is_assignable 5: [ OK ] hip_managed.view_is_assignable (15 ms) 5: [ RUN ] hip_managed.view_copy_tests 5: [ OK ] hip_managed.view_copy_tests (9 ms) 5: [ RUN ] hip_managed.view_copy_tests_rank_0 5: [ OK ] hip_managed.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] hip_managed.view_copy_degenerated 5: [ OK ] hip_managed.view_copy_degenerated (0 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_right 5: [ OK ] hip_managed.view_fill_tests_layout_right (2010 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 5: [ OK ] openmp.task_fib_deprecated_multiple (2297 ms) 5: [ RUN ] openmp.task_depend_deprecated_multiple 5: [ OK ] openmp.task_depend_deprecated_multiple (69 ms) 5: [ RUN ] openmp.task_team_deprecated_multiple 5: [ OK ] openmp.task_team_deprecated_multiple (0 ms) 5: [ RUN ] openmp.task_with_mempool_deprecated_multiple 5: [ OK ] openmp.task_with_mempool_deprecated_multiple (0 ms) 5: [ RUN ] openmp.task_multiple_depend_deprecated_multiple 5: [ OK ] openmp.task_multiple_depend_deprecated_multiple (18 ms) 5: [ RUN ] openmp.task_scheduler_ctors_deprecated_multiple 5: [ OK ] openmp.task_scheduler_ctors_deprecated_multiple (0 ms) 5: [ RUN ] openmp.task_scheduer_ctors_device_deprecated_multiple 5: [ OK ] openmp.task_scheduer_ctors_device_deprecated_multiple (0 ms) 5: [ RUN ] openmp.task_fib_single 5: [ OK ] hip_managed.view_fill_tests_layout_left (868 ms) 5: [ RUN ] hip_managed.view_mapping 5: [ OK ] hip_managed.view_mapping (69 ms) 5: [ RUN ] hip_managed.view_mapping_operator 5: [ OK ] hip_managed.view_mapping_operator (22 ms) 5: [ RUN ] hip_managed.static_extent 5: [ OK ] hip_managed.static_extent (0 ms) 5: [ RUN ] hip_managed.view_mapping_atomic 5: [ OK ] hip_managed.view_mapping_atomic (1 ms) 5: [ RUN ] hip_managed.view_mapping_class_value 5: [ OK ] hip_managed.view_mapping_class_value (0 ms) 5: [ RUN ] hip_managed.view_mapping_assignable 5: [ OK ] hip_managed.view_mapping_assignable (0 ms) 5: [ RUN ] hip_managed.view_mapping_trivially_copyable 5: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_managed.view_mapping_subview 5: [ OK ] hip_managed.view_mapping_subview (1 ms) 5: [----------] 56 tests from hip_managed (5037 ms total) 5: 5: [----------] 28 tests from hip_hostpinned 5: [ RUN ] hip_hostpinned.impl_shared_alloc 5: [ OK ] hip_hostpinned.impl_shared_alloc (184 ms) 5: [ RUN ] hip_hostpinned.view_api_a 5: [ OK ] hip_hostpinned.view_api_a (5 ms) 5: [ RUN ] hip_hostpinned.view_layout_left_with_stride 5: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_layout_right_with_stride 5: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_api_b 5: [ OK ] hip_hostpinned.view_api_b (7 ms) 5: [ RUN ] hip_hostpinned.view_api_c 5: [ OK ] hip_hostpinned.view_api_c (0 ms) 5: [ RUN ] hip_hostpinned.view_api_d 5: [ OK ] hip_hostpinned.view_api_d (2 ms) 5: [ RUN ] hip_hostpinned.view_remap 5: [ OK ] hip_hostpinned.view_remap (0 ms) 5: [ RUN ] hip_hostpinned.view_mirror_nonconst 5: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_hostpinned.view_stride_method 5: [ OK ] hip_hostpinned.view_stride_method (0 ms) 5: [ RUN ] hip_hostpinned.anonymous_space 5: [ OK ] hip_hostpinned.anonymous_space (0 ms) 5: [ RUN ] hip_hostpinned.view_overload_resolution 5: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 5: [ RUN ] hip_hostpinned.view_allocation_large_rank [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 5: [ OK ] openmp.task_fib_single (1892 ms) 5: [ RUN ] openmp.task_depend_single 5: [ OK ] openmp.task_depend_single (68 ms) 5: [ RUN ] openmp.task_team_single 5: [ OK ] openmp.task_team_single (0 ms) 5: [ RUN ] openmp.task_with_mempool_single 5: [ OK ] openmp.task_with_mempool_single (0 ms) 5: [ RUN ] openmp.task_multiple_depend_single 5: [ OK ] openmp.task_multiple_depend_single (17 ms) 5: [ RUN ] openmp.task_scheduler_ctors_single 5: [ OK ] openmp.task_scheduler_ctors_single (0 ms) 5: [ RUN ] openmp.task_scheduer_ctors_device_single 5: [ OK ] openmp.task_scheduer_ctors_device_single (0 ms) 5: [ RUN ] openmp.task_fib_multiple 5: [ OK ] hip_hostpinned.view_allocation_large_rank (1245 ms) 5: [ RUN ] hip_hostpinned.view_shmem_size_on_device 5: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip_hostpinned.view_is_assignable 5: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests 5: [ OK ] hip_hostpinned.view_copy_tests (3 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 5: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms) 5: [ RUN ] hip_hostpinned.view_copy_degenerated 5: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_right 5: [ OK ] openmp.task_fib_multiple (1345 ms) 5: [ RUN ] openmp.task_depend_multiple 5: [ OK ] openmp.task_depend_multiple (12 ms) 5: [ RUN ] openmp.task_team_multiple 5: [ OK ] openmp.task_team_multiple (0 ms) 5: [ RUN ] openmp.task_with_mempool_multiple 5: [ OK ] openmp.task_with_mempool_multiple (0 ms) 5: [ RUN ] openmp.task_multiple_depend_multiple 5: [ OK ] openmp.task_multiple_depend_multiple (22 ms) 5: [ RUN ] openmp.task_scheduler_ctors_multiple 5: [ OK ] openmp.task_scheduler_ctors_multiple (0 ms) 5: [ RUN ] openmp.task_scheduer_ctors_device_multiple 5: [ OK ] openmp.task_scheduer_ctors_device_multiple (0 ms) 5: [ RUN ] openmp.task_fib_chase_lev 5: [ OK ] openmp.task_fib_chase_lev (1463 ms) 5: [ RUN ] openmp.task_depend_chase_lev 5: [ OK ] openmp.task_depend_chase_lev (35 ms) 5: [ RUN ] openmp.task_team_chase_lev 5: [ OK ] openmp.task_team_chase_lev (12 ms) 5: [ RUN ] openmp.task_with_mempool_chase_lev 5: [ OK ] openmp.task_with_mempool_chase_lev (0 ms) 5: [ RUN ] openmp.task_multiple_depend_chase_lev 5: [ OK ] openmp.task_multiple_depend_chase_lev (28 ms) 5: [ RUN ] openmp.task_scheduler_ctors_chase_lev 5: [ OK ] openmp.task_scheduler_ctors_chase_lev (0 ms) 5: [ RUN ] openmp.task_scheduer_ctors_device_chase_lev 5: [ OK ] openmp.task_scheduer_ctors_device_chase_lev (0 ms) 5: [----------] 366 tests from openmp (177862 ms total) 5: 5: [----------] 16 tests from openmp_graph 5: [ RUN ] openmp_graph.submit_once 5: [ OK ] openmp_graph.submit_once (0 ms) 5: [ RUN ] openmp_graph.submit_once_rvalue 5: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 5: [ RUN ] openmp_graph.instantiate_and_submit_once 5: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 5: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 5: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] openmp_graph.create_graph_no_arg 5: [ OK ] openmp_graph.create_graph_no_arg (0 ms) 5: [ RUN ] openmp_graph.submit_six 5: [ OK ] openmp_graph.submit_six (1 ms) 5: [ RUN ] openmp_graph.when_all_cycle 5: [ OK ] openmp_graph.when_all_cycle (0 ms) 5: [ RUN ] openmp_graph.repeat_chain 5: [ OK ] openmp_graph.repeat_chain (6 ms) 5: [ RUN ] openmp_graph.zero_work_reduce 5: [ OK ] openmp_graph.zero_work_reduce (0 ms) 5: [ RUN ] openmp_graph.empty_graph 5: [ OK ] openmp_graph.empty_graph (0 ms) 5: [ RUN ] openmp_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 5: [ RUN ] openmp_graph.empty_graph_default_host_exec 5: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] openmp_graph.node_lifetime 5: [ OK ] openmp_graph.node_lifetime (0 ms) 5: [ RUN ] openmp_graph.diamond 5: [ OK ] openmp_graph.diamond (74 ms) 5: [ RUN ] openmp_graph.end_of_submit_control_flow 5: [ OK ] openmp_graph.end_of_submit_control_flow (130 ms) 5: [----------] 16 tests from openmp_graph (217 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 402 tests from 4 test suites ran. (180771 ms total) 5: [ PASSED ] 389 tests. 5: [ SKIPPED ] 13 tests, listed below: 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 5: [ SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] openmp.large_parallel_for_reduce 5: [ SKIPPED ] openmp.reduction_with_large_iteration_count 5: [ SKIPPED ] openmp.view_allocation_int 5: [ SKIPPED ] openmp_graph.force_global_launch 5/49 Test #5: Kokkos_CoreUnitTest_OpenMP ................................. Passed 180.79 sec test 6 Start 6: Kokkos_CoreUnitTest_OpenMPInterOp 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from openmp 6: [ RUN ] openmp.raw_openmp_interop 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 4 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [ OK ] openmp.raw_openmp_interop (1 ms) 6: [----------] 1 test from openmp (1 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (1 ms total) 6: [ PASSED ] 1 test. 6/49 Test #6: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.01 sec test 7 Start 7: Kokkos_CoreUnitTest_Default 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/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 59 tests from 41 test suites. 7: [----------] Global test environment set-up. 7: [----------] 19 tests from defaultdevicetype 7: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 7: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 7: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 7: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 7: [ RUN ] defaultdevicetype.shared_space 7: /var/jenkins/workspace/Kokkos_PR-7897/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-7897/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped 7: Skipping as host and device are the same space 7: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms) 7: [ RUN ] defaultdevicetype.compiler_macros 7: [ OK ] defaultdevicetype.compiler_macros (0 ms) 7: [ RUN ] defaultdevicetype.half_conversion 7: [ OK ] defaultdevicetype.half_conversion (1 ms) 7: [ RUN ] defaultdevicetype.bhalf_conversion 7: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 7: [ RUN ] defaultdevicetype.half_operators 7: [ OK ] defaultdevicetype.half_operators (4 ms) 7: [ RUN ] defaultdevicetype.bhalf_operators 7: [ OK ] defaultdevicetype.bhalf_operators (3 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 (15 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b1 7: [ OK ] defaultdevicetype.reduce_instantiation_b1 (32 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c1 7: [ OK ] defaultdevicetype.reduce_instantiation_c1 (13 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a2 7: [ OK ] defaultdevicetype.reduce_instantiation_a2 (98 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b2 7: [ OK ] defaultdevicetype.reduce_instantiation_b2 (120 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c2 7: [ OK ] defaultdevicetype.reduce_instantiation_c2 (21 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a3 7: [ OK ] defaultdevicetype.reduce_instantiation_a3 (61 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b3 7: [ OK ] defaultdevicetype.reduce_instantiation_b3 (46 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c3 7: [ OK ] defaultdevicetype.reduce_instantiation_c3 (25 ms) 7: [----------] 19 tests from defaultdevicetype (445 ms total) 7: 7: [----------] 1 test from kokkosresize 7: [ RUN ] kokkosresize.host_space_access 7: [ OK ] kokkosresize.host_space_access (13 ms) 7: [----------] 1 test from kokkosresize (13 ms total) 7: 7: [----------] 1 test from TestViewAPI/0, where TypeParam = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 7: [ RUN ] TestViewAPI/38.sizes 7: [ OK ] TestViewAPI/38.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/38 (0 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 59 tests from 41 test suites ran. (459 ms total) 7: [ PASSED ] 57 tests. 7: [ SKIPPED ] 2 tests, listed below: 7: [ SKIPPED ] defaultdevicetype.shared_space 7: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space 7/49 Test #7: Kokkos_CoreUnitTest_Default ................................ Passed 0.48 sec test 8 Start 8: Kokkos_CoreUnitTest_InitializeFinalize 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 8: Test timeout computed to be: 1500 8: [==========] Running 28 tests from 6 test suites. 8: [----------] Global test environment set-up. 8: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (6 ms) 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (452 ms) 8: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (459 ms total) 8: 8: [----------] 4 tests from InitializeFinalize_DeathTest 8: [ RUN ] InitializeFinalize_DeathTest.initialize 8: [ OK ] InitializeFinalize_DeathTest.initialize (304 ms) 8: [ RUN ] InitializeFinalize_DeathTest.finalize 5: [ OK ] hip_hostpinned.view_fill_tests_layout_right (3607 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left 8: [ OK ] InitializeFinalize_DeathTest.finalize (302 ms) 8: [ RUN ] InitializeFinalize_DeathTest.is_initialized 8: [ OK ] InitializeFinalize_DeathTest.is_initialized (2 ms) 8: [ RUN ] InitializeFinalize_DeathTest.is_finalized 8: [ OK ] InitializeFinalize_DeathTest.is_finalized (2 ms) 8: [----------] 4 tests from InitializeFinalize_DeathTest (611 ms total) 8: 8: [----------] 1 test from Legion_DeathTest 8: [ RUN ] Legion_DeathTest.individual_backend_initialization 8: [ OK ] Legion_DeathTest.individual_backend_initialization (2 ms) 8: [----------] 1 test from Legion_DeathTest (2 ms total) 8: 8: [----------] 2 tests from PushFinalizeHook_DeathTest 8: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 8: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (2 ms) 8: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 8: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (143 ms) 8: [----------] 2 tests from PushFinalizeHook_DeathTest (145 ms total) 8: 8: [----------] 6 tests from ScopeGuard_DeathTest 8: [ RUN ] ScopeGuard_DeathTest.create 8: [ OK ] ScopeGuard_DeathTest.create (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_argument 8: [ OK ] ScopeGuard_DeathTest.create_argument (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 8: [ OK ] ScopeGuard_DeathTest.create_while_initialize (147 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 8: [ OK ] ScopeGuard_DeathTest.create_after_initialize (144 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 8: [ OK ] ScopeGuard_DeathTest.create_after_finalize (147 ms) 8: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 8: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (147 ms) 8: [----------] 6 tests from ScopeGuard_DeathTest (590 ms total) 8: 8: [----------] 13 tests from defaultdevicetype 8: [ RUN ] defaultdevicetype.initialization_settings 8: [ OK ] defaultdevicetype.initialization_settings (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 8: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_device_id 8: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 8: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 8: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_help 8: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 8: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 8: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 8: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_num_threads 8: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_device_id 8: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_disable_warnings 8: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_tune_internals 8: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.visible_devices 8: [ OK ] defaultdevicetype.visible_devices (0 ms) 8: [----------] 13 tests from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 28 tests from 6 test suites ran. (1810 ms total) 8: [ PASSED ] 28 tests. 8/49 Test #8: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 1.82 sec test 9 Start 9: Kokkos_CoreUnitTest_Develop 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 9: Test timeout computed to be: 1500 9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 9: Detected: 4 cores per node. 9: Detected: 1 MPI_ranks per node. 9: Requested: 8 threads per process. 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from defaultdevicetype 9: [ RUN ] defaultdevicetype.development_test 9: [ OK ] defaultdevicetype.development_test (0 ms) 9: [----------] 1 test from defaultdevicetype (0 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (0 ms total) 9: [ PASSED ] 1 test. 9/49 Test #9: Kokkos_CoreUnitTest_Develop ................................ Passed 0.01 sec test 10 Start 10: Kokkos_CoreUnitTest_KokkosP 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 10: Test timeout computed to be: 1500 10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 10: Detected: 4 cores per node. 10: Detected: 1 MPI_ranks per node. 10: Requested: 8 threads per process. 10: [==========] Running 31 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 31 tests from kokkosp 10: [ RUN ] kokkosp.test_named_instance_fence 10: Ref: 16777217 10: Ref: named_instance 10: 16777217 10: named_instance 10: [ OK ] kokkosp.test_named_instance_fence (0 ms) 10: [ RUN ] kokkosp.test_unnamed_instance_fence 10: Ref: 16777217 10: Ref: Unnamed Instance Fence 10: 16777217 10: Kokkos::OpenMP::fence: Unnamed Instance Fence 10: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 10: [ RUN ] kokkosp.test_named_global_fence 10: Ref: 16777216 10: Ref: test global fence 10: 16777216 10: test global fence 10: [ OK ] kokkosp.test_named_global_fence (0 ms) 10: [ RUN ] kokkosp.test_unnamed_global_fence 10: Ref: 16777216 10: Ref: Unnamed Global Fence 10: 16777216 10: Kokkos::fence: Unnamed Global Fence 10: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 10: [ RUN ] kokkosp.test_multiple_default_instances 10: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 10: [ RUN ] kokkosp.test_id_gen 10: [ OK ] kokkosp.test_id_gen (0 ms) 10: [ RUN ] kokkosp.test_kernel_sequence 10: Ref: 16777217 10: Ref: named_instance 10: 16777217 10: named_instance 10: Ref: 16777217 10: Ref: test_kernel 10: 16777217 10: named_instance 10: Miss on name 10: 16777217 10: test_kernel 10: [ OK ] kokkosp.test_kernel_sequence (0 ms) 10: [ RUN ] kokkosp.async_deep_copy 10: [ OK ] kokkosp.async_deep_copy (0 ms) 10: [ RUN ] kokkosp.parallel_for 10: [ OK ] kokkosp.parallel_for (0 ms) 10: [ RUN ] kokkosp.parallel_reduce 10: [ OK ] kokkosp.parallel_reduce (0 ms) 10: [ RUN ] kokkosp.parallel_scan 10: [ OK ] kokkosp.parallel_scan (0 ms) 10: [ RUN ] kokkosp.parallel_scan_no_fence 10: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 10: [ RUN ] kokkosp.parallel_scan_no_fence_view 10: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 10: [ RUN ] kokkosp.regions 10: [ OK ] kokkosp.regions (0 ms) 10: [ RUN ] kokkosp.fences 10: [ OK ] kokkosp.fences (0 ms) 10: [ RUN ] kokkosp.raw_allocation 10: [ OK ] kokkosp.raw_allocation (0 ms) 10: [ RUN ] kokkosp.view 10: [ OK ] kokkosp.view (0 ms) 10: [ RUN ] kokkosp.sections 10: [ OK ] kokkosp.sections (0 ms) 10: [ RUN ] kokkosp.metadata 10: [ OK ] kokkosp.metadata (0 ms) 10: [ RUN ] kokkosp.profile_events 10: [ OK ] kokkosp.profile_events (0 ms) 10: [ RUN ] kokkosp.no_init_kernel 10: [ OK ] kokkosp.no_init_kernel (0 ms) 10: [ RUN ] kokkosp.get_events 10: [ OK ] kokkosp.get_events (0 ms) 10: [ RUN ] kokkosp.kernel_name_parallel_for 10: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 10: [ RUN ] kokkosp.kernel_name_parallel_reduce 10: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 10: [ RUN ] kokkosp.kernel_name_parallel_scan 10: [ OK ] kokkosp.kernel_name_parallel_scan (1 ms) 10: [ RUN ] kokkosp.kernel_name_internal 10: [ OK ] kokkosp.kernel_name_internal (0 ms) 10: [ RUN ] kokkosp.profiling_section 10: [ OK ] kokkosp.profiling_section (0 ms) 10: [ RUN ] kokkosp.scoped_profile_region 10: [ OK ] kokkosp.scoped_profile_region (0 ms) 10: [ RUN ] kokkosp.create_mirror_no_init 10: [ OK ] kokkosp.create_mirror_no_init (0 ms) 10: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 10: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 10: [ RUN ] kokkosp.create_mirror_view_and_copy 10: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 10: [----------] 31 tests from kokkosp (4 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 31 tests from 1 test suite ran. (4 ms total) 10: [ PASSED ] 31 tests. 10/49 Test #10: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.01 sec test 11 Start 11: Kokkos_CoreUnitTest_StackTraceTest 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 11: Test timeout computed to be: 1500 11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 11: Detected: 4 cores per node. 11: Detected: 1 MPI_ranks per node. 11: Requested: 8 threads per process. 11: [==========] Running 3 tests from 2 test suites. 11: [----------] Global test environment set-up. 11: [----------] 2 tests from defaultdevicetype_DeathTest 11: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55dfb1dba959] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55dfb1d6a709] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55dfb1d63684] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x32f) [0x55dfb1d6575f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55dfb1d9c9be] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6962f) [0x55dfb1d8e62f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69942) [0x55dfb1d8e942] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69f2d) [0x55dfb1d8ef2d] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55dfb1d91648] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55dfb1d91b1c] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55dfb1d61f56] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f678a010083] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55dfb1d6348e] 11: 11: demangled test_f1: 11: [0x55dfb1dba959] Kokkos::Impl::save_stacktrace() 11: [0x55dfb1d6a709] Test::stacktrace_test_f1(std::ostream&) 11: [0x55dfb1d63684] Test::test_stacktrace(bool, bool) 11: [0x55dfb1d6575f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 11: [0x55dfb1d9c9be] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55dfb1d8e62f] 11: [0x55dfb1d8e942] 11: [0x55dfb1d8ef2d] 11: [0x55dfb1d91648] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55dfb1d91b1c] testing::UnitTest::Run() 11: [0x55dfb1d61f56] main 11: [0x7f678a010083] __libc_start_main 11: [0x55dfb1d6348e] _start 11: 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f1 11: Top of f0 11: Top of f0 11: StackTrace f3(std::cout, 4) returned: 110 11: test_f3: 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55dfb1dba959] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55dfb1d6a709] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55dfb1d6a948] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55dfb1d63f6e] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x32f) [0x55dfb1d6575f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55dfb1d9c9be] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6962f) [0x55dfb1d8e62f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69942) [0x55dfb1d8e942] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69f2d) [0x55dfb1d8ef2d] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55dfb1d91648] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55dfb1d91b1c] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55dfb1d61f56] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f678a010083] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55dfb1d6348e] 11: 11: demangled test_f3: 11: [0x55dfb1dba959] Kokkos::Impl::save_stacktrace() 11: [0x55dfb1d6a709] Test::stacktrace_test_f1(std::ostream&) 11: [0x55dfb1d6a948] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x55dfb1d63f6e] Test::test_stacktrace(bool, bool) 11: [0x55dfb1d6575f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 11: [0x55dfb1d9c9be] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55dfb1d8e62f] 11: [0x55dfb1d8e942] 11: [0x55dfb1d8ef2d] 11: [0x55dfb1d91648] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55dfb1d91b1c] testing::UnitTest::Run() 11: [0x55dfb1d61f56] main 11: [0x7f678a010083] __libc_start_main 11: [0x55dfb1d6348e] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (146 ms) 11: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55b00789e959] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55b00784e709] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55b007847684] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x32c) [0x55b007849afc] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55b0078809be] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6962f) [0x55b00787262f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69942) [0x55b007872942] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69f2d) [0x55b007872f2d] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55b007875648] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55b007875b1c] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55b007845f56] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f202863b083] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55b00784748e] 11: 11: demangled test_f1: 11: [0x55b00789e959] Kokkos::Impl::save_stacktrace() 11: [0x55b00784e709] Test::stacktrace_test_f1(std::ostream&) 11: [0x55b007847684] Test::test_stacktrace(bool, bool) 11: [0x55b007849afc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 11: [0x55b0078809be] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55b00787262f] 11: [0x55b007872942] 11: [0x55b007872f2d] 11: [0x55b007875648] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55b007875b1c] testing::UnitTest::Run() 11: [0x55b007845f56] main 11: [0x7f202863b083] __libc_start_main 11: [0x55b00784748e] _start 11: 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f1 11: Top of f0 11: Top of f0 11: StackTrace f3(std::cout, 4) returned: 110 11: test_f3: 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55b00789e959] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55b00784e709] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55b00784e948] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55b007847f6e] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x32c) [0x55b007849afc] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55b0078809be] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6962f) [0x55b00787262f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69942) [0x55b007872942] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69f2d) [0x55b007872f2d] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55b007875648] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55b007875b1c] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55b007845f56] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f202863b083] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55b00784748e] 11: 11: demangled test_f3: 11: [0x55b00789e959] Kokkos::Impl::save_stacktrace() 11: [0x55b00784e709] Test::stacktrace_test_f1(std::ostream&) 11: [0x55b00784e948] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x55b007847f6e] Test::test_stacktrace(bool, bool) 11: [0x55b007849afc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 11: [0x55b0078809be] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55b00787262f] 11: [0x55b007872942] 11: [0x55b007872f2d] 11: [0x55b007875648] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55b007875b1c] testing::UnitTest::Run() 11: [0x55b007845f56] main 11: [0x7f202863b083] __libc_start_main 11: [0x55b00784748e] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (143 ms) 11: [----------] 2 tests from defaultdevicetype_DeathTest (290 ms total) 11: 11: [----------] 1 test from defaultdevicetype 11: [ RUN ] defaultdevicetype.stacktrace_normal 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55a62843d959] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55a6283ed709] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55a6283e6684] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55a62841f9be] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6962f) [0x55a62841162f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69942) [0x55a628411942] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69f2d) [0x55a628411f2d] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55a628414648] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55a628414b1c] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55a6283e4f56] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4fc2b0d083] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55a6283e648e] 11: 11: demangled test_f1: 11: [0x55a62843d959] Kokkos::Impl::save_stacktrace() 11: [0x55a6283ed709] Test::stacktrace_test_f1(std::ostream&) 11: [0x55a6283e6684] Test::test_stacktrace(bool, bool) 11: [0x55a62841f9be] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55a62841162f] 11: [0x55a628411942] 11: [0x55a628411f2d] 11: [0x55a628414648] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55a628414b1c] testing::UnitTest::Run() 11: [0x55a6283e4f56] main 11: [0x7f4fc2b0d083] __libc_start_main 11: [0x55a6283e648e] _start 11: 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f3 11: Top of f1 11: Top of f0 11: Top of f0 11: StackTrace f3(std::cout, 4) returned: 110 11: test_f3: 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55a62843d959] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55a6283ed709] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55a6283ed948] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55a6283e6f6e] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55a62841f9be] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6962f) [0x55a62841162f] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69942) [0x55a628411942] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69f2d) [0x55a628411f2d] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55a628414648] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55a628414b1c] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55a6283e4f56] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4fc2b0d083] 11: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55a6283e648e] 11: 11: demangled test_f3: 11: [0x55a62843d959] Kokkos::Impl::save_stacktrace() 11: [0x55a6283ed709] Test::stacktrace_test_f1(std::ostream&) 11: [0x55a6283ed948] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x55a6283e6f6e] Test::test_stacktrace(bool, bool) 11: [0x55a62841f9be] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55a62841162f] 11: [0x55a628411942] 11: [0x55a628411f2d] 11: [0x55a628414648] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55a628414b1c] testing::UnitTest::Run() 11: [0x55a6283e4f56] main 11: [0x7f4fc2b0d083] __libc_start_main 11: [0x55a6283e648e] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 11: [----------] 1 test from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 3 tests from 2 test suites ran. (291 ms total) 11: [ PASSED ] 3 tests. 11/49 Test #11: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.30 sec test 12 Start 12: Kokkos_IncrementalTest_OPENMP 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 12: Test timeout computed to be: 1500 12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 12: Detected: 4 cores per node. 12: Detected: 1 MPI_ranks per node. 12: Requested: 8 threads per process. 12: [==========] Running 28 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 28 tests from OPENMP 12: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 12: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 12: [ RUN ] OPENMP.IncrTest_01_execspace 12: Host Parallel Execution Space: 12: KOKKOS_ENABLE_OPENMP: yes 12: 12: OpenMP Runtime Configuration: 12: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 12: OpenMP 12: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 12: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 12: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 12: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 12: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 12: [ RUN ] OPENMP.IncrTest_02_AtomicSub 12: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 12: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 12: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 12: [ RUN ] OPENMP.IncrTest_03b_memspace_free 12: [ OK ] OPENMP.IncrTest_03b_memspace_free (31 ms) 12: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 12: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 12: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 12: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 12: [ RUN ] OPENMP.IncrTest_05_reduction 12: [ OK ] OPENMP.IncrTest_05_reduction (31 ms) 12: [ RUN ] OPENMP.IncrTest_06_mdrange2D 12: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 12: [ RUN ] OPENMP.IncrTest_06_mdrange3D 12: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 12: [ RUN ] OPENMP.IncrTest_06_mdrange4D 12: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 12: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 12: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 12: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 12: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 12: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 12: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 12: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 12: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms) 12: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 12: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 12: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 12: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 12: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 12: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (135 ms) 12: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 12: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms) 12: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 12: [ OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms) 12: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 12: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 12: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 12: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 12: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 12: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 12: [ RUN ] OPENMP.incr_14_MDrangeReduce 12: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 12: [ RUN ] OPENMP.IncrTest_16_parallelscan 12: [ OK ] OPENMP.IncrTest_16_parallelscan (1 ms) 12: [ RUN ] OPENMP.incr_17_atomicView 12: [ OK ] OPENMP.incr_17_atomicView (0 ms) 12: [----------] 28 tests from OPENMP (211 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 28 tests from 1 test suite ran. (211 ms total) 12: [ PASSED ] 28 tests. 12/49 Test #12: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.22 sec test 13 Start 13: Kokkos_IncrementalTest_SERIAL 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 13: Test timeout computed to be: 1500 13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 13: Detected: 4 cores per node. 13: Detected: 1 MPI_ranks per node. 13: Requested: 8 threads per process. 13: [==========] Running 28 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 28 tests from SERIAL 13: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 13: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 13: [ RUN ] SERIAL.IncrTest_01_execspace 13: Host Serial Execution Space: 13: KOKKOS_ENABLE_SERIAL: yes 13: 13: Serial Runtime Configuration: 13: Serial 13: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 13: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 13: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 13: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 13: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 13: [ RUN ] SERIAL.IncrTest_02_AtomicSub 13: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 13: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 13: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 13: [ RUN ] SERIAL.IncrTest_03b_memspace_free 13: [ OK ] SERIAL.IncrTest_03b_memspace_free (34 ms) 13: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 13: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 13: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 13: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 13: [ RUN ] SERIAL.IncrTest_05_reduction 13: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 13: [ RUN ] SERIAL.IncrTest_06_mdrange2D 13: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 13: [ RUN ] SERIAL.IncrTest_06_mdrange3D 13: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 13: [ RUN ] SERIAL.IncrTest_06_mdrange4D 13: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 13: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 13: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 13: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 13: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 13: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 13: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 13: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 13: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 13: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 13: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 13: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 13: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 13: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 13: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (145 ms) 13: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 13: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 13: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 13: [ OK ] SERIAL.IncrTest_12b_TeamScratch (3 ms) 13: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 13: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 13: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 13: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 13: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 13: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 13: [ RUN ] SERIAL.incr_14_MDrangeReduce 13: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 13: [ RUN ] SERIAL.IncrTest_16_parallelscan 13: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 13: [ RUN ] SERIAL.incr_17_atomicView 13: [ OK ] SERIAL.incr_17_atomicView (0 ms) 13: [----------] 28 tests from SERIAL (184 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 28 tests from 1 test suite ran. (184 ms total) 13: [ PASSED ] 28 tests. 13/49 Test #13: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.19 sec test 14 Start 14: Kokkos_CoreUnitTest_CTestDevice 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 14: Test timeout computed to be: 1500 14: [==========] Running 8 tests from 2 test suites. 14: [----------] Global test environment set-up. 14: [----------] 5 tests from ctest_environment_DeathTest 14: [ RUN ] ctest_environment_DeathTest.invalid_rank 14: [ OK ] ctest_environment_DeathTest.invalid_rank (141 ms) 14: [ RUN ] ctest_environment_DeathTest.no_type_str [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 14: [ OK ] ctest_environment_DeathTest.no_type_str (140 ms) 14: [ RUN ] ctest_environment_DeathTest.missing_type 14: [ OK ] ctest_environment_DeathTest.missing_type (288 ms) 14: [ RUN ] ctest_environment_DeathTest.no_id_str 14: [ OK ] ctest_environment_DeathTest.no_id_str (154 ms) 14: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 14: [ OK ] ctest_environment_DeathTest.invalid_id_str (308 ms) 14: [----------] 5 tests from ctest_environment_DeathTest (1034 ms total) 14: 14: [----------] 3 tests from ctest_environment 14: [ RUN ] ctest_environment.no_device_type 14: [ OK ] ctest_environment.no_device_type (0 ms) 14: [ RUN ] ctest_environment.no_process_count 14: [ OK ] ctest_environment.no_process_count (0 ms) 14: [ RUN ] ctest_environment.good 14: [ OK ] ctest_environment.good (0 ms) 14: [----------] 3 tests from ctest_environment (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 8 tests from 2 test suites ran. (1034 ms total) 14: [ PASSED ] 8 tests. 14/49 Test #14: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.04 sec test 15 Start 15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 15: Test timeout computed to be: 1500 15/49 Test #15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.00 sec test 16 Start 16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 16: Test timeout computed to be: 1500 16: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 16/49 Test #16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 17 Start 17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 17: Test timeout computed to be: 1500 17/49 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 18 Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 18: Environment variables: 18: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 18: Test timeout computed to be: 1500 18/49 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 19 Start 19: Kokkos_PerformanceTest_TaskDag 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 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: "taskdag: alloc super repeat input output task-accum task-max" 1000000 10000 1 4 3 0 0 19: "taskdag: time (min, avg)" 0.000137369 0.000137369 19: "taskdag: tasks per second (max, avg)" 94635.6 94635.6 19/49 Test #19: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.00 sec test 20 Start 20: Kokkos_PerformanceTest_Benchmark 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T14-55-09.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: 2025-03-17T15:12:48+00:00 20: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 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: 6.71, 6.74, 5.10 20: CPU architecture: none 20: Default Device: OpenMP 20: GIT_BRANCH: HEAD 20: GIT_CLEAN_STATUS: CLEAN 20: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 20: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 20: GIT_COMMIT_HASH: 10d579f4f 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.6.99 20: platform: 64bit 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations Count Time normalized 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: GramSchmidt/Count:1024/iterations:5/manual_time 0.112 s 0.025 s 5 1024 108.371u [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 20: GramSchmidt/Count:2048/iterations:5/manual_time 0.111 s 0.025 s 5 2.048k 54.6548u 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (4858 ms) 5: [ RUN ] hip_hostpinned.view_mapping 5: [ OK ] hip_hostpinned.view_mapping (68 ms) 5: [ RUN ] hip_hostpinned.view_mapping_operator 5: [ OK ] hip_hostpinned.view_mapping_operator (2 ms) 5: [ RUN ] hip_hostpinned.static_extent 5: [ OK ] hip_hostpinned.static_extent (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_atomic 5: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_class_value 5: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_assignable 5: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 5: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_subview 5: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 5: [----------] 28 tests from hip_hostpinned (9991 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 428 tests from 6 test suites ran. (287053 ms total) 5: [ PASSED ] 420 tests. 5: [ SKIPPED ] 8 tests, listed below: 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 5: [ SKIPPED ] hip.unified_memory_zero_memset 5: [ SKIPPED ] hip_graph.repeat_chain [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o 5/59 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 287.54 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test timeout computed to be: 1500 20: GramSchmidt/Count:4096/iterations:5/manual_time 0.111 s 0.024 s 5 4.096k 26.2u [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.graph_lock_based_atomic_op 6: [ OK ] hip.graph_lock_based_atomic_op (13 ms) 6: [----------] 1 test from hip (13 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (13 ms total) 6: [ PASSED ] 1 test. 6/59 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.44 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit 7: Test timeout computed to be: 1500 7: [==========] Running 1 test from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 1 test from hip 7: [ RUN ] hip.raw_hip_interop 20: GramSchmidt/Count:8192/iterations:5/manual_time 0.113 s 0.029 s 5 8.192k 14.3218u 7: [ OK ] hip.raw_hip_interop (334 ms) 7: [----------] 1 test from hip (334 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (334 ms total) 7: [ PASSED ] 1 test. 7/59 Test #7: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.39 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from hip 8: [ RUN ] hip.raw_hip_streams 20: GramSchmidt/Count:16384/iterations:5/manual_time 0.119 s 0.035 s 5 16.384k 7.04644u 8: [ OK ] hip.raw_hip_streams (346 ms) 8: [----------] 1 test from hip (347 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (347 ms total) 8: [ PASSED ] 1 test. 8/59 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.41 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test timeout computed to be: 1500 9: [==========] Running 3 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 3 tests from hip 9: [ RUN ] hip.graph_promises_on_native_objects 9: [ OK ] hip.graph_promises_on_native_objects (12 ms) 9: [ RUN ] hip.graph_instantiate_and_debug_dot_print 9: [ OK ] hip.graph_instantiate_and_debug_dot_print (0 ms) 9: [ RUN ] hip.graph_construct_from_native 9: 9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 9: does not support page migration between device and host. 9: HIPManagedSpace might not work as expected. 9: Please refer to the ROCm documentation on unified/managed memory. 9: [ OK ] hip.graph_construct_from_native (0 ms) 9: [----------] 3 tests from hip (14 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 3 tests from 1 test suite ran. (14 ms total) 9: [ PASSED ] 3 tests. 9/59 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.43 sec test 10 Start 10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 20: GramSchmidt/Count:32768/iterations:5/manual_time 0.120 s 0.032 s 5 32.768k 3.53128u [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 10: [==========] Running 4 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from hip_multi_gpu 10: [ RUN ] hip_multi_gpu.managed_views 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.managed_views (23 ms) 10: [ RUN ] hip_multi_gpu.unmanaged_views 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.unmanaged_views (1 ms) 10: [ RUN ] hip_multi_gpu.scratch_space 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.scratch_space (1 ms) 10: [ RUN ] hip_multi_gpu.stream_sync_semantics_raw_hip 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip (1 ms) 10: [----------] 4 tests from hip_multi_gpu (26 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 4 tests from 1 test suite ran. (26 ms total) 10: [ PASSED ] 0 tests. 10: [ SKIPPED ] 4 tests, listed below: 10: [ SKIPPED ] hip_multi_gpu.managed_views 10: [ SKIPPED ] hip_multi_gpu.unmanaged_views 10: [ SKIPPED ] hip_multi_gpu.scratch_space 10: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip 10/59 Test #10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU .............. Passed 0.44 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 11: [==========] Running 59 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 19 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 11: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 11: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 11: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSharedSpace.cpp:109: Skipped 11: skipping because specified arch does not support page migration 11: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 11: [ RUN ] defaultdevicetype.shared_host_pinned_space 11: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 11: [ RUN ] defaultdevicetype.compiler_macros 11: [ OK ] defaultdevicetype.compiler_macros (0 ms) 11: [ RUN ] defaultdevicetype.half_conversion 11: [ OK ] defaultdevicetype.half_conversion (4 ms) 11: [ RUN ] defaultdevicetype.bhalf_conversion 11: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 11: [ RUN ] defaultdevicetype.half_operators 11: [ OK ] defaultdevicetype.half_operators (0 ms) 11: [ RUN ] defaultdevicetype.bhalf_operators 11: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 11: [ RUN ] defaultdevicetype.host_space_access 11: [ OK ] defaultdevicetype.host_space_access (0 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a1 11: [ OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (15 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a2 11: [ OK ] defaultdevicetype.reduce_instantiation_a2 (9 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (21 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (9 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 20: GramSchmidt/Count:65536/iterations:5/manual_time 0.130 s 0.046 s 5 65.536k 2.04682u 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (26 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (11 ms) 11: [----------] 19 tests from defaultdevicetype (128 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (15 ms) 11: [----------] 1 test from kokkosresize (15 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = 11: [ RUN ] TestViewAPI/0.sizes 11: [ OK ] TestViewAPI/0.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/0 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/1, where TypeParam = 11: [ RUN ] TestViewAPI/1.sizes 11: [ OK ] TestViewAPI/1.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/1 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/2, where TypeParam = 11: [ RUN ] TestViewAPI/2.sizes 11: [ OK ] TestViewAPI/2.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/2 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/3, where TypeParam = 11: [ RUN ] TestViewAPI/3.sizes 11: [ OK ] TestViewAPI/3.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/3 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/4, where TypeParam = 11: [ RUN ] TestViewAPI/4.sizes 11: [ OK ] TestViewAPI/4.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/4 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/5, where TypeParam = 11: [ RUN ] TestViewAPI/5.sizes 11: [ OK ] TestViewAPI/5.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/5 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/6, where TypeParam = 11: [ RUN ] TestViewAPI/6.sizes 11: [ OK ] TestViewAPI/6.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/6 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/7, where TypeParam = 11: [ RUN ] TestViewAPI/7.sizes 11: [ OK ] TestViewAPI/7.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/7 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/8, where TypeParam = 11: [ RUN ] TestViewAPI/8.sizes 11: [ OK ] TestViewAPI/8.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/8 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/9, where TypeParam = 11: [ RUN ] TestViewAPI/9.sizes 11: [ OK ] TestViewAPI/9.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/9 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/10, where TypeParam = 11: [ RUN ] TestViewAPI/10.sizes 11: [ OK ] TestViewAPI/10.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/10 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/11, where TypeParam = 11: [ RUN ] TestViewAPI/11.sizes 11: [ OK ] TestViewAPI/11.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/11 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/12, where TypeParam = 11: [ RUN ] TestViewAPI/12.sizes 11: [ OK ] TestViewAPI/12.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/12 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/13, where TypeParam = 11: [ RUN ] TestViewAPI/13.sizes 11: [ OK ] TestViewAPI/13.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/13 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/14, where TypeParam = 11: [ RUN ] TestViewAPI/14.sizes 11: [ OK ] TestViewAPI/14.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/14 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/15, where TypeParam = 11: [ RUN ] TestViewAPI/15.sizes 11: [ OK ] TestViewAPI/15.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/15 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/16, where TypeParam = 11: [ RUN ] TestViewAPI/16.sizes 11: [ OK ] TestViewAPI/16.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/16 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/17, where TypeParam = 11: [ RUN ] TestViewAPI/17.sizes 11: [ OK ] TestViewAPI/17.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/17 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/18, where TypeParam = 11: [ RUN ] TestViewAPI/18.sizes 11: [ OK ] TestViewAPI/18.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/18 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/19, where TypeParam = 11: [ RUN ] TestViewAPI/19.sizes 11: [ OK ] TestViewAPI/19.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/19 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/20, where TypeParam = 11: [ RUN ] TestViewAPI/20.sizes 11: [ OK ] TestViewAPI/20.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/20 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/21, where TypeParam = 11: [ RUN ] TestViewAPI/21.sizes 11: [ OK ] TestViewAPI/21.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/21 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/22, where TypeParam = 11: [ RUN ] TestViewAPI/22.sizes 11: [ OK ] TestViewAPI/22.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/22 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/23, where TypeParam = 11: [ RUN ] TestViewAPI/23.sizes 11: [ OK ] TestViewAPI/23.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/23 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/24, where TypeParam = 11: [ RUN ] TestViewAPI/24.sizes 11: [ OK ] TestViewAPI/24.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/24 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/25, where TypeParam = 11: [ RUN ] TestViewAPI/25.sizes 11: [ OK ] TestViewAPI/25.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/25 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/26, where TypeParam = 11: [ RUN ] TestViewAPI/26.sizes 11: [ OK ] TestViewAPI/26.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/26 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/27, where TypeParam = 11: [ RUN ] TestViewAPI/27.sizes 11: [ OK ] TestViewAPI/27.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/27 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/28, where TypeParam = 11: [ RUN ] TestViewAPI/28.sizes 11: [ OK ] TestViewAPI/28.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/28 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/29, where TypeParam = 11: [ RUN ] TestViewAPI/29.sizes 11: [ OK ] TestViewAPI/29.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/29 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/30, where TypeParam = 11: [ RUN ] TestViewAPI/30.sizes 11: [ OK ] TestViewAPI/30.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/30 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/31, where TypeParam = 11: [ RUN ] TestViewAPI/31.sizes 11: [ OK ] TestViewAPI/31.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/31 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/32, where TypeParam = 11: [ RUN ] TestViewAPI/32.sizes 11: [ OK ] TestViewAPI/32.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/32 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/33, where TypeParam = 11: [ RUN ] TestViewAPI/33.sizes 11: [ OK ] TestViewAPI/33.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/33 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/34, where TypeParam = 11: [ RUN ] TestViewAPI/34.sizes 11: [ OK ] TestViewAPI/34.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/34 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/35, where TypeParam = 11: [ RUN ] TestViewAPI/35.sizes 11: [ OK ] TestViewAPI/35.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/35 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/36, where TypeParam = 11: [ RUN ] TestViewAPI/36.sizes 11: [ OK ] TestViewAPI/36.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/36 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/37, where TypeParam = 11: [ RUN ] TestViewAPI/37.sizes 11: [ OK ] TestViewAPI/37.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/37 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/38, where TypeParam = 11: [ RUN ] TestViewAPI/38.sizes 11: [ OK ] TestViewAPI/38.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/38 (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 59 tests from 41 test suites ran. (146 ms total) 11: [ PASSED ] 58 tests. 11: [ SKIPPED ] 1 test, listed below: 11: [ SKIPPED ] defaultdevicetype.shared_space 11/59 Test #11: Kokkos_CoreUnitTest_Default ................................ Passed 0.55 sec test 12 Start 12: Kokkos_CoreUnitTest_InitializeFinalize 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 12: Test timeout computed to be: 1500 12: [==========] Running 28 tests from 6 test suites. 12: [----------] Global test environment set-up. 12: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 20: GramSchmidt/Count:131072/iterations:5/manual_time 0.151 s 0.077 s 5 131.072k 1.141u 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (805 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 20: GramSchmidt/Count:262144/iterations:5/manual_time 0.190 s 0.125 s 5 262.144k 755.353n 20: GramSchmidt/Count:524288/iterations:5/manual_time 0.254 s 0.210 s 5 524.288k 479.095n 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4772 ms) 12: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (5578 ms total) 12: 12: [----------] 4 tests from InitializeFinalize_DeathTest 12: [ RUN ] InitializeFinalize_DeathTest.initialize [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o 12: [ OK ] InitializeFinalize_DeathTest.initialize (3857 ms) 12: [ RUN ] InitializeFinalize_DeathTest.finalize 12: [ OK ] InitializeFinalize_DeathTest.finalize (2542 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_initialized 12: [ OK ] InitializeFinalize_DeathTest.is_initialized (403 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_finalized [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 12: [ OK ] InitializeFinalize_DeathTest.is_finalized (405 ms) 12: [----------] 4 tests from InitializeFinalize_DeathTest (7209 ms total) 12: 12: [----------] 1 test from Legion_DeathTest 12: [ RUN ] Legion_DeathTest.individual_backend_initialization 12: [ OK ] Legion_DeathTest.individual_backend_initialization (407 ms) 12: [----------] 1 test from Legion_DeathTest (407 ms total) 12: 12: [----------] 2 tests from PushFinalizeHook_DeathTest 12: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 12: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (406 ms) 12: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 12: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1716 ms) 12: [----------] 2 tests from PushFinalizeHook_DeathTest (2123 ms total) 12: 12: [----------] 6 tests from ScopeGuard_DeathTest 12: [ RUN ] ScopeGuard_DeathTest.create 12: [ OK ] ScopeGuard_DeathTest.create (392 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_argument 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: Benchmark Time CPU Iterations FOM: GB/s Max 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: CustomReduction/N:100000/R:1000/manual_time 5.69 s 5.60 s 1 0.0247137/s 11.5 12: [ OK ] ScopeGuard_DeathTest.create_argument (391 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 20: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 20: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: OverlapRangePolicy/N:2000/M:10000/R:10 0.740 s 0.376 s 2 0.0271834 0.0955047 0.0985538 0.21715 0.0488475 0.049283 [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G 12: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1853 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: OverlapMDRangePolicy/N:200/M:10000/R:10 0.176 s 0.086 s 11 3.7608m 0.047893 9.88067m 0.0482578 5.12345m 4.95892m 12: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1684 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C 12: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1721 ms) 12: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 20: OverlapTeamPolicy/N:20/M:1000000/R:10 0.821 s 0.417 s 2 0.0552693 0.087385 0.114201 0.210006 0.0568903 0.0567145 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations Count Time normalized 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 130.853n 20: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 59.8687n 20: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 43.6833n 20: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 30.5116n 20: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.001 s 5 16.384k 22.8353n 20: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.001 s 0.001 s 5 32.768k 18.9792n 20: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.001 s 0.004 s 5 65.536k 15.8278n 20: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.002 s 0.009 s 5 131.072k 15.0509n 20: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.004 s 0.026 s 5 262.144k 14.7585n 20: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.008 s 0.062 s 5 524.288k 14.5654n 12: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1679 ms) 12: [----------] 6 tests from ScopeGuard_DeathTest (7723 ms total) 12: 12: [----------] 13 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.initialization_settings 12: [ OK ] defaultdevicetype.initialization_settings (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 12: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_device_id 12: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 12: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 12: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_help 12: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 12: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 12: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_num_threads 12: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_device_id 12: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_disable_warnings 12: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_tune_internals 12: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.visible_devices 12: [ OK ] defaultdevicetype.visible_devices (0 ms) 12: [----------] 13 tests from defaultdevicetype (2 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 28 tests from 6 test suites ran. (23044 ms total) 12: [ PASSED ] 28 tests. 12/59 Test #12: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 23.07 sec test 13 Start 13: Kokkos_CoreUnitTest_Develop 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 13: Test timeout computed to be: 1500 [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from defaultdevicetype 13: [ RUN ] defaultdevicetype.development_test 13: [ OK ] defaultdevicetype.development_test (0 ms) 13: [----------] 1 test from defaultdevicetype (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (0 ms total) 13: [ PASSED ] 1 test. 13/59 Test #13: Kokkos_CoreUnitTest_Develop ................................ Passed 0.39 sec test 14 Start 14: Kokkos_CoreUnitTest_KokkosP 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 14: Test timeout computed to be: 1500 14: [==========] Running 31 tests from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 31 tests from kokkosp 14: [ RUN ] kokkosp.test_named_instance_fence 14: Ref: 50331649 14: Ref: named_instance 14: 50331649 14: named_instance 14: [ OK ] kokkosp.test_named_instance_fence (0 ms) 14: [ RUN ] kokkosp.test_unnamed_instance_fence 14: Ref: 50331649 14: Ref: Unnamed Instance Fence 14: 50331649 14: Kokkos::HIP::fence(): Unnamed Instance Fence 14: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 14: [ RUN ] kokkosp.test_named_global_fence 14: Ref: 50331648 14: Ref: test global fence 14: 0 14: test global fence 14: Miss on id 14: 50331648 14: test global fence 14: [ OK ] kokkosp.test_named_global_fence (0 ms) 14: [ RUN ] kokkosp.test_unnamed_global_fence 14: Ref: 50331648 14: Ref: Unnamed Global Fence 14: 0 14: Kokkos::fence: Unnamed Global Fence 14: Miss on id 14: 50331648 14: Kokkos::fence: Unnamed Global Fence 14: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 14: [ RUN ] kokkosp.test_multiple_default_instances 14: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 14: [ RUN ] kokkosp.test_id_gen 14: [ OK ] kokkosp.test_id_gen (0 ms) 14: [ RUN ] kokkosp.test_kernel_sequence 14: Ref: 50331649 14: Ref: named_instance 14: 50331649 14: named_instance 14: Ref: 50331649 14: Ref: test_kernel 14: 50331649 14: named_instance 14: Miss on name 14: 0 14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 14: Miss on name 14: Miss on id 14: 50331648 14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 14: Miss on name 14: Miss on id 14: 50331649 14: test_kernel 14: [ OK ] kokkosp.test_kernel_sequence (1 ms) 14: [ RUN ] kokkosp.async_deep_copy 14: [ OK ] kokkosp.async_deep_copy (0 ms) 14: [ RUN ] kokkosp.parallel_for 14: [ OK ] kokkosp.parallel_for (0 ms) 14: [ RUN ] kokkosp.parallel_reduce 14: [ OK ] kokkosp.parallel_reduce (0 ms) 14: [ RUN ] kokkosp.parallel_scan 14: [ OK ] kokkosp.parallel_scan (4 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence 14: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence_view 14: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 14: [ RUN ] kokkosp.regions 14: [ OK ] kokkosp.regions (0 ms) 14: [ RUN ] kokkosp.fences 14: [ OK ] kokkosp.fences (0 ms) 14: [ RUN ] kokkosp.raw_allocation 14: [ OK ] kokkosp.raw_allocation (0 ms) 14: [ RUN ] kokkosp.view 14: [ OK ] kokkosp.view (0 ms) 14: [ RUN ] kokkosp.sections 14: [ OK ] kokkosp.sections (0 ms) 14: [ RUN ] kokkosp.metadata 14: [ OK ] kokkosp.metadata (0 ms) 14: [ RUN ] kokkosp.profile_events 14: [ OK ] kokkosp.profile_events (0 ms) 14: [ RUN ] kokkosp.no_init_kernel 14: [ OK ] kokkosp.no_init_kernel (0 ms) 14: [ RUN ] kokkosp.get_events 14: [ OK ] kokkosp.get_events (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_for 14: [ OK ] kokkosp.kernel_name_parallel_for (1 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_reduce 14: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_scan 14: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 14: [ RUN ] kokkosp.kernel_name_internal 14: [ OK ] kokkosp.kernel_name_internal (0 ms) 14: [ RUN ] kokkosp.profiling_section 14: [ OK ] kokkosp.profiling_section (0 ms) 14: [ RUN ] kokkosp.scoped_profile_region 14: [ OK ] kokkosp.scoped_profile_region (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init 14: [ OK ] kokkosp.create_mirror_no_init (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 14: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 14: [ RUN ] kokkosp.create_mirror_view_and_copy 14: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 14: [----------] 31 tests from kokkosp (9 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 31 tests from 1 test suite ran. (9 ms total) 14: [ PASSED ] 31 tests. 14/59 Test #14: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.43 sec test 15 Start 15: Kokkos_CoreUnitTest_ToolIndependence 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 15: Test timeout computed to be: 1500 15/59 Test #15: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.03 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoadHelp 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/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(). [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I 16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 16/59 Test #16: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.51 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations FOM: rate 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Malloc/N:1/manual_time 0.175 us 0.339 us 3976742 5.71988M/s [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o 17: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 17/59 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.41 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoad 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 18: Environment variables: 18: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 18: Test timeout computed to be: 1500 18: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 18: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1700::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.6.99::kokkosp_allocate_data:Host:source:0x1299f00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xcfd480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xcfd580:Host:source:0x129a000: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:0x17e1900: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:0xcfd480:40::kokkosp_deallocate_data:Host:source:0x1299f00:40::kokkosp_finalize_library:: 18/59 Test #18: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.40 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLine 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 1500 19: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1700::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.6.99::kokkosp_allocate_data:Host:source:0xb32100:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x729180:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x729280:Host:source:0xb32200: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:0x8e7ec0: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:0x729180:40::kokkosp_deallocate_data:Host:source:0xb32100:40::kokkosp_finalize_library:: 19/59 Test #19: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.39 sec test 20 Start 20: Kokkos_CoreUnitTest_StackTraceTest 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 20: Test timeout computed to be: 1500 20: [==========] Running 3 tests from 2 test suites. 20: [----------] Global test environment set-up. 20: [----------] 2 tests from defaultdevicetype_DeathTest 20: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 20: Malloc/N:16/manual_time 0.174 us 0.336 us 4123340 5.73527M/s 20: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f714dc221a2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26a1af] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xda) [0x26baea] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f714dd563b9] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f714dd2ef48] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f714dd302ad] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f714dd30ca2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f714dd404dd] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f714dd56e99] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f714dd40066] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f714bb43d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f714bb43e40] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f1: 20: [0x7f714dc221a2] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26a1af] Test::test_stacktrace(bool, bool) 20: [0x26baea] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x7f714dd563b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f714dd2ef48] testing::Test::Run() 20: [0x7f714dd302ad] testing::TestInfo::Run() 20: [0x7f714dd30ca2] testing::TestSuite::Run() 20: [0x7f714dd404dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f714dd56e99] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f714dd40066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f714bb43d90] 20: [0x7f714bb43e40] __libc_start_main 20: [0x26a045] _start 20: 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f1 20: Top of f0 20: Top of f0 20: StackTrace f3(std::cout, 4) returned: 110 20: test_f3: 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f714dc221a2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26ea86] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26aba6] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xda) [0x26baea] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f714dd563b9] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f714dd2ef48] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f714dd302ad] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f714dd30ca2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f714dd404dd] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f714dd56e99] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f714dd40066] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f714bb43d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f714bb43e40] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f3: 20: [0x7f714dc221a2] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26ea86] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x26aba6] Test::test_stacktrace(bool, bool) 20: [0x26baea] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x7f714dd563b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f714dd2ef48] testing::Test::Run() 20: [0x7f714dd302ad] testing::TestInfo::Run() 20: [0x7f714dd30ca2] testing::TestSuite::Run() 20: [0x7f714dd404dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f714dd56e99] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f714dd40066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f714bb43d90] 20: [0x7f714bb43e40] __libc_start_main 20: [0x26a045] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: Malloc/N:256/manual_time 0.190 us 0.353 us 3613673 5.25331M/s 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1592 ms) 20: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 20: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fcc92d8d1a2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26a1af] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd7) [0x26bda7] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fcc92ec13b9] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fcc92e99f48] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fcc92e9b2ad] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fcc92e9bca2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fcc92eab4dd] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fcc92ec1e99] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fcc92eab066] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fcc90caed90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fcc90caee40] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f1: 20: [0x7fcc92d8d1a2] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26a1af] Test::test_stacktrace(bool, bool) 20: [0x26bda7] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x7fcc92ec13b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7fcc92e99f48] testing::Test::Run() 20: [0x7fcc92e9b2ad] testing::TestInfo::Run() 20: [0x7fcc92e9bca2] testing::TestSuite::Run() 20: [0x7fcc92eab4dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7fcc92ec1e99] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7fcc92eab066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7fcc90caed90] 20: [0x7fcc90caee40] __libc_start_main 20: [0x26a045] _start 20: 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f1 20: Top of f0 20: Top of f0 20: StackTrace f3(std::cout, 4) returned: 110 20: test_f3: 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fcc92d8d1a2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26ea86] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26aba6] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd7) [0x26bda7] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fcc92ec13b9] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fcc92e99f48] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fcc92e9b2ad] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fcc92e9bca2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fcc92eab4dd] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fcc92ec1e99] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fcc92eab066] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fcc90caed90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fcc90caee40] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f3: 20: [0x7fcc92d8d1a2] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26ea86] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x26aba6] Test::test_stacktrace(bool, bool) 20: [0x26bda7] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x7fcc92ec13b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7fcc92e99f48] testing::Test::Run() 20: [0x7fcc92e9b2ad] testing::TestInfo::Run() 20: [0x7fcc92e9bca2] testing::TestSuite::Run() 20: [0x7fcc92eab4dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7fcc92ec1e99] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7fcc92eab066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7fcc90caed90] 20: [0x7fcc90caee40] __libc_start_main 20: [0x26a045] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1735 ms) 20: [----------] 2 tests from defaultdevicetype_DeathTest (3328 ms total) 20: 20: [----------] 1 test from defaultdevicetype 20: [ RUN ] defaultdevicetype.stacktrace_normal 20: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f1eec2f31a2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26a1af] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1eec4273b9] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f1eec3fff48] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f1eec4012ad] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f1eec401ca2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f1eec4114dd] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1eec427e99] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f1eec411066] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f1eea214d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f1eea214e40] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f1: 20: [0x7f1eec2f31a2] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26a1af] Test::test_stacktrace(bool, bool) 20: [0x7f1eec4273b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f1eec3fff48] testing::Test::Run() 20: [0x7f1eec4012ad] testing::TestInfo::Run() 20: [0x7f1eec401ca2] testing::TestSuite::Run() 20: [0x7f1eec4114dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f1eec427e99] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f1eec411066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f1eea214d90] 20: [0x7f1eea214e40] __libc_start_main 20: [0x26a045] _start 20: 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f1 20: Top of f0 20: Top of f0 20: StackTrace f3(std::cout, 4) returned: 110 20: test_f3: 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f1eec2f31a2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26ea86] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26aba6] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1eec4273b9] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f1eec3fff48] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f1eec4012ad] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f1eec401ca2] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f1eec4114dd] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1eec427e99] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f1eec411066] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f1eea214d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f1eea214e40] 20: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f3: 20: [0x7f1eec2f31a2] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26ea86] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x26aba6] Test::test_stacktrace(bool, bool) 20: [0x7f1eec4273b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f1eec3fff48] testing::Test::Run() 20: [0x7f1eec4012ad] testing::TestInfo::Run() 20: [0x7f1eec401ca2] testing::TestSuite::Run() 20: [0x7f1eec4114dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f1eec427e99] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f1eec411066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f1eea214d90] 20: [0x7f1eea214e40] __libc_start_main 20: [0x26a045] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 20: [----------] 1 test from defaultdevicetype (1 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 3 tests from 2 test suites ran. (3329 ms total) 20: [ PASSED ] 3 tests. [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o 20/59 Test #20: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.73 sec test 21 Start 21: Kokkos_IncrementalTest_SERIAL 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 21: Test timeout computed to be: 1500 20: Malloc/N:4096/manual_time 0.170 us 0.337 us 4122917 5.87379M/s 21: [==========] Running 28 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 28 tests from SERIAL 21: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 21: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 21: [ RUN ] SERIAL.IncrTest_01_execspace 21: Host Serial Execution Space: 21: KOKKOS_ENABLE_SERIAL: yes 21: 21: Serial Runtime Configuration: 21: Serial 21: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 21: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 21: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicSub 21: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 21: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 21: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 21: [ RUN ] SERIAL.IncrTest_03b_memspace_free 21: [ OK ] SERIAL.IncrTest_03b_memspace_free (58 ms) 21: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 21: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 21: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 21: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 21: [ RUN ] SERIAL.IncrTest_05_reduction 21: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange2D 21: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange3D 21: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange4D 21: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 21: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 21: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 21: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 21: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 21: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 21: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (83 ms) 21: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 21: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 21: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 21: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 21: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.incr_14_MDrangeReduce 21: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 21: [ RUN ] SERIAL.IncrTest_16_parallelscan 21: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 21: [ RUN ] SERIAL.incr_17_atomicView 21: [ OK ] SERIAL.incr_17_atomicView (0 ms) 21: [----------] 28 tests from SERIAL (146 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (146 ms total) 21: [ PASSED ] 28 tests. 21/59 Test #21: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.55 sec test 22 Start 22: Kokkos_IncrementalTest_HIP 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_HIP 22: Test timeout computed to be: 1500 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o 22: [==========] Running 28 tests from 1 test suite. 22: [----------] Global test environment set-up. 22: [----------] 28 tests from HIP 22: [ RUN ] HIP.IncrTest_01_execspace_typedef 22: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 22: [ RUN ] HIP.IncrTest_01_execspace 22: Device Execution Space: 22: KOKKOS_ENABLE_HIP: yes 22: HIP Options: 22: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 22: 22: Runtime Configuration: 22: XNACK environment variable set: no 22: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 22: macro KOKKOS_ENABLE_HIP : defined 22: macro HIP_VERSION = 50731921 = version 5.7.31921 22: macro KOKKOS_ENABLE_ROCTHRUST : defined 22: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 22: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 22: Total Global Memory: 31.98 GiB 22: Shared Memory per Block: 64 KiB 22: APU or dGPU: dGPU 22: Is Large Bar: 1 22: Supports Managed Memory: 1 22: Architecture capable of accessing system allocated memory: 1 22: System allows accessing system allocated memory on GPU: 0 22: Wavefront Size: 64 22: HIP 22: [ OK ] HIP.IncrTest_01_execspace (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicExchange 22: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicAdd 22: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicSub 22: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 22: [ RUN ] HIP.IncrTest_03a_memspace_malloc 22: [ OK ] HIP.IncrTest_03a_memspace_malloc (0 ms) 22: [ RUN ] HIP.IncrTest_03b_memspace_free [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 20: Malloc/N:65536/manual_time 0.141 us 0.352 us 5011934 7.10102M/s [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 20: Malloc/N:1048576/manual_time 0.132 us 0.341 us 5351140 7.57623M/s 22: [ OK ] HIP.IncrTest_03b_memspace_free (3651 ms) 22: [ RUN ] HIP.IncrTest_04_simple_parallelFor 22: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 22: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 22: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 22: [ RUN ] HIP.IncrTest_05_reduction 22: [ OK ] HIP.IncrTest_05_reduction (6 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange2D 22: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange3D 22: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange4D 22: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_2D 22: [ OK ] HIP.IncrTest_08_deep_copy_2D (2 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_3D 22: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_4D 22: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 22: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 22: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms) 22: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 22: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 22: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (163 ms) 22: [ RUN ] HIP.IncrTest_12a_ThreadScratch 22: [ OK ] HIP.IncrTest_12a_ThreadScratch (3 ms) 22: [ RUN ] HIP.IncrTest_12b_TeamScratch 22: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 22: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (0 ms) 22: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms) 22: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.incr_14_MDrangeReduce 22: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 22: [ RUN ] HIP.IncrTest_16_parallelscan 22: [ OK ] HIP.IncrTest_16_parallelscan (7 ms) 22: [ RUN ] HIP.incr_17_atomicView 22: [ OK ] HIP.incr_17_atomicView (1 ms) 22: [----------] 28 tests from HIP (3848 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 28 tests from 1 test suite ran. (3848 ms total) 22: [ PASSED ] 28 tests. 22/59 Test #22: Kokkos_IncrementalTest_HIP ................................. Passed 4.26 sec test 23 Start 23: Kokkos_CoreUnitTest_CTestDevice 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 23: Test timeout computed to be: 1500 23: [==========] Running 8 tests from 2 test suites. 23: [----------] Global test environment set-up. 23: [----------] 5 tests from ctest_environment_DeathTest 23: [ RUN ] ctest_environment_DeathTest.invalid_rank 23: [ OK ] ctest_environment_DeathTest.invalid_rank (430 ms) 23: [ RUN ] ctest_environment_DeathTest.no_type_str 23: [ OK ] ctest_environment_DeathTest.no_type_str (444 ms) 23: [ RUN ] ctest_environment_DeathTest.missing_type 20: Malloc/N:16777216/manual_time 0.137 us 0.345 us 5059404 7.30058M/s 23: [ OK ] ctest_environment_DeathTest.missing_type (892 ms) 23: [ RUN ] ctest_environment_DeathTest.no_id_str 23: [ OK ] ctest_environment_DeathTest.no_id_str (449 ms) 23: [ RUN ] ctest_environment_DeathTest.invalid_id_str 23: [ OK ] ctest_environment_DeathTest.invalid_id_str (881 ms) 23: [----------] 5 tests from ctest_environment_DeathTest (3098 ms total) 23: 23: [----------] 3 tests from ctest_environment 23: [ RUN ] ctest_environment.no_device_type 23: [ OK ] ctest_environment.no_device_type (0 ms) 23: [ RUN ] ctest_environment.no_process_count 23: [ OK ] ctest_environment.no_process_count (0 ms) 23: [ RUN ] ctest_environment.good 23: [ OK ] ctest_environment.good (0 ms) 23: [----------] 3 tests from ctest_environment (0 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 8 tests from 2 test suites ran. (3099 ms total) 23: [ PASSED ] 8 tests. 23/59 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 3.13 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 24: Test timeout computed to be: 1500 24/59 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.03 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Test timeout computed to be: 1500 25: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 25/59 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.03 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 26: Test timeout computed to be: 1500 26/59 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.03 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 27: Environment variables: 27: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 27: Test timeout computed to be: 1500 27/59 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.03 sec test 28 Start 28: Kokkos_CoreUnitTest_DeviceAndThreads 28: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 28: Test timeout computed to be: 1500 28: test_device_id (__main__.KokkosInitializationTestCase) ... ok 20: Malloc/N:268435456/manual_time 2.49 us 6.67 us 290795 401.571k/s [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 28: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 28: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 28: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 28: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 28: 28: ---------------------------------------------------------------------- 28: Ran 5 tests in 4.419s 28: 28: OK (skipped=1) [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 28/59 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 4.47 sec test 29 Start 29: Kokkos_PerformanceTest_TaskDag 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 29: Test timeout computed to be: 1500 29/59 Test #29: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.03 sec test 30 Start 30: Kokkos_PerformanceTest_Benchmark 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T14-55-51.json" 30: Test timeout computed to be: 1500 30: 2025-03-17T15:13:35+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 30: Run on (64 X 2994.67 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x32) 30: L1 Instruction 32 KiB (x32) 30: L2 Unified 512 KiB (x32) 30: L3 Unified 16384 KiB (x16) 30: Load Average: 16.84, 12.06, 10.15 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1700 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX17: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 30: Kokkos Version: 4.6.99 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: platform: 64bit 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations Count Time normalized 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.007 s 5 1024 6.59575u 20: Malloc/N:4294967296/manual_time 3.08 us 10.7 us 220966 324.535k/s 30: GramSchmidt/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.28387u 30: GramSchmidt/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.64234u 30: GramSchmidt/Count:8192/iterations:5/manual_time 0.007 s 0.008 s 5 8.192k 809.155n 30: GramSchmidt/Count:16384/iterations:5/manual_time 0.007 s 0.009 s 5 16.384k 407.046n 30: GramSchmidt/Count:32768/iterations:5/manual_time 0.007 s 0.009 s 5 32.768k 212.582n 30: GramSchmidt/Count:65536/iterations:5/manual_time 0.008 s 0.012 s 5 65.536k 114.465n 30: GramSchmidt/Count:131072/iterations:5/manual_time 0.010 s 0.018 s 5 131.072k 74.3446n 30: GramSchmidt/Count:262144/iterations:5/manual_time 0.031 s 0.047 s 5 262.144k 117.409n 20: MallocFree/N:1/manual_time 0.309 us 0.348 us 2240998 3.23277M/s 30: GramSchmidt/Count:524288/iterations:5/manual_time 0.033 s 0.064 s 5 524.288k 62.5462n [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 20: MallocFree/N:16/manual_time 0.312 us 0.351 us 2276538 3.20422M/s [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 20: MallocFree/N:256/manual_time 0.321 us 0.360 us 2191919 3.11669M/s 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: Benchmark Time CPU Iterations FOM: GB/s Max 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: CustomReduction/N:100000/R:1000/manual_time 0.008 s 0.018 s 92 13.8882k/s 11.5 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o 30: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 30: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: OverlapRangePolicy/N:2000/M:10000/R:10 0.544 s 0.541 s 1 0.0951562 0.0471647 0.0807259 0.0404216 0.0400675 5.911u 20: MallocFree/N:4096/manual_time 0.309 us 0.348 us 2272370 3.23667M/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: OverlapMDRangePolicy/N:200/M:10000/R:10 0.044 s 0.044 s 16 8.09904m 3.99038m 7.63501m 3.81888m 3.81836m 2.806u 20: MallocFree/N:65536/manual_time 0.324 us 0.363 us 2115386 3.08753M/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 30: OverlapTeamPolicy/N:20/M:1000000/R:10 0.190 s 0.188 s 4 0.0350614 0.0177495 0.0333288 0.0166225 0.0166535 3.557u 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations Count Time normalized 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 28.5596n 30: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 14.6074n 30: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 7.17407n 30: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.73499n 30: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 2.43317n 30: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 970.428p 30: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 580.17p 30: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 485.458p 30: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.000 s 5 262.144k 454.994p 30: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 421.896p 20: MallocFree/N:1048576/manual_time 0.312 us 0.351 us 2237237 3.20705M/s 20: MallocFree/N:16777216/manual_time 0.317 us 0.356 us 2215223 3.15691M/s 20: MallocFree/N:268435456/manual_time 6.64 us 6.25 us 105419 150.685k/s 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: rate 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Malloc/N:1/manual_time 12.9 us 36.3 us 50603 77.5689k/s 20: MallocFree/N:4294967296/manual_time 10.6 us 10.1 us 65823 94.0449k/s 20: MallocTouch/N:1/manual_time 106 us 37.2 us 6470 9.47742k/s 20: MallocTouch/N:16/manual_time 105 us 36.9 us 6626 9.48196k/s 30: Malloc/N:16/manual_time 13.3 us 38.1 us 55792 74.9129k/s 20: MallocTouch/N:256/manual_time 104 us 34.3 us 6452 9.59653k/s 20: MallocTouch/N:4096/manual_time 109 us 38.8 us 6659 9.21582k/s 20: MallocTouch/N:65536/manual_time 108 us 26.9 us 6969 9.28864k/s 30: Malloc/N:256/manual_time 14.9 us 37.6 us 51992 67.0093k/s 20: MallocTouch/N:1048576/manual_time 105 us 35.2 us 6733 9.56104k/s 20: MallocTouch/N:16777216/manual_time 126 us 42.6 us 5468 7.9243k/s 30: Malloc/N:4096/manual_time 13.4 us 36.4 us 51638 74.4384k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 20: MallocTouch/N:268435456/manual_time 32420 us 29228 us 22 30.8455/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 30: Malloc/N:65536/manual_time 13.4 us 38.3 us 50570 74.5737k/s 20: MallocTouch/N:4294967296/manual_time 496849 us 390408 us 2 2.01268/s 20: MallocTouchFree/N:1/manual_time 108 us 29.8 us 6533 9.28556k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o 20: MallocTouchFree/N:16/manual_time 107 us 32.7 us 6668 9.31441k/s 30: Malloc/N:1048576/manual_time 13.2 us 35.8 us 53056 75.4873k/s 20: MallocTouchFree/N:256/manual_time 106 us 35.0 us 6346 9.46423k/s 20: MallocTouchFree/N:4096/manual_time 109 us 38.7 us 6286 9.20425k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o 30: Malloc/N:16777216/manual_time 13.3 us 36.0 us 52546 75.0744k/s 20: MallocTouchFree/N:65536/manual_time 109 us 31.2 us 6611 9.18676k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o 20: MallocTouchFree/N:1048576/manual_time 109 us 29.0 us 6278 9.19636k/s 20: MallocTouchFree/N:16777216/manual_time 128 us 42.1 us 5658 7.787k/s 30: Malloc/N:268435456/manual_time 14.8 us 37.7 us 51805 67.6704k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o 20: MallocTouchFree/N:268435456/manual_time 45757 us 29130 us 15 21.8544/s 20: MallocTouchFree/N:4294967296/manual_time 643976 us 389909 us 1 1.55285/s 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: Benchmark Time CPU Iterations FOM: GB/s MB 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: ViewAllocate_Rank1/N:10/manual_time 0.218 s 0.251 s 3 3.66849/s 800 30: Malloc/N:4294967296/manual_time 13.4 us 36.7 us 52160 74.5552k/s 20: ViewAllocate_Rank1/N:10/manual_time 0.219 s 0.252 s 3 3.65773/s 800 30: MallocFree/N:1/manual_time 36.3 us 36.2 us 19327 27.5165k/s 20: ViewAllocate_Rank2/N:10/manual_time 0.219 s 0.252 s 3 3.65897/s 800 30: MallocFree/N:16/manual_time 36.3 us 36.2 us 19247 27.5124k/s 20: ViewAllocate_Rank2/N:10/manual_time 0.219 s 0.252 s 3 3.65443/s 800 30: MallocFree/N:256/manual_time 40.9 us 40.7 us 19132 24.4445k/s 20: ViewAllocate_Rank3/N:10/manual_time 0.218 s 0.252 s 3 3.66521/s 800 20: ViewAllocate_Rank3/N:10/manual_time 0.218 s 0.252 s 3 3.66499/s 800 30: MallocFree/N:4096/manual_time 37.1 us 36.8 us 18884 26.9629k/s 30: MallocFree/N:65536/manual_time 36.9 us 36.7 us 18885 27.1046k/s 20: ViewAllocate_Rank4/N:10/manual_time 0.218 s 0.252 s 3 3.66894/s 800 20: ViewAllocate_Rank4/N:10/manual_time 0.219 s 0.252 s 3 3.65899/s 800 30: MallocFree/N:1048576/manual_time 36.5 us 36.3 us 19185 27.4161k/s 20: ViewAllocate_Rank5/N:10/manual_time 0.219 s 0.252 s 3 3.65415/s 800 30: MallocFree/N:16777216/manual_time 36.7 us 36.5 us 19110 27.2641k/s 20: ViewAllocate_Rank5/N:10/manual_time 0.218 s 0.252 s 3 3.67244/s 800 30: MallocFree/N:268435456/manual_time 36.2 us 36.0 us 19056 27.6285k/s 20: ViewAllocate_Rank6/N:10/manual_time 0.218 s 0.252 s 3 3.67489/s 800 [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o 30: MallocFree/N:4294967296/manual_time 33.4 us 33.3 us 20191 29.8965k/s [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 20: ViewAllocate_Rank6/N:10/manual_time 0.219 s 0.252 s 3 3.65509/s 800 20: ViewAllocate_Rank7/N:10/manual_time 0.219 s 0.252 s 3 3.65307/s 800 30: MallocTouch/N:1/manual_time 14.0 us 37.1 us 53618 71.2489k/s 20: ViewAllocate_Rank7/N:10/manual_time 0.219 s 0.252 s 3 3.65469/s 800 20: ViewAllocate_Rank8/N:10/manual_time 0.219 s 0.252 s 3 3.65718/s 800 30: MallocTouch/N:16/manual_time 13.9 us 36.5 us 50747 72.0657k/s 20: ViewAllocate_Rank8/N:10/manual_time 0.219 s 0.252 s 3 3.66006/s 800 [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 30: MallocTouch/N:256/manual_time 12.7 us 36.3 us 49939 78.777k/s 20: ViewDeepCopy_Rank1/N:10/manual_time 0.037 s 0.019 s 19 42.6709/s 1.6k [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 30: MallocTouch/N:4096/manual_time 30.1 us 55.1 us 25668 33.1723k/s [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H 20: ViewDeepCopy_Rank1/N:10/manual_time 0.038 s 0.018 s 19 42.6652/s 1.6k [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o 30: MallocTouch/N:65536/manual_time 30.1 us 55.8 us 23589 33.1731k/s 30: MallocTouch/N:1048576/manual_time 32.8 us 57.9 us 21285 30.4898k/s 20: ViewDeepCopy_Rank1/N:10/manual_time 0.037 s 0.018 s 19 42.7252/s 1.6k 30: MallocTouch/N:16777216/manual_time 34.8 us 59.9 us 20155 28.7483k/s 20: ViewDeepCopy_Rank2/N:10/manual_time 0.037 s 0.018 s 19 42.7003/s 1.6k 30: MallocTouch/N:268435456/manual_time 76.8 us 102 us 9113 13.0188k/s 30: MallocTouch/N:4294967296/manual_time 784 us 806 us 895 1.27509k/s 30: MallocTouchFree/N:1/manual_time 36.8 us 36.6 us 19121 27.1921k/s 20: ViewDeepCopy_Rank3/N:10/manual_time 0.037 s 0.018 s 19 42.7956/s 1.6k 30: MallocTouchFree/N:16/manual_time 36.4 us 36.2 us 19294 27.4797k/s 30: MallocTouchFree/N:256/manual_time 36.4 us 36.3 us 19268 27.4558k/s 30: MallocTouchFree/N:4096/manual_time 55.0 us 54.7 us 12885 18.1901k/s 20: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.037 s 0.019 s 19 21.3721/s 800 30: MallocTouchFree/N:65536/manual_time 59.2 us 58.9 us 12682 16.8836k/s 30: MallocTouchFree/N:1048576/manual_time 55.8 us 55.4 us 12600 17.9191k/s [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F 30: MallocTouchFree/N:16777216/manual_time 57.7 us 57.4 us 12124 17.3332k/s 30: MallocTouchFree/N:268435456/manual_time 99.2 us 98.7 us 7056 10.0818k/s [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 30: MallocTouchFree/N:4294967296/manual_time 807 us 803 us 865 1.23955k/s [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: Benchmark Time CPU Iterations FOM: GB/s MB 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: ViewAllocate_Rank1/N:10/manual_time 0.001 s 0.001 s 899 1026.28/s 800 20: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.037 s 0.018 s 19 21.4144/s 800 30: ViewAllocate_Rank1/N:10/manual_time 0.001 s 0.001 s 898 1025.65/s 800 30: ViewAllocate_Rank2/N:10/manual_time 0.001 s 0.001 s 898 1026.64/s 800 20: ViewDeepCopy_Rank1/N:10/manual_time 0.037 s 0.018 s 19 42.8724/s 1.6k 30: ViewAllocate_Rank2/N:10/manual_time 0.001 s 0.001 s 896 1021.62/s 800 30: ViewAllocate_Rank3/N:10/manual_time 0.001 s 0.001 s 858 1020.9/s 800 30: ViewAllocate_Rank3/N:10/manual_time 0.001 s 0.001 s 858 1020.9/s 800 20: ViewDeepCopy_Rank2/N:10/manual_time 0.037 s 0.019 s 19 42.9266/s 1.6k 30: ViewAllocate_Rank4/N:10/manual_time 0.001 s 0.001 s 899 1026.46/s 800 30: ViewAllocate_Rank4/N:10/manual_time 0.001 s 0.001 s 898 1026.11/s 800 30: ViewAllocate_Rank5/N:10/manual_time 0.001 s 0.001 s 898 1025.92/s 800 30: ViewAllocate_Rank5/N:10/manual_time 0.001 s 0.001 s 898 1025.53/s 800 [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M 20: ViewDeepCopy_Rank3/N:10/manual_time 0.043 s 0.019 s 19 37.5782/s 1.6k [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M 30: ViewAllocate_Rank6/N:10/manual_time 0.001 s 0.001 s 898 1025.9/s 800 30: ViewAllocate_Rank6/N:10/manual_time 0.001 s 0.001 s 897 1025.63/s 800 20: ViewDeepCopy_Rank1/N:10/manual_time 0.052 s 0.018 s 10 30.7493/s 1.6k 30: ViewAllocate_Rank7/N:10/manual_time 0.001 s 0.001 s 898 1025.19/s 800 30: ViewAllocate_Rank7/N:10/manual_time 0.001 s 0.001 s 897 1026.56/s 800 30: ViewAllocate_Rank8/N:10/manual_time 0.001 s 0.001 s 898 1026.05/s 800 30: ViewAllocate_Rank8/N:10/manual_time 0.001 s 0.001 s 898 1026.58/s 800 20: ViewDeepCopy_Rank2/N:10/manual_time 0.531 s 0.168 s 2 3.01235/s 1.6k 30: ViewDeepCopy_Rank1/N:10/manual_time 0.032 s 0.032 s 21 49.3071/s 1.6k 20: ViewDeepCopy_Rank3/N:10/manual_time 0.420 s 0.146 s 2 3.81236/s 1.6k 30: ViewDeepCopy_Rank1/N:10/manual_time 0.029 s 0.029 s 24 55.3034/s 1.6k 30: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 450 1027.44/s 1.6k 20: ViewDeepCopy_Rank1/N:10/manual_time 0.059 s 0.016 s 12 27.2917/s 1.6k 30: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 449 1027.31/s 1.6k 20: ViewDeepCopy_Rank2/N:10/manual_time 0.581 s 0.168 s 1 2.75218/s 1.6k 30: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 450 1027.3/s 1.6k 30: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 261 298.418/s 800 30: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.080 s 0.079 s 9 10.0098/s 800 20: ViewDeepCopy_Rank3/N:10/manual_time 0.217 s 0.104 s 3 7.3581/s 1.6k 30: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 450 1027.59/s 1.6k 30: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 449 1027.35/s 1.6k 20: ViewDeepCopy_Rank4/N:10/manual_time 0.038 s 0.018 s 17 41.8849/s 1.6k 30: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 449 1027.54/s 1.6k 30: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 450 1027.36/s 1.6k 30: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 220 503.943/s 1.6k 20: ViewDeepCopy_Rank5/N:10/manual_time 0.070 s 0.025 s 10 22.8335/s 1.6k 30: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 228 522.387/s 1.6k 20: ViewDeepCopy_Rank4/N:10/manual_time 0.055 s 0.020 s 13 29.2038/s 1.6k 30: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 450 1027.14/s 1.6k 30: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 324 741.585/s 1.6k 20: ViewDeepCopy_Rank5/N:10/manual_time 0.055 s 0.020 s 13 29.1288/s 1.6k 30: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 281 642.177/s 1.6k 30: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 449 1027.22/s 1.6k 20: ViewDeepCopy_Rank4/N:10/manual_time 0.223 s 0.111 s 3 7.18149/s 1.6k 30: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 449 1027.55/s 1.6k 30: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 449 1027.5/s 1.6k 20: ViewDeepCopy_Rank5/N:10/manual_time 0.220 s 0.106 s 3 7.25868/s 1.6k 30: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 449 1027.23/s 1.6k 30: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 49 111.204/s 1.6k 20: ViewDeepCopy_Rank4/N:10/manual_time 0.229 s 0.110 s 3 6.98311/s 1.6k 30: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 49 111.444/s 1.6k [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Built target Kokkos_UnitTest_SIMD + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build-tests/DartConfiguration.tcl Site: 675c991cf378 Build name: Linux-nvcc_wrapper Create new tag: 20250317-1515 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build-tests/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build-tests Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: 1: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 1: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 1: setting CUDA_VISIBLE_DEVICES. 1: This could on multi GPU systems lead to severe performance" 1: penalties. 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/54 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.53 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: 2: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 2: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 2: setting CUDA_VISIBLE_DEVICES. 2: This could on multi GPU systems lead to severe performance" 2: penalties. 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (1 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (1 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (1 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from cuda (6 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (6 ms total) 2: [ PASSED ] 14 tests. 2/54 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.30 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: 3: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 3: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 3: setting CUDA_VISIBLE_DEVICES. 3: This could on multi GPU systems lead to severe performance" 3: penalties. 3: [==========] Running 257 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 30: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 223 510.819/s 1.6k 20: ViewDeepCopy_Rank5/N:10/manual_time 0.292 s 0.141 s 2 5.47561/s 1.6k 3: [ OK ] serial_DeathTest.abort_from_host (620 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (574 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 30: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 102 233.057/s 1.6k 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (573 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 30: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 450 1026.65/s 1.6k 20: ViewDeepCopy_Rank6/N:10/manual_time 0.054 s 0.019 s 13 29.7866/s 1.6k 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (569 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (2 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (1 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (3 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (2354 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 229 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (1 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (74 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (41 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (7 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (20 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 30: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 449 1027.3/s 1.6k 20: ViewDeepCopy_Rank6/N:10/manual_time 0.054 s 0.019 s 13 29.6379/s 1.6k 30: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 100.477/s 1.6k 3: [ OK ] serial.exec_space_thread_safety_range (1065 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (106 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 30: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 39 88.1848/s 1.6k 30: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 449 1027.3/s 1.6k 20: ViewDeepCopy_Rank6/N:10/manual_time 0.227 s 0.110 s 3 7.05145/s 1.6k 30: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 449 1027.14/s 1.6k 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2170 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 30: ViewDeepCopy_Rank7/N:10/manual_time 0.018 s 0.017 s 40 91.1601/s 1.6k 20: ViewDeepCopy_Rank6/N:10/manual_time 0.299 s 0.145 s 2 5.34737/s 1.6k 30: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 38 85.8494/s 1.6k 30: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 450 1027.09/s 1.6k 20: ViewDeepCopy_Rank7/N:10/manual_time 0.054 s 0.019 s 13 29.8054/s 1.6k 30: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 449 1027.46/s 1.6k 30: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 38 87.2407/s 1.6k 20: ViewDeepCopy_Rank7/N:10/manual_time 0.054 s 0.019 s 13 29.7887/s 1.6k 30: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 37 84.1199/s 1.6k 30: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 452 1034.2/s 1.6k 20: ViewDeepCopy_Rank7/N:10/manual_time 0.392 s 0.187 s 2 4.08146/s 1.6k 30: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 452 1034.53/s 1.6k 30: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 453 1034.51/s 1.6k 30: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 453 1034.61/s 1.6k 20: ViewDeepCopy_Rank7/N:10/manual_time 0.338 s 0.165 s 2 4.73871/s 1.6k 30: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 914 1046.73/s 800 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. 20: ViewDeepCopy_Rank8/N:10/manual_time 0.054 s 0.019 s 13 29.758/s 1.6k 30: ViewFill_Rank1/N:10/manual_time 0.033 s 0.033 s 21 23.9854/s 800 30: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 914 1047.04/s 800 20: ViewDeepCopy_Rank8/N:10/manual_time 0.054 s 0.019 s 13 29.6472/s 1.6k 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (11898 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (899 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (889 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (5 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 30: ViewFill_Rank1/N:10/manual_time 0.033 s 0.033 s 21 23.8889/s 800 3: [ OK ] serial.mdrange_5d (519 ms) 3: [ RUN ] serial.mdrange_6d 30: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 916 1046.35/s 800 20: ViewDeepCopy_Rank8/N:10/manual_time 0.461 s 0.227 s 2 3.47432/s 1.6k 30: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 916 1046.75/s 800 3: [ OK ] serial.mdrange_6d (867 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (6 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (86 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (307 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 30: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 916 1046.53/s 800 3: [ OK ] serial.mdrange_large_deep_copy (1003 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 20: ViewDeepCopy_Rank8/N:10/manual_time 0.353 s 0.174 s 2 4.5335/s 1.6k 30: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 916 1046.57/s 800 30: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 352 200.892/s 400 30: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 916 1047.22/s 800 20: ViewDeepCopy_Raw/N:10/manual_time 0.054 s 0.020 s 13 29.6431/s 1.6k 30: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 916 1047.01/s 800 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3168 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (1 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (31 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (5 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (1 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 30: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 916 1047.1/s 800 3: [ OK ] serial.int64_t_reduce (249 ms) 3: [ RUN ] serial.double_reduce 20: ViewDeepCopy_Raw/N:10/manual_time 0.047 s 0.017 s 13 34.3123/s 1.6k 3: [ OK ] serial.double_reduce (258 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 30: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 917 1046.8/s 800 3: [ OK ] serial.int64_t_reduce_dynamic (795 ms) 3: [ RUN ] serial.double_reduce_dynamic 30: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 916 1047.09/s 800 3: [ OK ] serial.double_reduce_dynamic (1010 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 30: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 916 1042.53/s 800 3: [ OK ] serial.int64_t_reduce_dynamic_view (197 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 20: ViewDeepCopy_Raw/N:10/manual_time 0.038 s 0.014 s 18 41.8628/s 1.6k 30: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 916 1046.32/s 800 30: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 917 1046.85/s 800 30: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 917 1047.1/s 800 3: [ OK ] serial.reduce_device_view_mdrange_policy (2324 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 30: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 915 1047.34/s 800 20: ViewDeepCopy_Raw/N:10/manual_time 0.038 s 0.014 s 18 42.2286/s 1.6k 3: [ OK ] serial.reduce_device_view_team_policy (1633 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (5 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [ RUN ] serial.task_fib_deprecated 30: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 917 1047.98/s 800 30: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 917 1047.51/s 800 30: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.43638k/s 1.6k 30: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.32741k/s 1.6k 30: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.33541k/s 1.6k 30: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.97985k/s 1.6k 30: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.1532k/s 1.6k 30: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.47672k/s 1.6k 30: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.2049k/s 1.6k 30: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.2162k/s 1.6k 30: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.35902k/s 1.6k 30: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.01625k/s 1.6k 30: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.01543k/s 1.6k 30: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.82398k/s 1.6k 30: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.25075k/s 1.6k 30: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.45565k/s 1.6k 30: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.07642k/s 1.6k 30: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.35312k/s 1.6k 30: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.267k/s 1.6k 30: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.79739k/s 1.6k 30: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.20696k/s 1.6k 30: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.07932k/s 1.6k 30: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.64177k/s 1.6k 30: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.06277k/s 1.6k 30: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.12288k/s 1.6k 30: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.31268k/s 1.6k 30: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.63945k/s 1.6k 30: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.75561k/s 1.6k 30: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.18255k/s 1.6k 30: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.36461k/s 1.6k 3: [ OK ] serial.task_fib_deprecated (928 ms) 3: [ RUN ] serial.task_depend_deprecated 3: [ OK ] serial.task_depend_deprecated (0 ms) 3: [ RUN ] serial.task_team_deprecated 3: [ OK ] serial.task_team_deprecated (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated 3: [ OK ] serial.task_with_mempool_deprecated (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated 3: [ OK ] serial.task_multiple_depend_deprecated (11 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated 3: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated 3: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 3: [ RUN ] serial.task_fib_deprecated_multiple 20: ViewFill_Rank1/N:10/manual_time 0.024 s 0.010 s 29 32.7166/s 800 30: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.49903k/s 1.6k 30: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.95902k/s 1.6k 30: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.3642k/s 1.6k 30: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.71367k/s 1.6k 30: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 985.728/s 1.6k 30: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1025.8/s 1.6k 30/59 Test #30: Kokkos_PerformanceTest_Benchmark ........................... Passed 132.63 sec test 31 Start 31: Kokkos_Benchmark_Atomic_MinMax 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T14-55-51.json" 31: Test timeout computed to be: 1500 31: 2025-03-17T15:15:48+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 31: Run on (64 X 3294.11 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x32) 31: L1 Instruction 32 KiB (x32) 31: L2 Unified 512 KiB (x32) 31: L3 Unified 16384 KiB (x16) 31: Load Average: 17.29, 14.06, 11.16 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1700 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_CXX17: no 31: KOKKOS_ENABLE_CXX20: yes 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 31: Kokkos Version: 4.6.99 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: platform: 64bit 31: ---------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations 31: ---------------------------------------------------------------------------------------------------------------------------------------- 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31/59 Test #31: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.54 sec test 32 Start 32: Kokkos_PerformanceTest_Mempool 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T14-55-51.json" 32: Test timeout computed to be: 1500 3: [ OK ] serial.task_fib_deprecated_multiple (929 ms) 3: [ RUN ] serial.task_depend_deprecated_multiple 3: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_team_deprecated_multiple 3: [ OK ] serial.task_team_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated_multiple 3: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated_multiple 3: [ OK ] serial.task_multiple_depend_deprecated_multiple (9 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 3: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 3: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_fib_single 32: 2025-03-17T15:15:48+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 32: Run on (64 X 3277.62 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x32) 32: L1 Instruction 32 KiB (x32) 32: L2 Unified 512 KiB (x32) 32: L3 Unified 16384 KiB (x16) 32: Load Average: 17.29, 14.06, 11.16 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 1700 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX17: no 32: KOKKOS_ENABLE_CXX20: yes 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HIP: yes 32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 32: Kokkos Version: 4.6.99 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: platform: 64bit 3: [ OK ] serial.task_fib_single (719 ms) 3: [ RUN ] serial.task_depend_single 3: [ OK ] serial.task_depend_single (0 ms) 3: [ RUN ] serial.task_team_single 3: [ OK ] serial.task_team_single (0 ms) 3: [ RUN ] serial.task_with_mempool_single 3: [ OK ] serial.task_with_mempool_single (0 ms) 3: [ RUN ] serial.task_multiple_depend_single 3: [ OK ] serial.task_multiple_depend_single (8 ms) 3: [ RUN ] serial.task_scheduler_ctors_single 3: [ OK ] serial.task_scheduler_ctors_single (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_single 3: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 3: [ RUN ] serial.task_fib_multiple 20: ViewFill_Rank1/N:10/manual_time 0.024 s 0.010 s 29 32.7715/s 800 3: [ OK ] serial.task_fib_multiple (722 ms) 3: [ RUN ] serial.task_depend_multiple 3: [ OK ] serial.task_depend_multiple (0 ms) 3: [ RUN ] serial.task_team_multiple 3: [ OK ] serial.task_team_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_multiple 3: [ OK ] serial.task_with_mempool_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_multiple 3: [ OK ] serial.task_multiple_depend_multiple (9 ms) 3: [ RUN ] serial.task_scheduler_ctors_multiple 3: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_multiple 3: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 3: [ RUN ] serial.task_fib_chase_lev 32: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: fill ops per second 32: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2553 20.0139M/s 3: [ OK ] serial.task_fib_chase_lev (759 ms) 3: [ RUN ] serial.task_depend_chase_lev 3: [ OK ] serial.task_depend_chase_lev (0 ms) 3: [ RUN ] serial.task_team_chase_lev 3: [ OK ] serial.task_team_chase_lev (0 ms) 3: [ RUN ] serial.task_with_mempool_chase_lev 3: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 3: [ RUN ] serial.task_multiple_depend_chase_lev 3: [ OK ] serial.task_multiple_depend_chase_lev (8 ms) 3: [ RUN ] serial.task_scheduler_ctors_chase_lev 3: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 3: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 3: [----------] 229 tests from serial (34337 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 257 tests from 4 test suites ran. (36692 ms total) 3: [ PASSED ] 250 tests. 3: [ SKIPPED ] 7 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/54 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 37.03 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: 4: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 4: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 4: setting CUDA_VISIBLE_DEVICES. 4: This could on multi GPU systems lead to severe performance" 4: penalties. 4: [==========] Running 143 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 20: ViewFill_Rank1/N:10/manual_time 0.024 s 0.010 s 29 32.7297/s 800 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: cycle ops per second 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 9598 150.557M/s 32/59 Test #32: Kokkos_PerformanceTest_Mempool ............................. Passed 3.36 sec test 33 Start 33: Kokkos_PerformanceTest_Atomic 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T14-55-51.json" 33: Test timeout computed to be: 1500 33: 2025-03-17T15:15:52+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 33: Run on (64 X 2994.67 MHz CPU s) 33: CPU Caches: 33: L1 Data 32 KiB (x32) 33: L1 Instruction 32 KiB (x32) 33: L2 Unified 512 KiB (x32) 33: L3 Unified 16384 KiB (x16) 33: Load Average: 17.43, 14.14, 11.20 33: APU or dGPU: dGPU 33: Architecture capable of accessing system allocated memory: 1 33: CPU architecture: none 33: Default Device: HIP 33: GPU architecture: AMD_GFX908 33: Is Large Bar: 1 33: KOKKOS_COMPILER_CLANG: 1700 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CXX17: no 33: KOKKOS_ENABLE_CXX20: yes 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HIP: yes 33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 33: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 33: Kokkos Version: 4.6.99 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: platform: 64bit 20: ViewFill_Rank1/N:10/manual_time 0.026 s 0.010 s 29 30.8387/s 800 20: ViewFill_Rank2/N:10/manual_time 0.024 s 0.010 s 29 32.7296/s 800 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3869 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Test_Atomic/30000/iterations:10 0.363 s 0.361 s 10 1 4 6.3623m 5.35303m 57.8u 449.985M 9.848k 449.985M 20: ViewFill_Rank2/N:10/manual_time 0.025 s 0.010 s 28 32.2285/s 800 20: ViewFill_Rank3/N:10/manual_time 0.024 s 0.010 s 29 32.7328/s 800 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3956 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (7826 ms total) 4: 4: [----------] 135 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (386 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (5 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (5 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (374 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (84 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (131 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (30 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (82 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (94 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (81 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 20: ViewFill_Rank3/N:10/manual_time 0.024 s 0.010 s 29 32.7577/s 800 20: ViewFill_Rank1Strided/N:10/manual_time 0.025 s 0.010 s 29 16.1241/s 400 20: ViewFill_Rank4/N:10/manual_time 0.024 s 0.010 s 28 32.7409/s 800 4: [ OK ] serial.repeated_team_reduce (4321 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (98 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (90 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (31 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (4 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (28 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (4 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (2 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (7 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (1 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (1 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 20: ViewFill_Rank4/N:10/manual_time 0.024 s 0.010 s 29 32.7334/s 800 4: [ OK ] serial.view_allocation_large_rank (2094 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (4 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 20: ViewFill_Rank5/N:10/manual_time 0.024 s 0.010 s 28 32.8047/s 800 20: ViewFill_Rank5/N:10/manual_time 0.020 s 0.010 s 35 40.0591/s 800 20: ViewFill_Rank6/N:10/manual_time 0.020 s 0.010 s 35 40.1148/s 800 20: ViewFill_Rank6/N:10/manual_time 0.020 s 0.010 s 35 40.0386/s 800 20: ViewFill_Rank7/N:10/manual_time 0.020 s 0.010 s 35 40.0897/s 800 4: [ OK ] serial.view_fill_tests_layout_right (9916 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 20: ViewFill_Rank7/N:10/manual_time 0.020 s 0.010 s 35 40.0005/s 800 20: ViewFill_Rank8/N:10/manual_time 0.020 s 0.010 s 35 39.9384/s 800 20: ViewFill_Rank8/N:10/manual_time 0.020 s 0.010 s 35 40.064/s 800 20: ViewFill_Raw/N:10/manual_time 0.023 s 0.011 s 30 34.8352/s 800 20: ViewFill_Raw/N:10/manual_time 0.023 s 0.011 s 30 34.8284/s 800 20: ViewResize_Rank1/N:10/iterations:10/manual_time 0.026 s 0.024 s 10 61.6944/s 1.6k 20: ViewResize_Rank1/N:10/iterations:10/manual_time 0.026 s 0.025 s 10 61.2065/s 1.6k 20: ViewResize_Rank2/N:10/iterations:10/manual_time 0.027 s 0.025 s 10 59.7093/s 1.6k 20: ViewResize_Rank2/N:10/iterations:10/manual_time 0.027 s 0.025 s 10 60.054/s 1.6k 20: ViewResize_Rank3/N:10/iterations:10/manual_time 0.028 s 0.026 s 10 57.07/s 1.6k 20: ViewResize_Rank3/N:10/iterations:10/manual_time 0.034 s 0.029 s 10 47.6814/s 1.6k 20: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 131.528/s 1.6k 20: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 137.758/s 1.6k 20: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.013 s 0.006 s 10 121.897/s 1.6k 20: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.013 s 0.006 s 10 126.487/s 1.6k 20: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.015 s 0.007 s 10 104.166/s 1.6k 20: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 75.5099/s 1.6k 4: [ OK ] serial.view_fill_tests_layout_left (12873 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (45 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (51 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (2 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (2 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (121 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (356 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (357 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (357 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (297 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (301 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 20: ViewResize_Rank4/N:10/iterations:10/manual_time 0.034 s 0.028 s 10 47.7612/s 1.6k 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (297 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (33049 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 143 tests from 2 test suites ran. (40875 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/54 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 41.21 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 20: ViewResize_Rank4/N:10/iterations:10/manual_time 0.034 s 0.029 s 10 47.5485/s 1.6k 5: 5: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 5: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 5: setting CUDA_VISIBLE_DEVICES. 5: This could on multi GPU systems lead to severe performance" 5: penalties. 5: [==========] Running 224 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host 20: ViewResize_Rank5/N:10/iterations:10/manual_time 0.034 s 0.029 s 10 47.4589/s 1.6k 20: ViewResize_Rank5/N:10/iterations:10/manual_time 0.033 s 0.028 s 10 47.893/s 1.6k 5: [ OK ] cuda_DeathTest.abort_from_host (1231 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 20: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.022 s 0.010 s 10 73.954/s 1.6k 20: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 75.7365/s 1.6k 20: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 75.7718/s 1.6k 5: [ OK ] cuda_DeathTest.abort_from_device (1341 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 20: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.020 s 0.009 s 10 80.4254/s 1.6k 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1297 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 20: ViewResize_Rank6/N:10/iterations:10/manual_time 0.034 s 0.029 s 10 46.7162/s 1.6k 20: ViewResize_Rank6/N:10/iterations:10/manual_time 0.033 s 0.028 s 10 48.1764/s 1.6k 20: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 72.0627/s 1.6k 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1209 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (8 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (4 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (5 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 20: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.020 s 0.009 s 10 79.25/s 1.6k 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1225 ms) 5: [----------] 11 tests from cuda_DeathTest (6328 ms total) 5: 5: [----------] 1 test from cuda_graph_DeathTest 5: [ RUN ] cuda_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (1 ms) 5: [----------] 1 test from cuda_graph_DeathTest (1 ms total) 5: 5: [----------] 196 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.array_contiguous_capacity 5: [ OK ] cuda.array_contiguous_capacity (0 ms) 5: [ RUN ] cuda.array_contiguous_element_access 5: [ OK ] cuda.array_contiguous_element_access (0 ms) 5: [ RUN ] cuda.array_contiguous_assignment 5: [ OK ] cuda.array_contiguous_assignment (0 ms) 5: [ RUN ] cuda.array_strided_capacity 5: [ OK ] cuda.array_strided_capacity (0 ms) 5: [ RUN ] cuda.array_strided_element_access 5: [ OK ] cuda.array_strided_element_access (0 ms) 5: [ RUN ] cuda.array_strided_assignment 5: [ OK ] cuda.array_strided_assignment (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (23 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (22 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (34 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (34 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (90 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (89 ms) 5: [ RUN ] cuda.atomic_operations_longlong 20: ViewResize_Rank7/N:10/iterations:10/manual_time 0.031 s 0.028 s 10 50.8004/s 1.6k 5: [ OK ] cuda.atomic_operations_longlong (89 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned 5: [ OK ] cuda.atomic_operations_unsigned (75 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (73 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (225 ms) 5: [ RUN ] cuda.atomics_tpetra_max_abs 5: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] cuda.atomic_views_integral 20: ViewResize_Rank7/N:10/iterations:10/manual_time 0.038 s 0.031 s 10 41.914/s 1.6k 20: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.018 s 0.008 s 10 89.2865/s 1.6k 20: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.029 s 0.014 s 10 55.0865/s 1.6k 20: ViewResize_Rank8/N:10/iterations:10/manual_time 0.038 s 0.031 s 10 42.4071/s 1.6k 20: ViewResize_Rank8/N:10/iterations:10/manual_time 0.035 s 0.029 s 10 45.8893/s 1.6k 20: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.025 s 0.012 s 10 64.9746/s 1.6k 33: Test_Atomic/100000/iterations:10 4.03 s 4.01 s 10 1 8 3.086m 1.62074m 117.12u 4.99995G 67.582k 4.99995G 20: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.027 s 0.013 s 10 59.1537/s 1.6k 20: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.127 s 0.100 s 10 12.6168/s 1.6k 20: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.127 s 0.100 s 10 12.5617/s 1.6k 20/49 Test #20: Kokkos_PerformanceTest_Benchmark ........................... Passed 238.30 sec test 21 Start 21: Kokkos_Benchmark_Atomic_MinMax 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T14-55-09.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: 2025-03-17T15:16:47+00:00 21: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 21: Run on (4 X 1996.25 MHz CPU s) 21: CPU Caches: 21: L1 Data 64 KiB (x4) 21: L1 Instruction 64 KiB (x4) 21: L2 Unified 512 KiB (x4) 21: L3 Unified 16384 KiB (x4) 21: Load Average: 4.02, 4.93, 4.70 21: CPU architecture: none 21: Default Device: OpenMP 21: GIT_BRANCH: HEAD 21: GIT_CLEAN_STATUS: CLEAN 21: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 21: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 21: GIT_COMMIT_HASH: 10d579f4f 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.6.99 21: platform: 64bit 21: ---------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations 21: ---------------------------------------------------------------------------------------------------------------------------------------- 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21/49 Test #21: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.96 sec test 22 Start 22: Kokkos_PerformanceTest_Mempool 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T14-55-09.json" 22: Test timeout computed to be: 1500 22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 22: Detected: 4 cores per node. 22: Detected: 1 MPI_ranks per node. 22: Requested: 8 threads per process. 22: 2025-03-17T15:16:48+00:00 22: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 22: Run on (4 X 1996.25 MHz CPU s) 22: CPU Caches: 22: L1 Data 64 KiB (x4) 22: L1 Instruction 64 KiB (x4) 22: L2 Unified 512 KiB (x4) 22: L3 Unified 16384 KiB (x4) 22: Load Average: 4.02, 4.93, 4.70 22: CPU architecture: none 22: Default Device: OpenMP 22: GIT_BRANCH: HEAD 22: GIT_CLEAN_STATUS: CLEAN 22: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 22: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 22: GIT_COMMIT_HASH: 10d579f4f 22: GPU architecture: none 22: KOKKOS_COMPILER_GNU: 840 22: KOKKOS_ENABLE_ASM: yes 22: KOKKOS_ENABLE_CXX17: yes 22: KOKKOS_ENABLE_CXX20: no 22: KOKKOS_ENABLE_CXX23: no 22: KOKKOS_ENABLE_CXX26: no 22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 22: KOKKOS_ENABLE_HWLOC: no 22: KOKKOS_ENABLE_LIBDL: no 22: KOKKOS_ENABLE_OPENMP: yes 22: KOKKOS_ENABLE_PRAGMA_IVDEP: no 22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 22: KOKKOS_ENABLE_PRAGMA_UNROLL: no 22: KOKKOS_ENABLE_PRAGMA_VECTOR: no 22: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 22: Kokkos Version: 4.6.99 22: platform: 64bit 22: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations FOM: fill ops per second 22: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.001 s 0.000 s 1214 9.94582M/s 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations FOM: cycle ops per second 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2200 34.8381M/s 22/49 Test #22: Kokkos_PerformanceTest_Mempool ............................. Passed 1.85 sec test 23 Start 23: Kokkos_PerformanceTest_Atomic 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T14-55-09.json" 23: Test timeout computed to be: 1500 23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 23: Detected: 4 cores per node. 23: Detected: 1 MPI_ranks per node. 23: Requested: 8 threads per process. 23: 2025-03-17T15:16:49+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 23: Run on (4 X 1996.25 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x4) 23: L1 Instruction 64 KiB (x4) 23: L2 Unified 512 KiB (x4) 23: L3 Unified 16384 KiB (x4) 23: Load Average: 4.34, 4.98, 4.72 23: CPU architecture: none 23: Default Device: OpenMP 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 23: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 23: GIT_COMMIT_HASH: 10d579f4f 23: GPU architecture: none 23: KOKKOS_COMPILER_GNU: 840 23: KOKKOS_ENABLE_ASM: yes 23: KOKKOS_ENABLE_CXX17: yes 23: KOKKOS_ENABLE_CXX20: no 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_CXX26: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_LIBDL: no 23: KOKKOS_ENABLE_OPENMP: yes 23: KOKKOS_ENABLE_PRAGMA_IVDEP: no 23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 23: KOKKOS_ENABLE_PRAGMA_UNROLL: no 23: KOKKOS_ENABLE_PRAGMA_VECTOR: no 23: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 23: Kokkos Version: 4.6.99 23: platform: 64bit 23: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 23: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Test_Atomic/30000/iterations:10 0.016 s 0.007 s 10 1 4 0.21423 0.0193013 305.9u 449.985M 120.585M 449.985M 23: Test_Atomic/100000/iterations:10 0.050 s 0.023 s 10 1 8 0.210584 0.0166619 300.97u 4.99995G 2.32857G 4.99995G 23: Test_Atomic/100000/iterations:10 0.049 s 0.024 s 10 1 8 0.220017 0.0186517 599.84u 4.99995G 2.61992G 4.99995G 23: Test_Atomic/100000/iterations:10 0.049 s 0.024 s 10 1 4 0.197173 7.65511m 300.67u 704.983M 3.24563G 704.983M 23: Test_Atomic/100000/iterations:10 0.050 s 0.024 s 10 1 8 0.215094 0.0158442 640.11u 4.99995G 1.89154G 4.99995G 23: Test_Atomic/100000/iterations:10 0.049 s 0.024 s 10 1 8 0.163651 0.0197086 301.16u 4.99995G 2.645G 4.99995G 23: Test_Atomic/100000/iterations:10 0.047 s 0.022 s 10 0 4 0.182522 0.0197492 898.88u 4.99992G 1.68377G 4.99989G 23: Test_Atomic/100000/iterations:10 0.047 s 0.022 s 10 1 8 0.188321 0.0245524 957.8u 4.99995G 1.69927G 4.99995G 23/49 Test #23: Kokkos_PerformanceTest_Atomic .............................. Passed 3.57 sec test 24 Start 24: Kokkos_PerformanceTest_Reduction 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T14-55-09.json" 24: Test timeout computed to be: 1500 24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 24: Detected: 4 cores per node. 24: Detected: 1 MPI_ranks per node. 24: Requested: 8 threads per process. 24: 2025-03-17T15:16:53+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 24: Run on (4 X 1996.25 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x4) 24: L1 Instruction 64 KiB (x4) 24: L2 Unified 512 KiB (x4) 24: L3 Unified 16384 KiB (x4) 24: Load Average: 4.34, 4.98, 4.72 24: CPU architecture: none 24: Default Device: OpenMP 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 24: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 24: GIT_COMMIT_HASH: 10d579f4f 24: GPU architecture: none 24: KOKKOS_COMPILER_GNU: 840 24: KOKKOS_ENABLE_ASM: yes 24: KOKKOS_ENABLE_CXX17: yes 24: KOKKOS_ENABLE_CXX20: no 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_LIBDL: no 24: KOKKOS_ENABLE_OPENMP: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 24: Kokkos Version: 4.6.99 24: platform: 64bit 24: ---------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations 24: ---------------------------------------------------------------------------------------------------- 24: ReductionCheapScalarResult/10000/iterations:10 138 us 19.6 us 10 24: ReductionCheapScalarResult/100000/iterations:10 159 us 35.2 us 10 24: ReductionCheapScalarResult/1000000/iterations:10 380 us 144 us 10 24: ReductionCheapScalarResult/10000000/iterations:10 2920 us 1412 us 10 24: ReductionCheapHostResult/10000/iterations:10 117 us 18.2 us 10 24: ReductionCheapHostResult/100000/iterations:10 148 us 28.7 us 10 24: ReductionCheapHostResult/1000000/iterations:10 365 us 140 us 10 24: ReductionCheapHostResult/10000000/iterations:10 2868 us 1411 us 10 24: ReductionCheapDeviceResult/10000/iterations:10 163 us 21.6 us 10 24: ReductionCheapDeviceResult/100000/iterations:10 153 us 28.8 us 10 24: ReductionCheapDeviceResult/1000000/iterations:10 370 us 137 us 10 24: ReductionCheapDeviceResult/10000000/iterations:10 2869 us 1422 us 10 24: ReductionExpensive/10000/iterations:10 8892 us 4404 us 10 24: ReductionExpensive/100000/iterations:10 86061 us 42787 us 10 5: [ OK ] cuda.atomic_views_integral (16084 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (92 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (2 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (5 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (6 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (26 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (6 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (33 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (1 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range 24: ReductionExpensive/1000000/iterations:10 868673 us 433091 us 10 5: [ OK ] cuda.exec_space_thread_safety_range (11242 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (1126 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (1132 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (1133 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (1126 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (1026 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (1140 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (2367 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (3069 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 33: Test_Atomic/100000/iterations:10 4.08 s 4.06 s 10 1 8 2.95856m 1.59279m 116.12u 4.99995G 68.35k 4.99995G 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1933 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (2238 ms) 5: [ RUN ] cuda.deep_copy_scratch 5: [ OK ] cuda.deep_copy_scratch (2 ms) 5: [ RUN ] cuda.mathematical_constants_e 5: [ OK ] cuda.mathematical_constants_e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log2e 5: [ OK ] cuda.mathematical_constants_log2e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log10e 5: [ OK ] cuda.mathematical_constants_log10e (0 ms) 5: [ RUN ] cuda.mathematical_constants_pi 5: [ OK ] cuda.mathematical_constants_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_pi 5: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 5: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln2 5: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln10 5: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt2 5: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt3 5: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrt3 5: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_egamma 5: [ OK ] cuda.mathematical_constants_egamma (0 ms) 5: [ RUN ] cuda.mathematical_constants_phi 5: [ OK ] cuda.mathematical_constants_phi (0 ms) 5: [ RUN ] cuda.mathematical_functions_trigonometric_functions 5: [ OK ] cuda.mathematical_functions_trigonometric_functions (5 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (1 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (0 ms) 5: [ RUN ] cuda.mathematical_functions_fma 5: [ OK ] cuda.mathematical_functions_fma (0 ms) 5: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 5: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (9 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (27 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (137 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (215 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (8 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (27 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (10 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (75 ms) 5: [ RUN ] cuda.mdrange_scalar 5: [ OK ] cuda.mdrange_scalar (0 ms) 5: [ RUN ] cuda.mdrange_large_deep_copy 5: [ OK ] cuda.mdrange_large_deep_copy (417 ms) 5: [ RUN ] cuda.md_range_policy_construction_from_arrays 5: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] cuda.policy_get_tile_size 5: [ OK ] cuda.policy_get_tile_size (0 ms) 5: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 5: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1747 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (0 ms) 5: [ RUN ] cuda.mdspan_atomic_accessor 5: [ OK ] cuda.mdspan_atomic_accessor (0 ms) 5: [ RUN ] cuda.view_mdspan_conversion 5: [ OK ] cuda.view_mdspan_conversion (40 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (1 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (1 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (1 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (1 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (8 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (5 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (5 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (5 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (1 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (2 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (0 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (22 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (4 ms) 5: [ RUN ] cuda.viewctorprop_embedded_dim 5: [ OK ] cuda.viewctorprop_embedded_dim (1 ms) 5: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (53 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (7 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (3 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (1 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce 5: [ OK ] cuda.large_parallel_for_reduce (2225 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (3 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (1 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (14 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (15 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (2 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (8 ms) 5: [ RUN ] cuda.reducers_half_t 5: [ OK ] cuda.reducers_half_t (8 ms) 5: [ RUN ] cuda.reducers_bhalf_t 5: [ OK ] cuda.reducers_bhalf_t (8 ms) 5: [ RUN ] cuda.reducers_int8_t 5: [ OK ] cuda.reducers_int8_t (12 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (12 ms) 5: [ RUN ] cuda.reducers_point_t 5: [ OK ] cuda.reducers_point_t (4 ms) 5: [ RUN ] cuda.reducers_bool 5: [ OK ] cuda.reducers_bool (1 ms) 5: [ RUN ] cuda.int64_t_reduce 5: [ OK ] cuda.int64_t_reduce (11 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (11 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (14 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (14 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (25 ms) 5: [ RUN ] cuda.int_combined_reduce 5: [ OK ] cuda.int_combined_reduce (0 ms) 5: [ RUN ] cuda.mdrange_combined_reduce 5: [ OK ] cuda.mdrange_combined_reduce (0 ms) 5: [ RUN ] cuda.int_combined_reduce_mixed 5: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 5: [ RUN ] cuda.reduction_with_large_iteration_count 5: [ OK ] cuda.reduction_with_large_iteration_count (212 ms) 5: [ RUN ] cuda.reduction_deduction 5: [ OK ] cuda.reduction_deduction (0 ms) 5: [ RUN ] cuda.reduce_device_view_range_policy 5: [ OK ] cuda.reduce_device_view_range_policy (4 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy 5: [ OK ] cuda.reduce_device_view_mdrange_policy (152 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (6 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (65 ms) 5: [ RUN ] cuda.mdspan_space_aware_accessor 5: [ OK ] cuda.mdspan_space_aware_accessor (2 ms) 5: [ RUN ] cuda.kokkos_swap 5: [ OK ] cuda.kokkos_swap (0 ms) 5: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceRangePolicyViewSizeLimit (33 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (78 ms) 5: [----------] 196 tests from cuda (50423 ms total) 5: 5: [----------] 16 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (1 ms) 5: [ RUN ] cuda_graph.submit_once_rvalue 5: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 5: [ RUN ] cuda_graph.instantiate_and_submit_once 5: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 5: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 5: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_arg 5: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 5: [ RUN ] cuda_graph.submit_six 5: [ OK ] cuda_graph.submit_six (0 ms) 5: [ RUN ] cuda_graph.when_all_cycle 5: [ OK ] cuda_graph.when_all_cycle (0 ms) 5: [ RUN ] cuda_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (1 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (1 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (1 ms) 5: [----------] 16 tests from cuda_graph (12 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 224 tests from 4 test suites ran. (56767 ms total) 5: [ PASSED ] 221 tests. 5: [ SKIPPED ] 3 tests, listed below: 5: [ SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] cuda_graph.repeat_chain 5/54 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 57.33 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: 6: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 6: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 6: setting CUDA_VISIBLE_DEVICES. 6: This could on multi GPU systems lead to severe performance" 6: penalties. 6: [==========] Running 143 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8262 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (8179 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 6: skipping since no memory access violation would occur 6: [ SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host (0 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 33: Test_Atomic/100000/iterations:10 3.57 s 3.55 s 10 1 4 2.91828m 1.5469m 57.11u 704.983M 95.352k 704.983M 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (21763 ms) 6: [----------] 8 tests from cuda_DeathTest (38206 ms total) 6: 6: [----------] 107 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (10 ms) 6: [ RUN ] cuda.team_reduce 6: [ OK ] cuda.team_reduce (1 ms) 6: [ RUN ] cuda.team_reduce_large 6: [ OK ] cuda.team_reduce_large (277 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (39 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (0 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (0 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (51 ms) 6: [ RUN ] cuda.triple_nested_parallelism 6: [ OK ] cuda.triple_nested_parallelism (199 ms) 6: [ RUN ] cuda.parallel_scan_with_reducers 6: [ OK ] cuda.parallel_scan_with_reducers (151 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (1 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (1 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (31 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (17 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (18 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (21 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (11 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (10 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 6: [ OK ] cuda.team_reduction_scan (1459 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (9 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (9 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (9 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (9 ms) 6: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] cuda.repeated_team_reduce 6: [ OK ] cuda.repeated_team_reduce (10 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (1 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (398 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (248 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (0 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (0 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (7 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended 6: [ OK ] cuda.team_policy_max_recommended (109 ms) 6: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] cuda.team_teamvector_range 6: [ OK ] cuda.team_teamvector_range (8 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (6 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (3 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (16 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (16 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (23 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (16 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (4 ms) 6: [ RUN ] cuda.view_remap 6: [ OK ] cuda.view_remap (0 ms) 6: [ RUN ] cuda.view_mirror_nonconst 6: [ OK ] cuda.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda.view_stride_method 6: [ OK ] cuda.view_stride_method (0 ms) 6: [ RUN ] cuda.anonymous_space 6: [ OK ] cuda.anonymous_space (0 ms) 6: [ RUN ] cuda.view_overload_resolution 6: [ OK ] cuda.view_overload_resolution (0 ms) 6: [ RUN ] cuda.view_allocation_large_rank 6: [ OK ] cuda.view_allocation_large_rank (998 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (5 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (1 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (26 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (3 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right 6: [ OK ] cuda.view_fill_tests_layout_right (238 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (229 ms) 6: [ RUN ] cuda.vcp_empty_traits 6: [ OK ] cuda.vcp_empty_traits (0 ms) 6: [ RUN ] cuda.is_view_label 6: [ OK ] cuda.is_view_label (0 ms) 6: [ RUN ] cuda.vcp_label_base_traits 6: [ OK ] cuda.vcp_label_base_traits (0 ms) 6: [ RUN ] cuda.vcp_label_traits 6: [ OK ] cuda.vcp_label_traits (0 ms) 6: [ RUN ] cuda.view_alloc_can_perfect_forward_label 6: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 6: [ RUN ] cuda.vcp_label_copy_constructor 6: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 6: [ RUN ] cuda.vcp_pointer_add_property 6: [ OK ] cuda.vcp_pointer_add_property (0 ms) 6: [ RUN ] cuda.view_empty_runtime_unmanaged 6: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] cuda.view_hooks 6: [ OK ] cuda.view_hooks (0 ms) 6: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (60 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (59 ms) 6: [ RUN ] cuda.view_irregular_layout 6: [ OK ] cuda.view_irregular_layout (0 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (57 ms) 6: [ RUN ] cuda.view_mapping_operator 6: [ OK ] cuda.view_mapping_operator (17 ms) 6: [ RUN ] cuda.static_extent 6: [ OK ] cuda.static_extent (0 ms) 6: [ RUN ] cuda.view_mapping_atomic 6: [ OK ] cuda.view_mapping_atomic (1 ms) 6: [ RUN ] cuda.view_mapping_class_value 6: [ OK ] cuda.view_mapping_class_value (0 ms) 6: [ RUN ] cuda.view_mapping_assignable 6: [ OK ] cuda.view_mapping_assignable (0 ms) 6: [ RUN ] cuda.view_mapping_trivially_copyable 6: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda.view_mapping_subview 6: [ OK ] cuda.view_mapping_subview (2 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (1 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (1 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (1 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (33 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (5 ms) 6: [ RUN ] cuda.workgraph_fib 6: [ OK ] cuda.workgraph_fib (1377 ms) 6: [ RUN ] cuda.resize_realloc_no_init 6: [ OK ] cuda.resize_realloc_no_init (1 ms) 6: [ RUN ] cuda.resize_realloc_no_alloc 6: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 6: [ RUN ] cuda.realloc_exec_space 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:78: Skipped 6: skipping since CudaUVMSpace requires additional fences 6: [ SKIPPED ] cuda.realloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc 6: [ OK ] cuda.view_alloc (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space 6: [ OK ] cuda.view_alloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc_int 6: [ OK ] cuda.view_alloc_int (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space_int 6: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 6: [ RUN ] cuda.deep_copy_zero_memset 6: [ OK ] cuda.deep_copy_zero_memset (0 ms) 6: [ RUN ] cuda.resize_exec_space 6: [ OK ] cuda.resize_exec_space (0 ms) 6: [ RUN ] cuda.view_allocation_int 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 6: skipping since the fence checked for isn't necessary 6: [ SKIPPED ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:333: Skipped 6: skipping since the CudaUVMSpace requires additiional fences 6: [ SKIPPED ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 107 tests from cuda (6358 ms total) 6: 6: [----------] 28 tests from cuda_uvm 6: [ RUN ] cuda_uvm.view_subview_auto_1d_left 6: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_right 6: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 6: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 6: [ RUN ] cuda_uvm.view_subview_assign_strided 6: [ OK ] cuda_uvm.view_subview_assign_strided (3 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (0 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (2 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (3 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (46 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (45 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (49 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (133 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (132 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (132 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (134 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (133 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (133 ms) 6: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 6: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 6: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 6: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 6: [----------] 28 tests from cuda_uvm (980 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 143 tests from 3 test suites ran. (45545 ms total) 6: [ PASSED ] 135 tests. 6: [ SKIPPED ] 8 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: [ SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host 6: [ SKIPPED ] cuda.realloc_exec_space 6: [ SKIPPED ] cuda.view_allocation_int 6: [ SKIPPED ] cuda.view_allocation_exec_space_int 6/54 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 46.15 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: 7: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 7: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 7: setting CUDA_VISIBLE_DEVICES. 7: This could on multi GPU systems lead to severe performance" 7: penalties. 7: [==========] Running 97 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 41 tests from cuda 7: [ RUN ] cuda.task_fib_deprecated 7: [ OK ] cuda.task_fib_deprecated (3410 ms) 7: [ RUN ] cuda.task_depend_deprecated 7: [ OK ] cuda.task_depend_deprecated (159 ms) 7: [ RUN ] cuda.task_team_deprecated 7: [ OK ] cuda.task_team_deprecated (16 ms) 7: [ RUN ] cuda.task_with_mempool_deprecated 7: [ OK ] cuda.task_with_mempool_deprecated (4 ms) 7: [ RUN ] cuda.task_multiple_depend_deprecated 7: [ OK ] cuda.task_multiple_depend_deprecated (79 ms) 7: [ RUN ] cuda.task_scheduler_ctors_deprecated 7: [ OK ] cuda.task_scheduler_ctors_deprecated (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_deprecated 7: [ OK ] cuda.task_scheduer_ctors_device_deprecated (4 ms) 7: [ RUN ] cuda.task_fib_deprecated_multiple 7: [ OK ] cuda.task_fib_deprecated_multiple (1146 ms) 7: [ RUN ] cuda.task_depend_deprecated_multiple 7: [ OK ] cuda.task_depend_deprecated_multiple (195 ms) 7: [ RUN ] cuda.task_team_deprecated_multiple 7: [ OK ] cuda.task_team_deprecated_multiple (23 ms) 7: [ RUN ] cuda.task_with_mempool_deprecated_multiple 7: [ OK ] cuda.task_with_mempool_deprecated_multiple (5 ms) 7: [ RUN ] cuda.task_multiple_depend_deprecated_multiple 7: [ OK ] cuda.task_multiple_depend_deprecated_multiple (76 ms) 7: [ RUN ] cuda.task_scheduler_ctors_deprecated_multiple 7: [ OK ] cuda.task_scheduler_ctors_deprecated_multiple (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_deprecated_multiple 7: [ OK ] cuda.task_scheduer_ctors_device_deprecated_multiple (6 ms) 7: [ RUN ] cuda.task_fib_single 7: [ OK ] cuda.task_fib_single (2806 ms) 7: [ RUN ] cuda.task_depend_single 7: [ OK ] cuda.task_depend_single (236 ms) 7: [ RUN ] cuda.task_team_single 7: [ OK ] cuda.task_team_single (22 ms) 7: [ RUN ] cuda.task_with_mempool_single 7: [ OK ] cuda.task_with_mempool_single (5 ms) 7: [ RUN ] cuda.task_multiple_depend_single 7: [ OK ] cuda.task_multiple_depend_single (112 ms) 7: [ RUN ] cuda.task_scheduler_ctors_single 7: [ OK ] cuda.task_scheduler_ctors_single (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_single 7: [ OK ] cuda.task_scheduer_ctors_device_single (5 ms) 7: [ RUN ] cuda.task_fib_multiple 7: [ OK ] cuda.task_fib_multiple (2074 ms) 7: [ RUN ] cuda.task_depend_multiple 7: [ OK ] cuda.task_depend_multiple (161 ms) 7: [ RUN ] cuda.task_team_multiple 7: [ OK ] cuda.task_team_multiple (14 ms) 7: [ RUN ] cuda.task_with_mempool_multiple 7: [ OK ] cuda.task_with_mempool_multiple (7 ms) 7: [ RUN ] cuda.task_multiple_depend_multiple 7: [ OK ] cuda.task_multiple_depend_multiple (89 ms) 7: [ RUN ] cuda.task_scheduler_ctors_multiple 7: [ OK ] cuda.task_scheduler_ctors_multiple (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_multiple 7: [ OK ] cuda.task_scheduer_ctors_device_multiple (7 ms) 7: [ RUN ] cuda.task_fib_chase_lev 7: [ OK ] cuda.task_fib_chase_lev (2390 ms) 7: [ RUN ] cuda.task_depend_chase_lev 7: [ OK ] cuda.task_depend_chase_lev (463 ms) 7: [ RUN ] cuda.task_team_chase_lev 7: [ OK ] cuda.task_team_chase_lev (26 ms) 7: [ RUN ] cuda.task_with_mempool_chase_lev 7: [ OK ] cuda.task_with_mempool_chase_lev (14 ms) 7: [ RUN ] cuda.task_multiple_depend_chase_lev 7: [ OK ] cuda.task_multiple_depend_chase_lev (156 ms) 7: [ RUN ] cuda.task_scheduler_ctors_chase_lev 7: [ OK ] cuda.task_scheduler_ctors_chase_lev (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_chase_lev 7: [ OK ] cuda.task_scheduer_ctors_device_chase_lev (21 ms) 7: [ RUN ] cuda.team_scratch_1_streams 33: Test_Atomic/100000/iterations:10 4.09 s 4.06 s 10 1 8 2.87991m 1.55291m 116.12u 4.99995G 73.47k 4.99995G 24: ReductionExpensive/10000000/iterations:10 8641100 us 4303267 us 10 24/49 Test #24: Kokkos_PerformanceTest_Reduction ........................... Passed 105.93 sec test 25 Start 25: Kokkos_ContainersUnitTest_Serial 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 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 70 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 1 test from serial_DeathTest 25: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 25: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (1821 ms) 25: [----------] 1 test from serial_DeathTest (1821 ms total) 25: 25: [----------] 69 tests from serial 25: [ RUN ] serial.bitset 7: [ OK ] cuda.team_scratch_1_streams (11306 ms) 7: [ RUN ] cuda.space_access 7: [ OK ] cuda.space_access (0 ms) 7: [ RUN ] cuda.uvm 7: [ OK ] cuda.uvm (0 ms) 7: [ RUN ] cuda.impl_view_accessible 7: [ OK ] cuda.impl_view_accessible (1 ms) 7: [ RUN ] cuda.impl_view_texture 7: [ OK ] cuda.impl_view_texture (0 ms) 7: [ RUN ] cuda.view_subview_const_randomaccess 7: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 7: [----------] 41 tests from cuda (25052 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (36 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (9 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (11 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (2 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank 25: [ OK ] serial.bitset (1184 ms) 25: [ RUN ] serial.bitset_default_constructor_no_alloc 25: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 25: [ RUN ] serial.dualview_combination 25: [ OK ] serial.dualview_combination (0 ms) 25: [ RUN ] serial.dualview_alloc 25: [ OK ] serial.dualview_alloc (0 ms) 25: [ RUN ] serial.test_dualview_copy_construction_and_assignment 25: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 25: [ RUN ] serial.dualview_combinations_without_init 25: [ OK ] serial.dualview_combinations_without_init (0 ms) 25: [ RUN ] serial.dualview_deep_copy 25: [ OK ] serial.dualview_deep_copy (1 ms) 25: [ RUN ] serial.dualview_sync_should_fence 25: [ OK ] serial.dualview_sync_should_fence (0 ms) 25: [ RUN ] serial.dualview_realloc 25: [ OK ] serial.dualview_realloc (0 ms) 25: [ RUN ] serial.dualview_resize 25: [ OK ] serial.dualview_resize (1 ms) 25: [ RUN ] serial.dualview_device_correct_kokkos_device 25: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 25: [ RUN ] serial.dualview_host_correct_kokkos_device 25: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 25: [ RUN ] serial.dualview_host_modify_template_device_sync 25: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 25: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 25: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 25: [ RUN ] serial.dualview_device_modify_template_host_sync 25: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 25: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 25: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 25: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 25: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 25: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 25: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 25: [ RUN ] serial.dualview_sequential_host_init 25: [ OK ] serial.dualview_sequential_host_init (0 ms) 25: [ RUN ] serial.dynamic_view 25: [ OK ] serial.dynamic_view (11 ms) 25: [ RUN ] serial.dyn_rank_view_api_generic 25: [ OK ] serial.dyn_rank_view_api_generic (8 ms) 25: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 25: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 25: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 25: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 25: skipping since not default execution space 25: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 25: [ RUN ] serial.dyn_rank_view_api_operator_rank67 25: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 25: [ RUN ] serial.dyn_rank_view_team_scratch 25: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 25: [ RUN ] serial.ErrorReporterViaLambda 25: [ OK ] serial.ErrorReporterViaLambda (0 ms) 25: [ RUN ] serial.ErrorReporter 25: [ OK ] serial.ErrorReporter (0 ms) 25: [ RUN ] serial.offsetview_construction 25: [ OK ] serial.offsetview_construction (24 ms) 25: [ RUN ] serial.offsetview_unmanaged_construction 25: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 25: [ RUN ] serial.offsetview_subview 25: [ OK ] serial.offsetview_subview (15 ms) 25: [ RUN ] serial.offsetview_offsets_rank1 25: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 25: [ RUN ] serial.offsetview_offsets_rank2 25: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 25: [ RUN ] serial.offsetview_offsets_rank3 25: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 25: [ RUN ] serial.scatterview 25: [ OK ] serial.scatterview (1707 ms) 25: [ RUN ] serial.scatterview_devicetype 25: [ OK ] serial.scatterview_devicetype (0 ms) 25: [ RUN ] serial.staticcrsgraph 25: [ OK ] serial.staticcrsgraph (20 ms) 25: [ RUN ] serial.resize_realloc_no_init_dualview 25: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 25: [ RUN ] serial.resize_realloc_no_alloc_dualview 25: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 25: [ RUN ] serial.resize_exec_space_dualview 25: [ OK ] serial.resize_exec_space_dualview (0 ms) 25: [ RUN ] serial.realloc_exec_space_dualview 25: [ OK ] serial.realloc_exec_space_dualview (0 ms) 25: [ RUN ] serial.resize_realloc_no_init_dynrankview 25: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 25: [ RUN ] serial.resize_exec_space_dynrankview 25: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 25: [ RUN ] serial.realloc_exec_space_dynrankview 25: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 25: [ RUN ] serial.resize_realloc_no_init_scatterview 25: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 25: [ RUN ] serial.resize_realloc_no_alloc_scatterview 25: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 25: [ RUN ] serial.resize_exec_space_scatterview 25: [ OK ] serial.resize_exec_space_scatterview (0 ms) 25: [ RUN ] serial.realloc_exec_space_scatterview 25: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynrankview 25: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 25: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 25: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 25: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_offsetview 25: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 25: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 25: [ RUN ] serial.create_mirror_view_and_copy_offsetview 25: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynamicview 25: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 25: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 25: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 25: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 25: [ RUN ] serial.UnorderedMap_insert 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (4288 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (7 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 7: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_degenerated 7: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (10332 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 25: [ OK ] serial.UnorderedMap_insert (10504 ms) 25: [ RUN ] serial.UnorderedMap_failed_insert 25: [ OK ] serial.UnorderedMap_failed_insert (4363 ms) 25: [ RUN ] serial.UnorderedMap_deep_copy 25: [ OK ] serial.UnorderedMap_deep_copy (6 ms) 25: [ RUN ] serial.UnorderedMap_valid_empty 25: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 25: [ RUN ] serial.UnorderedMap_clear_zero_size 25: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 25: [ RUN ] serial.UnorderedMap_consistent_size 25: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 25: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 25: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 25: [ RUN ] serial.UnorderedMap_lambda_capturable 25: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 25: [ RUN ] serial.UnorderedMap_constructor_view_alloc 25: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 25: [ RUN ] serial.vector_combination 25: [ OK ] serial.vector_combination (1 ms) 25: [ RUN ] serial.vector_insert 25: [ OK ] serial.vector_insert (0 ms) 25: [ RUN ] serial.vector_push_back_default_exec 25: [ OK ] serial.vector_push_back_default_exec (0 ms) 25: [ RUN ] serial.viewctorprop_embedded_dim 25: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 25: [----------] 69 tests from serial (17854 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 70 tests from 2 test suites ran. (19676 ms total) 25: [ PASSED ] 69 tests. 25: [ SKIPPED ] 1 test, listed below: 25: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 25/49 Test #25: Kokkos_ContainersUnitTest_Serial ........................... Passed 19.77 sec test 26 Start 26: Kokkos_ContainersUnitTest_OpenMP 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 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 70 tests from 2 test suites. 26: [----------] Global test environment set-up. 26: [----------] 1 test from openmp_DeathTest 26: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 26: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (1748 ms) 26: [----------] 1 test from openmp_DeathTest (1748 ms total) 26: 26: [----------] 69 tests from openmp 26: [ RUN ] openmp.bitset 26: [ OK ] openmp.bitset (332 ms) 26: [ RUN ] openmp.bitset_default_constructor_no_alloc 26: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 26: [ RUN ] openmp.dualview_combination 26: [ OK ] openmp.dualview_combination (0 ms) 26: [ RUN ] openmp.dualview_alloc 26: [ OK ] openmp.dualview_alloc (0 ms) 26: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 26: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 26: [ RUN ] openmp.dualview_combinations_without_init 26: [ OK ] openmp.dualview_combinations_without_init (0 ms) 26: [ RUN ] openmp.dualview_deep_copy 26: [ OK ] openmp.dualview_deep_copy (1 ms) 26: [ RUN ] openmp.dualview_sync_should_fence 26: [ OK ] openmp.dualview_sync_should_fence (0 ms) 26: [ RUN ] openmp.dualview_realloc 26: [ OK ] openmp.dualview_realloc (0 ms) 26: [ RUN ] openmp.dualview_resize 26: [ OK ] openmp.dualview_resize (1 ms) 26: [ RUN ] openmp.dualview_device_correct_kokkos_device 26: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 26: [ RUN ] openmp.dualview_host_correct_kokkos_device 26: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 26: [ RUN ] openmp.dualview_host_modify_template_device_sync 26: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 26: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 26: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 26: [ RUN ] openmp.dualview_device_modify_template_host_sync 26: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 26: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 26: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 26: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 26: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 26: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 26: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 26: [ RUN ] openmp.dualview_sequential_host_init 26: [ OK ] openmp.dualview_sequential_host_init (0 ms) 26: [ RUN ] openmp.dynamic_view 26: [ OK ] openmp.dynamic_view (30 ms) 26: [ RUN ] openmp.dyn_rank_view_api_generic 26: [ OK ] openmp.dyn_rank_view_api_generic (11 ms) 26: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 26: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 26: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 26: [ OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 26: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 26: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 26: [ RUN ] openmp.dyn_rank_view_team_scratch 26: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 26: [ RUN ] openmp.ErrorReporterViaLambda 26: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 26: [ RUN ] openmp.ErrorReporter 26: [ OK ] openmp.ErrorReporter (0 ms) 26: [ RUN ] openmp.offsetview_construction 26: [ OK ] openmp.offsetview_construction (16 ms) 26: [ RUN ] openmp.offsetview_unmanaged_construction 26: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 26: [ RUN ] openmp.offsetview_subview 26: [ OK ] openmp.offsetview_subview (18 ms) 26: [ RUN ] openmp.offsetview_offsets_rank1 26: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 26: [ RUN ] openmp.offsetview_offsets_rank2 26: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 26: [ RUN ] openmp.offsetview_offsets_rank3 26: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 26: [ RUN ] openmp.scatterview 26: [ OK ] openmp.scatterview (1622 ms) 26: [ RUN ] openmp.scatterview_devicetype 26: [ OK ] openmp.scatterview_devicetype (39 ms) 26: [ RUN ] openmp.staticcrsgraph 26: [ OK ] openmp.staticcrsgraph (29 ms) 26: [ RUN ] openmp.resize_realloc_no_init_dualview 26: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_alloc_dualview 26: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 26: [ RUN ] openmp.resize_exec_space_dualview 26: [ OK ] openmp.resize_exec_space_dualview (0 ms) 26: [ RUN ] openmp.realloc_exec_space_dualview 26: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_init_dynrankview 26: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 26: [ RUN ] openmp.resize_exec_space_dynrankview 26: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 26: [ RUN ] openmp.realloc_exec_space_dynrankview 26: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_init_scatterview 26: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 26: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 26: [ RUN ] openmp.resize_exec_space_scatterview 26: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 26: [ RUN ] openmp.realloc_exec_space_scatterview 26: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynrankview 26: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 26: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 26: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 26: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_offsetview 26: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 26: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 26: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 26: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynamicview 26: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 26: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 26: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 26: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 26: [ RUN ] openmp.UnorderedMap_insert 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (12094 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (55 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (4 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_hostpinned (26846 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (52 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (21 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (32 ms) 7: [ RUN ] cuda_uvm.view_api_c 7: [ OK ] cuda_uvm.view_api_c (0 ms) 7: [ RUN ] cuda_uvm.view_api_d 7: [ OK ] cuda_uvm.view_api_d (5 ms) 7: [ RUN ] cuda_uvm.view_remap 7: [ OK ] cuda_uvm.view_remap (0 ms) 7: [ RUN ] cuda_uvm.view_mirror_nonconst 7: [ OK ] cuda_uvm.view_mirror_nonconst (1 ms) 7: [ RUN ] cuda_uvm.view_stride_method 7: [ OK ] cuda_uvm.view_stride_method (0 ms) 7: [ RUN ] cuda_uvm.anonymous_space 7: [ OK ] cuda_uvm.anonymous_space (0 ms) 7: [ RUN ] cuda_uvm.view_overload_resolution 7: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 7: [ RUN ] cuda_uvm.view_allocation_large_rank 7: [ OK ] cuda_uvm.view_allocation_large_rank (1009 ms) 7: [ RUN ] cuda_uvm.view_shmem_size_on_device 7: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_uvm.view_is_assignable 7: [ OK ] cuda_uvm.view_is_assignable (9 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (25 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (4 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (238 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (232 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (58 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (17 ms) 7: [ RUN ] cuda_uvm.static_extent 7: [ OK ] cuda_uvm.static_extent (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_atomic 7: [ OK ] cuda_uvm.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_class_value 7: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_assignable 7: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 7: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_subview 7: [ OK ] cuda_uvm.view_mapping_subview (3 ms) 7: [----------] 28 tests from cuda_uvm (1716 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 97 tests from 3 test suites ran. (53616 ms total) 7: [ PASSED ] 97 tests. 7/54 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 53.96 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 8: 8: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 8: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 8: setting CUDA_VISIBLE_DEVICES. 8: This could on multi GPU systems lead to severe performance" 8: penalties. 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.graph_lock_based_atomic_op 8: [ OK ] cuda.graph_lock_based_atomic_op (1 ms) 8: [----------] 1 test from cuda (1 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (1 ms total) 8: [ PASSED ] 1 test. 8/54 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.30 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 9: 9: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 9: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 9: setting CUDA_VISIBLE_DEVICES. 9: This could on multi GPU systems lead to severe performance" 9: penalties. 9: [==========] Running 2 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 2 tests from cuda 9: [ RUN ] cuda.debug_serial_execution 9: [ OK ] cuda.debug_serial_execution (121 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 9: [ OK ] cuda.debug_pin_um_to_host (727 ms) 9: [----------] 2 tests from cuda (849 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (849 ms total) 9: [ PASSED ] 2 tests. 9/54 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 1.14 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 10: Test timeout computed to be: 1500 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from cuda 10: [ RUN ] cuda.raw_cuda_interop 10: 10: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 10: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 10: setting CUDA_VISIBLE_DEVICES. 10: This could on multi GPU systems lead to severe performance" 10: penalties. 10: [ OK ] cuda.raw_cuda_interop (185 ms) 10: [----------] 1 test from cuda (185 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (185 ms total) 10: [ PASSED ] 1 test. 10/54 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.29 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from cuda 11: [ RUN ] cuda.raw_cuda_streams 26: [ OK ] openmp.UnorderedMap_insert (7725 ms) 26: [ RUN ] openmp.UnorderedMap_failed_insert 11: 11: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 11: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 11: setting CUDA_VISIBLE_DEVICES. 11: This could on multi GPU systems lead to severe performance" 11: penalties. 11: [ OK ] cuda.raw_cuda_streams (186 ms) 11: [----------] 1 test from cuda (186 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (186 ms total) 11: [ PASSED ] 1 test. 11/54 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.30 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test timeout computed to be: 1500 12: 12: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 12: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 12: setting CUDA_VISIBLE_DEVICES. 12: This could on multi GPU systems lead to severe performance" 12: penalties. 12: [==========] Running 4 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 4 tests from cuda_multi_gpu 12: [ RUN ] cuda_multi_gpu.managed_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.managed_views (0 ms) 12: [ RUN ] cuda_multi_gpu.unmanaged_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms) 12: [ RUN ] cuda_multi_gpu.scratch_space 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.scratch_space (0 ms) 12: [ RUN ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/54 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.29 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: 13: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 13: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 13: setting CUDA_VISIBLE_DEVICES. 13: This could on multi GPU systems lead to severe performance" 13: penalties. 13: [==========] Running 5 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 5 tests from cuda_GraphInterOp 13: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 13: [ OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms) 13: [ RUN ] cuda_GraphInterOp.count_nodes 13: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:101: Skipped 13: Export a graph to DOT requires Cuda 11.6. 13: [ SKIPPED ] cuda_GraphInterOp.debug_dot_print (0 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:141: Skipped 13: Graph instantiation flag inspection requires Cuda 12. 13: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags (0 ms) 13: [ RUN ] cuda_GraphInterOp.construct_from_native 13: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 13: [----------] 5 tests from cuda_GraphInterOp (2 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (2 ms total) 13: [ PASSED ] 3 tests. 13: [ SKIPPED ] 2 tests, listed below: 13: [ SKIPPED ] cuda_GraphInterOp.debug_dot_print 13: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags 13/54 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.30 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Default 14: Test timeout computed to be: 1500 14: 14: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 14: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 14: setting CUDA_VISIBLE_DEVICES. 14: This could on multi GPU systems lead to severe performance" 14: penalties. 14: [==========] Running 59 tests from 41 test suites. 14: [----------] Global test environment set-up. 14: [----------] 19 tests from defaultdevicetype 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 14: [ RUN ] defaultdevicetype.shared_space 14: [ OK ] defaultdevicetype.shared_space (97 ms) 14: [ RUN ] defaultdevicetype.shared_host_pinned_space 14: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 14: [ RUN ] defaultdevicetype.compiler_macros 14: [ OK ] defaultdevicetype.compiler_macros (0 ms) 14: [ RUN ] defaultdevicetype.half_conversion 14: [ OK ] defaultdevicetype.half_conversion (2 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (2 ms) 14: [ RUN ] defaultdevicetype.half_operators 14: [ OK ] defaultdevicetype.half_operators (2 ms) 14: [ RUN ] defaultdevicetype.bhalf_operators 14: [ OK ] defaultdevicetype.bhalf_operators (2 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 (11 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b1 14: [ OK ] defaultdevicetype.reduce_instantiation_b1 (34 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c1 14: [ OK ] defaultdevicetype.reduce_instantiation_c1 (11 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a2 14: [ OK ] defaultdevicetype.reduce_instantiation_a2 (15 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b2 14: [ OK ] defaultdevicetype.reduce_instantiation_b2 (45 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c2 14: [ OK ] defaultdevicetype.reduce_instantiation_c2 (15 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a3 14: [ OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b3 14: [ OK ] defaultdevicetype.reduce_instantiation_b3 (50 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c3 14: [ OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms) 14: [----------] 19 tests from defaultdevicetype (329 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (34 ms) 14: [----------] 1 test from kokkosresize (34 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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: [==========] 59 tests from 41 test suites ran. (373 ms total) 14: [ PASSED ] 59 tests. 14/54 Test #14: Kokkos_CoreUnitTest_Default ................................ Passed 0.72 sec test 15 Start 15: Kokkos_CoreUnitTest_InitializeFinalize 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 15: Test timeout computed to be: 1500 15: [==========] Running 28 tests from 6 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (596 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1802 ms) 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (2399 ms total) 15: 15: [----------] 4 tests from InitializeFinalize_DeathTest 15: [ RUN ] InitializeFinalize_DeathTest.initialize 26: [ OK ] openmp.UnorderedMap_failed_insert (5497 ms) 26: [ RUN ] openmp.UnorderedMap_deep_copy 26: [ OK ] openmp.UnorderedMap_deep_copy (9 ms) 26: [ RUN ] openmp.UnorderedMap_valid_empty 26: [ OK ] openmp.UnorderedMap_valid_empty (1 ms) 26: [ RUN ] openmp.UnorderedMap_clear_zero_size 26: [ OK ] openmp.UnorderedMap_clear_zero_size (1 ms) 26: [ RUN ] openmp.UnorderedMap_consistent_size 26: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 26: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 26: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 26: [ RUN ] openmp.UnorderedMap_lambda_capturable 26: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 26: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 26: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 26: [ RUN ] openmp.vector_combination 26: [ OK ] openmp.vector_combination (1 ms) 26: [ RUN ] openmp.vector_insert 26: [ OK ] openmp.vector_insert (1 ms) 26: [ RUN ] openmp.vector_push_back_default_exec 26: [ OK ] openmp.vector_push_back_default_exec (0 ms) 26: [ RUN ] openmp.viewctorprop_embedded_dim 26: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 26: [----------] 69 tests from openmp (15353 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 70 tests from 2 test suites ran. (17102 ms total) 26: [ PASSED ] 70 tests. 26/49 Test #26: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 17.18 sec test 27 Start 27: Kokkos_ContainersPerformanceTest_OpenMP 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 27: Test timeout computed to be: 1500 27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 27: Detected: 4 cores per node. 27: Detected: 1 MPI_ranks per node. 27: Requested: 8 threads per process. 27: [==========] Running 5 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 5 tests from TEST_CATEGORY 27: [ RUN ] TEST_CATEGORY.dynrankview_perf 27: OpenMP 27: DynRankView vs View: Initialization Only 27: View time (init only): 0.00644116 27: View sum computation time: 0.00644116 27: Strided View time (init only): 0.0057005 27: View Rank7 time (init only): 0.00605237 27: DynRankView time (init only): 0.00641857 27: DynRankView sum computation time: 0.00664367 27: Ratio of View to DynRankView time: 1.00352 27: Ratio of View to DynRankView sum computation time: 1.00841 27: Ratio of View to View Rank7 time: 1.06424 27: Ratio of StrideView to DynRankView time: 0.888126 27: Ratio of DynRankView to View Rank7 time: 1.06051 27: [ OK ] TEST_CATEGORY.dynrankview_perf (246 ms) 27: [ RUN ] TEST_CATEGORY.global_2_local 27: OpenMP 27: size, create, generate, fill, find 15: [ OK ] InitializeFinalize_DeathTest.initialize (1454 ms) 15: [ RUN ] InitializeFinalize_DeathTest.finalize 27: 256, 0.00023356, 0.000136076, 0.000156915, 0.0143194 27: 512, 0.000254088, 7.4469e-05, 0.000190068, 0.0120645 27: 1024, 0.000267965, 0.000120395, 0.000251995, 0.0109649 27: 2048, 0.000220306, 0.000103884, 0.000353787, 0.011392 27: 4096, 0.000319892, 0.000118434, 0.000634965, 0.012656 27: 8192, 0.000317377, 0.000108214, 0.00108916, 0.0143713 27: 16384, 0.00047298, 0.000123112, 0.00228399, 0.0182757 27: 32768, 0.000751044, 0.000133461, 0.0043213, 0.0298716 27: 65536, 0.00119214, 0.000112943, 0.00892626, 0.0666298 27: 131072, 0.00187641, 0.000181131, 0.0161602, 0.128626 27: 262144, 0.00347822, 0.000203122, 0.0332113, 0.197973 15: [ OK ] InitializeFinalize_DeathTest.finalize (1007 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_initialized 15: [ OK ] InitializeFinalize_DeathTest.is_initialized (273 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_finalized 15: [ OK ] InitializeFinalize_DeathTest.is_finalized (292 ms) 15: [----------] 4 tests from InitializeFinalize_DeathTest (3027 ms total) 15: 15: [----------] 1 test from Legion_DeathTest 15: [ RUN ] Legion_DeathTest.individual_backend_initialization 27: 524288, 0.00668716, 0.000314703, 0.0671752, 0.691463 15: [ OK ] Legion_DeathTest.individual_backend_initialization (291 ms) 15: [----------] 1 test from Legion_DeathTest (291 ms total) 15: 15: [----------] 2 tests from PushFinalizeHook_DeathTest 15: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 15: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (284 ms) 15: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 33: Test_Atomic/100000/iterations:10 4.09 s 4.06 s 10 1 8 2.90385m 1.55222m 115.01u 4.99995G 143.102k 4.99995G 15: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (540 ms) 15: [----------] 2 tests from PushFinalizeHook_DeathTest (824 ms total) 15: 15: [----------] 6 tests from ScopeGuard_DeathTest 15: [ RUN ] ScopeGuard_DeathTest.create 15: [ OK ] ScopeGuard_DeathTest.create (280 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_argument 15: [ OK ] ScopeGuard_DeathTest.create_argument (302 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 15: [ OK ] ScopeGuard_DeathTest.create_while_initialize (544 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 27: 1048576, 0.0122848, 0.000461989, 0.133186, 2.52482 15: [ OK ] ScopeGuard_DeathTest.create_after_initialize (571 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 15: [ OK ] ScopeGuard_DeathTest.create_after_finalize (578 ms) 15: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 15: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (592 ms) 15: [----------] 6 tests from ScopeGuard_DeathTest (2870 ms total) 15: 15: [----------] 13 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.initialization_settings 15: [ OK ] defaultdevicetype.initialization_settings (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 15: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_device_id 15: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 15: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 15: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_help 15: [ OK ] defaultdevicetype.cmd_line_args_help (6 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 15: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 15: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms) 15: [ RUN ] defaultdevicetype.env_vars_num_threads 15: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_device_id 15: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_disable_warnings 15: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_tune_internals 15: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.visible_devices 15: [ OK ] defaultdevicetype.visible_devices (0 ms) 15: [----------] 13 tests from defaultdevicetype (18 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 28 tests from 6 test suites ran. (9432 ms total) 15: [ PASSED ] 28 tests. 15/54 Test #15: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 9.45 sec test 16 Start 16: Kokkos_CoreUnitTest_Develop 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_Develop 16: Test timeout computed to be: 1500 16: 16: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 16: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 16: setting CUDA_VISIBLE_DEVICES. 16: This could on multi GPU systems lead to severe performance" 16: penalties. 16: [==========] Running 1 test from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 1 test from defaultdevicetype 16: [ RUN ] defaultdevicetype.development_test 16: [ OK ] defaultdevicetype.development_test (0 ms) 16: [----------] 1 test from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 1 test from 1 test suite ran. (0 ms total) 16: [ PASSED ] 1 test. 16/54 Test #16: Kokkos_CoreUnitTest_Develop ................................ Passed 0.28 sec test 17 Start 17: Kokkos_CoreUnitTest_KokkosP 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_KokkosP 17: Test timeout computed to be: 1500 17: 17: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 17: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 17: setting CUDA_VISIBLE_DEVICES. 17: This could on multi GPU systems lead to severe performance" 17: penalties. 17: [==========] Running 32 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 32 tests from kokkosp 17: [ RUN ] kokkosp.test_named_instance_fence 17: Ref: 33554433 17: Ref: named_instance 17: 33554433 17: named_instance 17: [ OK ] kokkosp.test_named_instance_fence (0 ms) 17: [ RUN ] kokkosp.test_unnamed_instance_fence 17: Ref: 33554433 17: Ref: Unnamed Instance Fence 17: 33554433 17: Kokkos::Cuda::fence(): Unnamed Instance Fence 17: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 17: [ RUN ] kokkosp.test_named_global_fence 17: Ref: 33554432 17: Ref: test global fence 17: 0 17: test global fence 17: Miss on id 17: 33554432 17: test global fence 17: [ OK ] kokkosp.test_named_global_fence (0 ms) 17: [ RUN ] kokkosp.test_unnamed_global_fence 17: Ref: 33554432 17: Ref: Unnamed Global Fence 17: 0 17: Kokkos::fence: Unnamed Global Fence 17: Miss on id 17: 33554432 17: Kokkos::fence: Unnamed Global Fence 17: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 17: [ RUN ] kokkosp.test_multiple_default_instances 17: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 17: [ RUN ] kokkosp.test_id_gen 17: [ OK ] kokkosp.test_id_gen (0 ms) 17: [ RUN ] kokkosp.test_kernel_sequence 17: Ref: 33554433 17: Ref: named_instance 17: 33554433 17: named_instance 17: Ref: 33554433 17: Ref: test_kernel 17: 33554433 17: named_instance 17: Miss on name 17: 0 17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 17: Miss on name 17: Miss on id 17: 33554432 17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 17: Miss on name 17: Miss on id 17: 33554433 17: test_kernel 17: [ OK ] kokkosp.test_kernel_sequence (0 ms) 17: [ RUN ] kokkosp.test_streams 17: [ OK ] kokkosp.test_streams (0 ms) 17: [ RUN ] kokkosp.async_deep_copy 17: [ OK ] kokkosp.async_deep_copy (0 ms) 17: [ RUN ] kokkosp.parallel_for 17: [ OK ] kokkosp.parallel_for (0 ms) 17: [ RUN ] kokkosp.parallel_reduce 17: [ OK ] kokkosp.parallel_reduce (0 ms) 17: [ RUN ] kokkosp.parallel_scan 17: [ OK ] kokkosp.parallel_scan (5 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence 17: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence_view 17: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 17: [ RUN ] kokkosp.regions 17: [ OK ] kokkosp.regions (0 ms) 17: [ RUN ] kokkosp.fences 17: [ OK ] kokkosp.fences (0 ms) 17: [ RUN ] kokkosp.raw_allocation 17: [ OK ] kokkosp.raw_allocation (0 ms) 17: [ RUN ] kokkosp.view 17: [ OK ] kokkosp.view (0 ms) 17: [ RUN ] kokkosp.sections 17: [ OK ] kokkosp.sections (0 ms) 17: [ RUN ] kokkosp.metadata 17: [ OK ] kokkosp.metadata (0 ms) 17: [ RUN ] kokkosp.profile_events 17: [ OK ] kokkosp.profile_events (0 ms) 17: [ RUN ] kokkosp.no_init_kernel 17: [ OK ] kokkosp.no_init_kernel (0 ms) 17: [ RUN ] kokkosp.get_events 17: [ OK ] kokkosp.get_events (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_for 17: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_reduce 17: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_scan 17: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 17: [ RUN ] kokkosp.kernel_name_internal 17: [ OK ] kokkosp.kernel_name_internal (0 ms) 17: [ RUN ] kokkosp.profiling_section 17: [ OK ] kokkosp.profiling_section (0 ms) 17: [ RUN ] kokkosp.scoped_profile_region 17: [ OK ] kokkosp.scoped_profile_region (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init 17: [ OK ] kokkosp.create_mirror_no_init (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 17: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 17: [ RUN ] kokkosp.create_mirror_view_and_copy 17: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/tools/TestWithoutInitializing.cpp:98: Skipped 17: skipping since the CudaUVMSpace requires additional fences 17: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 17: [----------] 32 tests from kokkosp (9 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 32 tests from 1 test suite ran. (9 ms total) 17: [ PASSED ] 31 tests. 17: [ SKIPPED ] 1 test, listed below: 17: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 17/54 Test #17: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.32 sec test 18 Start 18: Kokkos_CoreUnitTest_ToolIndependence 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 18: Test timeout computed to be: 1500 18/54 Test #18: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.01 sec test 19 Start 19: Kokkos_ProfilingTestLibraryLoadHelp 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 19: Environment variables: 19: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/libkokkosprinter-tool.so 19: Test timeout computed to be: 1500 19: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 19: 19: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 19: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 19: setting CUDA_VISIBLE_DEVICES. 19: This could on multi GPU systems lead to severe performance" 19: penalties. 19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 19/54 Test #19: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.30 sec test 20 Start 20: Kokkos_ProfilingTestLibraryCmdLineHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/libkokkosprinter-tool.so" 20: Test timeout computed to be: 1500 20: 20: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 20: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 20: setting CUDA_VISIBLE_DEVICES. 20: This could on multi GPU systems lead to severe performance" 20: penalties. 20: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 20/54 Test #20: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.28 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoad 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 21: 21: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 21: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 21: setting CUDA_VISIBLE_DEVICES. 21: This could on multi GPU systems lead to severe performance" 21: penalties. 21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:nvcc::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0x555556098200:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555556098340:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555560983c0:Host:source:0x555556098280: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:0x5555560984c0: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:0x555556098340:40::kokkosp_deallocate_data:Host:source:0x555556098200:40::kokkosp_finalize_library:: 21/54 Test #21: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.28 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLine 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 22: 22: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 22: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 22: setting CUDA_VISIBLE_DEVICES. 22: This could on multi GPU systems lead to severe performance" 22: penalties. 22: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:nvcc::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0x555556098200:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555556098340:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555560983c0:Host:source:0x555556098280: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:0x5555560984c0: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:0x555556098340:40::kokkosp_deallocate_data:Host:source:0x555556098200:40::kokkosp_finalize_library:: 22/54 Test #22: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.29 sec test 23 Start 23: Kokkos_CoreUnitTest_StackTraceTest 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec 23: Test timeout computed to be: 1500 23: 23: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 23: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 23: setting CUDA_VISIBLE_DEVICES. 23: This could on multi GPU systems lead to severe performance" 23: penalties. 23: [==========] Running 3 tests from 2 test suites. 23: [----------] Global test environment set-up. 23: [----------] 2 tests from defaultdevicetype_DeathTest 23: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 23: Top of f1 23: Top of f0 23: Top of f0 23: test_f1: 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604d19] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9cc9] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5555555a2a24] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x32f) [0x5555555a4aff] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc32e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x795df) [0x5555555cd5df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79a3a) [0x5555555cda3a] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7a01d) [0x5555555ce01d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d05f8] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d0acc] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559edf6] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3339083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0e8e] 23: 23: demangled test_f1: 23: [0x555555604d19] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9cc9] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a2a24] Test::test_stacktrace(bool, bool) 23: [0x5555555a4aff] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 23: [0x5555555dc32e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd5df] 23: [0x5555555cda3a] 23: [0x5555555ce01d] 23: [0x5555555d05f8] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d0acc] testing::UnitTest::Run() 23: [0x55555559edf6] main 23: [0x7ffff3339083] __libc_start_main 23: [0x5555555a0e8e] _start 23: 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f1 23: Top of f0 23: Top of f0 23: StackTrace f3(std::cout, 4) returned: 110 23: test_f3: 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604d19] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9cc9] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5555555aa128] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a330e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x32f) [0x5555555a4aff] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc32e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x795df) [0x5555555cd5df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79a3a) [0x5555555cda3a] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7a01d) [0x5555555ce01d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d05f8] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d0acc] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559edf6] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3339083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0e8e] 23: 23: demangled test_f3: 23: [0x555555604d19] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9cc9] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555aa128] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x5555555a330e] Test::test_stacktrace(bool, bool) 23: [0x5555555a4aff] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 23: [0x5555555dc32e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd5df] 23: [0x5555555cda3a] 23: [0x5555555ce01d] 23: [0x5555555d05f8] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d0acc] testing::UnitTest::Run() 23: [0x55555559edf6] main 23: [0x7ffff3339083] __libc_start_main 23: [0x5555555a0e8e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (562 ms) 23: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 23: Top of f1 23: Top of f0 23: Top of f0 23: test_f1: 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604d19] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9cc9] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5555555a2a24] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x32c) [0x5555555a4e9c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc32e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x795df) [0x5555555cd5df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79a3a) [0x5555555cda3a] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7a01d) [0x5555555ce01d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d05f8] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d0acc] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559edf6] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3339083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0e8e] 23: 23: demangled test_f1: 23: [0x555555604d19] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9cc9] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a2a24] Test::test_stacktrace(bool, bool) 23: [0x5555555a4e9c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 23: [0x5555555dc32e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd5df] 23: [0x5555555cda3a] 23: [0x5555555ce01d] 23: [0x5555555d05f8] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d0acc] testing::UnitTest::Run() 23: [0x55555559edf6] main 23: [0x7ffff3339083] __libc_start_main 23: [0x5555555a0e8e] _start 23: 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f1 23: Top of f0 23: Top of f0 23: StackTrace f3(std::cout, 4) returned: 110 23: test_f3: 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604d19] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9cc9] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5555555aa128] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a330e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x32c) [0x5555555a4e9c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc32e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x795df) [0x5555555cd5df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79a3a) [0x5555555cda3a] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7a01d) [0x5555555ce01d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d05f8] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d0acc] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559edf6] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3339083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0e8e] 23: 23: demangled test_f3: 23: [0x555555604d19] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9cc9] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555aa128] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x5555555a330e] Test::test_stacktrace(bool, bool) 23: [0x5555555a4e9c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 23: [0x5555555dc32e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd5df] 23: [0x5555555cda3a] 23: [0x5555555ce01d] 23: [0x5555555d05f8] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d0acc] testing::UnitTest::Run() 23: [0x55555559edf6] main 23: [0x7ffff3339083] __libc_start_main 23: [0x5555555a0e8e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (540 ms) 23: [----------] 2 tests from defaultdevicetype_DeathTest (1103 ms total) 23: 23: [----------] 1 test from defaultdevicetype 23: [ RUN ] defaultdevicetype.stacktrace_normal 23: Top of f1 23: Top of f0 23: Top of f0 23: test_f1: 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604d19] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9cc9] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5555555a2a24] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc32e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x795df) [0x5555555cd5df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79a3a) [0x5555555cda3a] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7a01d) [0x5555555ce01d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d05f8] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d0acc] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559edf6] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3339083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0e8e] 23: 23: demangled test_f1: 23: [0x555555604d19] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9cc9] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a2a24] Test::test_stacktrace(bool, bool) 23: [0x5555555dc32e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd5df] 23: [0x5555555cda3a] 23: [0x5555555ce01d] 23: [0x5555555d05f8] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d0acc] testing::UnitTest::Run() 23: [0x55555559edf6] main 23: [0x7ffff3339083] __libc_start_main 23: [0x5555555a0e8e] _start 23: 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f1 23: Top of f0 23: Top of f0 23: StackTrace f3(std::cout, 4) returned: 110 23: test_f3: 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604d19] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9cc9] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5555555aa128] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a330e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc32e] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x795df) [0x5555555cd5df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79a3a) [0x5555555cda3a] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7a01d) [0x5555555ce01d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d05f8] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d0acc] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559edf6] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3339083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0e8e] 23: 23: demangled test_f3: 23: [0x555555604d19] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9cc9] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555aa128] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x5555555a330e] Test::test_stacktrace(bool, bool) 23: [0x5555555dc32e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd5df] 23: [0x5555555cda3a] 23: [0x5555555ce01d] 23: [0x5555555d05f8] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d0acc] testing::UnitTest::Run() 23: [0x55555559edf6] main 23: [0x7ffff3339083] __libc_start_main 23: [0x5555555a0e8e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 23: [----------] 1 test from defaultdevicetype (0 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 3 tests from 2 test suites ran. (1104 ms total) 23: [ PASSED ] 3 tests. 23/54 Test #23: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.40 sec test 24 Start 24: Kokkos_CoreUnitTest_CTestDevice 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 24: Test timeout computed to be: 1500 24: [==========] Running 8 tests from 2 test suites. 24: [----------] Global test environment set-up. 24: [----------] 5 tests from ctest_environment_DeathTest 24: [ RUN ] ctest_environment_DeathTest.invalid_rank 24: [ OK ] ctest_environment_DeathTest.invalid_rank (137 ms) 24: [ RUN ] ctest_environment_DeathTest.no_type_str 24: [ OK ] ctest_environment_DeathTest.no_type_str (158 ms) 24: [ RUN ] ctest_environment_DeathTest.missing_type 24: [ OK ] ctest_environment_DeathTest.missing_type (306 ms) 24: [ RUN ] ctest_environment_DeathTest.no_id_str 24: [ OK ] ctest_environment_DeathTest.no_id_str (163 ms) 24: [ RUN ] ctest_environment_DeathTest.invalid_id_str 24: [ OK ] ctest_environment_DeathTest.invalid_id_str (311 ms) 24: [----------] 5 tests from ctest_environment_DeathTest (1077 ms total) 24: 24: [----------] 3 tests from ctest_environment 24: [ RUN ] ctest_environment.no_device_type 24: [ OK ] ctest_environment.no_device_type (0 ms) 24: [ RUN ] ctest_environment.no_process_count 24: [ OK ] ctest_environment.no_process_count (0 ms) 24: [ RUN ] ctest_environment.good 24: [ OK ] ctest_environment.good (0 ms) 24: [----------] 3 tests from ctest_environment (0 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 8 tests from 2 test suites ran. (1077 ms total) 24: [ PASSED ] 8 tests. 24/54 Test #24: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.09 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 25: Test timeout computed to be: 1500 25/54 Test #25: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 26: Test timeout computed to be: 1500 26: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 26/54 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 27: Test timeout computed to be: 1500 27/54 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 28 Start 28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 28: Environment variables: 28: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 28: Test timeout computed to be: 1500 28/54 Test #28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 29 Start 29: Kokkos_CoreUnitTest_DeviceAndThreads 29: Test command: /usr/bin/python3.8 "/var/jenkins/workspace/Kokkos_PR-7897/build-tests/core/unit_test/TestDeviceAndThreads.py" "-v" 29: Test timeout computed to be: 1500 27: 2097152, 0.0240391, 0.000823459, 0.271045, 5.84419 29: test_device_id (__main__.KokkosInitializationTestCase) ... ok 29: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 29: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 29: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 29: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 29: 29: ---------------------------------------------------------------------- 29: Ran 5 tests in 3.070s 29: 29: OK (skipped=1) 29/54 Test #29: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 4.00 sec test 30 Start 30: Kokkos_ContainersUnitTest_Serial 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 30: Test timeout computed to be: 1500 30: 30: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 30: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 30: setting CUDA_VISIBLE_DEVICES. 30: This could on multi GPU systems lead to severe performance" 30: penalties. 30: [==========] Running 70 tests from 2 test suites. 30: [----------] Global test environment set-up. 30: [----------] 1 test from serial_DeathTest 30: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 30: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (6009 ms) 30: [----------] 1 test from serial_DeathTest (6009 ms total) 30: 30: [----------] 69 tests from serial 30: [ RUN ] serial.bitset 30: [ OK ] serial.bitset (1187 ms) 30: [ RUN ] serial.bitset_default_constructor_no_alloc 30: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 30: [ RUN ] serial.dualview_combination 30: [ OK ] serial.dualview_combination (0 ms) 30: [ RUN ] serial.dualview_alloc 30: [ OK ] serial.dualview_alloc (0 ms) 30: [ RUN ] serial.test_dualview_copy_construction_and_assignment 30: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 30: [ RUN ] serial.dualview_combinations_without_init 30: [ OK ] serial.dualview_combinations_without_init (0 ms) 30: [ RUN ] serial.dualview_deep_copy 30: [ OK ] serial.dualview_deep_copy (0 ms) 30: [ RUN ] serial.dualview_sync_should_fence 30: [ OK ] serial.dualview_sync_should_fence (0 ms) 30: [ RUN ] serial.dualview_realloc 30: [ OK ] serial.dualview_realloc (0 ms) 30: [ RUN ] serial.dualview_resize 30: [ OK ] serial.dualview_resize (0 ms) 30: [ RUN ] serial.dualview_device_correct_kokkos_device 30: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 30: [ RUN ] serial.dualview_host_correct_kokkos_device 30: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 30: [ RUN ] serial.dualview_host_modify_template_device_sync 30: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 30: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 30: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 30: [ RUN ] serial.dualview_device_modify_template_host_sync 30: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 30: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 30: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 30: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 30: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 30: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 30: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 30: [ RUN ] serial.dualview_sequential_host_init 30: [ OK ] serial.dualview_sequential_host_init (0 ms) 30: [ RUN ] serial.dynamic_view 30: [ OK ] serial.dynamic_view (14 ms) 30: [ RUN ] serial.dyn_rank_view_api_generic 30: [ OK ] serial.dyn_rank_view_api_generic (8 ms) 30: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 30: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 30: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 30: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 30: skipping since not default execution space 30: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 30: [ RUN ] serial.dyn_rank_view_api_operator_rank67 30: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 30: [ RUN ] serial.dyn_rank_view_team_scratch 30: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 30: [ RUN ] serial.ErrorReporterViaLambda 30: [ OK ] serial.ErrorReporterViaLambda (0 ms) 30: [ RUN ] serial.ErrorReporter 30: [ OK ] serial.ErrorReporter (0 ms) 30: [ RUN ] serial.offsetview_construction 30: [ OK ] serial.offsetview_construction (38 ms) 30: [ RUN ] serial.offsetview_unmanaged_construction 30: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 30: [ RUN ] serial.offsetview_subview 30: [ OK ] serial.offsetview_subview (6 ms) 30: [ RUN ] serial.offsetview_offsets_rank1 30: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 30: [ RUN ] serial.offsetview_offsets_rank2 30: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 30: [ RUN ] serial.offsetview_offsets_rank3 30: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 30: [ RUN ] serial.scatterview 30: [ OK ] serial.scatterview (1740 ms) 30: [ RUN ] serial.scatterview_devicetype 30: [ OK ] serial.scatterview_devicetype (1 ms) 30: [ RUN ] serial.staticcrsgraph 30: [ OK ] serial.staticcrsgraph (11 ms) 30: [ RUN ] serial.resize_realloc_no_init_dualview 30: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 30: [ RUN ] serial.resize_realloc_no_alloc_dualview 30: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 30: [ RUN ] serial.resize_exec_space_dualview 30: [ OK ] serial.resize_exec_space_dualview (0 ms) 30: [ RUN ] serial.realloc_exec_space_dualview 30: [ OK ] serial.realloc_exec_space_dualview (0 ms) 30: [ RUN ] serial.resize_realloc_no_init_dynrankview 30: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 30: [ RUN ] serial.resize_exec_space_dynrankview 30: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 30: [ RUN ] serial.realloc_exec_space_dynrankview 30: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 30: [ RUN ] serial.resize_realloc_no_init_scatterview 30: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 30: [ RUN ] serial.resize_realloc_no_alloc_scatterview 30: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 30: [ RUN ] serial.resize_exec_space_scatterview 30: [ OK ] serial.resize_exec_space_scatterview (0 ms) 30: [ RUN ] serial.realloc_exec_space_scatterview 30: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_dynrankview 30: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 30: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (1 ms) 30: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 30: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_offsetview 30: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 30: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 30: [ RUN ] serial.create_mirror_view_and_copy_offsetview 30: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_dynamicview 30: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 30: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 30: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 30: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 30: [ RUN ] serial.UnorderedMap_insert 27: 4194304, 0.0448858, 0.00173446, 0.560063, 12.4246 27: [ OK ] TEST_CATEGORY.global_2_local (23221 ms) 27: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 27: skipping test 27: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 27: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 27: skipping test 27: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 27: [ RUN ] TEST_CATEGORY.scatter_view 27: ScatterView data-duplicated test: 27: num_threads 8 27: hand-coded test took 0.1126 seconds 27: test took 0.108976 seconds 27: num_threads 8 27: hand-coded test took 0.109853 seconds 27: test took 0.10957 seconds 27: num_threads 8 27: hand-coded test took 0.111309 seconds 27: test took 0.108811 seconds 27: num_threads 8 27: hand-coded test took 0.109688 seconds 27: test took 0.109617 seconds 27: num_threads 8 27: hand-coded test took 0.111936 seconds 27: test took 0.108853 seconds 27: [ OK ] TEST_CATEGORY.scatter_view (1499 ms) 27: [----------] 5 tests from TEST_CATEGORY (24967 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 5 tests from 1 test suite ran. (24967 ms total) 27: [ PASSED ] 5 tests. 27/49 Test #27: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 24.97 sec test 28 Start 28: Kokkos_UnitTest_Sort 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 28: Test timeout computed to be: 1500 28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 28: Detected: 4 cores per node. 28: Detected: 1 MPI_ranks per node. 28: Requested: 8 threads per process. 28: [==========] Running 17 tests from 2 test suites. 28: [----------] Global test environment set-up. 28: [----------] 1 test from openmp_DeathTest 28: [ RUN ] openmp_DeathTest.SortByKeyKeysLargerThanValues 28: [ OK ] openmp_DeathTest.SortByKeyKeysLargerThanValues (292 ms) 28: [----------] 1 test from openmp_DeathTest (292 ms total) 28: 28: [----------] 16 tests from openmp 28: [ RUN ] openmp.SortUnsignedValueType 28: [ OK ] openmp.SortUnsignedValueType (503 ms) 28: [ RUN ] openmp.SortEmptyView 28: [ OK ] openmp.SortEmptyView (0 ms) 28: [ RUN ] openmp.SortByKeyEmptyView 28: [ OK ] openmp.SortByKeyEmptyView (0 ms) 28: [ RUN ] openmp.SortByKeyEmptyViewHost 28: [ OK ] openmp.SortByKeyEmptyViewHost (0 ms) 28: [ RUN ] openmp.SortByKey 28: [ OK ] openmp.SortByKey (2 ms) 28: [ RUN ] openmp.SortByKeyWithComparator 28: [ OK ] openmp.SortByKeyWithComparator (2 ms) 28: [ RUN ] openmp.SortByKeyStaticExtents 28: [ OK ] openmp.SortByKeyStaticExtents (0 ms) 28: [ RUN ] openmp.SortByKeyWithStrides 28: [ OK ] openmp.SortByKeyWithStrides (0 ms) 28: [ RUN ] openmp.SortWithCustomComparator 28: [ OK ] openmp.SortWithCustomComparator (144 ms) 28: [ RUN ] openmp.BinSortGenericTests 28: [ OK ] openmp.BinSortGenericTests (547 ms) 28: [ RUN ] openmp.BinSortEmptyView 28: [ OK ] openmp.BinSortEmptyView (0 ms) 28: [ RUN ] openmp.BinSortEmptyKeysView 28: [ OK ] openmp.BinSortEmptyKeysView (0 ms) 28: [ RUN ] openmp.BinSort_issue_7221 28: [ OK ] openmp.BinSort_issue_7221 (0 ms) 28: [ RUN ] openmp.BinSortUnsignedKeyLayoutStrideValues 30: [ OK ] serial.UnorderedMap_insert (6925 ms) 30: [ RUN ] serial.UnorderedMap_failed_insert 30: [ OK ] serial.UnorderedMap_failed_insert (3499 ms) 30: [ RUN ] serial.UnorderedMap_deep_copy 30: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 30: [ RUN ] serial.UnorderedMap_valid_empty 30: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 30: [ RUN ] serial.UnorderedMap_clear_zero_size 30: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 30: [ RUN ] serial.UnorderedMap_consistent_size 30: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 30: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 30: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 30: [ RUN ] serial.UnorderedMap_lambda_capturable 30: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 30: [ RUN ] serial.UnorderedMap_constructor_view_alloc 30: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 30: [ RUN ] serial.vector_combination 30: [ OK ] serial.vector_combination (0 ms) 30: [ RUN ] serial.vector_insert 30: [ OK ] serial.vector_insert (0 ms) 30: [ RUN ] serial.vector_push_back_default_exec 30: [ OK ] serial.vector_push_back_default_exec (0 ms) 30: [ RUN ] serial.viewctorprop_embedded_dim 30: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 30: [----------] 69 tests from serial (13448 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 70 tests from 2 test suites ran. (19457 ms total) 30: [ PASSED ] 69 tests. 30: [ SKIPPED ] 1 test, listed below: 30: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 30/54 Test #30: Kokkos_ContainersUnitTest_Serial ........................... Passed 19.80 sec test 31 Start 31: Kokkos_ContainersUnitTest_Cuda 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 31: Test timeout computed to be: 1500 31: 31: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 31: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 31: setting CUDA_VISIBLE_DEVICES. 31: This could on multi GPU systems lead to severe performance" 31: penalties. 31: [==========] Running 70 tests from 2 test suites. 31: [----------] Global test environment set-up. 31: [----------] 1 test from cuda_DeathTest 31: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction 28: [ OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (14461 ms) 28: [ RUN ] openmp.NestedSort 28: [ OK ] openmp.NestedSort (7 ms) 28: [ RUN ] openmp.NestedSortByKey 28: [ OK ] openmp.NestedSortByKey (46 ms) 28: [----------] 16 tests from openmp (15719 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 17 tests from 2 test suites ran. (16012 ms total) 28: [ PASSED ] 17 tests. 28/49 Test #28: Kokkos_UnitTest_Sort ....................................... Passed 16.03 sec test 29 Start 29: Kokkos_UnitTest_Random 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 29: Test timeout computed to be: 1500 29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 29: Detected: 4 cores per node. 29: Detected: 1 MPI_ranks per node. 29: Requested: 8 threads per process. 29: [==========] Running 3 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 3 tests from openmp 29: [ RUN ] openmp.Random_XorShift64 29: Test Seed:1742224797400157193 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00876952 0.000541852 || 0.051031 2036 2413 || 2241.72 2222.06 || 7.49057 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00362335 0.00035572 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0143349 0.00322419 || 0.051031 2042 2434 || 2254.38 2222.06 || 44.5711 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00332124 0.00100946 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00649144 -0.000899585 || 0.051031 2034 2402 || 2236.58 2222.06 || -12.4359 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0026956 -2.52353e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 31: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (7234 ms) 31: [----------] 1 test from cuda_DeathTest (7234 ms total) 31: 31: [----------] 69 tests from cuda 31: [ RUN ] cuda.bitset 31: [ OK ] cuda.bitset (12 ms) 31: [ RUN ] cuda.bitset_default_constructor_no_alloc 31: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 31: [ RUN ] cuda.dualview_combination 31: [ OK ] cuda.dualview_combination (0 ms) 31: [ RUN ] cuda.dualview_alloc 31: [ OK ] cuda.dualview_alloc (0 ms) 31: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 31: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 31: [ RUN ] cuda.dualview_combinations_without_init 31: [ OK ] cuda.dualview_combinations_without_init (0 ms) 31: [ RUN ] cuda.dualview_deep_copy 31: [ OK ] cuda.dualview_deep_copy (4 ms) 31: [ RUN ] cuda.dualview_sync_should_fence 31: [ OK ] cuda.dualview_sync_should_fence (1 ms) 31: [ RUN ] cuda.dualview_realloc 31: [ OK ] cuda.dualview_realloc (1 ms) 31: [ RUN ] cuda.dualview_resize 31: [ OK ] cuda.dualview_resize (2 ms) 31: [ RUN ] cuda.dualview_device_correct_kokkos_device 31: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 31: [ RUN ] cuda.dualview_host_correct_kokkos_device 31: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 31: [ RUN ] cuda.dualview_host_modify_template_device_sync 31: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 31: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 31: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 31: [ RUN ] cuda.dualview_device_modify_template_host_sync 31: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 31: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 31: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 31: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 31: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 31: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 31: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 31: [ RUN ] cuda.dualview_sequential_host_init 31: [ OK ] cuda.dualview_sequential_host_init (2 ms) 31: [ RUN ] cuda.dynamic_view 31: [ OK ] cuda.dynamic_view (86 ms) 31: [ RUN ] cuda.dyn_rank_view_api_generic 31: [ OK ] cuda.dyn_rank_view_api_generic (34 ms) 31: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 31: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (2 ms) 31: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 31: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 31: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 31: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 31: [ RUN ] cuda.dyn_rank_view_team_scratch 31: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 31: [ RUN ] cuda.ErrorReporterViaLambda 31: [ OK ] cuda.ErrorReporterViaLambda (1 ms) 31: [ RUN ] cuda.ErrorReporter 31: [ OK ] cuda.ErrorReporter (2 ms) 31: [ RUN ] cuda.offsetview_construction 31: [ OK ] cuda.offsetview_construction (9 ms) 31: [ RUN ] cuda.offsetview_unmanaged_construction 31: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 31: [ RUN ] cuda.offsetview_subview 31: [ OK ] cuda.offsetview_subview (10 ms) 31: [ RUN ] cuda.offsetview_offsets_rank1 31: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 31: [ RUN ] cuda.offsetview_offsets_rank2 31: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 31: [ RUN ] cuda.offsetview_offsets_rank3 31: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 31: [ RUN ] cuda.scatterview 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0119104 -0.00097119 || 0.051031 2050 2406 || 2248.85 2222.06 || -13.4257 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00295349 8.57036e-06 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00342563 -0.000796878 || 0.051031 2054 2404 || 2229.7 2222.06 || -11.016 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.020463 -0.000329574 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 -0.00175917 0.000553687 || 0.051031 2051 2418 || 2225.98 2222.06 || 7.65416 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.00602254 -0.000544947 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 6.51042e-08 0.0107718 -0.00214053 || 0.051031 2027 2396 || 2198.38 2222.06 || -29.5907 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 1.95313e-07 -0.0209374 0.00072154 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0163562 0.00184013 || 0.051031 2055 2434 || 2259.01 2222.06 || 25.438 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0138409 -0.00014618 || 0.051031 1e+64 -1e+64 29: Test Seed:1742224800174057126 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.027532 -1.5098e-05 || 0.051031 2042 2410 || 2162.52 2222.06 || -0.208715 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0183612 -0.000710163 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00764003 -0.00119913 || 0.051031 2047 2398 || 2239.17 2222.06 || -16.5768 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00465712 -4.48119e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00531842 0.00212837 || 0.051031 2043 2420 || 2233.94 2222.06 || 29.4226 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00687759 -0.000415745 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00510995 -0.000806721 || 0.051031 2059 2394 || 2210.76 2222.06 || -11.1521 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00396481 -9.88278e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 0.0171771 0.00198043 || 0.051031 2043 2424 || 2184.54 2222.06 || 27.3774 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.016027 0.00037481 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 0.00876404 -0.000511125 || 0.051031 2051 2410 || 2202.76 2222.06 || -7.06579 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 0.00869232 -0.0001779 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 -0.00472237 0.00040289 || 0.051031 2002 2408 || 2232.6 2222.06 || 5.56955 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.00915073 0.000140387 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0179696 -0.000145777 || 0.051031 2029 2394 || 2262.72 2222.06 || -2.01522 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0136532 -0.000212074 || 0.051031 1e+64 -1e+64 29: [ OK ] openmp.Random_XorShift64 (5612 ms) 29: [ RUN ] openmp.Random_XorShift1024_0 29: Test Seed:1742224803012571096 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00369857 0.000960241 || 0.051031 2019 2418 || 2206.38 2198.22 || 13.2744 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00832185 0.000458747 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00860914 0.00131558 || 0.051031 2024 2395 || 2179.46 2198.22 || 18.1866 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00978816 -0.000439563 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00420364 0.000348236 || 0.051031 2003 2376 || 2207.5 2198.22 || 4.81401 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00752627 -0.000284886 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00741209 0.000753245 || 0.051031 2020 2360 || 2214.64 2198.22 || 10.4129 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00681648 0.000802398 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.0179586 -0.000965572 || 0.051031 2026 2406 || 2159.44 2198.22 || -13.3481 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00280617 0.00090116 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 -0.00489846 -0.00134841 || 0.051031 1999 2385 || 2209.04 2198.22 || -18.6404 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 0.00869968 4.74531e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.0210817 -0.00140854 || 0.051031 2017 2375 || 2152.84 2198.22 || -19.4716 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0323478 0.000659014 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00969448 -3.83508e-05 || 0.051031 2012 2381 || 2177.12 2198.22 || -0.530161 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00969374 -0.00042396 || 0.051031 1e+64 -1e+64 29: Test Seed:1742224805882848059 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00286282 7.2978e-06 || 0.051031 2010 2388 || 2191.95 2198.22 || 0.100885 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0186589 0.000709715 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.000302143 0.000733157 || 0.051031 2026 2391 || 2198.89 2198.22 || 10.1352 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0264746 -0.000435389 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0126338 -0.000371426 || 0.051031 2024 2377 || 2226.35 2198.22 || -5.13459 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0128867 3.72361e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00567266 0.00189228 || 0.051031 2009 2374 || 2185.82 2198.22 || 26.1589 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 7.53512e-05 -8.68399e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0114725 0.000447082 || 0.051031 2019 2385 || 2223.73 2198.22 || 6.18046 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00723153 -8.2228e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00569533 0.000310157 || 0.051031 2019 2382 || 2210.81 2198.22 || 4.28762 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00520923 0.000403262 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0238881 -0.000233121 || 0.051031 2021 2369 || 2252.02 2198.22 || -3.22266 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0109304 0.000666306 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.0100449 -0.000224278 || 0.051031 2020 2381 || 2176.36 2198.22 || -3.10042 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0029696 0.000575702 || 0.051031 1e+64 -1e+64 29: [ OK ] openmp.Random_XorShift1024_0 (5781 ms) 29: [ RUN ] openmp.Multi_streams 29: [ OK ] openmp.Multi_streams (0 ms) 29: [----------] 3 tests from openmp (11394 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 3 tests from 1 test suite ran. (11394 ms total) 29: [ PASSED ] 3 tests. 29/49 Test #29: Kokkos_UnitTest_Random ..................................... Passed 11.40 sec test 30 Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 30: Test timeout computed to be: 1500 30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 30: Detected: 4 cores per node. 30: Detected: 1 MPI_ranks per node. 30: Requested: 8 threads per process. 30: [==========] Running 16 tests from 4 test suites. 30: [----------] Global test environment set-up. 30: [----------] 1 test from std_algorithms_DeathTest 30: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 30: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 30: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 30: 30: [----------] 3 tests from std_algorithms_reducers 30: [ RUN ] std_algorithms_reducers.max_first_loc 30: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_first_loc 30: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 30: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 30: [----------] 3 tests from std_algorithms_reducers (0 ms total) 30: 30: [----------] 1 test from std_algorithms 30: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 30: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 30: [----------] 1 test from std_algorithms (0 ms total) 30: 30: [----------] 11 tests from random_access_iterator_test 30: [ RUN ] random_access_iterator_test.constructor 30: [ OK ] random_access_iterator_test.constructor (0 ms) 30: [ RUN ] random_access_iterator_test.constructiblity 30: [ OK ] random_access_iterator_test.constructiblity (0 ms) 30: [ RUN ] random_access_iterator_test.dereference 30: [ OK ] random_access_iterator_test.dereference (1 ms) 30: [ RUN ] random_access_iterator_test.subscript_operator 30: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet1 30: [ OK ] random_access_iterator_test.operatorsSet1 (1 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet2 30: [ OK ] random_access_iterator_test.operatorsSet2 (1 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet3 30: [ OK ] random_access_iterator_test.operatorsSet3 (1 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet4 30: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 30: [ RUN ] random_access_iterator_test.assignment_operator 30: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 30: [ RUN ] random_access_iterator_test.distance 30: [ OK ] random_access_iterator_test.distance (0 ms) 30: [ RUN ] random_access_iterator_test.traits_helpers 30: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 30: [----------] 11 tests from random_access_iterator_test (8 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 16 tests from 4 test suites ran. (8 ms total) 30: [ PASSED ] 16 tests. 30/49 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.01 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 31: Test timeout computed to be: 1500 31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 31: Detected: 4 cores per node. 31: Detected: 1 MPI_ranks per node. 31: Requested: 8 threads per process. 31: [==========] Running 7 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 7 tests from std_algorithms_min_max_element_test 31: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (21 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (20 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (17 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (17 ms) 31: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (22 ms) 31: [----------] 7 tests from std_algorithms_min_max_element_test (100 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 7 tests from 1 test suite ran. (100 ms total) 31: [ PASSED ] 7 tests. 31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.10 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 32: Detected: 4 cores per node. 32: Detected: 1 MPI_ranks per node. 32: Requested: 8 threads per process. 32: [==========] Running 13 tests from 10 test suites. 32: [----------] Global test environment set-up. 32: [----------] 1 test from std_algorithms_lexicographical_compare_test 32: [ RUN ] std_algorithms_lexicographical_compare_test.test 32: [ OK ] std_algorithms_lexicographical_compare_test.test (67 ms) 32: [----------] 1 test from std_algorithms_lexicographical_compare_test (67 ms total) 32: 32: [----------] 1 test from std_algorithms_for_each_test 32: [ RUN ] std_algorithms_for_each_test.test 32: [ OK ] std_algorithms_for_each_test.test (96 ms) 32: [----------] 1 test from std_algorithms_for_each_test (96 ms total) 32: 32: [----------] 1 test from std_algorithms_find_test 32: [ RUN ] std_algorithms_find_test.test 32: [ OK ] std_algorithms_find_test.test (67 ms) 32: [----------] 1 test from std_algorithms_find_test (67 ms total) 32: 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 32: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1307 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 32: [ OK ] std_algorithms_non_mod_seq_ops.find_end (607 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search 32: [ OK ] std_algorithms_non_mod_seq_ops.search (603 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 32: [ OK ] std_algorithms_non_mod_seq_ops.search_n (658 ms) 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3178 ms total) 32: 32: [----------] 1 test from std_algorithms_count_test 32: [ RUN ] std_algorithms_count_test.test 32: [ OK ] std_algorithms_count_test.test (40 ms) 32: [----------] 1 test from std_algorithms_count_test (40 ms total) 32: 32: [----------] 1 test from std_algorithms_equal_test 32: [ RUN ] std_algorithms_equal_test.test 32: [ OK ] std_algorithms_equal_test.test (58 ms) 32: [----------] 1 test from std_algorithms_equal_test (58 ms total) 32: 32: [----------] 1 test from std_algorithms_all_any_none_of_test 32: [ RUN ] std_algorithms_all_any_none_of_test.test 32: [ OK ] std_algorithms_all_any_none_of_test.test (64 ms) 32: [----------] 1 test from std_algorithms_all_any_none_of_test (64 ms total) 32: 32: [----------] 1 test from std_algorithms_nonmod_seq_ops 32: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 32: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (71 ms) 32: [----------] 1 test from std_algorithms_nonmod_seq_ops (71 ms total) 32: 32: [----------] 1 test from std_algorithms_mismatch_test 32: [ RUN ] std_algorithms_mismatch_test.test 32: [ OK ] std_algorithms_mismatch_test.test (139 ms) 32: [----------] 1 test from std_algorithms_mismatch_test (139 ms total) 32: 32: [----------] 1 test from std_algorithms_mod_seq_ops 32: [ RUN ] std_algorithms_mod_seq_ops.move_backward 32: [ OK ] std_algorithms_mod_seq_ops.move_backward (105 ms) 32: [----------] 1 test from std_algorithms_mod_seq_ops (105 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 13 tests from 10 test suites ran. (3889 ms total) 32: [ PASSED ] 13 tests. 32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 3.89 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 33: Detected: 4 cores per node. 33: Detected: 1 MPI_ranks per node. 33: Requested: 8 threads per process. 33: [==========] Running 31 tests from 5 test suites. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from std_algorithms_mod_ops_test 33: [ RUN ] std_algorithms_mod_ops_test.move 33: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 33: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 33: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 33: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total) 33: 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy 33: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 33: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill 33: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 33: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate 33: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 33: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 33: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (2 ms) 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total) 33: 33: [----------] 4 tests from std_algorithms_replace_ops_test 33: [ RUN ] std_algorithms_replace_ops_test.replace 33: [ OK ] std_algorithms_replace_ops_test.replace (66 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_if 33: [ OK ] std_algorithms_replace_ops_test.replace_if (167 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy 33: [ OK ] std_algorithms_replace_ops_test.replace_copy (97 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 33: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (94 ms) 33: [----------] 4 tests from std_algorithms_replace_ops_test (425 ms total) 33: 33: [----------] 11 tests from std_algorithms_mod_seq_ops 33: [ RUN ] std_algorithms_mod_seq_ops.copy_if 33: [ OK ] std_algorithms_mod_seq_ops.copy_if (66 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique 33: [ OK ] std_algorithms_mod_seq_ops.unique (177 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 33: [ OK ] std_algorithms_mod_seq_ops.unique_copy (99 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove 31: [ OK ] cuda.scatterview (14836 ms) 31: [ RUN ] cuda.scatterview_devicetype 31: [ OK ] cuda.scatterview_devicetype (33 ms) 31: [ RUN ] cuda.staticcrsgraph 31: [ OK ] cuda.staticcrsgraph (69 ms) 31: [ RUN ] cuda.resize_realloc_no_init_dualview 31: [ OK ] cuda.resize_realloc_no_init_dualview (1 ms) 31: [ RUN ] cuda.resize_realloc_no_alloc_dualview 31: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 31: [ RUN ] cuda.resize_exec_space_dualview 31: [ OK ] cuda.resize_exec_space_dualview (0 ms) 31: [ RUN ] cuda.realloc_exec_space_dualview 31: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestWithoutInitializing.hpp:155: Skipped 31: skipping since CudaUVMSpace requires additional fences 31: [ SKIPPED ] cuda.realloc_exec_space_dualview (0 ms) 31: [ RUN ] cuda.resize_realloc_no_init_dynrankview 31: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 31: [ RUN ] cuda.resize_exec_space_dynrankview 31: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 31: [ RUN ] cuda.realloc_exec_space_dynrankview 31: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestWithoutInitializing.hpp:247: Skipped 31: skipping since CudaUVMSpace requires additional fences 31: [ SKIPPED ] cuda.realloc_exec_space_dynrankview (0 ms) 31: [ RUN ] cuda.resize_realloc_no_init_scatterview 31: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 31: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 31: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 31: [ RUN ] cuda.resize_exec_space_scatterview 31: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 31: [ RUN ] cuda.realloc_exec_space_scatterview 31: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestWithoutInitializing.hpp:386: Skipped 31: skipping since CudaUVMSpace requires additional fences 31: [ SKIPPED ] cuda.realloc_exec_space_scatterview (0 ms) 31: [ RUN ] cuda.create_mirror_no_init_dynrankview 31: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 31: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 31: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 31: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 31: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestWithoutInitializing.hpp:496: Skipped 31: skipping since CudaUVMSpace requires additional fences 31: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 31: [ RUN ] cuda.create_mirror_no_init_offsetview 31: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 31: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 31: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 31: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 31: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestWithoutInitializing.hpp:600: Skipped 31: skipping since CudaUVMSpace requires additional fences 31: [ SKIPPED ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 31: [ RUN ] cuda.create_mirror_no_init_dynamicview 31: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 31: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 31: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestWithoutInitializing.hpp:672: Skipped 31: skipping since CudaUVMSpace requires additional fences 31: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 31: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 31: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 31: [ RUN ] cuda.UnorderedMap_insert 33: [ OK ] std_algorithms_mod_seq_ops.remove (73 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_if (80 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy (124 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (68 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate 33: [ OK ] std_algorithms_mod_seq_ops.rotate (752 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 33: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (404 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_left 33: [ OK ] std_algorithms_mod_seq_ops.shift_left (965 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_right 33: [ OK ] std_algorithms_mod_seq_ops.shift_right (956 ms) 33: [----------] 11 tests from std_algorithms_mod_seq_ops (3770 ms total) 33: 33: [----------] 1 test from std_algorithms_modseq_test 33: [ RUN ] std_algorithms_modseq_test.reverse 33: [ OK ] std_algorithms_modseq_test.reverse (84 ms) 33: [----------] 1 test from std_algorithms_modseq_test (84 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 31 tests from 5 test suites ran. (4290 ms total) 33: [ PASSED ] 31 tests. 33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 4.30 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 34: Detected: 4 cores per node. 34: Detected: 1 MPI_ranks per node. 34: Requested: 8 threads per process. 34: [==========] Running 29 tests from 7 test suites. 34: [----------] Global test environment set-up. 34: [----------] 2 tests from std_algorithms_sorting_ops_test 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted (37 ms) 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (33 ms) 34: [----------] 2 tests from std_algorithms_sorting_ops_test (71 ms total) 34: 34: [----------] 4 tests from std_algorithms_partitioning_test 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms) 34: [ RUN ] std_algorithms_partitioning_test.partition_point 34: [ OK ] std_algorithms_partitioning_test.partition_point (3 ms) 34: [----------] 4 tests from std_algorithms_partitioning_test (11 ms total) 34: 34: [----------] 1 test from std_algorithms_partitioning_ops 34: [ RUN ] std_algorithms_partitioning_ops.partition_copy 34: [ OK ] std_algorithms_partitioning_ops.partition_copy (48 ms) 34: [----------] 1 test from std_algorithms_partitioning_ops (48 ms total) 34: 34: [----------] 12 tests from std_algorithms_numerics_test 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (3 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (3 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (3 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (3 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (2 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (2 ms) 34: [----------] 12 tests from std_algorithms_numerics_test (33 ms total) 34: 34: [----------] 1 test from std_algorithms_numerics_ops_test 34: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 34: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (103 ms) 34: [----------] 1 test from std_algorithms_numerics_ops_test (103 ms total) 34: 34: [----------] 8 tests from std_algorithms_numeric_ops_test 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1831 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (1642 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (439 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (712 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 34: [----------] 8 tests from std_algorithms_numeric_ops_test (4625 ms total) 34: 34: [----------] 1 test from std_algorithms_transform_ops_test 34: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 34: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (64 ms) 34: [----------] 1 test from std_algorithms_transform_ops_test (64 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 29 tests from 7 test suites ran. (4957 ms total) 34: [ PASSED ] 29 tests. 34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 4.96 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 35: Detected: 4 cores per node. 35: Detected: 1 MPI_ranks per node. 35: Requested: 8 threads per process. 35: [==========] Running 12 tests from 7 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (824 ms) 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (807 ms) 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1632 ms total) 35: 35: [----------] 2 tests from std_algorithms_count_team_test 35: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 35: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (358 ms) 35: [ RUN ] std_algorithms_count_team_test.count_returns_zero 35: [ OK ] std_algorithms_count_team_test.count_returns_zero (348 ms) 35: [----------] 2 tests from std_algorithms_count_team_test (706 ms total) 35: 35: [----------] 1 test from std_algorithms_count_if_team_test 35: [ RUN ] std_algorithms_count_if_team_test.test 35: [ OK ] std_algorithms_count_if_team_test.test (390 ms) 35: [----------] 1 test from std_algorithms_count_if_team_test (390 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_team_test 35: [ RUN ] std_algorithms_for_each_team_test.test 35: [ OK ] std_algorithms_for_each_team_test.test (521 ms) 35: [----------] 1 test from std_algorithms_for_each_team_test (522 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_n_team_test 35: [ RUN ] std_algorithms_for_each_n_team_test.test 35: [ OK ] std_algorithms_for_each_n_team_test.test (547 ms) 35: [----------] 1 test from std_algorithms_for_each_n_team_test (547 ms total) 35: 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 35: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (858 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (827 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (830 ms) 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2516 ms total) 35: 35: [----------] 2 tests from std_algorithms_mismatch_team_test 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 31: [ OK ] cuda.UnorderedMap_insert (13959 ms) 31: [ RUN ] cuda.UnorderedMap_failed_insert 35: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (878 ms) 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1224 ms) 35: [----------] 2 tests from std_algorithms_mismatch_team_test (2103 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 12 tests from 7 test suites ran. (8419 ms total) 35: [ PASSED ] 12 tests. 35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 8.43 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 36: Detected: 4 cores per node. 36: Detected: 1 MPI_ranks per node. 36: Requested: 8 threads per process. 36: [==========] Running 8 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_equal_team_test 36: [ RUN ] std_algorithms_equal_team_test.views_are_equal 31: [ OK ] cuda.UnorderedMap_failed_insert (4844 ms) 31: [ RUN ] cuda.UnorderedMap_deep_copy 36: [ OK ] std_algorithms_equal_team_test.views_are_equal (1369 ms) 36: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 31: [ OK ] cuda.UnorderedMap_deep_copy (23 ms) 31: [ RUN ] cuda.UnorderedMap_valid_empty 31: [ OK ] cuda.UnorderedMap_valid_empty (7 ms) 31: [ RUN ] cuda.UnorderedMap_clear_zero_size 31: [ OK ] cuda.UnorderedMap_clear_zero_size (2 ms) 31: [ RUN ] cuda.UnorderedMap_consistent_size 31: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 31: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 31: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 31: [ RUN ] cuda.UnorderedMap_lambda_capturable 31: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 31: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 31: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 31: [ RUN ] cuda.vector_combination 31: [ OK ] cuda.vector_combination (1 ms) 31: [ RUN ] cuda.vector_insert 31: [ OK ] cuda.vector_insert (2 ms) 31: [ RUN ] cuda.vector_push_back_default_exec 31: [ OK ] cuda.vector_push_back_default_exec (0 ms) 31: [ RUN ] cuda.viewctorprop_embedded_dim 31: [ OK ] cuda.viewctorprop_embedded_dim (2 ms) 31: [----------] 69 tests from cuda (33977 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 70 tests from 2 test suites ran. (41211 ms total) 31: [ PASSED ] 64 tests. 31: [ SKIPPED ] 6 tests, listed below: 31: [ SKIPPED ] cuda.realloc_exec_space_dualview 31: [ SKIPPED ] cuda.realloc_exec_space_dynrankview 31: [ SKIPPED ] cuda.realloc_exec_space_scatterview 31: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview 31: [ SKIPPED ] cuda.create_mirror_view_and_copy_offsetview 31: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview 31/54 Test #31: Kokkos_ContainersUnitTest_Cuda ............................. Passed 41.59 sec test 32 Start 32: Kokkos_ContainersPerformanceTest_Cuda 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 32: Test timeout computed to be: 1500 32: 32: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 32: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 32: setting CUDA_VISIBLE_DEVICES. 32: This could on multi GPU systems lead to severe performance" 32: penalties. 32: [==========] Running 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: Cuda 32: DynRankView vs View: Initialization Only 32: View time (init only): 0.000609599 32: View sum computation time: 0.000609599 32: Strided View time (init only): 0.000596967 32: View Rank7 time (init only): 0.000613607 32: DynRankView time (init only): 0.000587448 32: DynRankView sum computation time: 0.00207482 32: Ratio of View to DynRankView time: 1.03771 32: Ratio of View to DynRankView sum computation time: 1.10598 32: Ratio of View to View Rank7 time: 0.993468 32: Ratio of StrideView to DynRankView time: 1.0162 32: Ratio of DynRankView to View Rank7 time: 0.957368 32: [ OK ] TEST_CATEGORY.dynrankview_perf (620 ms) 32: [ RUN ] TEST_CATEGORY.global_2_local 32: Cuda 32: size, create, generate, fill, find 32: 256, 0.00133823, 1.7152e-05, 0.00587267, 0.00197005 32: 512, 0.00144917, 1.2935e-05, 2.3615e-05, 0.00204057 32: 1024, 0.00133128, 1.1041e-05, 2.3585e-05, 0.00206843 32: 2048, 0.00124874, 1.1501e-05, 2.4707e-05, 0.00206971 32: 4096, 0.00103345, 1.1251e-05, 2.634e-05, 0.00209675 32: 8192, 0.00123329, 1.1301e-05, 3.1549e-05, 0.00204222 32: 16384, 0.00129672, 1.1702e-05, 2.9594e-05, 0.00213533 32: 32768, 0.00150424, 1.088e-05, 3.7009e-05, 0.00217838 32: 65536, 0.00313272, 1.1792e-05, 4.1177e-05, 0.00229642 32: 131072, 0.00304328, 1.2062e-05, 6.8508e-05, 0.00260299 32: 262144, 0.00480401, 1.3775e-05, 9.8324e-05, 0.00372449 32: 524288, 0.00716435, 1.601e-05, 0.000134291, 0.00662975 32: 1048576, 0.0112787, 1.9347e-05, 0.000242482, 0.00924443 32: 2097152, 0.0200064, 2.5889e-05, 0.000775608, 0.0272846 32: 4194304, 0.0352664, 3.8553e-05, 0.00172435, 0.0709148 32: [ OK ] TEST_CATEGORY.global_2_local (257 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 (877 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 4 tests from 1 test suite ran. (877 ms total) 32: [ PASSED ] 4 tests. 32/54 Test #32: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 1.19 sec test 33 Start 33: Kokkos_UnitTest_Sort 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Sort 33: Test timeout computed to be: 1500 33: 33: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 33: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 33: setting CUDA_VISIBLE_DEVICES. 33: This could on multi GPU systems lead to severe performance" 33: penalties. 33: [==========] Running 17 tests from 2 test suites. 33: [----------] Global test environment set-up. 33: [----------] 1 test from cuda_DeathTest 33: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues 36: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1812 ms) 36: [----------] 2 tests from std_algorithms_equal_team_test (3182 ms total) 36: 36: [----------] 2 tests from std_algorithms_search_team_test 36: [ RUN ] std_algorithms_search_team_test.sequences_exist 36: [ OK ] std_algorithms_search_team_test.sequences_exist (719 ms) 36: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 33: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1340 ms) 33: [----------] 1 test from cuda_DeathTest (1340 ms total) 33: 33: [----------] 16 tests from cuda 33: [ RUN ] cuda.SortUnsignedValueType 33: [ OK ] cuda.SortUnsignedValueType (29 ms) 33: [ RUN ] cuda.SortEmptyView 33: [ OK ] cuda.SortEmptyView (0 ms) 33: [ RUN ] cuda.SortByKeyEmptyView 33: [ OK ] cuda.SortByKeyEmptyView (0 ms) 33: [ RUN ] cuda.SortByKeyEmptyViewHost 33: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 33: [ RUN ] cuda.SortByKey 33: [ OK ] cuda.SortByKey (2 ms) 33: [ RUN ] cuda.SortByKeyWithComparator 33: [ OK ] cuda.SortByKeyWithComparator (2 ms) 33: [ RUN ] cuda.SortByKeyStaticExtents 33: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 33: [ RUN ] cuda.SortByKeyWithStrides 33: [ OK ] cuda.SortByKeyWithStrides (0 ms) 33: [ RUN ] cuda.SortWithCustomComparator 33: [ OK ] cuda.SortWithCustomComparator (133 ms) 33: [ RUN ] cuda.BinSortGenericTests 33: [ OK ] cuda.BinSortGenericTests (45 ms) 33: [ RUN ] cuda.BinSortEmptyView 33: [ OK ] cuda.BinSortEmptyView (0 ms) 33: [ RUN ] cuda.BinSortEmptyKeysView 33: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 33: [ RUN ] cuda.BinSort_issue_7221 33: [ OK ] cuda.BinSort_issue_7221 (0 ms) 33: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 36: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (764 ms) 36: [----------] 2 tests from std_algorithms_search_team_test (1484 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_end_team_test 36: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_exist (743 ms) 36: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (862 ms) 36: [----------] 2 tests from std_algorithms_find_end_team_test (1606 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_first_of_team_test 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (828 ms) 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (1030 ms) 36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1858 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 8 tests from 4 test suites ran. (8132 ms total) 36: [ PASSED ] 8 tests. 36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 8.14 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Test timeout computed to be: 1500 37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 37: Detected: 4 cores per node. 37: Detected: 1 MPI_ranks per node. 37: Requested: 8 threads per process. 37: [==========] Running 11 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_find_team_test 37: [ RUN ] std_algorithms_find_team_test.searched_values_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_exist (392 ms) 37: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (368 ms) 37: [----------] 2 tests from std_algorithms_find_team_test (760 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_team_test 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (359 ms) 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (359 ms) 37: [----------] 2 tests from std_algorithms_find_if_team_test (719 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_not_team_test 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (364 ms) 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (351 ms) 37: [----------] 2 tests from std_algorithms_find_if_not_team_test (715 ms total) 37: 37: [----------] 1 test from std_algorithms_all_of_team_test 37: [ RUN ] std_algorithms_all_of_team_test.test 37: [ OK ] std_algorithms_all_of_team_test.test (357 ms) 37: [----------] 1 test from std_algorithms_all_of_team_test (357 ms total) 37: 37: [----------] 1 test from std_algorithms_any_of_team_test 37: [ RUN ] std_algorithms_any_of_team_test.test 37: [ OK ] std_algorithms_any_of_team_test.test (346 ms) 37: [----------] 1 test from std_algorithms_any_of_team_test (347 ms total) 37: 37: [----------] 1 test from std_algorithms_none_of_team_test 37: [ RUN ] std_algorithms_none_of_team_test.test 37: [ OK ] std_algorithms_none_of_team_test.test (356 ms) 37: [----------] 1 test from std_algorithms_none_of_team_test (356 ms total) 37: 37: [----------] 2 tests from std_algorithms_search_n_team_test 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (438 ms) 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (375 ms) 37: [----------] 2 tests from std_algorithms_search_n_team_test (814 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 11 tests from 7 test suites ran. (4071 ms total) 37: [ PASSED ] 11 tests. 37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 4.08 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Test timeout computed to be: 1500 38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 38: Detected: 4 cores per node. 38: Detected: 1 MPI_ranks per node. 38: Requested: 8 threads per process. 38: [==========] Running 3 tests from 3 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_min_element_team_test 38: [ RUN ] std_algorithms_min_element_team_test.test 38: [ OK ] std_algorithms_min_element_team_test.test (848 ms) 38: [----------] 1 test from std_algorithms_min_element_team_test (848 ms total) 38: 38: [----------] 1 test from std_algorithms_max_element_team_test 38: [ RUN ] std_algorithms_max_element_team_test.test 38: [ OK ] std_algorithms_max_element_team_test.test (787 ms) 38: [----------] 1 test from std_algorithms_max_element_team_test (787 ms total) 38: 38: [----------] 1 test from std_algorithms_minmax_element_team_test 38: [ RUN ] std_algorithms_minmax_element_team_test.test 38: [ OK ] std_algorithms_minmax_element_team_test.test (793 ms) 38: [----------] 1 test from std_algorithms_minmax_element_team_test (793 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 3 test suites ran. (2430 ms total) 38: [ PASSED ] 3 tests. 38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.44 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Test timeout computed to be: 1500 39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 39: Detected: 4 cores per node. 39: Detected: 1 MPI_ranks per node. 39: Requested: 8 threads per process. 39: [==========] Running 6 tests from 6 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_fill_team_test 39: [ RUN ] std_algorithms_fill_team_test.test 39: [ OK ] std_algorithms_fill_team_test.test (417 ms) 39: [----------] 1 test from std_algorithms_fill_team_test (417 ms total) 39: 39: [----------] 1 test from std_algorithms_fill_n_team_test 39: [ RUN ] std_algorithms_fill_n_team_test.test 39: [ OK ] std_algorithms_fill_n_team_test.test (573 ms) 39: [----------] 1 test from std_algorithms_fill_n_team_test (573 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_team_test 39: [ RUN ] std_algorithms_replace_team_test.test 39: [ OK ] std_algorithms_replace_team_test.test (571 ms) 39: [----------] 1 test from std_algorithms_replace_team_test (571 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_if_team_test 39: [ RUN ] std_algorithms_replace_if_team_test.test 33: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (12061 ms) 33: [ RUN ] cuda.NestedSort 33: [ OK ] cuda.NestedSort (68 ms) 33: [ RUN ] cuda.NestedSortByKey 33: [ OK ] cuda.NestedSortByKey (219 ms) 33: [----------] 16 tests from cuda (12565 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 17 tests from 2 test suites ran. (13906 ms total) 33: [ PASSED ] 17 tests. 39: [ OK ] std_algorithms_replace_if_team_test.test (455 ms) 39: [----------] 1 test from std_algorithms_replace_if_team_test (455 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_team_test 39: [ RUN ] std_algorithms_replace_copy_team_test.test 33/54 Test #33: Kokkos_UnitTest_Sort ....................................... Passed 14.25 sec test 34 Start 34: Kokkos_UnitTest_Random 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Random 34: Test timeout computed to be: 1500 34: 34: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 34: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 34: setting CUDA_VISIBLE_DEVICES. 34: This could on multi GPU systems lead to severe performance" 34: penalties. 34: [==========] Running 3 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 3 tests from cuda 34: [ RUN ] cuda.Random_XorShift64 34: Test Seed:1742224847675014226 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.45775e-07 0.00999712 0.000198685 || 0.051031 28015 29468 || 28390.6 28674.4 || 2.74662 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.5082e-07 -0.00341904 0.00174611 || 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.00355297 0.0150988 || 0.051031 28012 29385 || 28572.9 28674.4 || 208.725 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.0125182 -0.00577607 || 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.0183055 -0.017975 || 0.051031 28039 29368 || 29209.1 28674.4 || -248.486 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.0198076 0.00323614 || 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.0150186 -0.0217588 || 0.051031 27991 29369 || 29111.6 28674.4 || -300.793 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.00989889 0.00490464 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000243832 -0.99999 -48244.4 || 0.051031 0 194863 || 2.92852e+09 28674.4 || -6.66931e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.000730389 -0.306597 0.148134 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.00195745 -0.999999 -57856.2 || 0.051031 0 1.55133e+06 || 2.86923e+10 28674.4 || -7.99804e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.00588286 -0.967839 10.2811 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.8109e-07 -0.0133001 0.00289116 || 0.051031 28046 29319 || 29060.9 28674.4 || 39.9674 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.56767e-07 -0.0160541 0.00502164 || 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.0102976 -0.00383318 || 0.051031 28048 29368 || 28972.7 28674.4 || -52.9899 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0178683 -0.00826126 || 0.051031 1e+64 -1e+64 34: Test Seed:1742224847828239054 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 -0.0114819 -0.0214661 || 0.051031 27877 29357 || 29007.4 28674.4 || -296.748 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0172145 -0.000855861 || 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.0114087 -0.022269 || 0.051031 28002 29302 || 29005.3 28674.4 || -307.846 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00698743 -0.00550592 || 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.0135321 -0.0204643 || 0.051031 27996 29529 || 28291.5 28674.4 || -282.899 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00417549 0.00433601 || 0.051031 1e+64 -1e+64 34: Test Scalar=uint64_t 34: -- Testing randomness properties 39: [ OK ] std_algorithms_replace_copy_team_test.test (523 ms) 39: [----------] 1 test from std_algorithms_replace_copy_team_test (523 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test 39: [ RUN ] std_algorithms_replace_copy_if_team_test.test 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 -0.00431472 0.0121053 || 0.051031 28040 29310 || 28798.6 28674.4 || 167.344 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.00202051 -0.00832554 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000245677 -0.99999 -48244.3 || 0.051031 0 194920 || 2.92839e+09 28674.4 || -6.66929e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.000735914 -0.314756 0.15341 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.0019527 -0.999999 -57858 || 0.051031 0 1.55288e+06 || 2.86909e+10 28674.4 || -7.99828e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.00586878 -0.967809 10.2684 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.73523e-07 -0.0101568 0.00926383 || 0.051031 28035 29465 || 28968.6 28674.4 || 128.063 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.34064e-07 0.0116775 -0.00605508 || 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.0043421 0.000370666 || 0.051031 28063 29299 || 28799.4 28674.4 || 5.12409 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0123241 0.00252987 || 0.051031 1e+64 -1e+64 34: [ OK ] cuda.Random_XorShift64 (312 ms) 34: [ RUN ] cuda.Random_XorShift1024_0 34: Test Seed:1742224847987303141 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.00549456 -0.00104943 || 0.051031 10976 11795 || 11439.8 11377 || -14.5073 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.000456458 -0.000383321 || 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.00200443 -0.00716034 || 0.051031 11004 11773 || 11354.2 11377 || -98.9845 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.00334377 -0.00190832 || 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.00803732 0.02434 || 0.051031 10924 11774 || 11286.2 11377 || 336.476 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.004138 0.00457186 || 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.0125205 -0.00212701 || 0.051031 10972 11827 || 11521.2 11377 || -29.4038 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00340073 0.000832526 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000245886 -0.999975 -7595.11 || 0.051031 0 77879 || 4.61048e+08 11377 || -1.04995e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.000737275 -0.138046 0.0261949 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.00195511 -0.999997 -9108.01 || 0.051031 0 616443 || 4.51634e+09 11377 || -1.25909e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.00587673 -0.923017 1.62499 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.86102e-07 -0.0200381 -0.00196026 || 0.051031 10991 11791 || 11609.6 11377 || -27.0987 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 3.62396e-07 -0.00447378 0.00295855 || 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.0033745 0.00566713 || 0.051031 10980 11880 || 11415.5 11377 || 78.3425 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0158264 -3.75954e-05 || 0.051031 1e+64 -1e+64 34: Test Seed:1742224848142459418 39: [ OK ] std_algorithms_replace_copy_if_team_test.test (509 ms) 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (509 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 6 tests from 6 test suites ran. (3051 ms total) 39: [ PASSED ] 6 tests. 39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.06 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 40: Detected: 4 cores per node. 40: Detected: 1 MPI_ranks per node. 40: Requested: 8 threads per process. 40: [==========] Running 4 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_reverse_team_test 40: [ RUN ] std_algorithms_reverse_team_test.test 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 0.00655652 -0.000434046 || 0.051031 10913 11837 || 11302.9 11377 || -6.00025 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0154738 -9.10258e-06 || 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.00338216 0.00750784 || 0.051031 11000 11799 || 11415.6 11377 || 103.788 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0150806 0.00377292 || 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.00378353 0.00658909 || 0.051031 10946 11778 || 11420.2 11377 || 91.0876 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00676157 -0.00240716 || 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.0187146 -0.00599337 || 0.051031 10948 11839 || 11593.9 11377 || -82.8524 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0150262 -0.00158974 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000243825 -0.999975 -7595 || 0.051031 0 77748 || 4.61072e+08 11377 || -1.04993e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.000731125 -0.17315 0.024781 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.00196039 -0.999997 -9108.08 || 0.051031 0 616667 || 4.51639e+09 11377 || -1.2591e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.0058913 -0.922716 1.61944 || 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.00679998 -0.00837917 || 0.051031 10920 11805 || 11454.9 11377 || -115.834 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 4.00543e-07 0.0191978 -0.000114291 || 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.00958691 -0.00956248 || 0.051031 10989 11753 || 11268.9 11377 || -132.192 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.00524727 -0.00478457 || 0.051031 1e+64 -1e+64 34: [ OK ] cuda.Random_XorShift1024_0 (397 ms) 34: [ RUN ] cuda.Multi_streams 40: [ OK ] std_algorithms_reverse_team_test.test (426 ms) 40: [----------] 1 test from std_algorithms_reverse_team_test (426 ms total) 40: 40: [----------] 1 test from std_algorithms_reverse_copy_team_test 40: [ RUN ] std_algorithms_reverse_copy_team_test.test 34: [ OK ] cuda.Multi_streams (393 ms) 34: [----------] 3 tests from cuda (1104 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 3 tests from 1 test suite ran. (1104 ms total) 34: [ PASSED ] 3 tests. 34/54 Test #34: Kokkos_UnitTest_Random ..................................... Passed 1.42 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 35: Test timeout computed to be: 1500 35: 35: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 35: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 35: setting CUDA_VISIBLE_DEVICES. 35: This could on multi GPU systems lead to severe performance" 35: penalties. 35: [==========] Running 16 tests from 4 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from std_algorithms_DeathTest 35: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 35: [ OK ] std_algorithms_DeathTest.expect_no_overlap (2 ms) 35: [----------] 1 test from std_algorithms_DeathTest (2 ms total) 35: 35: [----------] 3 tests from std_algorithms_reducers 35: [ RUN ] std_algorithms_reducers.max_first_loc 35: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 35: [ RUN ] std_algorithms_reducers.min_first_loc 35: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 35: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 35: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 35: [----------] 3 tests from std_algorithms_reducers (0 ms total) 35: 35: [----------] 1 test from std_algorithms 35: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 35: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 35: [----------] 1 test from std_algorithms (0 ms total) 35: 35: [----------] 11 tests from random_access_iterator_test 35: [ RUN ] random_access_iterator_test.constructor 35: [ OK ] random_access_iterator_test.constructor (0 ms) 35: [ RUN ] random_access_iterator_test.constructiblity 35: [ OK ] random_access_iterator_test.constructiblity (0 ms) 35: [ RUN ] random_access_iterator_test.dereference 35: [ OK ] random_access_iterator_test.dereference (3 ms) 35: [ RUN ] random_access_iterator_test.subscript_operator 35: [ OK ] random_access_iterator_test.subscript_operator (1 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet1 35: [ OK ] random_access_iterator_test.operatorsSet1 (3 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet2 35: [ OK ] random_access_iterator_test.operatorsSet2 (3 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet3 35: [ OK ] random_access_iterator_test.operatorsSet3 (3 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet4 35: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 35: [ RUN ] random_access_iterator_test.assignment_operator 35: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 35: [ RUN ] random_access_iterator_test.distance 35: [ OK ] random_access_iterator_test.distance (0 ms) 35: [ RUN ] random_access_iterator_test.traits_helpers 35: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 35: [----------] 11 tests from random_access_iterator_test (17 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 16 tests from 4 test suites ran. (20 ms total) 35: [ PASSED ] 16 tests. 35/54 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.31 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 36: Test timeout computed to be: 1500 40: [ OK ] std_algorithms_reverse_copy_team_test.test (463 ms) 40: [----------] 1 test from std_algorithms_reverse_copy_team_test (463 ms total) 40: 40: [----------] 1 test from std_algorithms_rotate_team_test 40: [ RUN ] std_algorithms_rotate_team_test.test 36: 36: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 36: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 36: setting CUDA_VISIBLE_DEVICES. 36: This could on multi GPU systems lead to severe performance" 36: penalties. 36: [==========] Running 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 (13 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 (11 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 (14 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 (12 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 (16 ms) 36: [----------] 7 tests from std_algorithms_min_max_element_test (69 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 7 tests from 1 test suite ran. (70 ms total) 36: [ PASSED ] 7 tests. 36/54 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.37 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 37: Test timeout computed to be: 1500 40: [ OK ] std_algorithms_rotate_team_test.test (813 ms) 40: [----------] 1 test from std_algorithms_rotate_team_test (813 ms total) 40: 40: [----------] 1 test from std_algorithms_rotate_copy_team_test 40: [ RUN ] std_algorithms_rotate_copy_team_test.test 37: 37: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 37: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 37: setting CUDA_VISIBLE_DEVICES. 37: This could on multi GPU systems lead to severe performance" 37: penalties. 37: [==========] Running 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 (54 ms) 37: [----------] 1 test from std_algorithms_lexicographical_compare_test (54 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 (152 ms) 37: [----------] 1 test from std_algorithms_for_each_test (153 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 (66 ms) 37: [----------] 1 test from std_algorithms_find_test (66 ms total) 37: 37: [----------] 4 tests from std_algorithms_non_mod_seq_ops 37: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 40: [ OK ] std_algorithms_rotate_copy_team_test.test (822 ms) 40: [----------] 1 test from std_algorithms_rotate_copy_team_test (822 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 4 tests from 4 test suites ran. (2526 ms total) 40: [ PASSED ] 4 tests. 40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.53 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Test timeout computed to be: 1500 41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 41: Detected: 4 cores per node. 41: Detected: 1 MPI_ranks per node. 41: Requested: 8 threads per process. 41: [==========] Running 4 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_move_team_test 41: [ RUN ] std_algorithms_move_team_test.test 41: [ OK ] std_algorithms_move_team_test.test (643 ms) 41: [----------] 1 test from std_algorithms_move_team_test (643 ms total) 41: 41: [----------] 1 test from std_algorithms_move_backward_team_test 41: [ RUN ] std_algorithms_move_backward_team_test.test 37: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1585 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 41: [ OK ] std_algorithms_move_backward_team_test.test (667 ms) 41: [----------] 1 test from std_algorithms_move_backward_team_test (667 ms total) 41: 41: [----------] 1 test from std_algorithms_shift_left_team_test 41: [ RUN ] std_algorithms_shift_left_team_test.test 37: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1189 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.search 41: [ OK ] std_algorithms_shift_left_team_test.test (1924 ms) 41: [----------] 1 test from std_algorithms_shift_left_team_test (1924 ms total) 41: 41: [----------] 1 test from std_algorithms_shift_right_team_test 41: [ RUN ] std_algorithms_shift_right_team_test.test 37: [ OK ] std_algorithms_non_mod_seq_ops.search (1201 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 37: [ OK ] std_algorithms_non_mod_seq_ops.search_n (873 ms) 37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4850 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 (44 ms) 37: [----------] 1 test from std_algorithms_count_test (44 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 (44 ms) 37: [----------] 1 test from std_algorithms_equal_test (44 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 (64 ms) 37: [----------] 1 test from std_algorithms_all_any_none_of_test (64 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 (148 ms) 37: [----------] 1 test from std_algorithms_nonmod_seq_ops (148 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 (182 ms) 37: [----------] 1 test from std_algorithms_mismatch_test (182 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 (279 ms) 37: [----------] 1 test from std_algorithms_mod_seq_ops (279 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 13 tests from 10 test suites ran. (5888 ms total) 37: [ PASSED ] 13 tests. 37/54 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 6.23 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 38: Test timeout computed to be: 1500 41: [ OK ] std_algorithms_shift_right_team_test.test (1841 ms) 41: [----------] 1 test from std_algorithms_shift_right_team_test (1841 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (5076 ms total) 41: [ PASSED ] 4 tests. 41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 5.08 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Test timeout computed to be: 1500 42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 42: Detected: 4 cores per node. 42: Detected: 1 MPI_ranks per node. 42: Requested: 8 threads per process. 42: [==========] Running 9 tests from 9 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_copy_team_test 42: [ RUN ] std_algorithms_copy_team_test.test 38: 38: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 38: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 38: setting CUDA_VISIBLE_DEVICES. 38: This could on multi GPU systems lead to severe performance" 38: penalties. 38: [==========] Running 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 (0 ms) 38: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 38: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (2 ms) 38: [----------] 3 tests from std_algorithms_mod_ops_test (3 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 (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 38: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 38: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 38: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 38: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.fill 38: [ OK ] std_algorithms_mod_seq_ops_test.fill (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 38: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (1 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 (1 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 (1 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.generate 38: [ OK ] std_algorithms_mod_seq_ops_test.generate (1 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 (3 ms) 38: [----------] 12 tests from std_algorithms_mod_seq_ops_test (18 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 (119 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_if 38: [ OK ] std_algorithms_replace_ops_test.replace_if (281 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_copy 42: [ OK ] std_algorithms_copy_team_test.test (802 ms) 42: [----------] 1 test from std_algorithms_copy_team_test (802 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_n_team_test 42: [ RUN ] std_algorithms_copy_n_team_test.test 38: [ OK ] std_algorithms_replace_ops_test.replace_copy (278 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 38: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (223 ms) 38: [----------] 4 tests from std_algorithms_replace_ops_test (903 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 (121 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.unique 38: [ OK ] std_algorithms_mod_seq_ops.unique (287 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 42: [ OK ] std_algorithms_copy_n_team_test.test (667 ms) 42: [----------] 1 test from std_algorithms_copy_n_team_test (667 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_backward_team_test 42: [ RUN ] std_algorithms_copy_backward_team_test.test 38: [ OK ] std_algorithms_mod_seq_ops.unique_copy (184 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove 38: [ OK ] std_algorithms_mod_seq_ops.remove (135 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_if 38: [ OK ] std_algorithms_mod_seq_ops.remove_if (137 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 42: [ OK ] std_algorithms_copy_backward_team_test.test (679 ms) 42: [----------] 1 test from std_algorithms_copy_backward_team_test (679 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_if_team_test 42: [ RUN ] std_algorithms_copy_if_team_test.test 38: [ OK ] std_algorithms_mod_seq_ops.remove_copy (280 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 38: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (140 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.rotate 42: [ OK ] std_algorithms_copy_if_team_test.test (574 ms) 42: [----------] 1 test from std_algorithms_copy_if_team_test (574 ms total) 42: 42: [----------] 1 test from std_algorithms_unique_copy_team_test 42: [ RUN ] std_algorithms_unique_copy_team_test.test 42: [ OK ] std_algorithms_unique_copy_team_test.test (670 ms) 42: [----------] 1 test from std_algorithms_unique_copy_team_test (670 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_team_test 42: [ RUN ] std_algorithms_remove_team_test.test 42: [ OK ] std_algorithms_remove_team_test.test (516 ms) 42: [----------] 1 test from std_algorithms_remove_team_test (516 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_if_team_test 42: [ RUN ] std_algorithms_remove_if_team_test.test 38: [ OK ] std_algorithms_mod_seq_ops.rotate (1568 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 42: [ OK ] std_algorithms_remove_if_team_test.test (457 ms) 42: [----------] 1 test from std_algorithms_remove_if_team_test (457 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_copy_team_test 42: [ RUN ] std_algorithms_remove_copy_team_test.test 42: [ OK ] std_algorithms_remove_copy_team_test.test (615 ms) 42: [----------] 1 test from std_algorithms_remove_copy_team_test (615 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test 42: [ RUN ] std_algorithms_remove_copy_if_team_test.test 38: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (1009 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.shift_left 42: [ OK ] std_algorithms_remove_copy_if_team_test.test (482 ms) 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (482 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 9 tests from 9 test suites ran. (5466 ms total) 42: [ PASSED ] 9 tests. 42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 5.47 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 43: Detected: 4 cores per node. 43: Detected: 1 MPI_ranks per node. 43: Requested: 8 threads per process. 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_unique_team_test 43: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 43: [ OK ] std_algorithms_unique_team_test.test_default_predicate (707 ms) 43: [----------] 1 test from std_algorithms_unique_team_test (707 ms total) 43: 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test 43: [ RUN ] std_algorithms_adjacent_difference_team_test.test 43: [ OK ] std_algorithms_adjacent_difference_team_test.test (1001 ms) 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1001 ms total) 43: 43: [----------] 1 test from std_algorithms_reduce_team_test 43: [ RUN ] std_algorithms_reduce_team_test.test 38: [ OK ] std_algorithms_mod_seq_ops.shift_left (2589 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.shift_right 43: [ OK ] std_algorithms_reduce_team_test.test (1128 ms) 43: [----------] 1 test from std_algorithms_reduce_team_test (1128 ms total) 43: 43: [----------] 1 test from std_algorithms_transform_reduce_team_test 43: [ RUN ] std_algorithms_transform_reduce_team_test.test 38: [ OK ] std_algorithms_mod_seq_ops.shift_right (2604 ms) 38: [----------] 11 tests from std_algorithms_mod_seq_ops (9060 ms total) 38: 38: [----------] 1 test from std_algorithms_modseq_test 38: [ RUN ] std_algorithms_modseq_test.reverse 43: [ OK ] std_algorithms_transform_reduce_team_test.test (1989 ms) 43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1989 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (4828 ms total) 43: [ PASSED ] 4 tests. 43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.84 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Test timeout computed to be: 1500 44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 44: Detected: 4 cores per node. 44: Detected: 1 MPI_ranks per node. 44: Requested: 8 threads per process. 44: [==========] Running 18 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_is_sorted_team_test 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 38: [ OK ] std_algorithms_modseq_test.reverse (232 ms) 38: [----------] 1 test from std_algorithms_modseq_test (232 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 31 tests from 5 test suites ran. (10218 ms total) 38: [ PASSED ] 31 tests. 38/54 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 10.56 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 39: Test timeout computed to be: 1500 39: 39: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 39: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 39: setting CUDA_VISIBLE_DEVICES. 39: This could on multi GPU systems lead to severe performance" 39: penalties. 39: [==========] Running 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 (28 ms) 39: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 39: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (25 ms) 39: [----------] 2 tests from std_algorithms_sorting_ops_test (53 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 (3 ms) 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms) 39: [ RUN ] std_algorithms_partitioning_test.partition_point 39: [ OK ] std_algorithms_partitioning_test.partition_point (3 ms) 39: [----------] 4 tests from std_algorithms_partitioning_test (11 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 (132 ms) 39: [----------] 1 test from std_algorithms_partitioning_ops (132 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 ms) 39: [----------] 12 tests from std_algorithms_numerics_test (18 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 (298 ms) 39: [----------] 1 test from std_algorithms_numerics_ops_test (298 ms total) 39: 39: [----------] 8 tests from std_algorithms_numeric_ops_test 39: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (759 ms) 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (523 ms) 44: [----------] 2 tests from std_algorithms_is_sorted_team_test (1282 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (54 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (31 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (437 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (625 ms) 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1149 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test 44: [ RUN ] std_algorithms_is_partitioned_team_test.empty 44: [ OK ] std_algorithms_is_partitioned_team_test.empty (15 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 44: [ OK ] std_algorithms_is_partitioned_team_test.all_true (302 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 44: [ OK ] std_algorithms_is_partitioned_team_test.all_false (308 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.random 44: [ OK ] std_algorithms_is_partitioned_team_test.random (206 ms) 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (833 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_copy_team_test 44: [ RUN ] std_algorithms_partition_copy_team_test.empty 44: [ OK ] std_algorithms_partition_copy_team_test.empty (26 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_true 39: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (2038 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 33: Test_Atomic/100000/iterations:10 10.7 s 10.6 s 10 0 4 17.9912 1.77634m 911.21u 4.99985G 151.224k 4.99989G 44: [ OK ] std_algorithms_partition_copy_team_test.all_true (579 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_false 44: [ OK ] std_algorithms_partition_copy_team_test.all_false (574 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.random 44: [ OK ] std_algorithms_partition_copy_team_test.random (482 ms) 44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1663 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_point_team_test 44: [ RUN ] std_algorithms_partition_point_team_test.empty 44: [ OK ] std_algorithms_partition_point_team_test.empty (16 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_true 39: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (1869 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 44: [ OK ] std_algorithms_partition_point_team_test.all_true (305 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_false 39: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (703 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 44: [ OK ] std_algorithms_partition_point_team_test.all_false (308 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.random 44: [ OK ] std_algorithms_partition_point_team_test.random (211 ms) 44: [----------] 4 tests from std_algorithms_partition_point_team_test (841 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 18 tests from 5 test suites ran. (5770 ms total) 44: [ PASSED ] 18 tests. 44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 5.78 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 45: Detected: 4 cores per node. 45: Detected: 1 MPI_ranks per node. 45: Requested: 8 threads per process. 45: [==========] Running 5 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_transform_team_test 45: [ RUN ] std_algorithms_transform_team_test.test_unary_op 45: [ OK ] std_algorithms_transform_team_test.test_unary_op (984 ms) 45: [ RUN ] std_algorithms_transform_team_test.test_binary_op 39: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (1214 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 (5826 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 (173 ms) 39: [----------] 1 test from std_algorithms_transform_ops_test (173 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 29 tests from 7 test suites ran. (6514 ms total) 39: [ PASSED ] 29 tests. 39/54 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 6.86 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 40: Test timeout computed to be: 1500 40: 40: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 40: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 40: setting CUDA_VISIBLE_DEVICES. 40: This could on multi GPU systems lead to severe performance" 40: penalties. 40: [==========] Running 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 45: [ OK ] std_algorithms_transform_team_test.test_binary_op (1141 ms) 45: [----------] 2 tests from std_algorithms_transform_team_test (2126 ms total) 45: 45: [----------] 1 test from std_algorithms_generate_team_test 45: [ RUN ] std_algorithms_generate_team_test.test_unary_op 40: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1449 ms) 40: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 45: [ OK ] std_algorithms_generate_team_test.test_unary_op (1992 ms) 45: [----------] 1 test from std_algorithms_generate_team_test (1992 ms total) 45: 45: [----------] 1 test from std_algorithms_generate_n_team_test 45: [ RUN ] std_algorithms_generate_n_team_test.test 40: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1422 ms) 40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2871 ms total) 40: 40: [----------] 2 tests from std_algorithms_count_team_test 40: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 45: [ OK ] std_algorithms_generate_n_team_test.test (571 ms) 45: [----------] 1 test from std_algorithms_generate_n_team_test (571 ms total) 45: 45: [----------] 1 test from std_algorithms_swap_ranges_team_test 45: [ RUN ] std_algorithms_swap_ranges_team_test.test 40: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (701 ms) 40: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_swap_ranges_team_test.test (1026 ms) 45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1026 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 5 tests from 4 test suites ran. (5716 ms total) 45: [ PASSED ] 5 tests. 45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 5.73 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Test timeout computed to be: 1500 46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 46: Detected: 4 cores per node. 46: Detected: 1 MPI_ranks per node. 46: Requested: 8 threads per process. 46: [==========] Running 2 tests from 2 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test 46: [ RUN ] std_algorithms_exclusive_scan_team_test.test 40: [ OK ] std_algorithms_count_team_test.count_returns_zero (679 ms) 40: [----------] 2 tests from std_algorithms_count_team_test (1380 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 (663 ms) 40: [----------] 1 test from std_algorithms_count_if_team_test (663 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 (741 ms) 40: [----------] 1 test from std_algorithms_for_each_team_test (741 ms total) 40: 40: [----------] 1 test from std_algorithms_for_each_n_team_test 40: [ RUN ] std_algorithms_for_each_n_team_test.test 46: [ OK ] std_algorithms_exclusive_scan_team_test.test (2220 ms) 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2220 ms total) 46: 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 46: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 40: [ OK ] std_algorithms_for_each_n_team_test.test (846 ms) 40: [----------] 1 test from std_algorithms_for_each_n_team_test (846 ms total) 40: 40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 46: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1136 ms) 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1136 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 2 tests from 2 test suites ran. (3357 ms total) 46: [ PASSED ] 2 tests. 46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.36 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Test timeout computed to be: 1500 47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 47: Detected: 4 cores per node. 47: Detected: 1 MPI_ranks per node. 47: Requested: 8 threads per process. 47: [==========] Running 2 tests from 2 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test 47: [ RUN ] std_algorithms_inclusive_scan_team_test.test 40: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1561 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 (1496 ms) 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 47: [ OK ] std_algorithms_inclusive_scan_team_test.test (3227 ms) 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3227 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 47: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 40: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1484 ms) 40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (4541 ms total) 40: 40: [----------] 2 tests from std_algorithms_mismatch_team_test 40: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 40: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1600 ms) 40: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 47: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2152 ms) 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2152 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 2 tests from 2 test suites ran. (5380 ms total) 47: [ PASSED ] 2 tests. 47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 5.39 sec test 48 Start 48: Kokkos_PerformanceTest_InclusiveScan 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T14-55-09.json" 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 4 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: 2025-03-17T15:21:26+00:00 48: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 48: Run on (4 X 1996.25 MHz CPU s) 48: CPU Caches: 48: L1 Data 64 KiB (x4) 48: L1 Instruction 64 KiB (x4) 48: L2 Unified 512 KiB (x4) 48: L3 Unified 16384 KiB (x4) 48: Load Average: 2.90, 4.84, 4.83 48: CPU architecture: none 48: Default Device: OpenMP 48: GIT_BRANCH: HEAD 48: GIT_CLEAN_STATUS: CLEAN 48: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 48: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 48: GIT_COMMIT_HASH: 10d579f4f 48: GPU architecture: none 48: KOKKOS_COMPILER_GNU: 840 48: KOKKOS_ENABLE_ASM: yes 48: KOKKOS_ENABLE_CXX17: yes 48: KOKKOS_ENABLE_CXX20: no 48: KOKKOS_ENABLE_CXX23: no 48: KOKKOS_ENABLE_CXX26: no 48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 48: KOKKOS_ENABLE_HWLOC: no 48: KOKKOS_ENABLE_LIBDL: no 48: KOKKOS_ENABLE_OPENMP: yes 48: KOKKOS_ENABLE_PRAGMA_IVDEP: no 48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 48: KOKKOS_ENABLE_PRAGMA_UNROLL: no 48: KOKKOS_ENABLE_PRAGMA_VECTOR: no 48: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 48: Kokkos Version: 4.6.99 48: platform: 64bit 40: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1825 ms) 40: [----------] 2 tests from std_algorithms_mismatch_team_test (3426 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 12 tests from 7 test suites ran. (14472 ms total) 40: [ PASSED ] 12 tests. 40/54 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 14.78 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 41: Test timeout computed to be: 1500 41: 41: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 41: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 41: setting CUDA_VISIBLE_DEVICES. 41: This could on multi GPU systems lead to severe performance" 41: penalties. 41: [==========] Running 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 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: Benchmark Time CPU Iterations FOM: GB/s MB Passed 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: BM_inclusive_scan/100000000/manual_time 0.091 s 0.045 s 8 17.634/s 1.6k 1 41: [ OK ] std_algorithms_equal_team_test.views_are_equal (2479 ms) 41: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 48: BM_inclusive_scan/100000000/manual_time 0.090 s 0.045 s 8 17.8173/s 1.6k 1 41: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (2831 ms) 41: [----------] 2 tests from std_algorithms_equal_team_test (5310 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 (1454 ms) 41: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 48: BM_inclusive_scan/100000000/manual_time 0.114 s 0.056 s 6 13.9843/s 1.6k 1 41: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1467 ms) 41: [----------] 2 tests from std_algorithms_search_team_test (2922 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_end_team_test 41: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 48: BM_inclusive_scan/100000000/manual_time 0.081 s 0.038 s 8 19.765/s 1.6k 1 41: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1530 ms) 41: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 41: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1576 ms) 41: [----------] 2 tests from std_algorithms_find_end_team_test (3107 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 48: BM_inclusive_scan/100000000/manual_time 0.077 s 0.038 s 9 20.7077/s 1.6k 1 41: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1553 ms) 41: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 48: BM_inclusive_scan/100000000/manual_time 0.115 s 0.057 s 6 13.9202/s 1.6k 1 41: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (1702 ms) 41: [----------] 2 tests from std_algorithms_find_first_of_team_test (3257 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 8 tests from 4 test suites ran. (14598 ms total) 41: [ PASSED ] 8 tests. 41/54 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 14.91 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 42: Test timeout computed to be: 1500 42: 42: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 42: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 42: setting CUDA_VISIBLE_DEVICES. 42: This could on multi GPU systems lead to severe performance" 42: penalties. 42: [==========] Running 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 (696 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 (700 ms) 42: [----------] 2 tests from std_algorithms_find_team_test (1396 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 (692 ms) 42: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 48: BM_inclusive_scan/100000000/manual_time 0.129 s 0.063 s 6 12.417/s 1.6k 1 42: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (689 ms) 42: [----------] 2 tests from std_algorithms_find_if_team_test (1382 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 (693 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 (684 ms) 42: [----------] 2 tests from std_algorithms_find_if_not_team_test (1378 ms total) 42: 42: [----------] 1 test from std_algorithms_all_of_team_test 42: [ RUN ] std_algorithms_all_of_team_test.test 42: [ OK ] std_algorithms_all_of_team_test.test (631 ms) 42: [----------] 1 test from std_algorithms_all_of_team_test (631 ms total) 42: 42: [----------] 1 test from std_algorithms_any_of_team_test 42: [ RUN ] std_algorithms_any_of_team_test.test 48: BM_inclusive_scan/100000000/manual_time 0.130 s 0.064 s 5 12.2961/s 1.6k 1 42: [ OK ] std_algorithms_any_of_team_test.test (614 ms) 42: [----------] 1 test from std_algorithms_any_of_team_test (615 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 (628 ms) 42: [----------] 1 test from std_algorithms_none_of_team_test (628 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 (723 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 (706 ms) 42: [----------] 2 tests from std_algorithms_search_n_team_test (1430 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 11 tests from 7 test suites ran. (7463 ms total) 42: [ PASSED ] 11 tests. 42/54 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 7.78 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 43: Test timeout computed to be: 1500 48: BM_inclusive_scan/100000000/manual_time 0.143 s 0.071 s 5 11.2018/s 1.6k 1 48/49 Test #48: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 24.44 sec test 49 Start 49: Kokkos_UnitTest_SIMD 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 49: Detected: 4 cores per node. 49: Detected: 1 MPI_ranks per node. 49: Requested: 8 threads per process. 49: [==========] Running 18 tests from 1 test suite. 49: [----------] Global test environment set-up. 49: [----------] 18 tests from simd 49: [ RUN ] simd.host_math_ops 49: [ OK ] simd.host_math_ops (0 ms) 49: [ RUN ] simd.device_math_ops 49: [ OK ] simd.device_math_ops (0 ms) 49: [ RUN ] simd.host_mask_ops 49: [ OK ] simd.host_mask_ops (0 ms) 49: [ RUN ] simd.device_mask_ops 49: [ OK ] simd.device_mask_ops (0 ms) 49: [ RUN ] simd.host_conversions 49: [ OK ] simd.host_conversions (0 ms) 49: [ RUN ] simd.device_conversions 49: [ OK ] simd.device_conversions (0 ms) 49: [ RUN ] simd.host_shift_ops 49: [ OK ] simd.host_shift_ops (0 ms) 49: [ RUN ] simd.device_shift_ops 49: [ OK ] simd.device_shift_ops (0 ms) 49: [ RUN ] simd.host_condition 49: [ OK ] simd.host_condition (0 ms) 49: [ RUN ] simd.device_condition 49: [ OK ] simd.device_condition (0 ms) 49: [ RUN ] simd.host_gen_ctors 49: [ OK ] simd.host_gen_ctors (0 ms) 49: [ RUN ] simd.device_gen_ctors 49: [ OK ] simd.device_gen_ctors (0 ms) 49: [ RUN ] simd.host_where_expressions 49: [ OK ] simd.host_where_expressions (0 ms) 49: [ RUN ] simd.device_where_expressions 49: [ OK ] simd.device_where_expressions (0 ms) 49: [ RUN ] simd.host_reductions 49: [ OK ] simd.host_reductions (0 ms) 49: [ RUN ] simd.device_reductions 49: [ OK ] simd.device_reductions (0 ms) 49: [ RUN ] simd.host_construction 49: [ OK ] simd.host_construction (0 ms) 49: [ RUN ] simd.device_construction 49: [ OK ] simd.device_construction (0 ms) 49: [----------] 18 tests from simd (2 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 18 tests from 1 test suite ran. (2 ms total) 49: [ PASSED ] 18 tests. 49/49 Test #49: Kokkos_UnitTest_SIMD ....................................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 49 Label Time Summary: Kokkos = 398.06 sec*proc (43 tests) Total Test time (real) = 773.13 sec + gcc -I/var/jenkins/workspace/Kokkos_PR-7897/build/../core/src/ ../core/unit_test/tools/TestCInterface.c Post stage 43: 43: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 43: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 43: setting CUDA_VISIBLE_DEVICES. 43: This could on multi GPU systems lead to severe performance" 43: penalties. 43: [==========] Running 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 [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 e45e4246c60988b6f3cd254b1c1570e412896d346272661b74e07aaa45f5a323 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. 43: [ OK ] std_algorithms_min_element_team_test.test (1763 ms) 43: [----------] 1 test from std_algorithms_min_element_team_test (1763 ms total) 43: 43: [----------] 1 test from std_algorithms_max_element_team_test 43: [ RUN ] std_algorithms_max_element_team_test.test $ docker rm -f --volumes e45e4246c60988b6f3cd254b1c1570e412896d346272661b74e07aaa45f5a323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 43: [ OK ] std_algorithms_max_element_team_test.test (1711 ms) 43: [----------] 1 test from std_algorithms_max_element_team_test (1712 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 (1700 ms) 43: [----------] 1 test from std_algorithms_minmax_element_team_test (1700 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 3 tests from 3 test suites ran. (5176 ms total) 43: [ PASSED ] 3 tests. 43/54 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 5.50 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 44: Test timeout computed to be: 1500 44: 44: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 44: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 44: setting CUDA_VISIBLE_DEVICES. 44: This could on multi GPU systems lead to severe performance" 44: penalties. 44: [==========] Running 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 (517 ms) 44: [----------] 1 test from std_algorithms_fill_team_test (517 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 (2125 ms) 44: [----------] 1 test from std_algorithms_fill_n_team_test (2125 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 (738 ms) 44: [----------] 1 test from std_algorithms_replace_team_test (738 ms total) 44: 44: [----------] 1 test from std_algorithms_replace_if_team_test 44: [ RUN ] std_algorithms_replace_if_team_test.test 44: [ OK ] std_algorithms_replace_if_team_test.test (626 ms) 44: [----------] 1 test from std_algorithms_replace_if_team_test (626 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 (1154 ms) 44: [----------] 1 test from std_algorithms_replace_copy_team_test (1154 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 (1089 ms) 44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1089 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 6 tests from 6 test suites ran. (6252 ms total) 44: [ PASSED ] 6 tests. 44/54 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 6.57 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 45: Test timeout computed to be: 1500 45: 45: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 45: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 45: setting CUDA_VISIBLE_DEVICES. 45: This could on multi GPU systems lead to severe performance" 45: penalties. 45: [==========] Running 4 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_reverse_team_test 45: [ RUN ] std_algorithms_reverse_team_test.test 45: [ OK ] std_algorithms_reverse_team_test.test (569 ms) 45: [----------] 1 test from std_algorithms_reverse_team_test (569 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 (889 ms) 45: [----------] 1 test from std_algorithms_reverse_copy_team_test (889 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 (2447 ms) 45: [----------] 1 test from std_algorithms_rotate_team_test (2447 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 (2514 ms) 45: [----------] 1 test from std_algorithms_rotate_copy_team_test (2514 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (6422 ms total) 45: [ PASSED ] 4 tests. 45/54 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 6.73 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 46: Test timeout computed to be: 1500 46: 46: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 46: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 46: setting CUDA_VISIBLE_DEVICES. 46: This could on multi GPU systems lead to severe performance" 46: penalties. 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_move_team_test 46: [ RUN ] std_algorithms_move_team_test.test 46: [ OK ] std_algorithms_move_team_test.test (1125 ms) 46: [----------] 1 test from std_algorithms_move_team_test (1125 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 (1151 ms) 46: [----------] 1 test from std_algorithms_move_backward_team_test (1151 ms total) 46: 46: [----------] 1 test from std_algorithms_shift_left_team_test 46: [ RUN ] std_algorithms_shift_left_team_test.test 46: [ OK ] std_algorithms_shift_left_team_test.test (4426 ms) 46: [----------] 1 test from std_algorithms_shift_left_team_test (4426 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 (4435 ms) 46: [----------] 1 test from std_algorithms_shift_right_team_test (4435 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (11139 ms total) 46: [ PASSED ] 4 tests. 46/54 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 11.43 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 47: Test timeout computed to be: 1500 47: 47: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 47: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 47: setting CUDA_VISIBLE_DEVICES. 47: This could on multi GPU systems lead to severe performance" 47: penalties. 47: [==========] Running 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 (1510 ms) 47: [----------] 1 test from std_algorithms_copy_team_test (1510 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 (2477 ms) 47: [----------] 1 test from std_algorithms_copy_n_team_test (2477 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 (1294 ms) 47: [----------] 1 test from std_algorithms_copy_backward_team_test (1294 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 (1108 ms) 47: [----------] 1 test from std_algorithms_copy_if_team_test (1108 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 (1234 ms) 47: [----------] 1 test from std_algorithms_unique_copy_team_test (1234 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 (1078 ms) 47: [----------] 1 test from std_algorithms_remove_team_test (1078 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 (958 ms) 47: [----------] 1 test from std_algorithms_remove_if_team_test (958 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 (1165 ms) 47: [----------] 1 test from std_algorithms_remove_copy_team_test (1165 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 (1037 ms) 47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1037 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 9 tests from 9 test suites ran. (11866 ms total) 47: [ PASSED ] 9 tests. 47/54 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 12.19 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 48: Test timeout computed to be: 1500 48: 48: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 48: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 48: setting CUDA_VISIBLE_DEVICES. 48: This could on multi GPU systems lead to severe performance" 48: penalties. 48: [==========] Running 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 (1187 ms) 48: [----------] 1 test from std_algorithms_unique_team_test (1187 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 (2032 ms) 48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2033 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 (2232 ms) 48: [----------] 1 test from std_algorithms_reduce_team_test (2232 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 (3232 ms) 48: [----------] 1 test from std_algorithms_transform_reduce_team_test (3232 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (8685 ms total) 48: [ PASSED ] 4 tests. 48/54 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 9.00 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 49: Test timeout computed to be: 1500 49: 49: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 49: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 49: setting CUDA_VISIBLE_DEVICES. 49: This could on multi GPU systems lead to severe performance" 49: penalties. 49: [==========] Running 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 (1762 ms) 49: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 49: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1630 ms) 49: [----------] 2 tests from std_algorithms_is_sorted_team_test (3393 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 (114 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (161 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1139 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1395 ms) 49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2811 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 (55 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 49: [ OK ] std_algorithms_is_partitioned_team_test.all_true (688 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 49: [ OK ] std_algorithms_is_partitioned_team_test.all_false (714 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.random 49: [ OK ] std_algorithms_is_partitioned_team_test.random (619 ms) 49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (2076 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 (67 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.all_true 49: [ OK ] std_algorithms_partition_copy_team_test.all_true (1450 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.all_false 49: [ OK ] std_algorithms_partition_copy_team_test.all_false (1437 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.random 49: [ OK ] std_algorithms_partition_copy_team_test.random (1357 ms) 49: [----------] 4 tests from std_algorithms_partition_copy_team_test (4313 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 (39 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.all_true 49: [ OK ] std_algorithms_partition_point_team_test.all_true (661 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.all_false 49: [ OK ] std_algorithms_partition_point_team_test.all_false (658 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.random 49: [ OK ] std_algorithms_partition_point_team_test.random (587 ms) 49: [----------] 4 tests from std_algorithms_partition_point_team_test (1947 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 18 tests from 5 test suites ran. (14542 ms total) 49: [ PASSED ] 18 tests. 49/54 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 14.86 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 50: Test timeout computed to be: 1500 50: 50: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 50: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 50: setting CUDA_VISIBLE_DEVICES. 50: This could on multi GPU systems lead to severe performance" 50: penalties. 50: [==========] Running 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 (1820 ms) 50: [ RUN ] std_algorithms_transform_team_test.test_binary_op 50: [ OK ] std_algorithms_transform_team_test.test_binary_op (1794 ms) 50: [----------] 2 tests from std_algorithms_transform_team_test (3615 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 (2400 ms) 50: [----------] 1 test from std_algorithms_generate_team_test (2400 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 (2135 ms) 50: [----------] 1 test from std_algorithms_generate_n_team_test (2135 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 (1660 ms) 50: [----------] 1 test from std_algorithms_swap_ranges_team_test (1660 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 5 tests from 4 test suites ran. (9812 ms total) 50: [ PASSED ] 5 tests. 50/54 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 10.12 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 51: Test timeout computed to be: 1500 51: 51: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 51: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 51: setting CUDA_VISIBLE_DEVICES. 51: This could on multi GPU systems lead to severe performance" 51: penalties. 51: [==========] Running 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 (4139 ms) 51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (4139 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 (2089 ms) 51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2089 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 2 tests from 2 test suites ran. (6229 ms total) 51: [ PASSED ] 2 tests. 51/54 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 6.54 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 52: Test timeout computed to be: 1500 52: 52: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 52: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 52: setting CUDA_VISIBLE_DEVICES. 52: This could on multi GPU systems lead to severe performance" 52: penalties. 52: [==========] Running 2 tests from 2 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_inclusive_scan_team_test 52: [ RUN ] std_algorithms_inclusive_scan_team_test.test 33: Test_Atomic/100000/iterations:10 12.2 s 12.1 s 10 1 8 20.1359 1.72844m 912.12u 4.99995G 55.102k 4.99995G 33/59 Test #33: Kokkos_PerformanceTest_Atomic .............................. Passed 431.47 sec test 34 Start 34: Kokkos_PerformanceTest_Reduction 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T14-55-51.json" 34: Test timeout computed to be: 1500 34: 2025-03-17T15:23:03+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 34: Run on (64 X 3290.81 MHz CPU s) 34: CPU Caches: 34: L1 Data 32 KiB (x32) 34: L1 Instruction 32 KiB (x32) 34: L2 Unified 512 KiB (x32) 34: L3 Unified 16384 KiB (x16) 34: Load Average: 16.34, 14.68, 12.57 34: APU or dGPU: dGPU 34: Architecture capable of accessing system allocated memory: 1 34: CPU architecture: none 34: Default Device: HIP 34: GPU architecture: AMD_GFX908 34: Is Large Bar: 1 34: KOKKOS_COMPILER_CLANG: 1700 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_CXX17: no 34: KOKKOS_ENABLE_CXX20: yes 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_CXX26: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HIP: yes 34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 34: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 34: Kokkos Version: 4.6.99 34: Shared Memory per Block: 64 KiB 34: Supports Managed Memory: 1 34: System allows accessing system allocated memory on GPU: 0 34: Total Global Memory: 31.98 GiB 34: Wavefront Size: 64 34: XNACK environment variable set: no 34: macro KOKKOS_ENABLE_HIP: defined 34: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 34: macro KOKKOS_ENABLE_ROCTHRUST: defined 34: platform: 64bit 34: ---------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations 34: ---------------------------------------------------------------------------------------------------- 34: ReductionCheapScalarResult/10000/iterations:10 34.3 us 33.4 us 10 34: ReductionCheapScalarResult/100000/iterations:10 32.9 us 32.9 us 10 34: ReductionCheapScalarResult/1000000/iterations:10 47.0 us 44.0 us 10 34: ReductionCheapScalarResult/10000000/iterations:10 142 us 140 us 10 34: ReductionCheapHostResult/10000/iterations:10 30.4 us 30.4 us 10 34: ReductionCheapHostResult/100000/iterations:10 32.6 us 32.0 us 10 34: ReductionCheapHostResult/1000000/iterations:10 42.8 us 42.8 us 10 34: ReductionCheapHostResult/10000000/iterations:10 147 us 146 us 10 34: ReductionCheapDeviceResult/10000/iterations:10 22.4 us 22.4 us 10 34: ReductionCheapDeviceResult/100000/iterations:10 24.8 us 24.8 us 10 34: ReductionCheapDeviceResult/1000000/iterations:10 34.9 us 33.9 us 10 34: ReductionCheapDeviceResult/10000000/iterations:10 146 us 145 us 10 34: ReductionExpensive/10000/iterations:10 100 us 99.6 us 10 34: ReductionExpensive/100000/iterations:10 297 us 296 us 10 34: ReductionExpensive/1000000/iterations:10 2604 us 2591 us 10 34: ReductionExpensive/10000000/iterations:10 22488 us 22367 us 10 34/59 Test #34: Kokkos_PerformanceTest_Reduction ........................... Passed 0.69 sec test 35 Start 35: Kokkos_ContainersUnitTest_Serial 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 35: Test timeout computed to be: 1500 35: [==========] Running 70 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from serial_DeathTest 35: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 52: [ OK ] std_algorithms_inclusive_scan_team_test.test (6286 ms) 52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (6286 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 52: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 35: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (20043 ms) 35: [----------] 1 test from serial_DeathTest (20043 ms total) 35: 35: [----------] 69 tests from serial 35: [ RUN ] serial.bitset 52: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (4274 ms) 52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (4274 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 2 tests from 2 test suites ran. (10560 ms total) 52: [ PASSED ] 2 tests. 52/54 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 10.87 sec test 53 Start 53: Kokkos_UnitTest_SIMD 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/simd/unit_tests/Kokkos_UnitTest_SIMD 53: Test timeout computed to be: 1500 53: 53: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 53: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 53: setting CUDA_VISIBLE_DEVICES. 53: This could on multi GPU systems lead to severe performance" 53: penalties. 53: [==========] Running 18 tests from 1 test suite. 53: [----------] Global test environment set-up. 53: [----------] 18 tests from simd 53: [ RUN ] simd.host_math_ops 53: [ OK ] simd.host_math_ops (0 ms) 53: [ RUN ] simd.device_math_ops 53: [ OK ] simd.device_math_ops (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: [ RUN ] simd.host_construction 53: [ OK ] simd.host_construction (0 ms) 53: [ RUN ] simd.device_construction 53: [ OK ] simd.device_construction (0 ms) 53: [----------] 18 tests from simd (6 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 18 tests from 1 test suite ran. (6 ms total) 53: [ PASSED ] 18 tests. 53/54 Test #53: Kokkos_UnitTest_SIMD ....................................... Passed 0.32 sec test 54 Start 54: Kokkos_Example_RelocatableFunction 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build-tests/example/relocatable_function/Kokkos_example_relocatable_function 54: Test timeout computed to be: 1500 54: 54: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 54: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 54: setting CUDA_VISIBLE_DEVICES. 54: This could on multi GPU systems lead to severe performance" 54: penalties. 54: 1.000000e+01 5.049500e-05s (relocatable) vs. 1.957700e-05s (inline) 54: 1.000000e+02 1.846500e-05s (relocatable) vs. 1.841300e-05s (inline) 54: 1.000000e+03 1.820400e-05s (relocatable) vs. 1.870600e-05s (inline) 54: 1.000000e+04 1.899600e-05s (relocatable) vs. 1.865400e-05s (inline) 54: 1.000000e+05 2.032700e-05s (relocatable) vs. 1.961600e-05s (inline) 54: 1.000000e+06 2.571800e-05s (relocatable) vs. 2.502700e-05s (inline) 54: 1.000000e+07 3.935400e-05s (relocatable) vs. 2.893500e-05s (inline) 54: 1.000000e+08 1.735040e-04s (relocatable) vs. 8.734300e-05s (inline) 54/54 Test #54: Kokkos_Example_RelocatableFunction ......................... Passed 0.30 sec 100% tests passed, 0 tests failed out of 54 Label Time Summary: Kokkos = 487.75 sec*proc (52 tests) Total Test time (real) = 492.35 sec + cd ../example/build_cmake_installed + rm -rf build 35: [ OK ] serial.bitset (1148 ms) 35: [ RUN ] serial.bitset_default_constructor_no_alloc 35: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 35: [ RUN ] serial.dualview_combination 35: [ OK ] serial.dualview_combination (0 ms) 35: [ RUN ] serial.dualview_alloc 35: [ OK ] serial.dualview_alloc (0 ms) 35: [ RUN ] serial.test_dualview_copy_construction_and_assignment 35: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 35: [ RUN ] serial.dualview_combinations_without_init 35: [ OK ] serial.dualview_combinations_without_init (0 ms) 35: [ RUN ] serial.dualview_deep_copy 35: [ OK ] serial.dualview_deep_copy (0 ms) 35: [ RUN ] serial.dualview_sync_should_fence 35: [ OK ] serial.dualview_sync_should_fence (0 ms) 35: [ RUN ] serial.dualview_realloc 35: [ OK ] serial.dualview_realloc (0 ms) 35: [ RUN ] serial.dualview_resize 35: [ OK ] serial.dualview_resize (0 ms) 35: [ RUN ] serial.dualview_device_correct_kokkos_device 35: 35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 35: does not support page migration between device and host. 35: HIPManagedSpace might not work as expected. 35: Please refer to the ROCm documentation on unified/managed memory. 35: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_correct_kokkos_device 35: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_sync 35: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 35: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_sync 35: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 35: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 35: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 35: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 35: [ RUN ] serial.dualview_sequential_host_init 35: [ OK ] serial.dualview_sequential_host_init (0 ms) 35: [ RUN ] serial.dynamic_view 35: [ OK ] serial.dynamic_view (6 ms) 35: [ RUN ] serial.dyn_rank_view_api_generic 35: [ OK ] serial.dyn_rank_view_api_generic (5 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 35: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 35: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 35: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 35: skipping since not default execution space 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank67 35: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 35: [ RUN ] serial.dyn_rank_view_team_scratch 35: [ OK ] serial.dyn_rank_view_team_scratch (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 + mkdir -p build + cd build + cmake -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 .. 35: [ OK ] serial.offsetview_construction (17 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 -- The CXX compiler identification is GNU 8.4.0 -- The Fortran compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/g++-8 -- Check for working CXX compiler: /usr/bin/g++-8 - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working Fortran compiler: /usr/bin/gfortran -- Check for working Fortran compiler: /usr/bin/gfortran - works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/gfortran supports Fortran 90 35: [ OK ] serial.scatterview (1637 ms) 35: [ RUN ] serial.scatterview_devicetype 35: [ OK ] serial.scatterview_devicetype (1 ms) 35: [ RUN ] serial.staticcrsgraph 35: [ OK ] serial.staticcrsgraph (7 ms) 35: [ RUN ] serial.resize_realloc_no_init_dualview 35: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 35: [ RUN ] serial.resize_realloc_no_alloc_dualview 35: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 35: [ RUN ] serial.resize_exec_space_dualview 35: [ OK ] serial.resize_exec_space_dualview (0 ms) 35: [ RUN ] serial.realloc_exec_space_dualview 35: [ OK ] serial.realloc_exec_space_dualview (0 ms) 35: [ RUN ] serial.resize_realloc_no_init_dynrankview 35: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 35: [ RUN ] serial.resize_exec_space_dynrankview 35: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 35: [ RUN ] serial.realloc_exec_space_dynrankview 35: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 35: [ RUN ] serial.resize_realloc_no_init_scatterview 35: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 35: [ RUN ] serial.resize_realloc_no_alloc_scatterview 35: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 35: [ RUN ] serial.resize_exec_space_scatterview 35: [ OK ] serial.resize_exec_space_scatterview (0 ms) 35: [ RUN ] serial.realloc_exec_space_scatterview 35: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynrankview 35: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 35: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 35: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_offsetview 35: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 35: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_offsetview 35: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynamicview 35: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 35: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 35: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 35: [ RUN ] serial.UnorderedMap_insert -- Checking whether /usr/bin/gfortran supports Fortran 90 - yes -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Enabled Kokkos devices: SERIAL;CUDA CMake Warning at /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:59 (message): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): /var/jenkins/workspace/Kokkos_PR-7897/install/lib/cmake/Kokkos/KokkosConfig.cmake:43 (include) CMakeLists.txt:10 (find_package) -- kokkos_launch_compiler is enabled globally. C++ compiler commands with -DKOKKOS_DEPENDENCE will be redirected to the appropriate compiler for Kokkos -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed/build + make -j8 Scanning dependencies of target example [ 66%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o [ 66%] Building Fortran object CMakeFiles/example.dir/foo.f.o 35: [ OK ] serial.UnorderedMap_insert (6372 ms) 35: [ RUN ] serial.UnorderedMap_failed_insert 35: [ OK ] serial.UnorderedMap_failed_insert (2792 ms) 35: [ RUN ] serial.UnorderedMap_deep_copy 35: [ OK ] serial.UnorderedMap_deep_copy (3 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.vector_combination 35: [ OK ] serial.vector_combination (0 ms) 35: [ RUN ] serial.vector_insert 35: [ OK ] serial.vector_insert (0 ms) 35: [ RUN ] serial.vector_push_back_default_exec 35: [ OK ] serial.vector_push_back_default_exec (0 ms) 35: [ RUN ] serial.viewctorprop_embedded_dim 35: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 35: [----------] 69 tests from serial (12001 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 70 tests from 2 test suites ran. (32045 ms total) 35: [ PASSED ] 69 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 35/59 Test #35: Kokkos_ContainersUnitTest_Serial ........................... Passed 32.48 sec test 36 Start 36: Kokkos_ContainersUnitTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 36: Test timeout computed to be: 1500 36: [==========] Running 70 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from hip_DeathTest 36: [ RUN ] hip_DeathTest.offsetview_unmanaged_construction [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: KokkosInTree_Verify 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed/build/example "10" 1: Test timeout computed to be: 10000000 1: 1: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 1: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 1: setting CUDA_VISIBLE_DEVICES. 1: This could on multi GPU systems lead to severe performance" 1: penalties. 1: Device Execution Space: 1: KOKKOS_ENABLE_CUDA: yes 1: Cuda Options: 1: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 1: KOKKOS_ENABLE_CUDA_UVM: yes 1: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 1: 1: Cuda Runtime Configuration: 1: macro KOKKOS_ENABLE_CUDA : defined 1: macro CUDA_VERSION = 11000 = version 11.0 1: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe : Selected 1: Capability: 8.0 1: Total Global Memory: 79.25 GiB 1: Shared Memory per Block: 48 KiB 1: Can access system allocated memory: 0 1: via Address Translation Service: 0 1: Number of even integers from 0 to 9 1: Parallel: 5 0.000046 1: Sequential: 5 0.000000 1: Hello World from Fortran 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.31 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.32 sec + cd ../.. + cmake -B build_cmake_installed_different_compiler/build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 build_cmake_installed_different_compiler -- Enabled Kokkos devices: SERIAL;CUDA -- kokkos_launch_compiler is enabled globally. C++ compiler commands with -DKOKKOS_DEPENDENCE will be redirected to the appropriate compiler for Kokkos -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed_different_compiler/build + cmake --build build_cmake_installed_different_compiler/build --target all [ 50%] Built target example_no_kokkos Scanning dependencies of target example_with_kokkos [ 75%] Building CXX object CMakeFiles/example_with_kokkos.dir/foo.cpp.o [100%] Linking CXX executable example_with_kokkos [100%] Built target example_with_kokkos + cmake --build build_cmake_installed_different_compiler/build --target test Running tests... Test project /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_installed_different_compiler/build Start 1: KokkosLauncher_NoKokkos_Verify 1/2 Test #1: KokkosLauncher_NoKokkos_Verify ..... Passed 0.00 sec Start 2: KokkosLauncher_WithKokkos_Verify 2/2 Test #2: KokkosLauncher_WithKokkos_Verify ... Passed 0.31 sec 100% tests passed, 0 tests failed out of 2 Total Test time (real) = 0.32 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Mon Mar 17 15:15:12 2025 stats zeroed Mon Mar 17 14:55:09 2025 cache hit (direct) 49 cache hit (preprocessed) 0 cache miss 549 cache hit rate 8.19 % compiler produced stdout 1 cleanups performed 6 files in cache 2272 cache size 4.4 GB max cache size 5.0 GB [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 675c991cf378b5486d1724e39a501492efc3005e132bc5c482d6adb2621f67cf INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build-tests/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 675c991cf378b5486d1724e39a501492efc3005e132bc5c482d6adb2621f67cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 36: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (21958 ms) 36: [----------] 1 test from hip_DeathTest (21958 ms total) 36: 36: [----------] 69 tests from hip 36: [ RUN ] hip.bitset 36: [ OK ] hip.bitset (21 ms) 36: [ RUN ] hip.bitset_default_constructor_no_alloc 36: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] hip.dualview_combination 36: [ OK ] hip.dualview_combination (8 ms) 36: [ RUN ] hip.dualview_alloc 36: [ OK ] hip.dualview_alloc (0 ms) 36: [ RUN ] hip.test_dualview_copy_construction_and_assignment 36: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] hip.dualview_combinations_without_init 36: [ OK ] hip.dualview_combinations_without_init (0 ms) 36: [ RUN ] hip.dualview_deep_copy 36: [ OK ] hip.dualview_deep_copy (2 ms) 36: [ RUN ] hip.dualview_sync_should_fence 36: [ OK ] hip.dualview_sync_should_fence (16 ms) 36: [ RUN ] hip.dualview_realloc 36: [ OK ] hip.dualview_realloc (0 ms) 36: [ RUN ] hip.dualview_resize 36: [ OK ] hip.dualview_resize (1 ms) 36: [ RUN ] hip.dualview_device_correct_kokkos_device 36: 36: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 36: does not support page migration between device and host. 36: HIPManagedSpace might not work as expected. 36: Please refer to the ROCm documentation on unified/managed memory. 36: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 36: [ RUN ] hip.dualview_host_correct_kokkos_device 36: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] hip.dualview_host_modify_template_device_sync 36: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 36: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] hip.dualview_device_modify_template_host_sync 36: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 36: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 36: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] hip.dualview_template_views_return_correct_views_from_const_dual_view 36: [ OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 36: [ RUN ] hip.dualview_sequential_host_init 36: [ OK ] hip.dualview_sequential_host_init (0 ms) 36: [ RUN ] hip.dynamic_view 36: [ OK ] hip.dynamic_view (70 ms) 36: [ RUN ] hip.dyn_rank_view_api_generic 36: [ OK ] hip.dyn_rank_view_api_generic (23 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 36: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms) 36: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 36: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank67 36: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 36: [ RUN ] hip.dyn_rank_view_team_scratch 36: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 36: [ RUN ] hip.ErrorReporterViaLambda 36: [ OK ] hip.ErrorReporterViaLambda (2 ms) 36: [ RUN ] hip.ErrorReporter 36: [ OK ] hip.ErrorReporter (0 ms) 36: [ RUN ] hip.offsetview_construction 36: [ OK ] hip.offsetview_construction (3 ms) 36: [ RUN ] hip.offsetview_unmanaged_construction 36: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] hip.offsetview_subview 36: [ OK ] hip.offsetview_subview (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank1 36: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank2 36: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank3 36: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] hip.scatterview 36: [ OK ] hip.scatterview (29184 ms) 36: [ RUN ] hip.scatterview_devicetype 36: [ OK ] hip.scatterview_devicetype (48328 ms) 36: [ RUN ] hip.staticcrsgraph 36: [ OK ] hip.staticcrsgraph (19 ms) 36: [ RUN ] hip.resize_realloc_no_init_dualview 36: [ OK ] hip.resize_realloc_no_init_dualview (2 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_dualview 36: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] hip.resize_exec_space_dualview 36: [ OK ] hip.resize_exec_space_dualview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dualview 36: [ OK ] hip.realloc_exec_space_dualview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_dynrankview 36: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] hip.resize_exec_space_dynrankview 36: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dynrankview 36: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_scatterview 36: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_scatterview 36: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] hip.resize_exec_space_scatterview 36: [ OK ] hip.resize_exec_space_scatterview (0 ms) 36: [ RUN ] hip.realloc_exec_space_scatterview 36: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview 36: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 36: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview 36: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_offsetview 36: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview 36: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 36: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] hip.UnorderedMap_insert 36: [ OK ] hip.UnorderedMap_insert (2378 ms) 36: [ RUN ] hip.UnorderedMap_failed_insert 36: [ OK ] hip.UnorderedMap_failed_insert (694 ms) 36: [ RUN ] hip.UnorderedMap_deep_copy 36: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 36: [ RUN ] hip.UnorderedMap_valid_empty 36: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 36: [ RUN ] hip.UnorderedMap_clear_zero_size 36: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] hip.UnorderedMap_consistent_size 36: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 36: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] hip.UnorderedMap_lambda_capturable 36: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] hip.UnorderedMap_constructor_view_alloc 36: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] hip.vector_combination 36: [ OK ] hip.vector_combination (0 ms) 36: [ RUN ] hip.vector_insert 36: [ OK ] hip.vector_insert (2 ms) 36: [ RUN ] hip.vector_push_back_default_exec 36: [ OK ] hip.vector_push_back_default_exec (0 ms) 36: [ RUN ] hip.viewctorprop_embedded_dim 36: [ OK ] hip.viewctorprop_embedded_dim (1 ms) 36: [----------] 69 tests from hip (80787 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 70 tests from 2 test suites ran. (102746 ms total) 36: [ PASSED ] 70 tests. 36/59 Test #36: Kokkos_ContainersUnitTest_HIP .............................. Passed 103.22 sec test 37 Start 37: Kokkos_ContainersPerformanceTest_HIP 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 37: Test timeout computed to be: 1500 37: [==========] Running 4 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 4 tests from TEST_CATEGORY 37: [ RUN ] TEST_CATEGORY.dynrankview_perf 37: HIP 37: DynRankView vs View: Initialization Only 37: View time (init only): 0.00327102 37: View sum computation time: 0.00327102 37: Strided View time (init only): 0.00148574 37: View Rank7 time (init only): 0.00159776 37: DynRankView time (init only): 0.00147868 37: DynRankView sum computation time: 0.0013646 37: Ratio of View to DynRankView time: 2.21213 37: Ratio of View to DynRankView sum computation time: 1.10106 37: Ratio of View to View Rank7 time: 2.04725 37: Ratio of StrideView to DynRankView time: 1.00478 37: Ratio of DynRankView to View Rank7 time: 0.925468 37: [ OK ] TEST_CATEGORY.dynrankview_perf (13 ms) 37: [ RUN ] TEST_CATEGORY.global_2_local 37: HIP 37: size, create, generate, fill, find 37: 256, 0.000243137, 1.4547e-05, 0.00494279, 0.00445432 37: 512, 0.000271791, 1.4087e-05, 3.7019e-05, 0.00344793 37: 1024, 0.000258115, 1.3095e-05, 3.7931e-05, 0.00346853 37: 2048, 0.000263164, 1.2603e-05, 3.8292e-05, 0.00353383 37: 4096, 0.000326884, 1.2694e-05, 3.8963e-05, 0.00354384 37: 8192, 0.000247975, 1.2303e-05, 3.763e-05, 0.00354094 37: 16384, 0.000249879, 1.2152e-05, 3.9123e-05, 0.00361114 37: 32768, 0.00023955, 1.2363e-05, 4.1838e-05, 0.00372294 37: 65536, 0.000330411, 1.2464e-05, 4.5144e-05, 0.00397327 37: 131072, 0.000326052, 1.3005e-05, 6.9661e-05, 0.00472202 37: 262144, 0.000409329, 1.3806e-05, 0.000115838, 0.00711521 37: 524288, 0.000514116, 1.6401e-05, 0.000273273, 0.00876227 37: 1048576, 0.000493918, 2.1039e-05, 0.000680739, 0.0209891 37: 2097152, 0.000531439, 2.9786e-05, 0.0015662, 0.0488021 37: 4194304, 0.000641595, 4.2931e-05, 0.00349703, 0.119092 37: [ OK ] TEST_CATEGORY.global_2_local (261 ms) 37: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 37: skipping test 37: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 37: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 37: skipping test 37: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 37: [----------] 4 tests from TEST_CATEGORY (275 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 4 tests from 1 test suite ran. (275 ms total) 37: [ PASSED ] 4 tests. 37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.68 sec test 38 Start 38: Kokkos_UnitTest_Sort 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 38: Test timeout computed to be: 1500 38: [==========] Running 17 tests from 2 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from hip_DeathTest 38: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues 38: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3581 ms) 38: [----------] 1 test from hip_DeathTest (3581 ms total) 38: 38: [----------] 16 tests from hip 38: [ RUN ] hip.SortUnsignedValueType 38: [ OK ] hip.SortUnsignedValueType (27 ms) 38: [ RUN ] hip.SortEmptyView 38: [ OK ] hip.SortEmptyView (0 ms) 38: [ RUN ] hip.SortByKeyEmptyView 38: [ OK ] hip.SortByKeyEmptyView (0 ms) 38: [ RUN ] hip.SortByKeyEmptyViewHost 38: [ OK ] hip.SortByKeyEmptyViewHost (0 ms) 38: [ RUN ] hip.SortByKey 38: [ OK ] hip.SortByKey (13 ms) 38: [ RUN ] hip.SortByKeyWithComparator 38: [ OK ] hip.SortByKeyWithComparator (1 ms) 38: [ RUN ] hip.SortByKeyStaticExtents 38: [ OK ] hip.SortByKeyStaticExtents (0 ms) 38: [ RUN ] hip.SortByKeyWithStrides 38: [ OK ] hip.SortByKeyWithStrides (0 ms) 38: [ RUN ] hip.SortWithCustomComparator 38: [ OK ] hip.SortWithCustomComparator (99 ms) 38: [ RUN ] hip.BinSortGenericTests 38: [ OK ] hip.BinSortGenericTests (18 ms) 38: [ RUN ] hip.BinSortEmptyView 38: [ OK ] hip.BinSortEmptyView (0 ms) 38: [ RUN ] hip.BinSortEmptyKeysView 38: [ OK ] hip.BinSortEmptyKeysView (0 ms) 38: [ RUN ] hip.BinSort_issue_7221 38: [ OK ] hip.BinSort_issue_7221 (0 ms) 38: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues 38: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9906 ms) 38: [ RUN ] hip.NestedSort 38: [ OK ] hip.NestedSort (39 ms) 38: [ RUN ] hip.NestedSortByKey 38: [ OK ] hip.NestedSortByKey (105 ms) 38: [----------] 16 tests from hip (10212 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 17 tests from 2 test suites ran. (13794 ms total) 38: [ PASSED ] 17 tests. 38/59 Test #38: Kokkos_UnitTest_Sort ....................................... Passed 14.20 sec test 39 Start 39: Kokkos_UnitTest_Random 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 39: Test timeout computed to be: 1500 39: [==========] Running 3 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from hip 39: [ RUN ] hip.Random_XorShift64 39: Test Seed:1742225134881485022 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.0217859 0.0278114 || 0.051031 28069 29383 || 29313 28674.4 || 384.464 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.000724164 0.00264266 || 0.051031 1e+64 -1e+64 39: Test Scalar=unsigned int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.0156319 0.0104833 || 0.051031 28017 29310 || 28233.1 28674.4 || 144.921 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00237338 0.00991877 || 0.051031 1e+64 -1e+64 39: Test Scalar=int64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.00199848 0.0243113 || 0.051031 27958 29374 || 28731.8 28674.4 || 336.08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00608017 -0.0101636 || 0.051031 1e+64 -1e+64 39: Test Scalar=uint64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.0191753 0.0120028 || 0.051031 28048 29319 || 28134.9 28674.4 || 165.927 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00653331 0.00882189 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000243557 -0.99999 -48247.3 || 0.051031 0 194988 || 2.9288e+09 28674.4 || -6.66971e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.00072951 -0.32243 0.152142 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.6091e-07 0.0068641 -0.00745909 || 0.051031 27960 29372 || 28478.9 28674.4 || -103.115 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.96226e-07 -0.0205623 -0.00678303 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.68478e-07 0.0103154 -0.00953115 || 0.051031 27975 29309 || 28381.6 28674.4 || -131.759 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.18929e-07 -0.015589 0.00953133 || 0.051031 1e+64 -1e+64 39: Test Scalar=double 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.00172596 0.0217562 || 0.051031 28018 29345 || 28724 28674.4 || 300.758 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0149996 0.00719216 || 0.051031 1e+64 -1e+64 39: Test Seed:1742225135040471004 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.45775e-07 0.00955978 0.0230349 || 0.051031 28087 29434 || 28402.9 28674.4 || 318.435 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.5082e-07 -0.0107455 0.000274346 || 0.051031 1e+64 -1e+64 39: Test Scalar=unsigned int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.0114567 -0.0179162 || 0.051031 27992 29323 || 28349.6 28674.4 || -247.674 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00277029 0.0061381 || 0.051031 1e+64 -1e+64 39: Test Scalar=int64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.00250011 0.00549016 || 0.051031 27972 29285 || 28746.3 28674.4 || 75.896 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00471168 -0.00254662 || 0.051031 1e+64 -1e+64 39: Test Scalar=uint64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.00218924 -0.00118543 || 0.051031 28040 29340 || 28611.8 28674.4 || -16.3874 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00755773 -0.00115876 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000243703 -0.99999 -48249.3 || 0.051031 0 195293 || 2.92898e+09 28674.4 || -6.66999e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.00072998 -0.305409 0.148251 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.73523e-07 -0.00452425 0.0125954 || 0.051031 28048 29358 || 28804.7 28674.4 || 174.118 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.34064e-07 -0.0141202 0.00938581 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.65955e-07 0.00425571 0.0130262 || 0.051031 28011 29301 || 28552.9 28674.4 || 180.075 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.11361e-07 -0.00399161 0.00579503 || 0.051031 1e+64 -1e+64 39: Test Scalar=double 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.00936266 -0.00544967 || 0.051031 27978 29349 || 28408.4 28674.4 || -75.3362 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0247042 -0.00737216 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift64 (316 ms) 39: [ RUN ] hip.Random_XorShift1024_0 39: Test Seed:1742225135198091701 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.00740355 -0.0167507 || 0.051031 10992 11789 || 11293.3 11377 || -231.562 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0265603 0.00182214 || 0.051031 1e+64 -1e+64 39: Test Scalar=unsigned int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 -0.00866538 0.00149955 || 0.051031 10985 11884 || 11476.4 11377 || 20.7298 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.000889338 0.000262908 || 0.051031 1e+64 -1e+64 39: Test Scalar=int64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.00278523 0.00909087 || 0.051031 10952 11775 || 11345.4 11377 || 125.672 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.012562 0.00190171 || 0.051031 1e+64 -1e+64 39: Test Scalar=uint64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 -0.0197988 0.0043321 || 0.051031 10937 11770 || 11606.8 11377 || 59.887 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00762595 0.00183072 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00024448 -0.999975 -7595.46 || 0.051031 0 77778 || 4.61096e+08 11377 || -1.05e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.00073313 -0.157575 0.0183293 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.86102e-07 -0.000148759 -0.00856618 || 0.051031 10971 11802 || 11378.7 11377 || -118.419 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.62396e-07 0.00767578 0.00248226 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.67029e-07 -0.00564426 0.00181769 || 0.051031 10912 11761 || 11441.5 11377 || 25.1277 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.05176e-07 -0.00568099 0.00051722 || 0.051031 1e+64 -1e+64 39: Test Scalar=double 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.00793561 0.00417747 || 0.051031 10997 11807 || 11287.4 11377 || 57.7493 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0229048 -0.000232225 || 0.051031 1e+64 -1e+64 39: Test Seed:1742225135317682370 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0108568 0.00343487 || 0.051031 10973 11794 || 11254.8 11377 || 47.4837 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0358873 -0.00475965 || 0.051031 1e+64 -1e+64 39: Test Scalar=unsigned int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0121715 -0.00632965 || 0.051031 10955 11791 || 11240.1 11377 || -87.5011 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00900599 0.000634782 || 0.051031 1e+64 -1e+64 39: Test Scalar=int64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0133352 0.00175081 || 0.051031 10949 11776 || 11227.2 11377 || 24.2033 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00708371 0.000549127 || 0.051031 1e+64 -1e+64 39: Test Scalar=uint64_t 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0185179 0.00163704 || 0.051031 10988 11800 || 11170.1 11377 || 22.6304 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0163271 0.000207622 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244168 -0.999975 -7596.08 || 0.051031 0 77706 || 4.61052e+08 11377 || -1.05008e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000732252 -0.16104 0.0216604 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.86102e-07 0.00435474 0.00189103 || 0.051031 10952 11863 || 11327.6 11377 || 26.1416 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.62396e-07 0.00416295 0.00016951 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.86102e-07 -0.0217079 -0.0141085 || 0.051031 10984 11796 || 11629.4 11377 || -195.035 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.62396e-07 0.0220746 0.00261064 || 0.051031 1e+64 -1e+64 39: Test Scalar=double 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.00968159 -0.00240324 || 0.051031 10982 11737 || 11267.9 11377 || -33.2224 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0179095 -0.00627432 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift1024_0 (277 ms) 39: [ RUN ] hip.Multi_streams 39: [ OK ] hip.Multi_streams (291 ms) 39: [----------] 3 tests from hip (886 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 1 test suite ran. (886 ms total) 39: [ PASSED ] 3 tests. 39/59 Test #39: Kokkos_UnitTest_Random ..................................... Passed 1.30 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test timeout computed to be: 1500 40: [==========] Running 16 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_DeathTest 40: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 40: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 40: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 40: 40: [----------] 3 tests from std_algorithms_reducers 40: [ RUN ] std_algorithms_reducers.max_first_loc 40: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_first_loc 40: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 40: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 40: [----------] 3 tests from std_algorithms_reducers (0 ms total) 40: 40: [----------] 1 test from std_algorithms 40: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 40: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 40: [----------] 1 test from std_algorithms (0 ms total) 40: 40: [----------] 11 tests from random_access_iterator_test 40: [ RUN ] random_access_iterator_test.constructor 40: [ OK ] random_access_iterator_test.constructor (1 ms) 40: [ RUN ] random_access_iterator_test.constructiblity 40: [ OK ] random_access_iterator_test.constructiblity (0 ms) 40: [ RUN ] random_access_iterator_test.dereference 40: [ OK ] random_access_iterator_test.dereference (1 ms) 40: [ RUN ] random_access_iterator_test.subscript_operator 40: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet1 40: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet2 40: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet3 40: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet4 40: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 40: [ RUN ] random_access_iterator_test.assignment_operator 40: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 40: [ RUN ] random_access_iterator_test.distance 40: [ OK ] random_access_iterator_test.distance (0 ms) 40: [ RUN ] random_access_iterator_test.traits_helpers 40: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 40: [----------] 11 tests from random_access_iterator_test (6 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 16 tests from 4 test suites ran. (6 ms total) 40: [ PASSED ] 16 tests. 40/59 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.40 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test timeout computed to be: 1500 41: [==========] Running 7 tests from 1 test suite. 41: [----------] Global test environment set-up. 41: [----------] 7 tests from std_algorithms_min_max_element_test 41: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 41: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 41: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (11 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms) 41: [----------] 7 tests from std_algorithms_min_max_element_test (48 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 7 tests from 1 test suite ran. (48 ms total) 41: [ PASSED ] 7 tests. 41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.44 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test timeout computed to be: 1500 42: [==========] Running 13 tests from 10 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_lexicographical_compare_test 42: [ RUN ] std_algorithms_lexicographical_compare_test.test 42: [ OK ] std_algorithms_lexicographical_compare_test.test (27 ms) 42: [----------] 1 test from std_algorithms_lexicographical_compare_test (28 ms total) 42: 42: [----------] 1 test from std_algorithms_for_each_test 42: [ RUN ] std_algorithms_for_each_test.test 42: [ OK ] std_algorithms_for_each_test.test (65 ms) 42: [----------] 1 test from std_algorithms_for_each_test (65 ms total) 42: 42: [----------] 1 test from std_algorithms_find_test 42: [ RUN ] std_algorithms_find_test.test 42: [ OK ] std_algorithms_find_test.test (36 ms) 42: [----------] 1 test from std_algorithms_find_test (36 ms total) 42: 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 42: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (516 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 42: [ OK ] std_algorithms_non_mod_seq_ops.find_end (534 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search 42: [ OK ] std_algorithms_non_mod_seq_ops.search (520 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 42: [ OK ] std_algorithms_non_mod_seq_ops.search_n (331 ms) 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1902 ms total) 42: 42: [----------] 1 test from std_algorithms_count_test 42: [ RUN ] std_algorithms_count_test.test 42: [ OK ] std_algorithms_count_test.test (24 ms) 42: [----------] 1 test from std_algorithms_count_test (24 ms total) 42: 42: [----------] 1 test from std_algorithms_equal_test 42: [ RUN ] std_algorithms_equal_test.test 42: [ OK ] std_algorithms_equal_test.test (19 ms) 42: [----------] 1 test from std_algorithms_equal_test (19 ms total) 42: 42: [----------] 1 test from std_algorithms_all_any_none_of_test 42: [ RUN ] std_algorithms_all_any_none_of_test.test 42: [ OK ] std_algorithms_all_any_none_of_test.test (36 ms) 42: [----------] 1 test from std_algorithms_all_any_none_of_test (36 ms total) 42: 42: [----------] 1 test from std_algorithms_nonmod_seq_ops 42: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 42: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (67 ms) 42: [----------] 1 test from std_algorithms_nonmod_seq_ops (67 ms total) 42: 42: [----------] 1 test from std_algorithms_mismatch_test 42: [ RUN ] std_algorithms_mismatch_test.test 42: [ OK ] std_algorithms_mismatch_test.test (72 ms) 42: [----------] 1 test from std_algorithms_mismatch_test (72 ms total) 42: 42: [----------] 1 test from std_algorithms_mod_seq_ops 42: [ RUN ] std_algorithms_mod_seq_ops.move_backward 42: [ OK ] std_algorithms_mod_seq_ops.move_backward (70 ms) 42: [----------] 1 test from std_algorithms_mod_seq_ops (70 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 13 tests from 10 test suites ran. (2324 ms total) 42: [ PASSED ] 13 tests. 42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.74 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test timeout computed to be: 1500 43: [==========] Running 31 tests from 5 test suites. 43: [----------] Global test environment set-up. 43: [----------] 3 tests from std_algorithms_mod_ops_test 43: [ RUN ] std_algorithms_mod_ops_test.move 43: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 43: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 43: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 43: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 43: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 43: 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy 43: [ OK ] std_algorithms_mod_seq_ops_test.copy (3 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 43: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.fill 43: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 43: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 43: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 43: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.generate 43: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 43: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 43: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total) 43: 43: [----------] 4 tests from std_algorithms_replace_ops_test 43: [ RUN ] std_algorithms_replace_ops_test.replace 43: [ OK ] std_algorithms_replace_ops_test.replace (39 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_if 43: [ OK ] std_algorithms_replace_ops_test.replace_if (119 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_replace_ops_test.replace_copy (64 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 43: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (57 ms) 43: [----------] 4 tests from std_algorithms_replace_ops_test (282 ms total) 43: 43: [----------] 11 tests from std_algorithms_mod_seq_ops 43: [ RUN ] std_algorithms_mod_seq_ops.copy_if 43: [ OK ] std_algorithms_mod_seq_ops.copy_if (41 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique 43: [ OK ] std_algorithms_mod_seq_ops.unique (90 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 43: [ OK ] std_algorithms_mod_seq_ops.unique_copy (56 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove 43: [ OK ] std_algorithms_mod_seq_ops.remove (39 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_if (44 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy (150 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (39 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate 43: [ OK ] std_algorithms_mod_seq_ops.rotate (1226 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 43: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (480 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_left 43: [ OK ] std_algorithms_mod_seq_ops.shift_left (1426 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_right 43: [ OK ] std_algorithms_mod_seq_ops.shift_right (1431 ms) 43: [----------] 11 tests from std_algorithms_mod_seq_ops (5026 ms total) 43: 43: [----------] 1 test from std_algorithms_modseq_test 43: [ RUN ] std_algorithms_modseq_test.reverse 43: [ OK ] std_algorithms_modseq_test.reverse (62 ms) 43: [----------] 1 test from std_algorithms_modseq_test (62 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 31 tests from 5 test suites ran. (5380 ms total) 43: [ PASSED ] 31 tests. 43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.80 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test timeout computed to be: 1500 44: [==========] Running 29 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_sorting_ops_test 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms) 44: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total) 44: 44: [----------] 4 tests from std_algorithms_partitioning_test 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 44: [ RUN ] std_algorithms_partitioning_test.partition_point 44: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 44: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 44: 44: [----------] 1 test from std_algorithms_partitioning_ops 44: [ RUN ] std_algorithms_partitioning_ops.partition_copy 44: [ OK ] std_algorithms_partitioning_ops.partition_copy (36 ms) 44: [----------] 1 test from std_algorithms_partitioning_ops (36 ms total) 44: 44: [----------] 12 tests from std_algorithms_numerics_test 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (6 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 44: [----------] 12 tests from std_algorithms_numerics_test (16 ms total) 44: 44: [----------] 1 test from std_algorithms_numerics_ops_test 44: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 44: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (94 ms) 44: [----------] 1 test from std_algorithms_numerics_ops_test (94 ms total) 44: 44: [----------] 8 tests from std_algorithms_numeric_ops_test 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (736 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 44: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (630 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 44: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 44: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (203 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 44: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 44: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (350 ms) 44: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 44: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 44: [----------] 8 tests from std_algorithms_numeric_ops_test (1920 ms total) 44: 44: [----------] 1 test from std_algorithms_transform_ops_test 44: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 44: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (44 ms) 44: [----------] 1 test from std_algorithms_transform_ops_test (44 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 29 tests from 7 test suites ran. (2142 ms total) 44: [ PASSED ] 29 tests. 44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.55 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test timeout computed to be: 1500 45: [==========] Running 12 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test 45: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 45: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (509 ms) 45: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 45: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (493 ms) 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1003 ms total) 45: 45: [----------] 2 tests from std_algorithms_count_team_test 45: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 45: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (265 ms) 45: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_count_team_test.count_returns_zero (234 ms) 45: [----------] 2 tests from std_algorithms_count_team_test (499 ms total) 45: 45: [----------] 1 test from std_algorithms_count_if_team_test 45: [ RUN ] std_algorithms_count_if_team_test.test 45: [ OK ] std_algorithms_count_if_team_test.test (283 ms) 45: [----------] 1 test from std_algorithms_count_if_team_test (283 ms total) 45: 45: [----------] 1 test from std_algorithms_for_each_team_test 45: [ RUN ] std_algorithms_for_each_team_test.test 45: [ OK ] std_algorithms_for_each_team_test.test (341 ms) 45: [----------] 1 test from std_algorithms_for_each_team_test (341 ms total) 45: 45: [----------] 1 test from std_algorithms_for_each_n_team_test 45: [ RUN ] std_algorithms_for_each_n_team_test.test 45: [ OK ] std_algorithms_for_each_n_team_test.test (451 ms) 45: [----------] 1 test from std_algorithms_for_each_n_team_test (451 ms total) 45: 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 45: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (569 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (540 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (528 ms) 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1638 ms total) 45: 45: [----------] 2 tests from std_algorithms_mismatch_team_test 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (579 ms) 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (813 ms) 45: [----------] 2 tests from std_algorithms_mismatch_team_test (1393 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 12 tests from 7 test suites ran. (5611 ms total) 45: [ PASSED ] 12 tests. 45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.01 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test timeout computed to be: 1500 46: [==========] Running 8 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_equal_team_test 46: [ RUN ] std_algorithms_equal_team_test.views_are_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_equal (936 ms) 46: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1258 ms) 46: [----------] 2 tests from std_algorithms_equal_team_test (2195 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_team_test 46: [ RUN ] std_algorithms_search_team_test.sequences_exist 46: [ OK ] std_algorithms_search_team_test.sequences_exist (501 ms) 46: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (535 ms) 46: [----------] 2 tests from std_algorithms_search_team_test (1036 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_end_team_test 46: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 46: [ OK ] std_algorithms_find_end_team_test.sequences_exist (606 ms) 46: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (604 ms) 46: [----------] 2 tests from std_algorithms_find_end_team_test (1211 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_first_of_team_test 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (561 ms) 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (730 ms) 46: [----------] 2 tests from std_algorithms_find_first_of_team_test (1292 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 8 tests from 4 test suites ran. (5736 ms total) 46: [ PASSED ] 8 tests. 46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.14 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test timeout computed to be: 1500 47: [==========] Running 11 tests from 7 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_find_team_test 47: [ RUN ] std_algorithms_find_team_test.searched_values_exist 47: [ OK ] std_algorithms_find_team_test.searched_values_exist (261 ms) 47: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 47: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (258 ms) 47: [----------] 2 tests from std_algorithms_find_team_test (520 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_if_team_test 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (254 ms) 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (260 ms) 47: [----------] 2 tests from std_algorithms_find_if_team_test (514 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_if_not_team_test 47: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 47: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (271 ms) 47: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 47: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (248 ms) 47: [----------] 2 tests from std_algorithms_find_if_not_team_test (520 ms total) 47: 47: [----------] 1 test from std_algorithms_all_of_team_test 47: [ RUN ] std_algorithms_all_of_team_test.test 47: [ OK ] std_algorithms_all_of_team_test.test (259 ms) 47: [----------] 1 test from std_algorithms_all_of_team_test (259 ms total) 47: 47: [----------] 1 test from std_algorithms_any_of_team_test 47: [ RUN ] std_algorithms_any_of_team_test.test 47: [ OK ] std_algorithms_any_of_team_test.test (235 ms) 47: [----------] 1 test from std_algorithms_any_of_team_test (235 ms total) 47: 47: [----------] 1 test from std_algorithms_none_of_team_test 47: [ RUN ] std_algorithms_none_of_team_test.test 47: [ OK ] std_algorithms_none_of_team_test.test (254 ms) 47: [----------] 1 test from std_algorithms_none_of_team_test (254 ms total) 47: 47: [----------] 2 tests from std_algorithms_search_n_team_test 47: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 47: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (319 ms) 47: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 47: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (269 ms) 47: [----------] 2 tests from std_algorithms_search_n_team_test (588 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 11 tests from 7 test suites ran. (2893 ms total) 47: [ PASSED ] 11 tests. 47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.31 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test timeout computed to be: 1500 48: [==========] Running 3 tests from 3 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_min_element_team_test 48: [ RUN ] std_algorithms_min_element_team_test.test 48: [ OK ] std_algorithms_min_element_team_test.test (594 ms) 48: [----------] 1 test from std_algorithms_min_element_team_test (594 ms total) 48: 48: [----------] 1 test from std_algorithms_max_element_team_test 48: [ RUN ] std_algorithms_max_element_team_test.test 48: [ OK ] std_algorithms_max_element_team_test.test (605 ms) 48: [----------] 1 test from std_algorithms_max_element_team_test (605 ms total) 48: 48: [----------] 1 test from std_algorithms_minmax_element_team_test 48: [ RUN ] std_algorithms_minmax_element_team_test.test 48: [ OK ] std_algorithms_minmax_element_team_test.test (625 ms) 48: [----------] 1 test from std_algorithms_minmax_element_team_test (625 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 3 tests from 3 test suites ran. (1826 ms total) 48: [ PASSED ] 3 tests. 48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.25 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test timeout computed to be: 1500 49: [==========] Running 6 tests from 6 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_fill_team_test 49: [ RUN ] std_algorithms_fill_team_test.test 49: [ OK ] std_algorithms_fill_team_test.test (271 ms) 49: [----------] 1 test from std_algorithms_fill_team_test (271 ms total) 49: 49: [----------] 1 test from std_algorithms_fill_n_team_test 49: [ RUN ] std_algorithms_fill_n_team_test.test 49: [ OK ] std_algorithms_fill_n_team_test.test (417 ms) 49: [----------] 1 test from std_algorithms_fill_n_team_test (417 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_team_test 49: [ RUN ] std_algorithms_replace_team_test.test 49: [ OK ] std_algorithms_replace_team_test.test (380 ms) 49: [----------] 1 test from std_algorithms_replace_team_test (380 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_if_team_test 49: [ RUN ] std_algorithms_replace_if_team_test.test 49: [ OK ] std_algorithms_replace_if_team_test.test (324 ms) 49: [----------] 1 test from std_algorithms_replace_if_team_test (324 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_copy_team_test 49: [ RUN ] std_algorithms_replace_copy_team_test.test 49: [ OK ] std_algorithms_replace_copy_team_test.test (340 ms) 49: [----------] 1 test from std_algorithms_replace_copy_team_test (340 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test 49: [ RUN ] std_algorithms_replace_copy_if_team_test.test 49: [ OK ] std_algorithms_replace_copy_if_team_test.test (373 ms) 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (373 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 6 tests from 6 test suites ran. (2108 ms total) 49: [ PASSED ] 6 tests. 49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.52 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test timeout computed to be: 1500 50: [==========] Running 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_reverse_team_test 50: [ RUN ] std_algorithms_reverse_team_test.test 50: [ OK ] std_algorithms_reverse_team_test.test (289 ms) 50: [----------] 1 test from std_algorithms_reverse_team_test (289 ms total) 50: 50: [----------] 1 test from std_algorithms_reverse_copy_team_test 50: [ RUN ] std_algorithms_reverse_copy_team_test.test 50: [ OK ] std_algorithms_reverse_copy_team_test.test (343 ms) 50: [----------] 1 test from std_algorithms_reverse_copy_team_test (344 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_team_test 50: [ RUN ] std_algorithms_rotate_team_test.test 50: [ OK ] std_algorithms_rotate_team_test.test (579 ms) 50: [----------] 1 test from std_algorithms_rotate_team_test (579 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_copy_team_test 50: [ RUN ] std_algorithms_rotate_copy_team_test.test 50: [ OK ] std_algorithms_rotate_copy_team_test.test (610 ms) 50: [----------] 1 test from std_algorithms_rotate_copy_team_test (610 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (1824 ms total) 50: [ PASSED ] 4 tests. 50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.23 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_move_team_test 51: [ RUN ] std_algorithms_move_team_test.test 51: [ OK ] std_algorithms_move_team_test.test (505 ms) 51: [----------] 1 test from std_algorithms_move_team_test (505 ms total) 51: 51: [----------] 1 test from std_algorithms_move_backward_team_test 51: [ RUN ] std_algorithms_move_backward_team_test.test 51: [ OK ] std_algorithms_move_backward_team_test.test (470 ms) 51: [----------] 1 test from std_algorithms_move_backward_team_test (470 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_left_team_test 51: [ RUN ] std_algorithms_shift_left_team_test.test 51: [ OK ] std_algorithms_shift_left_team_test.test (1611 ms) 51: [----------] 1 test from std_algorithms_shift_left_team_test (1611 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_right_team_test 51: [ RUN ] std_algorithms_shift_right_team_test.test 51: [ OK ] std_algorithms_shift_right_team_test.test (1738 ms) 51: [----------] 1 test from std_algorithms_shift_right_team_test (1738 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (4325 ms total) 51: [ PASSED ] 4 tests. 51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.76 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test timeout computed to be: 1500 52: [==========] Running 9 tests from 9 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_copy_team_test 52: [ RUN ] std_algorithms_copy_team_test.test 52: [ OK ] std_algorithms_copy_team_test.test (580 ms) 52: [----------] 1 test from std_algorithms_copy_team_test (580 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_n_team_test 52: [ RUN ] std_algorithms_copy_n_team_test.test 52: [ OK ] std_algorithms_copy_n_team_test.test (509 ms) 52: [----------] 1 test from std_algorithms_copy_n_team_test (509 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_backward_team_test 52: [ RUN ] std_algorithms_copy_backward_team_test.test 52: [ OK ] std_algorithms_copy_backward_team_test.test (444 ms) 52: [----------] 1 test from std_algorithms_copy_backward_team_test (444 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_if_team_test 52: [ RUN ] std_algorithms_copy_if_team_test.test 52: [ OK ] std_algorithms_copy_if_team_test.test (406 ms) 52: [----------] 1 test from std_algorithms_copy_if_team_test (406 ms total) 52: 52: [----------] 1 test from std_algorithms_unique_copy_team_test 52: [ RUN ] std_algorithms_unique_copy_team_test.test 52: [ OK ] std_algorithms_unique_copy_team_test.test (510 ms) 52: [----------] 1 test from std_algorithms_unique_copy_team_test (510 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_team_test 52: [ RUN ] std_algorithms_remove_team_test.test 52: [ OK ] std_algorithms_remove_team_test.test (440 ms) 52: [----------] 1 test from std_algorithms_remove_team_test (440 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_if_team_test 52: [ RUN ] std_algorithms_remove_if_team_test.test 52: [ OK ] std_algorithms_remove_if_team_test.test (395 ms) 52: [----------] 1 test from std_algorithms_remove_if_team_test (395 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_copy_team_test 52: [ RUN ] std_algorithms_remove_copy_team_test.test 52: [ OK ] std_algorithms_remove_copy_team_test.test (433 ms) 52: [----------] 1 test from std_algorithms_remove_copy_team_test (433 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test 52: [ RUN ] std_algorithms_remove_copy_if_team_test.test 52: [ OK ] std_algorithms_remove_copy_if_team_test.test (360 ms) 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (360 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 9 tests from 9 test suites ran. (4081 ms total) 52: [ PASSED ] 9 tests. 52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.49 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test timeout computed to be: 1500 53: [==========] Running 4 tests from 4 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_unique_team_test 53: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 53: [ OK ] std_algorithms_unique_team_test.test_default_predicate (682 ms) 53: [----------] 1 test from std_algorithms_unique_team_test (682 ms total) 53: 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test 53: [ RUN ] std_algorithms_adjacent_difference_team_test.test 53: [ OK ] std_algorithms_adjacent_difference_team_test.test (794 ms) 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (794 ms total) 53: 53: [----------] 1 test from std_algorithms_reduce_team_test 53: [ RUN ] std_algorithms_reduce_team_test.test 53: [ OK ] std_algorithms_reduce_team_test.test (785 ms) 53: [----------] 1 test from std_algorithms_reduce_team_test (785 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_reduce_team_test 53: [ RUN ] std_algorithms_transform_reduce_team_test.test 53: [ OK ] std_algorithms_transform_reduce_team_test.test (1356 ms) 53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1356 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 4 tests from 4 test suites ran. (3619 ms total) 53: [ PASSED ] 4 tests. 53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.02 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test timeout computed to be: 1500 54: [==========] Running 18 tests from 5 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_is_sorted_team_test 54: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 54: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (529 ms) 54: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 54: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (401 ms) 54: [----------] 2 tests from std_algorithms_is_sorted_team_test (930 ms total) 54: 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (24 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (28 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (345 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (458 ms) 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (856 ms total) 54: 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test 54: [ RUN ] std_algorithms_is_partitioned_team_test.empty 54: [ OK ] std_algorithms_is_partitioned_team_test.empty (13 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 54: [ OK ] std_algorithms_is_partitioned_team_test.all_true (215 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 54: [ OK ] std_algorithms_is_partitioned_team_test.all_false (218 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.random 54: [ OK ] std_algorithms_is_partitioned_team_test.random (159 ms) 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (606 ms total) 54: 54: [----------] 4 tests from std_algorithms_partition_copy_team_test 54: [ RUN ] std_algorithms_partition_copy_team_test.empty 54: [ OK ] std_algorithms_partition_copy_team_test.empty (21 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_true 54: [ OK ] std_algorithms_partition_copy_team_test.all_true (526 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_false 54: [ OK ] std_algorithms_partition_copy_team_test.all_false (502 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.random 54: [ OK ] std_algorithms_partition_copy_team_test.random (450 ms) 54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1501 ms total) 54: 54: [----------] 4 tests from std_algorithms_partition_point_team_test 54: [ RUN ] std_algorithms_partition_point_team_test.empty 54: [ OK ] std_algorithms_partition_point_team_test.empty (13 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_true 54: [ OK ] std_algorithms_partition_point_team_test.all_true (200 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_false 54: [ OK ] std_algorithms_partition_point_team_test.all_false (203 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.random 54: [ OK ] std_algorithms_partition_point_team_test.random (182 ms) 54: [----------] 4 tests from std_algorithms_partition_point_team_test (600 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 5 test suites ran. (4495 ms total) 54: [ PASSED ] 18 tests. 54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.92 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test timeout computed to be: 1500 55: [==========] Running 5 tests from 4 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_transform_team_test 55: [ RUN ] std_algorithms_transform_team_test.test_unary_op 55: [ OK ] std_algorithms_transform_team_test.test_unary_op (614 ms) 55: [ RUN ] std_algorithms_transform_team_test.test_binary_op 55: [ OK ] std_algorithms_transform_team_test.test_binary_op (800 ms) 55: [----------] 2 tests from std_algorithms_transform_team_test (1415 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_team_test 55: [ RUN ] std_algorithms_generate_team_test.test_unary_op 55: [ OK ] std_algorithms_generate_team_test.test_unary_op (1402 ms) 55: [----------] 1 test from std_algorithms_generate_team_test (1402 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_n_team_test 55: [ RUN ] std_algorithms_generate_n_team_test.test 55: [ OK ] std_algorithms_generate_n_team_test.test (417 ms) 55: [----------] 1 test from std_algorithms_generate_n_team_test (417 ms total) 55: 55: [----------] 1 test from std_algorithms_swap_ranges_team_test 55: [ RUN ] std_algorithms_swap_ranges_team_test.test 55: [ OK ] std_algorithms_swap_ranges_team_test.test (757 ms) 55: [----------] 1 test from std_algorithms_swap_ranges_team_test (757 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 5 tests from 4 test suites ran. (3993 ms total) 55: [ PASSED ] 5 tests. 55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.41 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test timeout computed to be: 1500 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test 56: [ RUN ] std_algorithms_exclusive_scan_team_test.test 56: [ OK ] std_algorithms_exclusive_scan_team_test.test (1661 ms) 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1662 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 56: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (809 ms) 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (809 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (2471 ms total) 56: [ PASSED ] 2 tests. 56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.89 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test timeout computed to be: 1500 57: [==========] Running 2 tests from 2 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test 57: [ RUN ] std_algorithms_inclusive_scan_team_test.test 57: [ OK ] std_algorithms_inclusive_scan_team_test.test (2371 ms) 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2372 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 57: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2009 ms) 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2009 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (4381 ms total) 57: [ PASSED ] 2 tests. 57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.79 sec test 58 Start 58: Kokkos_PerformanceTest_InclusiveScan 58: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T14-55-51.json" 58: Test timeout computed to be: 1500 58: 2025-03-17T15:26:40+00:00 58: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 58: Run on (64 X 3294.14 MHz CPU s) 58: CPU Caches: 58: L1 Data 32 KiB (x32) 58: L1 Instruction 32 KiB (x32) 58: L2 Unified 512 KiB (x32) 58: L3 Unified 16384 KiB (x16) 58: Load Average: 17.66, 16.25, 13.64 58: APU or dGPU: dGPU 58: Architecture capable of accessing system allocated memory: 1 58: CPU architecture: none 58: Default Device: HIP 58: GPU architecture: AMD_GFX908 58: Is Large Bar: 1 58: KOKKOS_COMPILER_CLANG: 1700 58: KOKKOS_ENABLE_ASM: no 58: KOKKOS_ENABLE_CXX17: no 58: KOKKOS_ENABLE_CXX20: yes 58: KOKKOS_ENABLE_CXX23: no 58: KOKKOS_ENABLE_CXX26: no 58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 58: KOKKOS_ENABLE_HIP: yes 58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 58: KOKKOS_ENABLE_HWLOC: no 58: KOKKOS_ENABLE_LIBDL: yes 58: KOKKOS_ENABLE_PRAGMA_IVDEP: no 58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 58: KOKKOS_ENABLE_PRAGMA_UNROLL: no 58: KOKKOS_ENABLE_PRAGMA_VECTOR: no 58: KOKKOS_ENABLE_SERIAL: yes 58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 58: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 58: Kokkos Version: 4.6.99 58: Shared Memory per Block: 64 KiB 58: Supports Managed Memory: 1 58: System allows accessing system allocated memory on GPU: 0 58: Total Global Memory: 31.98 GiB 58: Wavefront Size: 64 58: XNACK environment variable set: no 58: macro KOKKOS_ENABLE_HIP: defined 58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 58: macro KOKKOS_ENABLE_ROCTHRUST: defined 58: platform: 64bit 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: Benchmark Time CPU Iterations FOM: GB/s MB Passed 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 426 1017.99/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 1018.32/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 446 1012.54/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 446 1018.39/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 446 1012.69/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 446 1013.13/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 446 1018.39/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 446 1018.09/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 445 1017.35/s 1.6k 1 58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 21.86 sec test 59 Start 59: Kokkos_UnitTest_SIMD 59: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 59: Test timeout computed to be: 1500 59: [==========] Running 18 tests from 1 test suite. 59: [----------] Global test environment set-up. 59: [----------] 18 tests from simd 59: [ RUN ] simd.host_math_ops 59: [ OK ] simd.host_math_ops (0 ms) 59: [ RUN ] simd.device_math_ops 59: [ OK ] simd.device_math_ops (6 ms) 59: [ RUN ] simd.host_mask_ops 59: [ OK ] simd.host_mask_ops (0 ms) 59: [ RUN ] simd.device_mask_ops 59: [ OK ] simd.device_mask_ops (0 ms) 59: [ RUN ] simd.host_conversions 59: [ OK ] simd.host_conversions (0 ms) 59: [ RUN ] simd.device_conversions 59: [ OK ] simd.device_conversions (0 ms) 59: [ RUN ] simd.host_shift_ops 59: [ OK ] simd.host_shift_ops (0 ms) 59: [ RUN ] simd.device_shift_ops 59: [ OK ] simd.device_shift_ops (0 ms) 59: [ RUN ] simd.host_condition 59: [ OK ] simd.host_condition (0 ms) 59: [ RUN ] simd.device_condition 59: [ OK ] simd.device_condition (0 ms) 59: [ RUN ] simd.host_gen_ctors 59: [ OK ] simd.host_gen_ctors (0 ms) 59: [ RUN ] simd.device_gen_ctors 59: [ OK ] simd.device_gen_ctors (0 ms) 59: [ RUN ] simd.host_where_expressions 59: [ OK ] simd.host_where_expressions (0 ms) 59: [ RUN ] simd.device_where_expressions 59: [ OK ] simd.device_where_expressions (0 ms) 59: [ RUN ] simd.host_reductions 59: [ OK ] simd.host_reductions (0 ms) 59: [ RUN ] simd.device_reductions 59: [ OK ] simd.device_reductions (0 ms) 59: [ RUN ] simd.host_construction 59: [ OK ] simd.host_construction (0 ms) 59: [ RUN ] simd.device_construction 59: [ OK ] simd.device_construction (0 ms) 59: [----------] 18 tests from simd (6 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 18 tests from 1 test suite ran. (6 ms total) 59: [ PASSED ] 18 tests. 59/59 Test #59: Kokkos_UnitTest_SIMD ....................................... Passed 0.54 sec 100% tests passed, 0 tests failed out of 59 Label Time Summary: Kokkos = 614.02 sec*proc (52 tests) Total Test time (real) = 1209.08 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 0 / 0 Direct: 0 / 0 Preprocessed: 0 / 0 Misses: 0 Direct: 0 Preprocessed: 0 Primary storage: Hits: 0 / 0 Misses: 0 Cache size (GB): 0.00 / 5.00 (0.00 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 e5ec29d95fb0676a11048603bf44a7e328faf2ecf2aaa8ef363be76555f7f100 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes e5ec29d95fb0676a11048603bf44a7e328faf2ecf2aaa8ef363be76555f7f100 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-2) [Pipeline] parallel [Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2) [Pipeline] { (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER) [Pipeline] { (Branch: SYCL-OneAPI) [Pipeline] { (Branch: HIP-ROCm-5.3) [Pipeline] { (Branch: HIP-ROCm-6.0-amdclang) [Pipeline] { (Branch: OPENMPTARGET-Clang) [Pipeline] { (Branch: CUDA-11.8-Clang-15) [Pipeline] { (Branch: CUDA-12.5.1-Clang-17-RDC) [Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG) [Pipeline] { (Branch: CUDA-11.7-NVCC) [Pipeline] stage [Pipeline] { (OPENACC-NVHPC-CUDA-12.2) [Pipeline] stage [Pipeline] { (CUDA-12.2-NVHPC-AS-HOST-COMPILER) [Pipeline] stage [Pipeline] { (SYCL-OneAPI) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.3) [Pipeline] stage [Pipeline] { (HIP-ROCm-6.0-amdclang) [Pipeline] stage [Pipeline] { (OPENMPTARGET-Clang) [Pipeline] stage [Pipeline] { (CUDA-11.8-Clang-15) [Pipeline] stage [Pipeline] { (CUDA-12.5.1-Clang-17-RDC) [Pipeline] stage [Pipeline] { (CUDA-11.6-NVCC-DEBUG) [Pipeline] stage [Pipeline] { (CUDA-11.7-NVCC) [Pipeline] node Running on fetnat_05 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] node [Pipeline] node [Pipeline] node Running on waffle_02 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] node [Pipeline] node [Pipeline] node Running on fetnat_09 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] node Running on fetnat_04 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] node [Pipeline] node Running on villars03 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout using credential Jenkins ORNL Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout 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 [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL using credential Jenkins ORNL 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 changes from the remote Git repository Fetching without tags Fetching without tags Fetching changes from the remote Git repository Fetching changes from the remote Git repository Fetching without tags Fetching without tags Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-7897 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile + docker build -t d3c0fdc419ec77be8de6e1d453c7d937b9f6fbdd -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 19.46kB Step 1/15 : ARG BASE=nvcr.io/nvidia/cuda:12.3.2-devel-ubuntu22.04@sha256:b3acdfb50afe62e6c367eba59ecf2d1768f9f174a62e005d282f843779721cb0 Step 2/15 : FROM $BASE ---> da3144977a75 Step 3/15 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 1ec5aa32e580 Step 4/15 : RUN apt-get update && apt-get install -y bc git wget ccache python3 libelf-dev g++-multilib ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 5e7df511b281 Step 5/15 : ARG NPROC=8 ---> Using cache ---> 4d0a44841b77 Step 6/15 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 6bd286352649 Step 7/15 : ARG CMAKE_VERSION=3.27.7 ---> Using cache ---> c40d87d5fcd0 Step 8/15 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 020cb3744bf8 Step 9/15 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm ${CMAKE_SCRIPT} ---> Using cache ---> b0dc9b5d2903 Step 10/15 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> db8b247e3bb8 Step 11/15 : ARG LLVM_VERSION=llvmorg-17.0.3 ---> Using cache ---> d73f7cf73641 Step 12/15 : ENV LLVM_DIR=/opt/llvm [Pipeline] sh ---> Using cache ---> bf1e9e7a5456 Step 13/15 : RUN LLVM_URL=https://github.com/llvm/llvm-project/archive && LLVM_ARCHIVE=${LLVM_VERSION}.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${LLVM_URL}/${LLVM_ARCHIVE} && mkdir llvm-project && tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 && cd llvm-project && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$LLVM_DIR -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="openmp" -DLLVM_TARGETS_TO_BUILD="X86;NVPTX" -DLIBOMPTARGET_DEVICE_ARCHITECTURES=sm_70 ../llvm && make -j${NPROC} && make install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> fc7cbab37d9d Step 14/15 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Using cache ---> cea7f55ef243 Step 15/15 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH ---> Using cache ---> febc14f12d74 Successfully built febc14f12d74 Successfully tagged d3c0fdc419ec77be8de6e1d453c7d937b9f6fbdd:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { + docker build -t e2a2d1260ddc830f20699eb85a629d55b06a1579 -f scripts/docker/Dockerfile.sycl scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/18 : ARG BASE=nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu22.04@sha256:a3184e4dc6f968da5bba86df3081ff3013f8e3674a9bfce544af8be905d2f17a Step 2/18 : FROM $BASE ---> 28a6f693c19c Step 3/18 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> f2c9e7a040f2 Step 4/18 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 8fcf999240bf Step 5/18 : RUN apt-get update && apt-get install -y bc wget ccache ninja-build python3 git libomp-dev ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 56ba8eb9da2f Step 6/18 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 044fd5abcb57 Step 7/18 : ARG CMAKE_VERSION=3.23.2 ---> Using cache ---> 7d0d2cd2dd50 Step 8/18 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 9d578ef62563 Step 9/18 : 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 ---> d17975bf5197 Step 10/18 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> d38511531b59 Step 11/18 : 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 ---> 322d3d315c3f Step 12/18 : RUN wget https://cloud1.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh && echo "3416721faf83e5858e65795231bae47bb51ff91d4e8738613d498674f1636f72 oneapi-for-nvidia-gpus-2023.0.0-linux.sh" | sha256sum --check && chmod +x oneapi-for-nvidia-gpus-2023.0.0-linux.sh && ./oneapi-for-nvidia-gpus-2023.0.0-linux.sh -y && rm oneapi-for-nvidia-gpus-2023.0.0-linux.sh ---> Using cache ---> e5235f5a8b9b Step 13/18 : ENV ONE_DPL_DIR=/opt/onedpl ---> Using cache ---> bfb83cd1c25e Step 14/18 : RUN . /opt/intel/oneapi/setvars.sh --include-intel-llvm && ONE_DPL_VERSION=oneDPL-2022.2.0 && ONE_DPL_URL=https://github.com/oneapi-src/oneDPL/archive && ONE_DPL_ARCHIVE=${ONE_DPL_VERSION}-rc1.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${ONE_DPL_URL}/${ONE_DPL_ARCHIVE} && mkdir onedpl && tar -xf ${ONE_DPL_ARCHIVE} -C onedpl --strip-components=1 && cd onedpl && mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_CXX_FLAGS="-w" -DCMAKE_INSTALL_PREFIX=${ONE_DPL_DIR} -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=TRUE -DONEDPL_BACKEND="dpcpp_only" .. && make -j${NPROCS} install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 77f085929466 Step 15/18 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin-llvm/:$PATH [Pipeline] sh ---> Using cache ---> 0135b6517eca Step 16/18 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin/:$PATH ---> Using cache ---> 5e1d569374ac Step 17/18 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/lib:$LD_LIBRARY_PATH ---> Using cache ---> 2bed4de56437 Step 18/18 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:$LD_LIBRARY_PATH ---> Using cache ---> 7e6354c18a54 Successfully built 7e6354c18a54 Successfully tagged e2a2d1260ddc830f20699eb85a629d55b06a1579:latest + docker inspect -f . d3c0fdc419ec77be8de6e1d453c7d937b9f6fbdd . [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_09 seems to be running inside container e5fde17e8cfdaea202b4d9fadc6a1486ce5e7acd2b8b833904447406daea977c $ 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-7897 --volumes-from e5fde17e8cfdaea202b4d9fadc6a1486ce5e7acd2b8b833904447406daea977c -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** d3c0fdc419ec77be8de6e1d453c7d937b9f6fbdd cat Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 Commit message: "Preserve the tests added but skip when HPX is enabled" $ docker top 8447a3a460027536449a68cd1c330d19bee7b9b39c0763e080251a122ef2d248 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker inspect -f . e2a2d1260ddc830f20699eb85a629d55b06a1579 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer waffle_02 seems to be running inside container 6c949fd7446e5364a486ec1fec099061d47d33c86c527e21ad081d9cc3b963d1 + ccache --zero-stats Statistics zeroed $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-7897 --volumes-from 6c949fd7446e5364a486ec1fec099061d47d33c86c527e21ad081d9cc3b963d1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** e2a2d1260ddc830f20699eb85a629d55b06a1579 cat + docker build -t 35ba34394d3cad3cccd8218466b0c4f1ccbf5ffe --build-arg BASE=nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04 --build-arg ADDITIONAL_PACKAGES=clang-15 clang-tidy-15 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> 6f9cc9f1ba9e Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> f862c552f160 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 6b7eb3a6a576 Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> d6736bf5ffd1 Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 736b26865ff5 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 27c6b8fc13ed Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> db843a2d5857 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 ---> 24baea596799 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 27fe46772351 Successfully built 27fe46772351 Successfully tagged 35ba34394d3cad3cccd8218466b0c4f1ccbf5ffe:latest + docker build -t 9da0b3040be9c61ceb0c289738c5ab61235f4af8 --build-arg BASE=nvcr.io/nvidia/cuda:11.6.2-devel-ubuntu20.04@sha256:d95d54bc231f8aea7fda79f60da620324584b20ed31a8ebdb0686cffd34dd405 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> d3d3738d6060 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 23f7c43fb3fc Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 340532554888 Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> b95a105b1028 Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 43832d59d745 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 0a156c2fc802 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> ad2b0e68b019 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 ---> 70fd6cef59e6 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 5771161a96b1 Successfully built 5771161a96b1 Successfully tagged 9da0b3040be9c61ceb0c289738c5ab61235f4af8:latest Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7897/head:refs/remotes/origin/PR-7897 # 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/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 $ docker top 2f066fcd06fe3bf7404826126aab9443cc9f09a6af5334212700eb9be779b1a5 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) + rm -rf build Commit message: "Preserve the tests added but skip when HPX is enabled" + docker inspect -f . 35ba34394d3cad3cccd8218466b0c4f1ccbf5ffe . + docker inspect -f . 9da0b3040be9c61ceb0c289738c5ab61235f4af8 . [Pipeline] } + ccache --zero-stats [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_04 seems to be running inside container ca976dc4fac147cc030a544da1ab2005196640fca4552b7d5ae59a85d915de14 $ 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-7897 --volumes-from ca976dc4fac147cc030a544da1ab2005196640fca4552b7d5ae59a85d915de14 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 35ba34394d3cad3cccd8218466b0c4f1ccbf5ffe cat Statistics zeroed > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 + 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_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 .. $ docker top 939b347a242f89f543759d5361f6876a1423a3dd22812c96b697cddb1bd8b409 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] } [Pipeline] sh Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&large_images&&volta’ -- Setting default Kokkos CXX standard to 17 [Pipeline] // withEnv Still waiting to schedule task Waiting for next available executor on ‘rocm-docker’ [Pipeline] withDockerContainer Still waiting to schedule task Waiting for next available executor on ‘rocm-docker’ villars03 seems to be running inside container 8798887f8d4d003a6e2f3adb53fad45dfcb27ad1609f5e3c2694f60c84e32f95 Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta’ $ 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-7897 --volumes-from 8798887f8d4d003a6e2f3adb53fad45dfcb27ad1609f5e3c2694f60c84e32f95 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 9da0b3040be9c61ceb0c289738c5ab61235f4af8 cat + 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 -DCMAKE_PREFIX_PATH=/opt/onedpl -DKOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED=0 -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=17 .. -- The CXX compiler identification is Clang 17.0.3 -- Setting default Kokkos CXX standard to 17 -- Detecting CXX compiler ABI info -- 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.6.99 -- The CXX compiler identification is IntelLLVM 2023.0.0 -- Detecting CXX compiler ABI info -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-7897/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 -- 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.6.99 -- Using -std=gnu++17 for C++17 extensions as feature -- The project name is: Kokkos -- Using internal gtest for testing -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenMPTarget -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan $ docker top 790d287943b481a543a149695d63343abab60dd618d4ab316fc70f68b5571c0d -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] { -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] sh [Pipeline] sh -- Configured git information in /var/jenkins/workspace/Kokkos_PR-7897/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 + ccache --zero-stats Statistics zeroed [Pipeline] sh + docker build -t 145a6f1595b23f8c89443175dfd0f0a2575ba07c -f scripts/docker/Dockerfile.nvhpc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/9 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04@sha256:4f344e501d63c902a3f51c1783b88be5c9f5093641fc15b51b7d387f16d6d7bb Step 2/9 : FROM $BASE ---> 14f99d87eca9 Step 3/9 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 19e9649f8c35 Step 4/9 : RUN apt-get update && apt-get install -y ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 3c45e37b549a Step 5/9 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 0fd425dd89ce Step 6/9 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> 17e0c099567c Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 93ae6e24a8bb Step 8/9 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 9510c95d9944 Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 86465554fd9e Successfully built 86465554fd9e Successfully tagged 145a6f1595b23f8c89443175dfd0f0a2575ba07c:latest + ccache --zero-stats Statistics zeroed [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + rm -rf build + docker inspect -f . 145a6f1595b23f8c89443175dfd0f0a2575ba07c . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_05 seems to be running inside container 08020b533fd7c09bed9fdd6eaaa4fe016c512722459ed2b73dd9c85a0a69efc5 $ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-7897 --volumes-from 08020b533fd7c09bed9fdd6eaaa4fe016c512722459ed2b73dd9c85a0a69efc5 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 145a6f1595b23f8c89443175dfd0f0a2575ba07c cat -- SIMD: AVX2 detected -- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL -- 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 $ docker top 90c93e1abd18c2fffe05adcdc8ccfe50d13b4d113a13beacc746bbe3eed15068 -eo pid,comm -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 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 -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL - not found -- Looking for SYCL_EXT_ONEAPI_GRAPH + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++-15 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-15;-warnings-as-errors=* -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -Wno-pass-failed -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 20 + rm -rf build + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. -- [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 -- Setting default Kokkos CXX standard to 17 -- Looking for SYCL_EXT_ONEAPI_GRAPH - not found -- Built-in Execution Spaces: -- Device Parallel: Kokkos::SYCL -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found TPLLIBDL: /usr/include -- Looking for C++ include oneapi/dpl/execution -- 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 -- The CXX compiler identification is Clang 15.0.7 -- Check for working CXX compiler: /usr/bin/clang++-15 -- Check for working CXX compiler: /usr/bin/clang++-15 -- works -- Detecting CXX compiler ABI info + mkdir -p build + cd build + cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror -Werror=all-warnings -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEBUG=ON -DKokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=ON .. -- 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.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=c++2a for C++20 standard as feature -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- No installed google benchmark found, fetching from GitHub -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.8.89") -- Looking for C++ include pthread.h -- Kokkos Backends: SERIAL;OPENMPTARGET -- Configuring done (12.6s) -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -- works -- Detecting CXX compiler ABI info -- Performing Test KOKKOS_NO_TBB_CONFLICT - Success -- oneDPL: ONEDPL_PAR_BACKEND=tbb, disable OpenMP backend -- Performing Test _fsycl_option -- Performing Test _fsycl_option - Success -- Adding -fsycl compiler option -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Generating done (1.1s) -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Built target AlwaysCheckGit [ 1%] Linking CXX static library libkokkossimd.a [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.6.124 -- Using -std=c++17 for C++17 standard as feature [ 1%] Built target kokkossimd [ 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%] Linking CXX shared library libkokkosprinter-tool.so -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub [ 1%] Built target impl_git_version [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Built target kokkosprinter-tool [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 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_ExecPolicy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_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 -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- The CXX compiler identification is NVHPC 23.7.0 -- Detecting CXX compiler ABI info -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- [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 -- 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.6.99 -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Performing Test HAVE_CXX_FLAG_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 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-7897/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using --c++17;--gnu_extensions for C++17 extensions as feature -- [benchmark] Performing Test HAVE_CXX_FLAG_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 -- SIMD: AVX512 detected -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenACC -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o -- Detected CUDA Compute Capability 80 -- Setting Kokkos_ARCH_AMPERE80=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: Kokkos::OpenMP -- Host Serial: NONE -- -- Architectures: -- NATIVE -- AMPERE80 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.6.124") -- Looking for C++ include pthread.h -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- 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-7897/tpls/mdspan/include -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestCuda.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;CUDA -- Configuring done -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Kokkos Backends: SERIAL;OPENACC -- Configuring done [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o -- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "3.0") -- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "3.0") found components: CXX -- Using internal desul_atomics copy -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Built target AlwaysCheckGit -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 Scanning dependencies of target impl_git_version Scanning dependencies of target benchmark [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.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_name.cc.o Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Linking CXX static library libkokkossimd.a [ 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%] Built target AlwaysCheckGit [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 1%] Built target kokkossimd [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Linking CXX static library libkokkos_gtest.a [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Built target kokkos_gtest [ 4%] Linking CXX static library libbenchmark.a -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Linking CXX static library libkokkossimd.a Scanning dependencies of target kokkoscore [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o Scanning dependencies of target benchmark_main [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) [ 2%] Built target kokkossimd [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o -- No installed google benchmark found, fetching from GitHub -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_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 -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Linking CXX static library libbenchmark_main.a [ 4%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Built target benchmark_main [ 4%] 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_ExecPolicy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Built target kokkosprinter-tool [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.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 [ 4%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY [ 4%] Built target kokkosprinter-tool [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 4%] Linking CXX static library libkokkos_gtest.a [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 4%] Built target kokkos_gtest [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;SYCL -- Configuring done [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 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 [ 6%] Linking CXX static library libbenchmark.a [ 6%] Built target benchmark -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 1%] Built target AlwaysCheckGit [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 2%] Linking CXX static library libkokkossimd.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 2%] Built target kokkossimd [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 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 [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.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 [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: OPENMP;CUDA -- Configuring done [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.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 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 4%] Linking CXX static library libkokkos_gtest.a [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 4%] Built target kokkos_gtest [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target impl_git_version [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o Scanning dependencies of target benchmark [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target kokkoscore [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 5%] Linking CXX static library libbenchmark.a [ 5%] Built target benchmark [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 2%] Linking CXX shared library libkokkossimd.so [ 2%] Built target kokkossimd [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17 [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Building CXX object _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 [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Linking CXX shared library libimpl_git_version.so [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 3%] Built target impl_git_version [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 7%] 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_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_BasicView.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 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 [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 6%] Linking CXX shared library libbenchmark.so [ 6%] Built target benchmark [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 6%] Linking CXX shared library libkokkos_gtest.so [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 6%] Built target kokkos_gtest Scanning dependencies of target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 6%] Linking CXX shared library libbenchmark_main.so [ 6%] Built target benchmark_main [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o [ 6%] Linking CXX shared library libkokkoscore.so [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 6%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 8%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 9%] Linking CXX static library libkokkos_gtest.a [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 9%] Built target kokkos_gtest [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 12%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 7%] Linking CXX shared library libkokkoscontainers.so [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 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 [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_ProfilingAllCalls [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_StackTraceTestExec [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 6%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 6%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 6%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_CTestDevice [ 6%] Built target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 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_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 11%] Built target Kokkos_CoreUnitTest_OpenMPInterOp Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ReferenceCountedAccessor.cpp.o [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 6%] Linking CXX executable Kokkos_ProfilingAllCalls [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 6%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 22%] 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 [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 7%] Linking CXX executable Kokkos_ToolsInitialization [ 7%] Built target Kokkos_ToolsInitialization [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_Develop [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedAccessor.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ReferenceCountedDataHandle.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.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_UniqueToken_hpp.dir/tstHeader.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 27%] Built target Kokkos_CoreTestCompileOnly [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 8%] Built target Kokkos_CoreUnitTest_CTestDevice [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_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_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 34%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 12%] Built target Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedDataHandle.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedAccessor.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedDataHandle.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_KokkosP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.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_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 24%] 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_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.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_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_Develop [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o [ 25%] Linking CXX executable Kokkos_IncrementalTest_OPENMP Scanning dependencies of target Kokkos_StackTraceTestExec [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 26%] Linking CXX executable Kokkos_StackTraceTestExec [ 14%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 26%] Built target Kokkos_IncrementalTest_OPENMP [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 26%] Built target Kokkos_StackTraceTestExec Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_SYCL_ViewSupport [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_CUDA [ 26%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 29%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 31%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 31%] Built target Kokkos_IncrementalTest_CUDA [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 32%] Built target Kokkos_CoreTestCompileOnly [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_SYCL_ViewSupport [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_TuningBasics [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 32%] 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_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC_ViewSupport [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 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/TestVersionMacros.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_OpenACC_ViewSupport [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 17%] Linking CXX executable Kokkos_ProfilingAllCalls [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 17%] Built target Kokkos_ProfilingAllCalls [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o [ 18%] 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_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 19%] Built target Kokkos_CoreTestCompileOnly [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 20%] Linking CXX executable Kokkos_ToolsInitialization [ 41%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 20%] Built target Kokkos_ToolsInitialization [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 11%] Linking CXX executable Kokkos_StackTraceTestExec [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 11%] Built target Kokkos_StackTraceTestExec [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_Cuda3 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 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 [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 47%] Built target Kokkos_CoreUnitTest_Default [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 51%] 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_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 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 [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 23%] Linking CXX executable Kokkos_StackTraceTestExec [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 45%] Built target Kokkos_CoreUnitTest_Develop [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 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/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 14%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 23%] Built target Kokkos_StackTraceTestExec [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 55%] 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 [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 61%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.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 [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 62%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 62%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 62%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 64%] Built target Kokkos_Benchmark_Atomic_MinMax [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 64%] Built target Kokkos_PerformanceTest_Mempool [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP [ 64%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 64%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 64%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 64%] Built target Kokkos_ContainersUnitTest_OpenMP Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 64%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 65%] Built target Kokkos_ContainersUnitTest_Cuda [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 65%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 65%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 66%] Built target Kokkos_ContainersTestCompileOnly [ 66%] Built target Kokkos_ContainersPerformanceTest_OpenMP Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 66%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 66%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_KokkosP [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_CTestDevice [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 68%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 68%] Built target Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 68%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 69%] Built target Kokkos_CoreUnitTest_Cuda2 Scanning dependencies of target Kokkos_UnitTest_Sort [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 72%] Linking CXX executable Kokkos_UnitTest_Sort [ 24%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 72%] Built target Kokkos_UnitTest_Sort [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 24%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_UnitTest_Random [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 73%] Linking CXX executable Kokkos_UnitTest_Random [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 73%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 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_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 45%] Built target Kokkos_CoreUnitTest_Default [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 81%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 82%] 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_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 83%] Built target Kokkos_PerformanceTest_Benchmark [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 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_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 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/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 87%] 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_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 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 [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o [ 89%] 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_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 89%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 89%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 89%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 89%] Linking CXX executable Kokkos_UnitTest_SIMD [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 90%] Built target Kokkos_PerformanceTest_InclusiveScan Scanning dependencies of target Kokkos_atomic [ 90%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 90%] Linking CXX executable Kokkos_atomic [ 90%] Built target Kokkos_UnitTest_SIMD Scanning dependencies of target Kokkos_gather [ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 90%] Linking CXX executable Kokkos_gather [ 90%] Built target Kokkos_atomic [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P Scanning dependencies of target Kokkos_gups [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 91%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 91%] Linking CXX executable Kokkos_gups Scanning dependencies of target Kokkos_launch_latency [ 91%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 91%] Linking CXX executable Kokkos_launch_latency [ 91%] Built target Kokkos_gather Scanning dependencies of target Kokkos_stream [ 91%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 91%] Built target Kokkos_gups Scanning dependencies of target Kokkos_view_copy_constructor [ 91%] Linking CXX executable Kokkos_stream [ 91%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 91%] Built target Kokkos_launch_latency [ 92%] Linking CXX executable Kokkos_view_copy_constructor Scanning dependencies of target Kokkos_policy_performance [ 92%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 92%] Linking CXX executable Kokkos_policy_performance [ 92%] Built target Kokkos_stream [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o Scanning dependencies of target Kokkos_bytes_and_flops [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 94%] Built target Kokkos_view_copy_constructor [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 94%] Linking CXX executable Kokkos_bytes_and_flops [ 94%] Built target Kokkos_policy_performance [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 28%] 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_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 94%] Built target Kokkos_bytes_and_flops [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanAtomicAccessor.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 95%] 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_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanConversion.cpp.o [ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 16%] Built target Kokkos_CoreTestCompileOnly [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_KokkosP [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 32%] Built target Kokkos_CoreUnitTest_Default [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 18%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [100%] Built target Kokkos_CoreUnitTest_Cuda1 [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o [100%] Built target Kokkos_CoreUnitTest_OpenMP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 790d287943b4 Build name: Linux-nvcc_wrapper Create new tag: 20250317-1532 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 1: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 1: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 1: For unit testing set OMP_PROC_BIND=false 1: 1: [==========] Running 353 tests from 4 test suites. 1: [----------] Global test environment set-up. 1: [----------] 18 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host 1: [ OK ] openmp_DeathTest.abort_from_host (862 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o 1: [ OK ] openmp_DeathTest.abort_from_device (859 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (900 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (894 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (886 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (1487 ms) 1: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (884 ms) 1: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes [ 35%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (1595 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_Develop [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (3456 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 35%] Built target Kokkos_IncrementalTest_OPENMPTARGET [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 21%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5901 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpaceThreadSafety.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 36%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (5454 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: 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-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [ RUN ] openmp_DeathTest.view_out_of_bounds_access [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o [ 36%] Built target Kokkos_IncrementalTest_SERIAL [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o 1: [ OK ] openmp_DeathTest.view_out_of_bounds_access (12977 ms) 1: [----------] 18 tests from openmp_DeathTest (36161 ms total) 1: 1: [----------] 1 test from openmp_graph_DeathTest 1: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once 1: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (1603 ms) 1: [----------] 1 test from openmp_graph_DeathTest (1603 ms total) 1: 1: [----------] 318 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_operator_equal 1: [ OK ] openmp.array_operator_equal (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (3 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (3 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (3 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (3 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (7 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (7 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (7 ms) 1: [ RUN ] openmp.atomic_shared 1: [ OK ] openmp.atomic_shared (0 ms) 1: [ RUN ] openmp.atomic_operations_unsigned 1: [ OK ] openmp.atomic_operations_unsigned (5 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (5 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (15 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 (562 ms) 1: [ RUN ] openmp.atomic_views_nonintegral 1: [ OK ] openmp.atomic_views_nonintegral (362 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.complex_structured_bindings 1: [ OK ] openmp.complex_structured_bindings (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (2 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (11 ms) 1: [ RUN ] openmp.deep_copy_alignment 1: [ OK ] openmp.deep_copy_alignment (9 ms) 1: [ RUN ] openmp.deep_copy_conversion [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o 1: [ OK ] openmp.deep_copy_conversion (137 ms) 1: [ RUN ] openmp.partitioning_by_args 1: [ OK ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: [ OK ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp 1: [ OK ] openmp.exec_space_thread_safety_range (1763 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange 1: [ OK ] openmp.exec_space_thread_safety_mdrange (177 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy 1: [ OK ] openmp.exec_space_thread_safety_team_policy (176 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_reduce 1: [ OK ] openmp.exec_space_thread_safety_range_reduce (187 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 1: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (181 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 1: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (181 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_scan 1: [ OK ] openmp.exec_space_thread_safety_range_scan (182 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.when_all_type 1: [ OK ] openmp.when_all_type (0 ms) 1: [ RUN ] openmp.graph_then 1: [ OK ] openmp.graph_then (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Graph.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (4226 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (4498 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (3178 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 55%] Linking CXX executable Kokkos_ProfilingAllCalls [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 55%] Built target Kokkos_ProfilingAllCalls [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (3179 ms) 1: [ RUN ] openmp.deep_copy_scratch 1: [ OK ] openmp.deep_copy_scratch (0 ms) 1: [ RUN ] openmp.mathematical_constants_e 1: [ OK ] openmp.mathematical_constants_e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log2e 1: [ OK ] openmp.mathematical_constants_log2e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log10e 1: [ OK ] openmp.mathematical_constants_log10e (0 ms) 1: [ RUN ] openmp.mathematical_constants_pi 1: [ OK ] openmp.mathematical_constants_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_pi 1: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 1: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln2 1: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln10 1: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt2 1: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt3 1: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrt3 1: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_egamma 1: [ OK ] openmp.mathematical_constants_egamma (0 ms) 1: [ RUN ] openmp.mathematical_constants_phi 1: [ OK ] openmp.mathematical_constants_phi (0 ms) 1: [ RUN ] openmp.mathematical_functions_trigonometric_functions 1: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 1: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_non_standard 1: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 1: [ RUN ] openmp.mathematical_functions_power_functions 1: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_fma 1: [ OK ] openmp.mathematical_functions_fma (0 ms) 1: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 1: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_absolute_value 1: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 1: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_remainder_function 1: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] openmp.mathematical_functions_isfinite 1: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 1: [ RUN ] openmp.mathematical_functions_isinf 1: [ OK ] openmp.mathematical_functions_isinf (0 ms) 1: [ RUN ] openmp.mathematical_functions_isnan 1: [ OK ] openmp.mathematical_functions_isnan (0 ms) 1: [ RUN ] openmp.mathematical_functions_exponential_functions 1: [ OK ] openmp.mathematical_functions_exponential_functions (1 ms) 1: [ RUN ] openmp.mathspecialfunc_expint1 1: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_errorfunc 1: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 1: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (7 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 1: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (8 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 1: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 1: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 1: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 1: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] openmp.mdrange_5d [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp 1: [ OK ] openmp.mdrange_5d (1809 ms) 1: [ RUN ] openmp.mdrange_6d Scanning dependencies of target Kokkos_CoreUnitTest_TuningBasics [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o 1: [ OK ] openmp.mdrange_6d (2474 ms) 1: [ RUN ] openmp.mdrange_2d 1: [ OK ] openmp.mdrange_2d (5 ms) 1: [ RUN ] openmp.mdrange_array_reduce 1: [ OK ] openmp.mdrange_array_reduce (0 ms) 1: [ RUN ] openmp.mdrange_3d 1: [ OK ] openmp.mdrange_3d (47 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (159 ms) 1: [ RUN ] openmp.mdrange_4d [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp 1: [ OK ] openmp.mdrange_4d (1196 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o 1: [ OK ] openmp.mdrange_large_deep_copy (4200 ms) 1: [ RUN ] openmp.md_range_policy_construction_from_arrays 1: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] openmp.policy_get_tile_size 1: [ OK ] openmp.policy_get_tile_size (0 ms) 1: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_TuningBasics [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (4865 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMDSpan.hpp:63: Skipped 1: mdspan not enabled 1: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (2 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (0 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (44 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 (33 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (1 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (1 ms) 1: [ RUN ] openmp.range_reduce 1: [ OK ] openmp.range_reduce (0 ms) 1: [ RUN ] openmp.range_dynamic_policy 1: [ OK ] openmp.range_dynamic_policy (0 ms) 1: [ RUN ] openmp.large_parallel_for_reduce 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_policy_one_way_convertible_bounds 1: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (6 ms) 1: [ RUN ] openmp.reducers_double 1: [ OK ] openmp.reducers_double (6 ms) 1: [ RUN ] openmp.reducers_complex_double 1: [ OK ] openmp.reducers_complex_double (1 ms) 1: [ RUN ] openmp.reducers_struct 1: [ OK ] openmp.reducers_struct (3 ms) 1: [ RUN ] openmp.reducers_half_t 1: [ OK ] openmp.reducers_half_t (2 ms) 1: [ RUN ] openmp.reducers_bhalf_t 1: [ OK ] openmp.reducers_bhalf_t (2 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (1 ms) 1: [ RUN ] openmp.reducers_int16_t 1: [ OK ] openmp.reducers_int16_t (1 ms) 1: [ RUN ] openmp.reducers_point_t 1: [ OK ] openmp.reducers_point_t (1 ms) 1: [ RUN ] openmp.reducers_bool 1: [ OK ] openmp.reducers_bool (0 ms) 1: [ RUN ] openmp.int64_t_reduce 1: [ OK ] openmp.int64_t_reduce (86 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (93 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 1: [ OK ] openmp.int64_t_reduce_dynamic (186 ms) 1: [ RUN ] openmp.double_reduce_dynamic 1: [ OK ] openmp.double_reduce_dynamic (182 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (31 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 [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o 1: [ OK ] openmp.reduce_device_view_range_policy (748 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_ToolsInitialization [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 57%] Built target Kokkos_ToolsInitialization [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.reduce_device_view_mdrange_policy (6088 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy 1: [ OK ] openmp.reduce_device_view_team_policy (775 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (27 ms) 1: [ RUN ] openmp.kokkos_swap 1: [ OK ] openmp.kokkos_swap (0 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (32 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (31 ms) 1: [ RUN ] openmp.team_reduce_large [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp 1: [ OK ] openmp.team_reduce_large (1507 ms) 1: [ RUN ] openmp.team_parallel_single 1: [ OK ] openmp.team_parallel_single (1906 ms) 1: [ RUN ] openmp.large_team_scratch_size 1: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 1: [ OK ] openmp.large_team_scratch_size (6 ms) 1: [ RUN ] openmp.team_broadcast_long 1: [ OK ] openmp.team_broadcast_long (213 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o 1: [ OK ] openmp.team_broadcast_long_wrapper (243 ms) 1: [ RUN ] openmp.team_broadcast_char [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp 1: [ OK ] openmp.team_broadcast_char (240 ms) 1: [ RUN ] openmp.team_broadcast_float [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o 1: [ OK ] openmp.team_broadcast_float (255 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (215 ms) 1: [ RUN ] openmp.team_handle_by_value 1: [ OK ] openmp.team_handle_by_value (0 ms) 1: [ RUN ] openmp.team_vector [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o 1: [ OK ] openmp.team_vector (701 ms) 1: [ RUN ] openmp.triple_nested_parallelism [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o 1: [ OK ] openmp.triple_nested_parallelism (569 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.parallel_scan_with_reducers (693 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 (69 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (61 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (71 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (23 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (23 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 1: [ OK ] openmp.TeamVectorMDRangeParallelReduce (24 ms) 1: [ RUN ] openmp.team_policy_runtime_parameters 1: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.team_reduction_scan [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 48%] 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_ExecSpaceThreadSafety.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o 1: [ OK ] openmp.team_reduction_scan (22379 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (86 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (95 ms) 1: [ RUN ] openmp.team_long_array_reduce 1: [ OK ] openmp.team_long_array_reduce (56 ms) 1: [ RUN ] openmp.team_double_array_reduce 1: [ OK ] openmp.team_double_array_reduce (56 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 (286 ms) 1: [ RUN ] openmp.nested_team_reduce_functor_as_reducer 1: [ OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms) 1: [ RUN ] openmp.team_scan 1: [ OK ] openmp.team_scan (709 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (708 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (126 ms) 1: [ RUN ] openmp.team_scratch_request 1: [ OK ] openmp.team_scratch_request (54 ms) 1: [ RUN ] openmp.team_lambda_shared_request 1: [ OK ] openmp.team_lambda_shared_request (50 ms) 1: [ RUN ] openmp.scratch_align 1: [ OK ] openmp.scratch_align (0 ms) 1: [ RUN ] openmp.shmem_size 1: [ OK ] openmp.shmem_size (0 ms) 1: [ RUN ] openmp.multi_level_scratch 1: [ OK ] openmp.multi_level_scratch (51 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 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpaceThreadSafety.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.team_policy_max_recommended (6283 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 (209 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (195 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (219 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 (61 ms) 1: [ RUN ] openmp.view_layout_left_with_stride 1: [ OK ] openmp.view_layout_left_with_stride (0 ms) 1: [ RUN ] openmp.view_layout_right_with_stride 1: [ OK ] openmp.view_layout_right_with_stride (0 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (0 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (1 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 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.view_allocation_large_rank (869 ms) 1: [ RUN ] openmp.view_shmem_size_on_device 1: [ OK ] openmp.view_shmem_size_on_device (7 ms) 1: [ RUN ] openmp.view_is_assignable 1: [ OK ] openmp.view_is_assignable (0 ms) 1: [ RUN ] openmp.view_bad_alloc 1: [ OK ] openmp.view_bad_alloc (63 ms) 1: [ RUN ] openmp.view_copy_tests [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 1: [ OK ] openmp.view_copy_tests (213 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_fill_tests_layout_right [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_right (5604 ms) 1: [ RUN ] openmp.view_fill_tests_layout_left [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 63%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 63%] Built target Kokkos_CoreUnitTest_CTestDevice [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_left (4771 ms) 1: [ RUN ] openmp.vcp_empty_traits 1: [ OK ] openmp.vcp_empty_traits (0 ms) 1: [ RUN ] openmp.is_view_label 1: [ OK ] openmp.is_view_label (0 ms) 1: [ RUN ] openmp.vcp_label_base_traits 1: [ OK ] openmp.vcp_label_base_traits (0 ms) 1: [ RUN ] openmp.vcp_label_traits 1: [ OK ] openmp.vcp_label_traits (0 ms) 1: [ RUN ] openmp.view_alloc_can_perfect_forward_label 1: [ OK ] openmp.view_alloc_can_perfect_forward_label (0 ms) 1: [ RUN ] openmp.vcp_label_copy_constructor 1: [ OK ] openmp.vcp_label_copy_constructor (0 ms) 1: [ RUN ] openmp.vcp_pointer_add_property 1: [ OK ] openmp.vcp_pointer_add_property (0 ms) 1: [ RUN ] openmp.view_empty_runtime_unmanaged 1: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 1: [ RUN ] openmp.view_hooks 1: [ OK ] openmp.view_hooks (0 ms) 1: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 1: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (157 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (153 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o 1: [ OK ] openmp.view_mapping (383 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (8 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (4 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.view_of_views_default 1: [ OK ] openmp.view_of_views_default (0 ms) 1: [ RUN ] openmp.view_of_views_without_initializing 1: [ OK ] openmp.view_of_views_without_initializing (0 ms) 1: [ RUN ] openmp.test_view_of_views_sequential_host_init 1: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (96 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp 1: [ OK ] openmp.workgraph_fib (731 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-7897/core/unit_test/TestWithoutInitializing.hpp:301: 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 (1 ms) 1: [ RUN ] openmp.view_subview_1d_assign_atomic [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o 1: [ OK ] openmp.view_subview_1d_assign_atomic (1 ms) 1: [ RUN ] openmp.view_subview_1d_assign_randomaccess 1: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d 1: [ OK ] openmp.view_subview_2d_from_3d (26 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (24 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (24 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left 1: [ OK ] openmp.view_subview_3d_from_5d_left (519 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (520 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess [ 63%] Linking CXX executable Kokkos_StackTraceTestExec [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (521 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 63%] Built target Kokkos_StackTraceTestExec [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_right (743 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (744 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (744 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: [----------] 318 tests from openmp (97687 ms total) 1: 1: [----------] 16 tests from openmp_graph 1: [ RUN ] openmp_graph.submit_once 1: [ OK ] openmp_graph.submit_once (0 ms) 1: [ RUN ] openmp_graph.submit_once_rvalue 1: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 1: [ RUN ] openmp_graph.instantiate_and_submit_once 1: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 1: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 1: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 1: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 1: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 1: [ RUN ] openmp_graph.create_graph_no_arg 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 1: Skipping since useless if the test fixture is not on the default execution space. 1: [ SKIPPED ] openmp_graph.create_graph_no_arg (0 ms) 1: [ RUN ] openmp_graph.submit_six 1: [ OK ] openmp_graph.submit_six (0 ms) 1: [ RUN ] openmp_graph.when_all_cycle 1: [ OK ] openmp_graph.when_all_cycle (0 ms) 1: [ RUN ] openmp_graph.repeat_chain 1: [ OK ] openmp_graph.repeat_chain (0 ms) 1: [ RUN ] openmp_graph.zero_work_reduce 1: [ OK ] openmp_graph.zero_work_reduce (0 ms) 1: [ RUN ] openmp_graph.empty_graph 1: [ OK ] openmp_graph.empty_graph (0 ms) 1: [ RUN ] openmp_graph.force_global_launch 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 1: This execution space does not support global launch. 1: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 1: [ RUN ] openmp_graph.empty_graph_default_host_exec 1: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 1: [ RUN ] openmp_graph.node_lifetime 1: [ OK ] openmp_graph.node_lifetime (0 ms) 1: [ RUN ] openmp_graph.diamond 1: [ OK ] openmp_graph.diamond (0 ms) 1: [ RUN ] openmp_graph.end_of_submit_control_flow 1: [ OK ] openmp_graph.end_of_submit_control_flow (1 ms) 1: [----------] 16 tests from openmp_graph (3 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 353 tests from 4 test suites ran. (135457 ms total) 1: [ PASSED ] 342 tests. 1: [ SKIPPED ] 11 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp.mdspan_minimal_functional 1: [ SKIPPED ] openmp.large_parallel_for_reduce 1: [ SKIPPED ] openmp.view_allocation_int 1: [ SKIPPED ] openmp_graph.create_graph_no_arg 1: [ SKIPPED ] openmp_graph.force_global_launch [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o 1/55 Test #1: Kokkos_CoreUnitTest_OpenMP ................................. Passed 135.81 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 2: Test timeout computed to be: 1500 2: [==========] Running 1 test from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 1 test from openmp 2: [ RUN ] openmp.raw_openmp_interop 2: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 2: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 2: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 2: For unit testing set OMP_PROC_BIND=false 2: 2: [ OK ] openmp.raw_openmp_interop (187 ms) 2: [----------] 1 test from openmp (187 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (187 ms total) 2: [ PASSED ] 1 test. 2/55 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.31 sec test 3 Start 3: Kokkos_CoreUnitTest_Cuda1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 3: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 3: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 3: For unit testing set OMP_PROC_BIND=false 3: [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o 3: [==========] Running 211 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 9 tests from cuda_DeathTest 3: [ RUN ] cuda_DeathTest.abort_from_host [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o 3: [ OK ] cuda_DeathTest.abort_from_host (1852 ms) 3: [ RUN ] cuda_DeathTest.abort_from_device [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Graph.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o 3: [ OK ] cuda_DeathTest.abort_from_device (1821 ms) 3: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 3: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1906 ms) 3: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 53%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o [ 53%] Built target Kokkos_PerformanceTest_TaskDag 3: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1909 ms) 3: [ RUN ] cuda_DeathTest.policy_invalid_bounds [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o 3: [ OK ] cuda_DeathTest.policy_invalid_bounds (1917 ms) 3: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 65%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 65%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 3: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (3805 ms) 3: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o 3: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (1602 ms) 3: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o 3: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (3559 ms) 3: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o 3: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (6651 ms) 3: [----------] 9 tests from cuda_DeathTest (25027 ms total) 3: 3: [----------] 1 test from cuda_graph_DeathTest 3: [ RUN ] cuda_graph_DeathTest.can_instantiate_only_once [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o 3: [ OK ] cuda_graph_DeathTest.can_instantiate_only_once (3544 ms) 3: [----------] 1 test from cuda_graph_DeathTest (3544 ms total) 3: 3: [----------] 185 tests from cuda 3: [ RUN ] cuda.array_capacity 3: [ OK ] cuda.array_capacity (0 ms) 3: [ RUN ] cuda.array_element_access 3: [ OK ] cuda.array_element_access (0 ms) 3: [ RUN ] cuda.array_operator_equal 3: [ OK ] cuda.array_operator_equal (0 ms) 3: [ RUN ] cuda.array_zero_capacity 3: [ OK ] cuda.array_zero_capacity (0 ms) 3: [ RUN ] cuda.array_zero_data_nullptr 3: [ OK ] cuda.array_zero_data_nullptr (0 ms) 3: [ RUN ] cuda.atomic_operations_complexdouble 3: [ OK ] cuda.atomic_operations_complexdouble (8 ms) 3: [ RUN ] cuda.atomic_operations_complexfloat 3: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 3: [ RUN ] cuda.atomic_operations_double 3: [ OK ] cuda.atomic_operations_double (6 ms) 3: [ RUN ] cuda.atomic_operations_float 3: [ OK ] cuda.atomic_operations_float (6 ms) 3: [ RUN ] cuda.atomic_operations_int 3: [ OK ] cuda.atomic_operations_int (14 ms) 3: [ RUN ] cuda.atomic_operations_long 3: [ OK ] cuda.atomic_operations_long (14 ms) 3: [ RUN ] cuda.atomic_operations_longlong 3: [ OK ] cuda.atomic_operations_longlong (15 ms) 3: [ RUN ] cuda.atomic_shared 3: [ OK ] cuda.atomic_shared (0 ms) 3: [ RUN ] cuda.atomic_operations_unsigned 3: [ OK ] cuda.atomic_operations_unsigned (12 ms) 3: [ RUN ] cuda.atomic_operations_unsignedlong 3: [ OK ] cuda.atomic_operations_unsignedlong (12 ms) 3: [ RUN ] cuda.atomics 3: [ OK ] cuda.atomics (149 ms) 3: [ RUN ] cuda.atomics_tpetra_max_abs 3: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] cuda.atomic_views_integral [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o 3: [ OK ] cuda.atomic_views_integral (8917 ms) 3: [ RUN ] cuda.atomic_views_nonintegral 3: [ OK ] cuda.atomic_views_nonintegral (58 ms) 3: [ RUN ] cuda.atomic_view_api 3: [ OK ] cuda.atomic_view_api (0 ms) 3: [ RUN ] cuda.bit_manip_countl_zero 3: [ OK ] cuda.bit_manip_countl_zero (0 ms) 3: [ RUN ] cuda.bit_manip_countl_one 3: [ OK ] cuda.bit_manip_countl_one (0 ms) 3: [ RUN ] cuda.bit_manip_countr_zero 3: [ OK ] cuda.bit_manip_countr_zero (0 ms) 3: [ RUN ] cuda.bit_manip_countr_one 3: [ OK ] cuda.bit_manip_countr_one (0 ms) 3: [ RUN ] cuda.bit_manip_popcount 3: [ OK ] cuda.bit_manip_popcount (0 ms) 3: [ RUN ] cuda.bit_manip_has_single_bit 3: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 3: [ RUN ] cuda.bit_manip_bit_floor 3: [ OK ] cuda.bit_manip_bit_floor (0 ms) 3: [ RUN ] cuda.bit_manip_bit_ceil 3: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 3: [ RUN ] cuda.bit_manip_bit_width 3: [ OK ] cuda.bit_manip_bit_width (0 ms) 3: [ RUN ] cuda.bit_manip_rotl 3: [ OK ] cuda.bit_manip_rotl (0 ms) 3: [ RUN ] cuda.bit_manip_rotr 3: [ OK ] cuda.bit_manip_rotr (0 ms) 3: [ RUN ] cuda.bit_manip_byeswap 3: [ OK ] cuda.bit_manip_byeswap (0 ms) 3: [ RUN ] cuda.bit_manip_bit_cast 3: [ OK ] cuda.bit_manip_bit_cast (0 ms) 3: [ RUN ] cuda.test_block_deduction_bug_pr_3103 3: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] cuda.checked_integer_operations_multiply_overflow 3: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] cuda.execution_policy_occupancy_and_hint 3: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] cuda.complex_construction 3: [ OK ] cuda.complex_construction (7 ms) 3: [ RUN ] cuda.complex_basic_math 3: [ OK ] cuda.complex_basic_math (7 ms) 3: [ RUN ] cuda.complex_special_funtions 3: [ OK ] cuda.complex_special_funtions (0 ms) 3: [ RUN ] cuda.complex_io 3: [ OK ] cuda.complex_io (0 ms) 3: [ RUN ] cuda.complex_trivially_copyable 3: [ OK ] cuda.complex_trivially_copyable (0 ms) 3: [ RUN ] cuda.complex_issue_3865 3: [ OK ] cuda.complex_issue_3865 (0 ms) 3: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 3: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] cuda.complex_structured_bindings 3: [ OK ] cuda.complex_structured_bindings (0 ms) 3: [ RUN ] cuda.crs_count_fill 3: [ OK ] cuda.crs_count_fill (3 ms) 3: [ RUN ] cuda.crs_copy_constructor 3: [ OK ] cuda.crs_copy_constructor (14 ms) 3: [ RUN ] cuda.deep_copy_alignment 3: [ OK ] cuda.deep_copy_alignment (6 ms) 3: [ RUN ] cuda.deep_copy_conversion 3: [ OK ] cuda.deep_copy_conversion (4 ms) 3: [ RUN ] cuda.partitioning_by_args 3: [ OK ] cuda.partitioning_by_args (0 ms) 3: [ RUN ] cuda.partitioning_by_vector 3: [ OK ] cuda.partitioning_by_vector (0 ms) 3: [ RUN ] cuda.exec_space_thread_safety_range 3: [ OK ] cuda.exec_space_thread_safety_range (2156 ms) 3: [ RUN ] cuda.exec_space_thread_safety_mdrange 3: [ OK ] cuda.exec_space_thread_safety_mdrange (216 ms) 3: [ RUN ] cuda.exec_space_thread_safety_team_policy 3: [ OK ] cuda.exec_space_thread_safety_team_policy (216 ms) 3: [ RUN ] cuda.exec_space_thread_safety_range_reduce [ 28%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 3: [ OK ] cuda.exec_space_thread_safety_range_reduce (216 ms) 3: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o 3: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (640 ms) 3: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o 3: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (216 ms) 3: [ RUN ] cuda.exec_space_thread_safety_range_scan 3: [ OK ] cuda.exec_space_thread_safety_range_scan (216 ms) 3: [ RUN ] cuda.execution_space_as_class_data_member 3: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 3: [ RUN ] cuda.functor_analysis 3: [ OK ] cuda.functor_analysis (0 ms) 3: [ RUN ] cuda.when_all_type 3: [ OK ] cuda.when_all_type (0 ms) 3: [ RUN ] cuda.graph_then 3: [ OK ] cuda.graph_then (0 ms) 3: [ RUN ] cuda.host_shared_ptr_use_count 3: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 3: [ RUN ] cuda.host_shared_ptr_get 3: [ OK ] cuda.host_shared_ptr_get (0 ms) 3: [ RUN ] cuda.host_shared_ptr_dereference_on_device 3: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] cuda.host_shared_ptr_special_members_on_device 3: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] cuda.host_shared_ptr_tracking 3: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 3: [ RUN ] cuda.join_backward_compatibility 3: [ OK ] cuda.join_backward_compatibility (0 ms) 3: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 28%] Built target Kokkos_CoreUnitTest_Cuda3 [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o 3: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (2951 ms) 3: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o 3: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4141 ms) 3: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o 3: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (3444 ms) 3: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o 3: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (3875 ms) 3: [ RUN ] cuda.deep_copy_scratch 3: [ OK ] cuda.deep_copy_scratch (0 ms) 3: [ RUN ] cuda.mathematical_constants_e 3: [ OK ] cuda.mathematical_constants_e (0 ms) 3: [ RUN ] cuda.mathematical_constants_log2e 3: [ OK ] cuda.mathematical_constants_log2e (0 ms) 3: [ RUN ] cuda.mathematical_constants_log10e 3: [ OK ] cuda.mathematical_constants_log10e (0 ms) 3: [ RUN ] cuda.mathematical_constants_pi 3: [ OK ] cuda.mathematical_constants_pi (0 ms) 3: [ RUN ] cuda.mathematical_constants_inv_pi 3: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 3: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] cuda.mathematical_constants_ln2 3: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 3: [ RUN ] cuda.mathematical_constants_ln10 3: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 3: [ RUN ] cuda.mathematical_constants_sqrt2 3: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] cuda.mathematical_constants_sqrt3 3: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] cuda.mathematical_constants_inv_sqrt3 3: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] cuda.mathematical_constants_egamma 3: [ OK ] cuda.mathematical_constants_egamma (0 ms) 3: [ RUN ] cuda.mathematical_constants_phi 3: [ OK ] cuda.mathematical_constants_phi (0 ms) 3: [ RUN ] cuda.mathematical_functions_trigonometric_functions 3: [ OK ] cuda.mathematical_functions_trigonometric_functions (5 ms) 3: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 3: [ OK ] cuda.mathematical_functions_hyperbolic_functions (3 ms) 3: [ RUN ] cuda.mathematical_functions_non_standard 3: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 3: [ RUN ] cuda.mathematical_functions_power_functions 3: [ OK ] cuda.mathematical_functions_power_functions (1 ms) 3: [ RUN ] cuda.mathematical_functions_fma 3: [ OK ] cuda.mathematical_functions_fma (0 ms) 3: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 3: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 3: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 3: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] cuda.mathematical_functions_absolute_value 3: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 3: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] cuda.mathematical_functions_remainder_function 3: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] cuda.mathematical_functions_isfinite 3: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 3: [ RUN ] cuda.mathematical_functions_isinf 3: [ OK ] cuda.mathematical_functions_isinf (0 ms) 3: [ RUN ] cuda.mathematical_functions_isnan 3: [ OK ] cuda.mathematical_functions_isnan (0 ms) 3: [ RUN ] cuda.mathematical_functions_exponential_functions 3: [ OK ] cuda.mathematical_functions_exponential_functions (3 ms) 3: [ RUN ] cuda.mathspecialfunc_expint1 3: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] cuda.mathspecialfunc_errorfunc 3: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 3: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (24 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 3: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (24 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 3: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 3: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 3: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 3: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] cuda.mdrange_5d 3: [ OK ] cuda.mdrange_5d (294 ms) 3: [ RUN ] cuda.mdrange_6d 3: [ OK ] cuda.mdrange_6d (410 ms) 3: [ RUN ] cuda.mdrange_2d 3: [ OK ] cuda.mdrange_2d (3 ms) 3: [ RUN ] cuda.mdrange_array_reduce 3: [ OK ] cuda.mdrange_array_reduce (0 ms) 3: [ RUN ] cuda.mdrange_3d 3: [ OK ] cuda.mdrange_3d (25 ms) 3: [ RUN ] cuda.mdrange_neg_idx 3: [ OK ] cuda.mdrange_neg_idx (1 ms) 3: [ RUN ] cuda.mdrange_4d 3: [ OK ] cuda.mdrange_4d (68 ms) 3: [ RUN ] cuda.mdrange_scalar 3: [ OK ] cuda.mdrange_scalar (0 ms) 3: [ RUN ] cuda.mdrange_large_deep_copy 3: [ OK ] cuda.mdrange_large_deep_copy (121 ms) 3: [ RUN ] cuda.md_range_policy_construction_from_arrays 3: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] cuda.policy_get_tile_size 3: [ OK ] cuda.policy_get_tile_size (0 ms) 3: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o 3: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1726 ms) 3: [ RUN ] cuda.mdspan_minimal_functional 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMDSpan.hpp:63: Skipped 3: mdspan not enabled 3: [ SKIPPED ] cuda.mdspan_minimal_functional (0 ms) 3: [ RUN ] cuda.max 3: [ OK ] cuda.max (0 ms) 3: [ RUN ] cuda.max_within_parfor 3: [ OK ] cuda.max_within_parfor (0 ms) 3: [ RUN ] cuda.min 3: [ OK ] cuda.min (0 ms) 3: [ RUN ] cuda.min_within_parfor 3: [ OK ] cuda.min_within_parfor (0 ms) 3: [ RUN ] cuda.minmax 3: [ OK ] cuda.minmax (0 ms) 3: [ RUN ] cuda.minmax_within_parfor 3: [ OK ] cuda.minmax_within_parfor (0 ms) 3: [ RUN ] cuda.clamp 3: [ OK ] cuda.clamp (0 ms) 3: [ RUN ] cuda.clamp_within_parfor 3: [ OK ] cuda.clamp_within_parfor (0 ms) 3: [ RUN ] cuda.numeric_traits_infinity 3: [ OK ] cuda.numeric_traits_infinity (0 ms) 3: [ RUN ] cuda.numeric_traits_epsilon 3: [ OK ] cuda.numeric_traits_epsilon (0 ms) 3: [ RUN ] cuda.numeric_traits_round_error 3: [ OK ] cuda.numeric_traits_round_error (0 ms) 3: [ RUN ] cuda.numeric_traits_norm_min 3: [ OK ] cuda.numeric_traits_norm_min (0 ms) 3: [ RUN ] cuda.numeric_traits_denorm_min 3: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 3: [ RUN ] cuda.numeric_traits_finite_min_max 3: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 3: [ RUN ] cuda.numeric_traits_digits 3: [ OK ] cuda.numeric_traits_digits (0 ms) 3: [ RUN ] cuda.numeric_traits_digits10 3: [ OK ] cuda.numeric_traits_digits10 (0 ms) 3: [ RUN ] cuda.numeric_traits_max_digits10 3: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] cuda.numeric_traits_radix 3: [ OK ] cuda.numeric_traits_radix (0 ms) 3: [ RUN ] cuda.numeric_traits_min_max_exponent 3: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] cuda.numeric_traits_min_max_exponent10 3: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 3: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] cuda.numeric_traits_sfinae_friendly 3: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] cuda.occupancy_control 3: [ OK ] cuda.occupancy_control (0 ms) 3: [ RUN ] cuda.memory_pool 3: [ OK ] cuda.memory_pool (16 ms) 3: [ RUN ] cuda.cxx11 3: [ OK ] cuda.cxx11 (0 ms) 3: [ RUN ] cuda.viewctorprop_embedded_dim 3: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] cuda.parallel_scan_range_policy 3: [ OK ] cuda.parallel_scan_range_policy (44 ms) 3: [ RUN ] cuda.kokkos_printf 3: [ OK ] cuda.kokkos_printf (2 ms) 3: [ RUN ] cuda.range_for 3: [ OK ] cuda.range_for (0 ms) 3: [ RUN ] cuda.range_reduce 3: [ OK ] cuda.range_reduce (0 ms) 3: [ RUN ] cuda.range_dynamic_policy 3: [ OK ] cuda.range_dynamic_policy (0 ms) 3: [ RUN ] cuda.large_parallel_for_reduce 3: [ OK ] cuda.large_parallel_for_reduce (48 ms) 3: [ RUN ] cuda.range_policy_runtime_parameters 3: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 3: [ RUN ] cuda.range_policy_one_way_convertible_bounds 3: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] cuda.range_for_require 3: [ OK ] cuda.range_for_require (1 ms) 3: [ RUN ] cuda.range_reduce_require 3: [ OK ] cuda.range_reduce_require (0 ms) 3: [ RUN ] cuda.range_dynamic_policy_require 3: [ OK ] cuda.range_dynamic_policy_require (0 ms) 3: [ RUN ] cuda.reducers_int 3: [ OK ] cuda.reducers_int (5 ms) 3: [ RUN ] cuda.reducers_double 3: [ OK ] cuda.reducers_double (11 ms) 3: [ RUN ] cuda.reducers_complex_double 3: [ OK ] cuda.reducers_complex_double (2 ms) 3: [ RUN ] cuda.reducers_struct 3: [ OK ] cuda.reducers_struct (4 ms) 3: [ RUN ] cuda.reducers_half_t 3: [ OK ] cuda.reducers_half_t (3 ms) 3: [ RUN ] cuda.reducers_bhalf_t 3: [ OK ] cuda.reducers_bhalf_t (3 ms) 3: [ RUN ] cuda.reducers_int8_t 3: [ OK ] cuda.reducers_int8_t (2 ms) 3: [ RUN ] cuda.reducers_int16_t 3: [ OK ] cuda.reducers_int16_t (2 ms) 3: [ RUN ] cuda.reducers_point_t 3: [ OK ] cuda.reducers_point_t (2 ms) 3: [ RUN ] cuda.reducers_bool 3: [ OK ] cuda.reducers_bool (0 ms) 3: [ RUN ] cuda.int64_t_reduce 3: [ OK ] cuda.int64_t_reduce (10 ms) 3: [ RUN ] cuda.double_reduce 3: [ OK ] cuda.double_reduce (10 ms) 3: [ RUN ] cuda.int64_t_reduce_dynamic 3: [ OK ] cuda.int64_t_reduce_dynamic (15 ms) 3: [ RUN ] cuda.double_reduce_dynamic 3: [ OK ] cuda.double_reduce_dynamic (15 ms) 3: [ RUN ] cuda.int64_t_reduce_dynamic_view 3: [ OK ] cuda.int64_t_reduce_dynamic_view (8 ms) 3: [ RUN ] cuda.int_combined_reduce 3: [ OK ] cuda.int_combined_reduce (0 ms) 3: [ RUN ] cuda.mdrange_combined_reduce 3: [ OK ] cuda.mdrange_combined_reduce (0 ms) 3: [ RUN ] cuda.int_combined_reduce_mixed 3: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 3: [ RUN ] cuda.reduction_deduction 3: [ OK ] cuda.reduction_deduction (0 ms) 3: [ RUN ] cuda.reduce_device_view_range_policy 3: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 3: [ RUN ] cuda.reduce_device_view_mdrange_policy 3: [ OK ] cuda.reduce_device_view_mdrange_policy (144 ms) 3: [ RUN ] cuda.reduce_device_view_team_policy 3: [ OK ] cuda.reduce_device_view_team_policy (7 ms) 3: [ RUN ] cuda.impl_shared_alloc 3: [ OK ] cuda.impl_shared_alloc (183 ms) 3: [ RUN ] cuda.kokkos_swap 3: [ OK ] cuda.kokkos_swap (0 ms) 3: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 3: [ OK ] cuda.reduceRangePolicyViewSizeLimit (26 ms) 3: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 3: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (81 ms) 3: [----------] 185 tests from cuda (30969 ms total) 3: 3: [----------] 16 tests from cuda_graph 3: [ RUN ] cuda_graph.submit_once 3: [ OK ] cuda_graph.submit_once (0 ms) 3: [ RUN ] cuda_graph.submit_once_rvalue 3: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 3: [ RUN ] cuda_graph.instantiate_and_submit_once 3: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 3: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 3: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] cuda_graph.create_graph_no_arg 3: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 3: [ RUN ] cuda_graph.submit_six 3: [ OK ] cuda_graph.submit_six (0 ms) 3: [ RUN ] cuda_graph.when_all_cycle 3: [ OK ] cuda_graph.when_all_cycle (0 ms) 3: [ RUN ] cuda_graph.repeat_chain 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 3: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 3: [ RUN ] cuda_graph.zero_work_reduce 3: [ OK ] cuda_graph.zero_work_reduce (0 ms) 3: [ RUN ] cuda_graph.empty_graph 3: [ OK ] cuda_graph.empty_graph (0 ms) 3: [ RUN ] cuda_graph.force_global_launch 3: [ OK ] cuda_graph.force_global_launch (0 ms) 3: [ RUN ] cuda_graph.empty_graph_default_host_exec 3: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] cuda_graph.node_lifetime 3: [ OK ] cuda_graph.node_lifetime (0 ms) 3: [ RUN ] cuda_graph.diamond 3: [ OK ] cuda_graph.diamond (0 ms) 3: [ RUN ] cuda_graph.end_of_submit_control_flow 3: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from cuda_graph (3 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 211 tests from 4 test suites ran. (59546 ms total) 3: [ PASSED ] 209 tests. 3: [ SKIPPED ] 2 tests, listed below: 3: [ SKIPPED ] cuda.mdspan_minimal_functional 3: [ SKIPPED ] cuda_graph.repeat_chain 3/55 Test #3: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 60.21 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 4: Test timeout computed to be: 1500 4: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 4: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 4: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 4: For unit testing set OMP_PROC_BIND=false 4: 4: [==========] Running 144 tests from 3 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 55%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 55%] 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_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o [ 55%] Built target Kokkos_Benchmark_Atomic_MinMax [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o 4: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (16233 ms) 4: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpaceThreadSafety.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o 4: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (16156 ms) 4: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o [ 57%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 57%] Built target Kokkos_PerformanceTest_Mempool [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Graph.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 74%] Linking CXX executable Kokkos_UnitTest_SIMD [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 74%] Built target Kokkos_UnitTest_SIMD [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o 4: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (41586 ms) 4: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_CUDA [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 74%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 74%] Built target Kokkos_IncrementalTest_SERIAL [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o [ 25%] 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_ViewMapping_subview.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o [ 60%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 61%] Built target Kokkos_PerformanceTest_Atomic [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 35%] 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_SYCL2C.dir/UnitTestMainInit.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o [ 35%] 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_SYCL2D.dir/UnitTestMainInit.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o 4: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (41076 ms) 4: [ RUN ] cuda_DeathTest.view_out_of_bounds_access [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o [ 76%] Linking CXX executable Kokkos_IncrementalTest_OPENACC [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 76%] Built target Kokkos_IncrementalTest_OPENACC [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 63%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 63%] Built target Kokkos_PerformanceTest_Reduction [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o Running on fetnat_07 in /var/jenkins/workspace/Kokkos_PR-7897 [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 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-7897 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o 4: [ OK ] cuda_DeathTest.view_out_of_bounds_access (34982 ms) 4: [----------] 9 tests from cuda_DeathTest (150035 ms total) 4: 4: [----------] 107 tests from cuda 4: [ RUN ] cuda.team_for 4: [ OK ] cuda.team_for (3 ms) 4: [ RUN ] cuda.team_reduce 4: [ OK ] cuda.team_reduce (0 ms) 4: [ RUN ] cuda.team_reduce_large 4: [ OK ] cuda.team_reduce_large (91 ms) 4: [ RUN ] cuda.team_parallel_single 4: [ OK ] cuda.team_parallel_single (6 ms) 4: [ RUN ] cuda.large_team_scratch_size 4: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 4: [ OK ] cuda.large_team_scratch_size (6 ms) 4: [ RUN ] cuda.team_broadcast_long 4: [ OK ] cuda.team_broadcast_long (0 ms) 4: [ RUN ] cuda.team_broadcast_long_wrapper 4: [ OK ] cuda.team_broadcast_long_wrapper (1 ms) 4: [ RUN ] cuda.team_broadcast_char 4: [ OK ] cuda.team_broadcast_char (0 ms) 4: [ RUN ] cuda.team_broadcast_float 4: [ OK ] cuda.team_broadcast_float (0 ms) 4: [ RUN ] cuda.team_broadcast_double 4: [ OK ] cuda.team_broadcast_double (0 ms) 4: [ RUN ] cuda.team_handle_by_value 4: [ OK ] cuda.team_handle_by_value (0 ms) 4: [ RUN ] cuda.team_vector 4: [ OK ] cuda.team_vector (8 ms) 4: [ RUN ] cuda.triple_nested_parallelism 4: [ OK ] cuda.triple_nested_parallelism (20 ms) 4: [ RUN ] cuda.parallel_scan_with_reducers [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o 4: [ OK ] cuda.parallel_scan_with_reducers (677 ms) 4: [ RUN ] cuda.team_thread_range_combined_reducers 4: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] cuda.thread_vector_range_combined_reducers 4: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] cuda.team_vector_range_combined_reducers 4: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] cuda.TeamThreadMDRangeParallelFor 4: [ OK ] cuda.TeamThreadMDRangeParallelFor (70 ms) 4: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 4: [ OK ] cuda.ThreadVectorMDRangeParallelFor (54 ms) 4: [ RUN ] cuda.TeamVectorMDRangeParallelFor 4: [ OK ] cuda.TeamVectorMDRangeParallelFor (55 ms) 4: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 4: [ OK ] cuda.TeamThreadMDRangeParallelReduce (23 ms) 4: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 4: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (9 ms) 4: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 4: [ OK ] cuda.TeamVectorMDRangeParallelReduce (9 ms) 4: [ RUN ] cuda.team_policy_runtime_parameters 4: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.team_reduction_scan [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o 4: [ OK ] cuda.team_reduction_scan (1159 ms) 4: [ RUN ] cuda.team_long_reduce 4: [ OK ] cuda.team_long_reduce (11 ms) 4: [ RUN ] cuda.team_double_reduce 4: [ OK ] cuda.team_double_reduce (11 ms) 4: [ RUN ] cuda.team_long_array_reduce 4: [ OK ] cuda.team_long_array_reduce (10 ms) 4: [ RUN ] cuda.team_double_array_reduce 4: [ OK ] cuda.team_double_array_reduce (10 ms) 4: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] cuda.repeated_team_reduce 4: [ OK ] cuda.repeated_team_reduce (16 ms) 4: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 4: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] cuda.team_scan Fetching without tags 4: [ OK ] cuda.team_scan (619 ms) 4: [ RUN ] cuda.team_scan_ret_val Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 4: [ OK ] cuda.team_scan_ret_val (634 ms) 4: [ RUN ] cuda.team_shared_request 4: [ OK ] cuda.team_shared_request (0 ms) 4: [ RUN ] cuda.team_scratch_request 4: [ OK ] cuda.team_scratch_request (0 ms) 4: [ RUN ] cuda.team_lambda_shared_request 4: [ OK ] cuda.team_lambda_shared_request (0 ms) 4: [ RUN ] cuda.scratch_align 4: [ OK ] cuda.scratch_align (0 ms) 4: [ RUN ] cuda.shmem_size 4: [ OK ] cuda.shmem_size (0 ms) 4: [ RUN ] cuda.multi_level_scratch 4: [ OK ] cuda.multi_level_scratch (6 ms) 4: [ RUN ] cuda.team_scratch_memory_index_parallel_for 4: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] cuda.team_policy_max_recommended > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7897/head:refs/remotes/origin/PR-7897 # 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/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 4: [ OK ] cuda.team_policy_max_recommended (213 ms) 4: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] cuda.team_teamvector_range 4: [ OK ] cuda.team_teamvector_range (1 ms) 4: [ RUN ] cuda.unique_token_global 4: [ OK ] cuda.unique_token_global (3 ms) 4: [ RUN ] cuda.unique_token_instance 4: [ OK ] cuda.unique_token_instance (2 ms) 4: [ RUN ] cuda.unique_token_team_acquire 4: [ OK ] cuda.unique_token_team_acquire (13 ms) 4: [ RUN ] cuda.view_api_a 4: [ OK ] cuda.view_api_a (61 ms) 4: [ RUN ] cuda.view_layout_left_with_stride 4: [ OK ] cuda.view_layout_left_with_stride (0 ms) 4: [ RUN ] cuda.view_layout_right_with_stride 4: [ OK ] cuda.view_layout_right_with_stride (0 ms) 4: [ RUN ] cuda.view_api_b 4: [ OK ] cuda.view_api_b (3 ms) 4: [ RUN ] cuda.view_api_c 4: [ OK ] cuda.view_api_c (0 ms) 4: [ RUN ] cuda.view_api_d 4: [ OK ] cuda.view_api_d (0 ms) 4: [ RUN ] cuda.view_remap 4: [ OK ] cuda.view_remap (0 ms) 4: [ RUN ] cuda.view_mirror_nonconst 4: [ OK ] cuda.view_mirror_nonconst (0 ms) 4: [ RUN ] cuda.view_stride_method 4: [ OK ] cuda.view_stride_method (0 ms) 4: [ RUN ] cuda.anonymous_space 4: [ OK ] cuda.anonymous_space (0 ms) 4: [ RUN ] cuda.view_overload_resolution 4: [ OK ] cuda.view_overload_resolution (0 ms) 4: [ RUN ] cuda.view_allocation_large_rank 4: [ OK ] cuda.view_allocation_large_rank (18 ms) 4: [ RUN ] cuda.view_shmem_size_on_device 4: [ OK ] cuda.view_shmem_size_on_device (0 ms) 4: [ RUN ] cuda.view_is_assignable 4: [ OK ] cuda.view_is_assignable (0 ms) 4: [ RUN ] cuda.view_bad_alloc 4: [ OK ] cuda.view_bad_alloc (0 ms) 4: [ RUN ] cuda.view_copy_tests 4: [ OK ] cuda.view_copy_tests (10 ms) 4: [ RUN ] cuda.view_copy_tests_rank_0 4: [ OK ] cuda.view_copy_tests_rank_0 (1 ms) 4: [ RUN ] cuda.view_copy_degenerated 4: [ OK ] cuda.view_copy_degenerated (0 ms) 4: [ RUN ] cuda.view_fill_tests_layout_right Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" 4: [ OK ] cuda.view_fill_tests_layout_right (97 ms) 4: [ RUN ] cuda.view_fill_tests_layout_left 4: [ OK ] cuda.view_fill_tests_layout_left (66 ms) 4: [ RUN ] cuda.vcp_empty_traits 4: [ OK ] cuda.vcp_empty_traits (0 ms) 4: [ RUN ] cuda.is_view_label 4: [ OK ] cuda.is_view_label (0 ms) 4: [ RUN ] cuda.vcp_label_base_traits 4: [ OK ] cuda.vcp_label_base_traits (0 ms) 4: [ RUN ] cuda.vcp_label_traits 4: [ OK ] cuda.vcp_label_traits (0 ms) 4: [ RUN ] cuda.view_alloc_can_perfect_forward_label 4: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] cuda.vcp_label_copy_constructor 4: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 4: [ RUN ] cuda.vcp_pointer_add_property 4: [ OK ] cuda.vcp_pointer_add_property (0 ms) 4: [ RUN ] cuda.view_empty_runtime_unmanaged 4: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] cuda.view_hooks 4: [ OK ] cuda.view_hooks (0 ms) 4: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment [Pipeline] withEnv [Pipeline] { 4: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (159 ms) 4: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (165 ms) 4: [ RUN ] cuda.view_irregular_layout 4: [ OK ] cuda.view_irregular_layout (0 ms) 4: [ RUN ] cuda.view_mapping [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o + docker build -t 145a6f1595b23f8c89443175dfd0f0a2575ba07c -f scripts/docker/Dockerfile.nvhpc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/9 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04@sha256:4f344e501d63c902a3f51c1783b88be5c9f5093641fc15b51b7d387f16d6d7bb Step 2/9 : FROM $BASE ---> 14f99d87eca9 Step 3/9 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 23879525ef01 Step 4/9 : RUN apt-get update && apt-get install -y ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 63bf8060064c Step 5/9 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 7bd2281008c4 Step 6/9 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> 036cd9d1bb03 Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 24bf3e1c6f8b Step 8/9 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 88077863c26e Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 7e1b6e7ae009 Successfully built 7e1b6e7ae009 Successfully tagged 145a6f1595b23f8c89443175dfd0f0a2575ba07c:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 4: [ OK ] cuda.view_mapping (401 ms) 4: [ RUN ] cuda.view_mapping_operator 4: [ OK ] cuda.view_mapping_operator (17 ms) 4: [ RUN ] cuda.static_extent 4: [ OK ] cuda.static_extent (0 ms) 4: [ RUN ] cuda.view_mapping_atomic 4: [ OK ] cuda.view_mapping_atomic (0 ms) 4: [ RUN ] cuda.view_mapping_class_value 4: [ OK ] cuda.view_mapping_class_value (0 ms) 4: [ RUN ] cuda.view_mapping_assignable 4: [ OK ] cuda.view_mapping_assignable (0 ms) 4: [ RUN ] cuda.view_mapping_trivially_copyable 4: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] cuda.view_mapping_subview 4: [ OK ] cuda.view_mapping_subview (0 ms) 4: [ RUN ] cuda.view_nested_view 4: [ OK ] cuda.view_nested_view (0 ms) 4: [ RUN ] cuda.view_of_views_default 4: [ OK ] cuda.view_of_views_default (0 ms) 4: [ RUN ] cuda.view_of_views_without_initializing 4: [ OK ] cuda.view_of_views_without_initializing (0 ms) 4: [ RUN ] cuda.test_view_of_views_sequential_host_init 4: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] cuda.append_formatted_multidimensional_index 4: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] cuda.view_resize 4: [ OK ] cuda.view_resize (101 ms) 4: [ RUN ] cuda.view_realloc 4: [ OK ] cuda.view_realloc (0 ms) 4: [ RUN ] cuda.workgraph_fib + docker inspect -f . 145a6f1595b23f8c89443175dfd0f0a2575ba07c . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_07 seems to be running inside container 0ef00ff6239ae24d4f1a787dda0607d5c4c33f232bdba9d5ebab1a4bb1d586e6 $ 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-7897 --volumes-from 0ef00ff6239ae24d4f1a787dda0607d5c4c33f232bdba9d5ebab1a4bb1d586e6 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 145a6f1595b23f8c89443175dfd0f0a2575ba07c cat 4: [ OK ] cuda.workgraph_fib (1264 ms) 4: [ RUN ] cuda.resize_realloc_no_init 4: [ OK ] cuda.resize_realloc_no_init (0 ms) 4: [ RUN ] cuda.resize_realloc_no_alloc 4: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 4: [ RUN ] cuda.realloc_exec_space 4: [ OK ] cuda.realloc_exec_space (0 ms) 4: [ RUN ] cuda.view_alloc 4: [ OK ] cuda.view_alloc (0 ms) 4: [ RUN ] cuda.view_alloc_exec_space 4: [ OK ] cuda.view_alloc_exec_space (0 ms) 4: [ RUN ] cuda.view_alloc_int 4: [ OK ] cuda.view_alloc_int (0 ms) 4: [ RUN ] cuda.view_alloc_exec_space_int 4: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 4: [ RUN ] cuda.deep_copy_zero_memset 4: [ OK ] cuda.deep_copy_zero_memset (0 ms) 4: [ RUN ] cuda.resize_exec_space 4: [ OK ] cuda.resize_exec_space (0 ms) 4: [ RUN ] cuda.view_allocation_int 4: [ OK ] cuda.view_allocation_int (0 ms) 4: [ RUN ] cuda.view_allocation_exec_space_int 4: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 4: [ RUN ] cuda.view_not_default_constructible 4: [ OK ] cuda.view_not_default_constructible (0 ms) 4: [----------] 107 tests from cuda (6134 ms total) 4: 4: [----------] 28 tests from cuda_uvm 4: [ RUN ] cuda_uvm.view_subview_auto_1d_left 4: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 4: [ RUN ] cuda_uvm.view_subview_auto_1d_right 4: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 4: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 4: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 4: [ RUN ] cuda_uvm.view_subview_assign_strided 4: [ OK ] cuda_uvm.view_subview_assign_strided (3 ms) 4: [ RUN ] cuda_uvm.view_subview_left_0 4: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_left_1 4: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_left_2 4: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_left_3 4: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_right_0 4: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_right_1 4: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_right_3 4: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 4: [ RUN ] cuda_uvm.view_static_tests 4: [ OK ] cuda_uvm.view_static_tests (0 ms) 4: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 4: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (2 ms) 4: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 4: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms) 4: [ RUN ] cuda_uvm.view_subview_1d_assign 4: [ OK ] cuda_uvm.view_subview_1d_assign (3 ms) 4: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 4: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms) 4: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 4: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 4: [ RUN ] cuda_uvm.view_subview_2d_from_3d 4: [ OK ] cuda_uvm.view_subview_2d_from_3d (44 ms) 4: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 4: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (44 ms) 4: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 4: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (44 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (100 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (103 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (99 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (101 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (102 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (102 ms) 4: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 4: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 4: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 4: [----------] 28 tests from cuda_uvm (783 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 144 tests from 3 test suites ran. (156953 ms total) 4: [ PASSED ] 140 tests. 4: [ SKIPPED ] 4 tests, listed below: 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 4/55 Test #4: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 157.75 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda3 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 5: Test timeout computed to be: 1500 $ docker top 768690507ea610d50c39abb4fb03969476323988e0f4d06301b59af26a0baef3 -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] { 5: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 5: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 5: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 5: For unit testing set OMP_PROC_BIND=false 5: 5: [==========] Running 62 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 6 tests from cuda 5: [ RUN ] cuda.team_scratch_1_streams [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror --diag_suppress=implicit_return_from_non_void_function -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_OPENMP=ON .. [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o -- Setting default Kokkos CXX standard to 17 [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_Benchmark -- 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.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-7897/build/generated/Kokkos_Version_Info.cpp -- Compiler Version: 12.2.91 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-7897/bin/kokkos_launch_compiler) is enabled... -- Using --c++17 for C++17 standard as feature -- 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 [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o -- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc -- The CUDA compiler identification is NVIDIA 12.2.91 -- Detecting CUDA compiler ABI info [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o -- Detecting CUDA compiler ABI info - done -- Check for working CUDA compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc - skipped -- Detecting CUDA compile features -- Detecting CUDA compile features - done [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanAtomicAccessor.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.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 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found TPLLIBDL: /usr/include [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o -- Found OpenMP_CXX: -mp (Required is at least version "3.0") -- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o -- 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-7897/tpls/mdspan/include [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 64%] Built target Kokkos_PerformanceTest_Benchmark [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp -- Kokkos Backends: OPENMP;CUDA -- Configuring done [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/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 [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Built target AlwaysCheckGit [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanConversion.cpp.o [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Built target kokkossimd [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 2%] Linking CXX static library libimpl_git_version.a [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o 5: [ OK ] cuda.team_scratch_1_streams (36358 ms) 5: [ RUN ] cuda.space_access 5: [ OK ] cuda.space_access (0 ms) 5: [ RUN ] cuda.uvm 5: [ OK ] cuda.uvm (0 ms) 5: [ RUN ] cuda.impl_view_accessible 5: [ OK ] cuda.impl_view_accessible (1 ms) 5: [ RUN ] cuda.impl_view_texture 5: [ OK ] cuda.impl_view_texture (0 ms) 5: [ RUN ] cuda.view_subview_const_randomaccess 5: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 5: [----------] 6 tests from cuda (36361 ms total) 5: 5: [----------] 28 tests from cuda_hostpinned 5: [ RUN ] cuda_hostpinned.impl_shared_alloc 5: [ OK ] cuda_hostpinned.impl_shared_alloc (78 ms) 5: [ RUN ] cuda_hostpinned.view_api_a 5: [ OK ] cuda_hostpinned.view_api_a (64 ms) 5: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 5: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 5: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] cuda_hostpinned.view_api_b 5: [ OK ] cuda_hostpinned.view_api_b (8 ms) 5: [ RUN ] cuda_hostpinned.view_api_c 5: [ OK ] cuda_hostpinned.view_api_c (0 ms) 5: [ RUN ] cuda_hostpinned.view_api_d 5: [ OK ] cuda_hostpinned.view_api_d (3 ms) 5: [ RUN ] cuda_hostpinned.view_remap 5: [ OK ] cuda_hostpinned.view_remap (0 ms) 5: [ RUN ] cuda_hostpinned.view_mirror_nonconst 5: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda_hostpinned.view_stride_method 5: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 5: [ RUN ] cuda_hostpinned.anonymous_space 5: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 5: [ RUN ] cuda_hostpinned.view_overload_resolution 5: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 5: [ RUN ] cuda_hostpinned.view_allocation_large_rank 5: [ OK ] cuda_hostpinned.view_allocation_large_rank (2960 ms) 5: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 5: [ OK ] cuda_hostpinned.view_shmem_size_on_device (11 ms) 5: [ RUN ] cuda_hostpinned.view_is_assignable 5: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 5: [ RUN ] cuda_hostpinned.view_copy_tests 5: [ OK ] cuda_hostpinned.view_copy_tests (59 ms) 5: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 5: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 5: [ RUN ] cuda_hostpinned.view_copy_degenerated 5: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 5: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o 5: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (6099 ms) 5: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o 5: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (5044 ms) 5: [ RUN ] cuda_hostpinned.view_mapping 5: [ OK ] cuda_hostpinned.view_mapping (380 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_operator 5: [ OK ] cuda_hostpinned.view_mapping_operator (10 ms) 5: [ RUN ] cuda_hostpinned.static_extent 5: [ OK ] cuda_hostpinned.static_extent (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_atomic 5: [ OK ] cuda_hostpinned.view_mapping_atomic (4 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_class_value 5: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_assignable 5: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 5: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_subview 5: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 5: [----------] 28 tests from cuda_hostpinned (14728 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.impl_shared_alloc 5: [ OK ] cuda_uvm.impl_shared_alloc (101 ms) 5: [ RUN ] cuda_uvm.view_api_a 5: [ OK ] cuda_uvm.view_api_a (66 ms) 5: [ RUN ] cuda_uvm.view_layout_left_with_stride 5: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 5: [ RUN ] cuda_uvm.view_layout_right_with_stride 5: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 5: [ RUN ] cuda_uvm.view_api_b 5: [ OK ] cuda_uvm.view_api_b (16 ms) 5: [ RUN ] cuda_uvm.view_api_c 5: [ OK ] cuda_uvm.view_api_c (0 ms) 5: [ RUN ] cuda_uvm.view_api_d 5: [ OK ] cuda_uvm.view_api_d (3 ms) 5: [ RUN ] cuda_uvm.view_remap 5: [ OK ] cuda_uvm.view_remap (1 ms) 5: [ RUN ] cuda_uvm.view_mirror_nonconst 5: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda_uvm.view_stride_method 5: [ OK ] cuda_uvm.view_stride_method (0 ms) 5: [ RUN ] cuda_uvm.anonymous_space 5: [ OK ] cuda_uvm.anonymous_space (0 ms) 5: [ RUN ] cuda_uvm.view_overload_resolution 5: [ OK ] cuda_uvm.view_overload_resolution (3 ms) 5: [ RUN ] cuda_uvm.view_allocation_large_rank 5: [ OK ] cuda_uvm.view_allocation_large_rank (690 ms) 5: [ RUN ] cuda_uvm.view_shmem_size_on_device 5: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda_uvm.view_is_assignable 5: [ OK ] cuda_uvm.view_is_assignable (5 ms) 5: [ RUN ] cuda_uvm.view_copy_tests 5: [ OK ] cuda_uvm.view_copy_tests (24 ms) 5: [ RUN ] cuda_uvm.view_copy_tests_rank_0 5: [ OK ] cuda_uvm.view_copy_tests_rank_0 (4 ms) 5: [ RUN ] cuda_uvm.view_copy_degenerated 5: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 5: [ RUN ] cuda_uvm.view_fill_tests_layout_right 5: [ OK ] cuda_uvm.view_fill_tests_layout_right (206 ms) 5: [ RUN ] cuda_uvm.view_fill_tests_layout_left 5: [ OK ] cuda_uvm.view_fill_tests_layout_left (182 ms) 5: [ RUN ] cuda_uvm.view_mapping 5: [ OK ] cuda_uvm.view_mapping (380 ms) 5: [ RUN ] cuda_uvm.view_mapping_operator 5: [ OK ] cuda_uvm.view_mapping_operator (16 ms) 5: [ RUN ] cuda_uvm.static_extent 5: [ OK ] cuda_uvm.static_extent (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_atomic 5: [ OK ] cuda_uvm.view_mapping_atomic (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_class_value 5: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_assignable 5: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 5: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_subview 5: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 5: [----------] 28 tests from cuda_uvm (1707 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 62 tests from 3 test suites ran. (52797 ms total) 5: [ PASSED ] 62 tests. 5/55 Test #5: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 53.14 sec test 6 Start 6: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 6: Test timeout computed to be: 1500 6: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 6: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 6: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 6: For unit testing set OMP_PROC_BIND=false 6: [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from cuda 6: [ RUN ] cuda.graph_lock_based_atomic_op 6: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 6: [----------] 1 test from cuda (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/55 Test #6: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.24 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 7: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 7: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 7: For unit testing set OMP_PROC_BIND=false 7: 7: [==========] Running 2 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from cuda 7: [ RUN ] cuda.debug_serial_execution 7: [ OK ] cuda.debug_serial_execution (14 ms) 7: [ RUN ] cuda.debug_pin_um_to_host [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o 7: [ OK ] cuda.debug_pin_um_to_host (319 ms) 7: [----------] 2 tests from cuda (333 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (334 ms total) 7: [ PASSED ] 2 tests. 7/55 Test #7: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.59 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.raw_cuda_interop 8: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 8: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 8: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 8: For unit testing set OMP_PROC_BIND=false 8: 8: [ OK ] cuda.raw_cuda_interop (166 ms) 8: [----------] 1 test from cuda (166 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (166 ms total) 8: [ PASSED ] 1 test. 8/55 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.27 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from cuda 9: [ RUN ] cuda.raw_cuda_streams 9: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 9: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 9: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 9: For unit testing set OMP_PROC_BIND=false 9: 9: [ OK ] cuda.raw_cuda_streams (146 ms) 9: [----------] 1 test from cuda (146 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (146 ms total) 9: [ PASSED ] 1 test. 9/55 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.24 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 10: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 10: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 10: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 10: For unit testing set OMP_PROC_BIND=false 10: 10: [==========] Running 4 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from cuda_multi_gpu 10: [ RUN ] cuda_multi_gpu.managed_views 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.managed_views (0 ms) 10: [ RUN ] cuda_multi_gpu.unmanaged_views 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms) 10: [ RUN ] cuda_multi_gpu.scratch_space 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.scratch_space (0 ms) 10: [ RUN ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 10: [----------] 4 tests from cuda_multi_gpu (0 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 4 tests from 1 test suite ran. (0 ms total) 10: [ PASSED ] 0 tests. 10: [ SKIPPED ] 4 tests, listed below: 10: [ SKIPPED ] cuda_multi_gpu.managed_views 10: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 10: [ SKIPPED ] cuda_multi_gpu.scratch_space 10: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 10/55 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.27 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpGraph 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 11: Test timeout computed to be: 1500 11: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 11: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 11: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 11: For unit testing set OMP_PROC_BIND=false 11: [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o 11: [==========] Running 5 tests from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 5 tests from cuda_GraphInterOp 11: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 11: [ OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms) 11: [ RUN ] cuda_GraphInterOp.count_nodes 11: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 11: [ RUN ] cuda_GraphInterOp.debug_dot_print 11: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:101: Skipped 11: Export a graph to DOT requires Cuda 11.6. 11: [ SKIPPED ] cuda_GraphInterOp.debug_dot_print (0 ms) 11: [ RUN ] cuda_GraphInterOp.instantiation_flags 11: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:141: Skipped 11: Graph instantiation flag inspection requires Cuda 12. 11: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags (0 ms) 11: [ RUN ] cuda_GraphInterOp.construct_from_native 11: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 11: [----------] 5 tests from cuda_GraphInterOp (2 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 5 tests from 1 test suite ran. (2 ms total) 11: [ PASSED ] 3 tests. 11: [ SKIPPED ] 2 tests, listed below: 11: [ SKIPPED ] cuda_GraphInterOp.debug_dot_print 11: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags 11/55 Test #11: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.25 sec test 12 Start 12: Kokkos_CoreUnitTest_Default 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 12: Test timeout computed to be: 1500 12: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 12: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 12: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 12: For unit testing set OMP_PROC_BIND=false 12: [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o 12: [==========] Running 59 tests from 41 test suites. 12: [----------] Global test environment set-up. 12: [----------] 19 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 12: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 12: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 12: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 12: [ RUN ] defaultdevicetype.shared_space 12: [ OK ] defaultdevicetype.shared_space (13 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 (0 ms) 12: [ RUN ] defaultdevicetype.bhalf_conversion 12: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 12: [ RUN ] defaultdevicetype.half_operators 12: [ OK ] defaultdevicetype.half_operators (1 ms) 12: [ RUN ] defaultdevicetype.bhalf_operators 12: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 12: [ RUN ] defaultdevicetype.host_space_access 12: [ OK ] defaultdevicetype.host_space_access (0 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a1 12: [ OK ] defaultdevicetype.reduce_instantiation_a1 (3 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b1 12: [ OK ] defaultdevicetype.reduce_instantiation_b1 (10 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c1 12: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a2 12: [ OK ] defaultdevicetype.reduce_instantiation_a2 (4 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b2 12: [ OK ] defaultdevicetype.reduce_instantiation_b2 (13 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c2 12: [ OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a3 12: [ OK ] defaultdevicetype.reduce_instantiation_a3 (7 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b3 12: [ OK ] defaultdevicetype.reduce_instantiation_b3 (17 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c3 12: [ OK ] defaultdevicetype.reduce_instantiation_c3 (6 ms) 12: [----------] 19 tests from defaultdevicetype (92 ms total) 12: 12: [----------] 1 test from kokkosresize 12: [ RUN ] kokkosresize.host_space_access 12: [ OK ] kokkosresize.host_space_access (102 ms) 12: [----------] 1 test from kokkosresize (102 ms total) 12: 12: [----------] 1 test from TestViewAPI/0, where TypeParam = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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: [==========] 59 tests from 41 test suites ran. (196 ms total) 12: [ PASSED ] 59 tests. 12/55 Test #12: Kokkos_CoreUnitTest_Default ................................ Passed 0.58 sec test 13 Start 13: Kokkos_CoreUnitTest_InitializeFinalize 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 13: Test timeout computed to be: 1500 13: [==========] Running 28 tests from 6 test suites. 13: [----------] Global test environment set-up. 13: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 13: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o 13: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (517 ms) 13: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o 13: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2275 ms) 13: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (2792 ms total) 13: 13: [----------] 4 tests from InitializeFinalize_DeathTest 13: [ RUN ] InitializeFinalize_DeathTest.initialize [ 3%] Linking CXX static library libkokkos_gtest.a [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o 13: [ OK ] InitializeFinalize_DeathTest.initialize (1928 ms) 13: [ RUN ] InitializeFinalize_DeathTest.finalize [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o 13: [ OK ] InitializeFinalize_DeathTest.finalize (1232 ms) 13: [ RUN ] InitializeFinalize_DeathTest.is_initialized 13: [ OK ] InitializeFinalize_DeathTest.is_initialized (297 ms) 13: [ RUN ] InitializeFinalize_DeathTest.is_finalized 13: [ OK ] InitializeFinalize_DeathTest.is_finalized (303 ms) 13: [----------] 4 tests from InitializeFinalize_DeathTest (3761 ms total) 13: 13: [----------] 1 test from Legion_DeathTest 13: [ RUN ] Legion_DeathTest.individual_backend_initialization [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o 13: [ OK ] Legion_DeathTest.individual_backend_initialization (298 ms) 13: [----------] 1 test from Legion_DeathTest (298 ms total) 13: 13: [----------] 2 tests from PushFinalizeHook_DeathTest 13: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 3%] Built target kokkos_gtest 13: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (264 ms) 13: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o 13: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (708 ms) 13: [----------] 2 tests from PushFinalizeHook_DeathTest (973 ms total) 13: 13: [----------] 6 tests from ScopeGuard_DeathTest 13: [ RUN ] ScopeGuard_DeathTest.create 13: [ OK ] ScopeGuard_DeathTest.create (261 ms) 13: [ RUN ] ScopeGuard_DeathTest.create_argument 13: [ OK ] ScopeGuard_DeathTest.create_argument (264 ms) 13: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o 13: [ OK ] ScopeGuard_DeathTest.create_while_initialize (822 ms) 13: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 13: [ OK ] ScopeGuard_DeathTest.create_after_initialize (699 ms) 13: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o 13: [ OK ] ScopeGuard_DeathTest.create_after_finalize (830 ms) 13: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o 13: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (824 ms) 13: [----------] 6 tests from ScopeGuard_DeathTest (3704 ms total) 13: 13: [----------] 13 tests from defaultdevicetype 13: [ RUN ] defaultdevicetype.initialization_settings 13: [ OK ] defaultdevicetype.initialization_settings (0 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 13: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_device_id 13: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 13: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 13: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_help 13: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 13: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 13: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 13: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 13: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (16 ms) 13: [ RUN ] defaultdevicetype.env_vars_num_threads 13: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 13: [ RUN ] defaultdevicetype.env_vars_device_id 13: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 13: [ RUN ] defaultdevicetype.env_vars_disable_warnings 13: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 13: [ RUN ] defaultdevicetype.env_vars_tune_internals 13: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 13: [ RUN ] defaultdevicetype.visible_devices 13: [ OK ] defaultdevicetype.visible_devices (0 ms) 13: [----------] 13 tests from defaultdevicetype (27 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 28 tests from 6 test suites ran. (11559 ms total) 13: [ PASSED ] 28 tests. 13/55 Test #13: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 11.58 sec test 14 Start 14: Kokkos_CoreUnitTest_Develop 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 14: Test timeout computed to be: 1500 14: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 14: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 14: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 14: For unit testing set OMP_PROC_BIND=false 14: 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from defaultdevicetype 14: [ RUN ] defaultdevicetype.development_test 14: [ OK ] defaultdevicetype.development_test (0 ms) 14: [----------] 1 test from defaultdevicetype (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 1 test. [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o 14/55 Test #14: Kokkos_CoreUnitTest_Develop ................................ Passed 0.26 sec test 15 Start 15: Kokkos_CoreUnitTest_KokkosP 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 15: Test timeout computed to be: 1500 15: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 15: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 15: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 15: For unit testing set OMP_PROC_BIND=false 15: 15: [==========] Running 32 tests from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 32 tests from kokkosp 15: [ RUN ] kokkosp.test_named_instance_fence 15: Ref: 33554433 15: Ref: named_instance 15: 33554433 15: named_instance 15: [ OK ] kokkosp.test_named_instance_fence (0 ms) 15: [ RUN ] kokkosp.test_unnamed_instance_fence 15: Ref: 33554433 15: Ref: Unnamed Instance Fence 15: 33554433 15: Kokkos::Cuda::fence(): Unnamed Instance Fence 15: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 15: [ RUN ] kokkosp.test_named_global_fence 15: Ref: 33554432 15: Ref: test global fence 15: 16777216 15: test global fence 15: Miss on id 15: 33554432 15: test global fence 15: [ OK ] kokkosp.test_named_global_fence (0 ms) 15: [ RUN ] kokkosp.test_unnamed_global_fence 15: Ref: 33554432 15: Ref: Unnamed Global Fence 15: 16777216 15: Kokkos::fence: Unnamed Global Fence 15: Miss on id 15: 33554432 15: Kokkos::fence: Unnamed Global Fence 15: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 15: [ RUN ] kokkosp.test_multiple_default_instances 15: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 15: [ RUN ] kokkosp.test_id_gen 15: [ OK ] kokkosp.test_id_gen (0 ms) 15: [ RUN ] kokkosp.test_kernel_sequence 15: Ref: 33554433 15: Ref: named_instance 15: 33554433 15: named_instance 15: Ref: 33554433 15: Ref: test_kernel 15: 33554433 15: named_instance 15: Miss on name 15: 33554433 15: test_kernel 15: [ OK ] kokkosp.test_kernel_sequence (0 ms) 15: [ RUN ] kokkosp.test_streams 15: [ OK ] kokkosp.test_streams (0 ms) 15: [ RUN ] kokkosp.async_deep_copy 15: [ OK ] kokkosp.async_deep_copy (0 ms) 15: [ RUN ] kokkosp.parallel_for 15: [ OK ] kokkosp.parallel_for (0 ms) 15: [ RUN ] kokkosp.parallel_reduce 15: [ OK ] kokkosp.parallel_reduce (0 ms) 15: [ RUN ] kokkosp.parallel_scan 15: [ OK ] kokkosp.parallel_scan (1 ms) 15: [ RUN ] kokkosp.parallel_scan_no_fence 15: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 15: [ RUN ] kokkosp.parallel_scan_no_fence_view 15: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 15: [ RUN ] kokkosp.regions 15: [ OK ] kokkosp.regions (0 ms) 15: [ RUN ] kokkosp.fences 15: [ OK ] kokkosp.fences (0 ms) 15: [ RUN ] kokkosp.raw_allocation 15: [ OK ] kokkosp.raw_allocation (0 ms) 15: [ RUN ] kokkosp.view 15: [ OK ] kokkosp.view (0 ms) 15: [ RUN ] kokkosp.sections 15: [ OK ] kokkosp.sections (0 ms) 15: [ RUN ] kokkosp.metadata 15: [ OK ] kokkosp.metadata (0 ms) 15: [ RUN ] kokkosp.profile_events 15: [ OK ] kokkosp.profile_events (0 ms) 15: [ RUN ] kokkosp.no_init_kernel 15: [ OK ] kokkosp.no_init_kernel (0 ms) 15: [ RUN ] kokkosp.get_events 15: [ OK ] kokkosp.get_events (0 ms) 15: [ RUN ] kokkosp.kernel_name_parallel_for 15: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 15: [ RUN ] kokkosp.kernel_name_parallel_reduce 15: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 15: [ RUN ] kokkosp.kernel_name_parallel_scan 15: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 15: [ RUN ] kokkosp.kernel_name_internal 15: [ OK ] kokkosp.kernel_name_internal (0 ms) 15: [ RUN ] kokkosp.profiling_section 15: [ OK ] kokkosp.profiling_section (0 ms) 15: [ RUN ] kokkosp.scoped_profile_region 15: [ OK ] kokkosp.scoped_profile_region (0 ms) 15: [ RUN ] kokkosp.create_mirror_no_init 15: [ OK ] kokkosp.create_mirror_no_init (0 ms) 15: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 15: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 15: [ RUN ] kokkosp.create_mirror_view_and_copy 15: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 15: [----------] 32 tests from kokkosp (3 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 32 tests from 1 test suite ran. (3 ms total) 15: [ PASSED ] 32 tests. 15/55 Test #15: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.27 sec test 16 Start 16: Kokkos_CoreUnitTest_StackTraceTest 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 16: Test timeout computed to be: 1500 16: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 16: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 16: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 16: For unit testing set OMP_PROC_BIND=false 16: 16: [==========] Running 3 tests from 2 test suites. 16: [----------] Global test environment set-up. 16: [----------] 2 tests from defaultdevicetype_DeathTest 16: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o 16: Top of f1 16: Top of f0 16: Top of f0 16: test_f1: 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b3f66] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555555763af] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x55555556dd8f] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x160) [0x55555556f14e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570f48] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f7c0] 16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff73ca083] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db8e] 16: 16: demangled test_f1: 16: [0x7ffff78b3f66] Kokkos::Impl::save_stacktrace() 16: [0x5555555763af] Test::stacktrace_test_f1(std::ostream&) 16: [0x55555556dd8f] Test::test_stacktrace(bool, bool) 16: [0x55555556f14e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 16: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7eb436c] testing::Test::Run() 16: [0x7ffff7eb4dae] testing::TestInfo::Run() 16: [0x7ffff7eb56c8] testing::TestSuite::Run() 16: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests() 16: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ec3897] testing::UnitTest::Run() 16: [0x555555570f48] RUN_ALL_TESTS() 16: [0x55555556f7c0] main 16: [0x7ffff73ca083] __libc_start_main 16: [0x55555556db8e] _start 16: 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f1 16: Top of f0 16: Top of f0 16: StackTrace f3(std::cout, 4) returned: 110 16: test_f3: 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b3f66] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555555763af] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555576eb9] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x55555556e599] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x160) [0x55555556f14e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570f48] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f7c0] 16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff73ca083] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db8e] 16: 16: demangled test_f3: 16: [0x7ffff78b3f66] Kokkos::Impl::save_stacktrace() 16: [0x5555555763af] Test::stacktrace_test_f1(std::ostream&) 16: [0x555555576eb9] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x55555556e599] Test::test_stacktrace(bool, bool) 16: [0x55555556f14e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 16: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7eb436c] testing::Test::Run() 16: [0x7ffff7eb4dae] testing::TestInfo::Run() 16: [0x7ffff7eb56c8] testing::TestSuite::Run() 16: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests() 16: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ec3897] testing::UnitTest::Run() 16: [0x555555570f48] RUN_ALL_TESTS() 16: [0x55555556f7c0] main 16: [0x7ffff73ca083] __libc_start_main 16: [0x55555556db8e] _start 16: 16: Test setting std::terminate handler that prints the last saved stack trace [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 16: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (809 ms) 16: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 16: Top of f1 16: Top of f0 16: Top of f0 16: test_f1: 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b3f66] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555555763af] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x55555556dd8f] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x160) [0x55555556f518] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570f48] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f7c0] 16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff73ca083] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db8e] 16: 16: demangled test_f1: 16: [0x7ffff78b3f66] Kokkos::Impl::save_stacktrace() 16: [0x5555555763af] Test::stacktrace_test_f1(std::ostream&) 16: [0x55555556dd8f] Test::test_stacktrace(bool, bool) 16: [0x55555556f518] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 16: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7eb436c] testing::Test::Run() 16: [0x7ffff7eb4dae] testing::TestInfo::Run() 16: [0x7ffff7eb56c8] testing::TestSuite::Run() 16: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests() 16: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ec3897] testing::UnitTest::Run() 16: [0x555555570f48] RUN_ALL_TESTS() 16: [0x55555556f7c0] main 16: [0x7ffff73ca083] __libc_start_main 16: [0x55555556db8e] _start 16: 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f1 16: Top of f0 16: Top of f0 16: StackTrace f3(std::cout, 4) returned: 110 16: test_f3: 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b3f66] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555555763af] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555576eb9] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x55555556e599] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x160) [0x55555556f518] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570f48] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f7c0] 16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff73ca083] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db8e] 16: 16: demangled test_f3: 16: [0x7ffff78b3f66] Kokkos::Impl::save_stacktrace() 16: [0x5555555763af] Test::stacktrace_test_f1(std::ostream&) 16: [0x555555576eb9] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x55555556e599] Test::test_stacktrace(bool, bool) 16: [0x55555556f518] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 16: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7eb436c] testing::Test::Run() 16: [0x7ffff7eb4dae] testing::TestInfo::Run() 16: [0x7ffff7eb56c8] testing::TestSuite::Run() 16: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests() 16: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ec3897] testing::UnitTest::Run() 16: [0x555555570f48] RUN_ALL_TESTS() 16: [0x55555556f7c0] main 16: [0x7ffff73ca083] __libc_start_main 16: [0x55555556db8e] _start 16: 16: Test setting std::terminate handler that prints the last saved stack trace [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o 16: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (695 ms) 16: [----------] 2 tests from defaultdevicetype_DeathTest (1505 ms total) 16: 16: [----------] 1 test from defaultdevicetype 16: [ RUN ] defaultdevicetype.stacktrace_normal 16: Top of f1 16: Top of f0 16: Top of f0 16: test_f1: 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b3f66] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555555763af] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x55555556dd8f] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555556efeb] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570f48] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f7c0] 16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff73ca083] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db8e] 16: 16: demangled test_f1: 16: [0x7ffff78b3f66] Kokkos::Impl::save_stacktrace() 16: [0x5555555763af] Test::stacktrace_test_f1(std::ostream&) 16: [0x55555556dd8f] Test::test_stacktrace(bool, bool) 16: [0x55555556efeb] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 16: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7eb436c] testing::Test::Run() 16: [0x7ffff7eb4dae] testing::TestInfo::Run() 16: [0x7ffff7eb56c8] testing::TestSuite::Run() 16: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests() 16: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ec3897] testing::UnitTest::Run() 16: [0x555555570f48] RUN_ALL_TESTS() 16: [0x55555556f7c0] main 16: [0x7ffff73ca083] __libc_start_main 16: [0x55555556db8e] _start 16: 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f3 16: Top of f1 16: Top of f0 16: Top of f0 16: StackTrace f3(std::cout, 4) returned: 110 16: test_f3: 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b3f66] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555555763af] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555576eb9] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576ecf] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x55555556e599] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555556efeb] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570f48] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f7c0] 16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff73ca083] 16: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db8e] 16: 16: demangled test_f3: 16: [0x7ffff78b3f66] Kokkos::Impl::save_stacktrace() 16: [0x5555555763af] Test::stacktrace_test_f1(std::ostream&) 16: [0x555555576eb9] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x555555576ecf] Test::stacktrace_test_f3(std::ostream&, int) 16: [0x55555556e599] Test::test_stacktrace(bool, bool) 16: [0x55555556efeb] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 16: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 16: [0x7ffff7eb436c] testing::Test::Run() 16: [0x7ffff7eb4dae] testing::TestInfo::Run() 16: [0x7ffff7eb56c8] testing::TestSuite::Run() 16: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests() 16: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 16: [0x7ffff7ec3897] testing::UnitTest::Run() 16: [0x555555570f48] RUN_ALL_TESTS() 16: [0x55555556f7c0] main 16: [0x7ffff73ca083] __libc_start_main 16: [0x55555556db8e] _start 16: 16: Test setting std::terminate handler that prints the last saved stack trace 16: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 16: [----------] 1 test from defaultdevicetype (1 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 3 tests from 2 test suites ran. (1506 ms total) 16: [ PASSED ] 3 tests. 16/55 Test #16: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.79 sec test 17 Start 17: Kokkos_IncrementalTest_OPENMP 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 17: Test timeout computed to be: 1500 17: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 17: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 17: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 17: For unit testing set OMP_PROC_BIND=false 17: 17: [==========] Running 28 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 28 tests from OPENMP 17: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 17: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 17: [ RUN ] OPENMP.IncrTest_01_execspace 17: Host Parallel Execution Space: 17: KOKKOS_ENABLE_OPENMP: yes 17: 17: OpenMP Runtime Configuration: 17: Kokkos::OpenMP thread_pool_topology[ 1 x 15 x 1 ] 17: OpenMP 17: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 17: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 17: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 17: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 17: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 17: [ RUN ] OPENMP.IncrTest_02_AtomicSub 17: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 17: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 17: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 17: [ RUN ] OPENMP.IncrTest_03b_memspace_free 17: [ OK ] OPENMP.IncrTest_03b_memspace_free (173 ms) 17: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 17: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 17: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 17: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 17: [ RUN ] OPENMP.IncrTest_05_reduction 17: [ OK ] OPENMP.IncrTest_05_reduction (6 ms) 17: [ RUN ] OPENMP.IncrTest_06_mdrange2D 17: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 17: [ RUN ] OPENMP.IncrTest_06_mdrange3D 17: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 17: [ RUN ] OPENMP.IncrTest_06_mdrange4D 17: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 17: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 17: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 17: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 17: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 17: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 17: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 17: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 17: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 17: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 17: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 17: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 17: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 17: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 17: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (834 ms) 17: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 17: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms) 17: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 17: [ OK ] OPENMP.IncrTest_12b_TeamScratch (7 ms) 17: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 17: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 17: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 17: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 17: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 17: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 17: [ RUN ] OPENMP.incr_14_MDrangeReduce 17: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 17: [ RUN ] OPENMP.IncrTest_16_parallelscan 17: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 17: [ RUN ] OPENMP.incr_17_atomicView 17: [ OK ] OPENMP.incr_17_atomicView (0 ms) 17: [----------] 28 tests from OPENMP (1032 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 1 test suite ran. (1032 ms total) 17: [ PASSED ] 28 tests. 17/55 Test #17: Kokkos_IncrementalTest_OPENMP .............................. Passed 1.30 sec test 18 Start 18: Kokkos_IncrementalTest_CUDA 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_CUDA 18: Test timeout computed to be: 1500 18: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 18: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 18: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 18: For unit testing set OMP_PROC_BIND=false 18: [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o 18: [==========] Running 28 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 28 tests from CUDA 18: [ RUN ] CUDA.IncrTest_01_execspace_typedef 18: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 18: [ RUN ] CUDA.IncrTest_01_execspace 18: Device Execution Space: 18: KOKKOS_ENABLE_CUDA: yes 18: Cuda Options: 18: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 18: KOKKOS_ENABLE_CUDA_UVM: no 18: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 18: 18: Cuda Runtime Configuration: 18: macro KOKKOS_ENABLE_CUDA : defined 18: macro CUDA_VERSION = 11060 = version 11.6 18: Kokkos::Cuda[ 0 ] NVIDIA A30 : Selected 18: Capability: 8.0 18: Total Global Memory: 23.6 GiB 18: Shared Memory per Block: 48 KiB 18: Can access system allocated memory: 0 18: via Address Translation Service: 0 18: Cuda 18: [ OK ] CUDA.IncrTest_01_execspace (1 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicExchange 18: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicAdd 18: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicSub 18: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 18: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 18: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 18: [ RUN ] CUDA.IncrTest_03b_memspace_free [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o 18: [ OK ] CUDA.IncrTest_03b_memspace_free (2224 ms) 18: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 18: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 18: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 18: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 18: [ RUN ] CUDA.IncrTest_05_reduction 18: [ OK ] CUDA.IncrTest_05_reduction (4 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange2D 18: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange3D 18: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange4D 18: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 18: [ OK ] CUDA.IncrTest_08_deep_copy_2D (2 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 18: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 18: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 18: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 18: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 18: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms) 18: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms) 18: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (738 ms) 18: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 18: [ OK ] CUDA.IncrTest_12a_ThreadScratch (3 ms) 18: [ RUN ] CUDA.IncrTest_12b_TeamScratch 18: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 18: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.incr_14_MDrangeReduce 18: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 18: [ RUN ] CUDA.IncrTest_16_parallelscan 18: [ OK ] CUDA.IncrTest_16_parallelscan (0 ms) 18: [ RUN ] CUDA.incr_17_atomicView 18: [ OK ] CUDA.incr_17_atomicView (0 ms) 18: [----------] 28 tests from CUDA (2981 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 28 tests from 1 test suite ran. (2981 ms total) 18: [ PASSED ] 28 tests. Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpGraph [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o 18/55 Test #18: Kokkos_IncrementalTest_CUDA ................................ Passed 3.29 sec test 19 Start 19: Kokkos_CoreUnitTest_CTestDevice 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 19: Test timeout computed to be: 1500 19: [==========] Running 8 tests from 2 test suites. 19: [----------] Global test environment set-up. 19: [----------] 5 tests from ctest_environment_DeathTest 19: [ RUN ] ctest_environment_DeathTest.invalid_rank 19: [ OK ] ctest_environment_DeathTest.invalid_rank (95 ms) 19: [ RUN ] ctest_environment_DeathTest.no_type_str 19: [ OK ] ctest_environment_DeathTest.no_type_str (90 ms) 19: [ RUN ] ctest_environment_DeathTest.missing_type 19: [ OK ] ctest_environment_DeathTest.missing_type (193 ms) 19: [ RUN ] ctest_environment_DeathTest.no_id_str 19: [ OK ] ctest_environment_DeathTest.no_id_str (94 ms) 19: [ RUN ] ctest_environment_DeathTest.invalid_id_str 19: [ OK ] ctest_environment_DeathTest.invalid_id_str (186 ms) 19: [----------] 5 tests from ctest_environment_DeathTest (660 ms total) 19: 19: [----------] 3 tests from ctest_environment 19: [ RUN ] ctest_environment.no_device_type 19: [ OK ] ctest_environment.no_device_type (0 ms) 19: [ RUN ] ctest_environment.no_process_count 19: [ OK ] ctest_environment.no_process_count (0 ms) 19: [ RUN ] ctest_environment.good 19: [ OK ] ctest_environment.good (0 ms) 19: [----------] 3 tests from ctest_environment (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 8 tests from 2 test suites ran. (661 ms total) 19: [ PASSED ] 8 tests. 19/55 Test #19: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.67 sec test 20 Start 20: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 20: Test timeout computed to be: 1500 20/55 Test #20: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 21: Test timeout computed to be: 1500 21: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 21/55 Test #21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 22: Test timeout computed to be: 1500 22/55 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 23: Environment variables: 23: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 23: Test timeout computed to be: 1500 23/55 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 24 Start 24: Kokkos_PerformanceTest_TaskDag 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 24: Test timeout computed to be: 1500 24/55 Test #24: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.01 sec test 25 Start 25: Kokkos_PerformanceTest_Benchmark 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-28-01.json" 25: Test timeout computed to be: 1500 25: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 25: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 25: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 25: For unit testing set OMP_PROC_BIND=false 25: 25: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A30 : Selected" 25: 2025-03-17T15:39:26+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 25: Run on (15 X 3250 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x15) 25: L1 Instruction 64 KiB (x15) 25: L2 Unified 512 KiB (x15) 25: L3 Unified 16384 KiB (x15) 25: Load Average: 6.75, 8.24, 5.09 25: CPU architecture: none 25: Can access system allocated memory: 0 25: Capability: 8.0 25: Default Device: Cuda 25: GPU architecture: AMPERE80 25: KOKKOS_COMPILER_GNU: 940 25: KOKKOS_COMPILER_NVCC: 1160 25: KOKKOS_ENABLE_ASM: yes 25: KOKKOS_ENABLE_CUDA: yes 25: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_CUDA_UVM: no 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 25: KOKKOS_ENABLE_LIBDL: no 25: KOKKOS_ENABLE_OPENMP: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 25: Kokkos Version: 4.6.99 25: Shared Memory per Block: 48 KiB 25: Total Global Memory: 23.6 GiB 25: macro KOKKOS_ENABLE_CUDA: defined 25: platform: 64bit 25: via Address Translation Service: 0 25: ***WARNING*** Library was built as DEBUG. Timings may be affected. 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: GramSchmidt/Count:1024/iterations:5/manual_time 0.016 s 0.017 s 5 1024 15.6387u [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o 25: GramSchmidt/Count:2048/iterations:5/manual_time 0.016 s 0.017 s 5 2.048k 7.853u 25: GramSchmidt/Count:4096/iterations:5/manual_time 0.016 s 0.018 s 5 4.096k 3.95449u 25: GramSchmidt/Count:8192/iterations:5/manual_time 0.016 s 0.020 s 5 8.192k 1.8447u 25: GramSchmidt/Count:16384/iterations:5/manual_time 0.016 s 0.024 s 5 16.384k 950.157n 25: GramSchmidt/Count:32768/iterations:5/manual_time 0.016 s 0.033 s 5 32.768k 489.361n 25: GramSchmidt/Count:65536/iterations:5/manual_time 0.017 s 0.051 s 5 65.536k 265.387n 25: GramSchmidt/Count:131072/iterations:5/manual_time 0.020 s 0.088 s 5 131.072k 154.658n 25: GramSchmidt/Count:262144/iterations:5/manual_time 0.022 s 0.160 s 5 262.144k 85.6704n [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o 25: GramSchmidt/Count:524288/iterations:5/manual_time 0.030 s 0.306 s 5 524.288k 57.6196n [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: Benchmark Time CPU Iterations FOM: GB/s Max 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: CustomReduction/N:100000/R:1000/manual_time 0.005 s 0.017 s 155 39.222k/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.770 s 0.770 s 1 0.103059 0.103171 0.10157 0.101643 0.0507887 0.0507813 [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: OverlapMDRangePolicy/N:200/M:10000/R:10 0.056 s 0.056 s 12 6.88697m 6.90793m 8.56165m 8.57349m 4.02622m 4.2824m [ 4%] Linking CXX static library libkokkoscore.a [ 4%] Built target kokkoscore [ 4%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o 25: OverlapTeamPolicy/N:20/M:1000000/R:10 0.637 s 0.637 s 1 0.085618 0.0856123 0.0835279 0.0835266 0.0418302 0.0417681 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 12.0518n 25: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 6.08887n 25: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 3.13477n 25: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.65393n 25: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 902.222p 25: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 564.88p 25: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 367.126p 25: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 470.512p 25: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 422.256p 25: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.004 s 5 524.288k 384.832p [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 28%] Built target Kokkos_CoreUnitTest_SYCL2B [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: rate 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Malloc/N:1/manual_time 8.20 us 17.6 us 85462 121.934k/s [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o 25: Malloc/N:16/manual_time 9.20 us 19.6 us 85737 108.654k/s [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o 25: Malloc/N:256/manual_time 9.23 us 19.6 us 76017 108.387k/s [ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o 25: Malloc/N:4096/manual_time 9.18 us 19.5 us 76261 108.891k/s [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Built target Kokkos_ContainersTestCompileOnly [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o 25: Malloc/N:65536/manual_time 11.4 us 22.9 us 61495 87.8562k/s [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o 25: Malloc/N:1048576/manual_time 11.3 us 22.9 us 61714 88.1535k/s [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o 25: Malloc/N:16777216/manual_time 11.4 us 22.9 us 61660 88.0642k/s [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o 25: Malloc/N:268435456/manual_time 6850 us 7354 us 88 145.996/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o 25: Malloc/N:4294967296/manual_time 102622 us 110334 us 10 9.74453/s [ 68%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o 25: MallocFree/N:1/manual_time 17.2 us 17.3 us 40392 58.2258k/s 25: MallocFree/N:16/manual_time 17.1 us 17.2 us 40948 58.5645k/s [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o 25: MallocFree/N:256/manual_time 19.4 us 19.5 us 39295 51.5661k/s [ 40%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o 25: MallocFree/N:4096/manual_time 19.2 us 19.3 us 36411 51.9974k/s [ 4%] Linking CXX static library libkokkoscontainers.a [ 4%] Built target kokkoscontainers [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 4%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o 25: MallocFree/N:65536/manual_time 22.7 us 22.8 us 30845 44.0653k/s [ 4%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o 25: MallocFree/N:1048576/manual_time 22.7 us 22.8 us 30831 44.0208k/s [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o 25: MallocFree/N:16777216/manual_time 22.7 us 22.8 us 30826 44.0269k/s 25: MallocFree/N:268435456/manual_time 7569 us 7569 us 82 132.113/s 25: MallocFree/N:4294967296/manual_time 110383 us 110380 us 10 9.0594/s [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o 25: MallocTouch/N:1/manual_time 11.5 us 21.0 us 60748 87.0166k/s 25: MallocTouch/N:16/manual_time 12.3 us 22.6 us 61416 81.5141k/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewBadAlloc.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o 25: MallocTouch/N:256/manual_time 12.6 us 23.1 us 56025 79.6528k/s [ 69%] Built target Kokkos_CoreUnitTest_Serial1 [ 69%] Built target Kokkos_CoreUnitTest_Serial2 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o 25: MallocTouch/N:4096/manual_time 22.6 us 33.1 us 30974 44.2782k/s [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o 25: MallocTouch/N:65536/manual_time 25.0 us 36.7 us 28040 40.0679k/s [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o 25: MallocTouch/N:1048576/manual_time 25.4 us 37.2 us 27579 39.3624k/s [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o 25: MallocTouch/N:16777216/manual_time 26.9 us 38.6 us 26010 37.1334k/s 25: MallocTouch/N:268435456/manual_time 7073 us 7576 us 87 141.39/s [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o 25: MallocTouch/N:4294967296/manual_time 103830 us 111542 us 10 9.63112/s [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o 25: MallocTouchFree/N:1/manual_time 20.8 us 20.9 us 33487 48.0236k/s 25: MallocTouchFree/N:16/manual_time 20.7 us 20.8 us 33829 48.3485k/s 25: MallocTouchFree/N:256/manual_time 22.9 us 23.0 us 31924 43.6518k/s [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 25: MallocTouchFree/N:4096/manual_time 32.7 us 32.8 us 21379 30.5526k/s [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o 25: MallocTouchFree/N:65536/manual_time 36.4 us 36.4 us 19259 27.508k/s [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o 25: MallocTouchFree/N:1048576/manual_time 36.9 us 37.0 us 19013 27.1244k/s [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o 25: MallocTouchFree/N:16777216/manual_time 38.5 us 38.6 us 18172 25.9435k/s [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o 25: MallocTouchFree/N:268435456/manual_time 7390 us 7389 us 82 135.327/s [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o 25: MallocTouchFree/N:4294967296/manual_time 111555 us 111544 us 10 8.96418/s [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: Benchmark Time CPU Iterations FOM: GB/s MB 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: ViewAllocate_Rank1/N:10/manual_time 0.020 s 0.021 s 28 40.8764/s 800 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o 25: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.021 s 36 41.2966/s 800 25: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.021 s 36 41.2953/s 800 25: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.021 s 36 41.2905/s 800 [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o 25: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.021 s 36 41.291/s 800 [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o 25: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.021 s 36 41.2954/s 800 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o 25: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.021 s 36 41.2977/s 800 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 25: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.021 s 36 41.2856/s 800 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o 25: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.021 s 36 41.2947/s 800 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o 25: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.021 s 36 41.2949/s 800 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o 25: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.021 s 36 41.3032/s 800 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o 25: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.021 s 36 41.2928/s 800 25: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.021 s 36 41.2925/s 800 [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o 25: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.021 s 36 41.3042/s 800 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o 25: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.021 s 36 41.3016/s 800 25: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.021 s 36 41.2931/s 800 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 4%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp 25: ViewDeepCopy_Rank1/N:10/manual_time 0.032 s 0.032 s 22 49.3526/s 1.6k [ 4%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.032 s 0.032 s 22 50.1692/s 1.6k 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 830.522/s 1.6k 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 363 830.491/s 1.6k [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 363 830.517/s 1.6k [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o 25: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 234 266.989/s 800 Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o 25: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.098 s 0.098 s 6 8.13907/s 800 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 829.606/s 1.6k [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 363 829.931/s 1.6k [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 363 829.728/s 1.6k 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 829.735/s 1.6k [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o 25: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 146 332.653/s 1.6k [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.008 s 0.008 s 93 213.021/s 1.6k [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 829.581/s 1.6k 25: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 208 473.591/s 1.6k [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 244 552.786/s 1.6k [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 363 829.581/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 363 829.644/s 1.6k 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 363 829.633/s 1.6k [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 363 829.468/s 1.6k [ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o 25: ViewDeepCopy_Rank4/N:10/manual_time 0.008 s 0.008 s 91 208.755/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 90 205.801/s 1.6k 25: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 222 504.512/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.004 s 0.004 s 159 363.082/s 1.6k [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 363 829.7/s 1.6k [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_c.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 363 829.557/s 1.6k [ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o 25: ViewDeepCopy_Rank6/N:10/manual_time 0.015 s 0.015 s 47 108.397/s 1.6k [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o 25: ViewDeepCopy_Rank6/N:10/manual_time 0.006 s 0.006 s 117 268.055/s 1.6k 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 363 829.596/s 1.6k [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 363 829.445/s 1.6k [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.011 s 0.011 s 63 143.783/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.005 s 0.005 s 153 349.511/s 1.6k [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 363 829.638/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 363 829.485/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.012 s 0.012 s 56 129.138/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o 25: ViewDeepCopy_Rank8/N:10/manual_time 0.004 s 0.004 s 169 387.261/s 1.6k [ 70%] Linking CXX executable Kokkos_UnitTest_Random [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 354 809.941/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 354 810.01/s 1.6k [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 354 809.877/s 1.6k [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 70%] Built target Kokkos_UnitTest_Random 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 354 809.993/s 1.6k [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 800 914.322/s 800 [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 799 913.992/s 800 [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 800 914.265/s 800 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 799 914.018/s 800 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 800 914.008/s 800 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 800 914.303/s 800 [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 800 914.144/s 800 [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 800 914.356/s 800 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o 25: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 355 202.826/s 400 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 800 914.136/s 800 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 800 914.352/s 800 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 800 914.368/s 800 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 800 914.437/s 800 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 800 914.296/s 800 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 800 914.352/s 800 [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 800 914.188/s 800 [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 800 914.137/s 800 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 800 914.342/s 800 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 800 914.391/s 800 [ 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_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 801 915.636/s 800 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 801 915.116/s 800 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.57504k/s 1.6k 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 930.239/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 840.558/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 837.31/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 918.413/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 874.587/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 986.723/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 986.312/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 883.129/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 881.655/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 968.409/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 921.646/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 853.967/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 863.818/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 779.164/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 791.539/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 901.982/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 908.607/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 816.356/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 829.361/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 702.044/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 704.419/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 732.038/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 734.83/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 884.102/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 836.07/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 932.545/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 879.346/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 838.217/s 1.6k [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 844.332/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 882.559/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 887.809/s 1.6k [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.025 s 10 70.0225/s 1.6k 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.025 s 10 70.0526/s 1.6k 25/55 Test #25: Kokkos_PerformanceTest_Benchmark ........................... Passed 137.21 sec test 26 Start 26: Kokkos_Benchmark_Atomic_MinMax 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-28-01.json" 26: Test timeout computed to be: 1500 26: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 26: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 26: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 26: For unit testing set OMP_PROC_BIND=false 26: 26: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A30 : Selected" 26: 2025-03-17T15:41:43+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 26: Run on (15 X 3250 MHz CPU s) 26: CPU Caches: 26: L1 Data 64 KiB (x15) 26: L1 Instruction 64 KiB (x15) 26: L2 Unified 512 KiB (x15) 26: L3 Unified 16384 KiB (x15) 26: Load Average: 1.55, 5.52, 4.51 26: CPU architecture: none 26: Can access system allocated memory: 0 26: Capability: 8.0 26: Default Device: Cuda 26: GPU architecture: AMPERE80 26: KOKKOS_COMPILER_GNU: 940 26: KOKKOS_COMPILER_NVCC: 1160 26: KOKKOS_ENABLE_ASM: yes 26: KOKKOS_ENABLE_CUDA: yes 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_CXX17: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 26: KOKKOS_ENABLE_LIBDL: no 26: KOKKOS_ENABLE_OPENMP: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 26: Kokkos Version: 4.6.99 26: Shared Memory per Block: 48 KiB 26: Total Global Memory: 23.6 GiB 26: macro KOKKOS_ENABLE_CUDA: defined 26: platform: 64bit 26: via Address Translation Service: 0 26: ***WARNING*** Library was built as DEBUG. Timings may be affected. 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o 26/55 Test #26: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.31 sec test 27 Start 27: Kokkos_PerformanceTest_Mempool 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-28-01.json" 27: Test timeout computed to be: 1500 27: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 27: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 27: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 27: For unit testing set OMP_PROC_BIND=false 27: 27: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A30 : Selected" 27: 2025-03-17T15:41:43+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 27: Run on (15 X 3250 MHz CPU s) 27: CPU Caches: 27: L1 Data 64 KiB (x15) 27: L1 Instruction 64 KiB (x15) 27: L2 Unified 512 KiB (x15) 27: L3 Unified 16384 KiB (x15) 27: Load Average: 1.55, 5.52, 4.51 27: CPU architecture: none 27: Can access system allocated memory: 0 27: Capability: 8.0 27: Default Device: Cuda 27: GPU architecture: AMPERE80 27: KOKKOS_COMPILER_GNU: 940 27: KOKKOS_COMPILER_NVCC: 1160 27: KOKKOS_ENABLE_ASM: yes 27: KOKKOS_ENABLE_CUDA: yes 27: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 27: KOKKOS_ENABLE_CUDA_UVM: no 27: KOKKOS_ENABLE_CXX17: yes 27: KOKKOS_ENABLE_CXX20: no 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 27: KOKKOS_ENABLE_LIBDL: no 27: KOKKOS_ENABLE_OPENMP: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 27: Kokkos Version: 4.6.99 27: Shared Memory per Block: 48 KiB 27: Total Global Memory: 23.6 GiB 27: macro KOKKOS_ENABLE_CUDA: defined 27: platform: 64bit 27: via Address Translation Service: 0 27: ***WARNING*** Library was built as DEBUG. Timings may be affected. 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 4907 38.8458M/s [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.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 14904 236.413M/s 27/55 Test #27: Kokkos_PerformanceTest_Mempool ............................. Passed 3.75 sec test 28 Start 28: Kokkos_PerformanceTest_Atomic 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-28-01.json" 28: Test timeout computed to be: 1500 28: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 28: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 28: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 28: For unit testing set OMP_PROC_BIND=false 28: 28: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A30 : Selected" 28: 2025-03-17T15:41:47+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 28: Run on (15 X 3250 MHz CPU s) 28: CPU Caches: 28: L1 Data 64 KiB (x15) 28: L1 Instruction 64 KiB (x15) 28: L2 Unified 512 KiB (x15) 28: L3 Unified 16384 KiB (x15) 28: Load Average: 1.55, 5.52, 4.51 28: CPU architecture: none 28: Can access system allocated memory: 0 28: Capability: 8.0 28: Default Device: Cuda 28: GPU architecture: AMPERE80 28: KOKKOS_COMPILER_GNU: 940 28: KOKKOS_COMPILER_NVCC: 1160 28: KOKKOS_ENABLE_ASM: yes 28: KOKKOS_ENABLE_CUDA: yes 28: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 28: KOKKOS_ENABLE_CUDA_UVM: no 28: KOKKOS_ENABLE_CXX17: yes 28: KOKKOS_ENABLE_CXX20: no 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 28: KOKKOS_ENABLE_LIBDL: no 28: KOKKOS_ENABLE_OPENMP: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 28: Kokkos Version: 4.6.99 28: Shared Memory per Block: 48 KiB 28: Total Global Memory: 23.6 GiB 28: macro KOKKOS_ENABLE_CUDA: defined 28: platform: 64bit 28: via Address Translation Service: 0 28: ***WARNING*** Library was built as DEBUG. Timings may be affected. 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/30000/iterations:10 0.181 s 0.181 s 10 1 4 4.99407m 3.59537m 1.5837m 449.985M 79.552k 449.985M [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 47%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 47%] Built target Kokkos_IncrementalTest_SERIAL [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 47%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 47%] Built target Kokkos_IncrementalTest_CUDA [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o 28: Test_Atomic/100000/iterations:10 1.54 s 1.54 s 10 1 8 2.80644m 966.31u 1.63642m 4.99995G 279.504k 4.99995G [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 72%] Built target Kokkos_ContainersUnitTest_Serial [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 47%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorProp.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 48%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_CoreUnitTest_TuningBuiltins [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessorAccessViolation.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessor.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 74%] Linking CXX executable Kokkos_UnitTest_Sort [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 48%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 48%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewHooks.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 75%] Built target Kokkos_UnitTest_Sort [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o 28: Test_Atomic/100000/iterations:10 4.60 s 4.60 s 10 1 8 7.8072 1.52692m 1.63793m 4.99995G 279.856k 4.99995G [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] 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_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_SYCL1A [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_CategoricalTuner [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o 28: Test_Atomic/100000/iterations:10 1.65 s 1.65 s 10 1 4 1.88612m 977.32u 1.69452m 704.983M 265.792k 704.983M [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewBadAlloc.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 51%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit [ 10%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o [ 52%] Built target Kokkos_CoreUnitTest_Cuda2 [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o 28: Test_Atomic/100000/iterations:10 1.54 s 1.53 s 10 1 8 2.84693m 994.02u 1.63713m 4.99995G 208.912k 4.99995G [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 77%] 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_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 53%] Built target Kokkos_CoreUnitTest_Cuda1 [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorProp.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 53%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o [ 54%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 36%] Built target Kokkos_CoreUnitTest_SYCL2D [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewHooks.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o 28: Test_Atomic/100000/iterations:10 4.61 s 4.60 s 10 1 8 7.77671 1.46402m 1.72152m 4.99995G 278k 4.99995G [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessorAccessViolation.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 94%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 94%] Built target Kokkos_CoreUnitTest_Serial2 [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o [ 36%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 57%] Built target Kokkos_CoreTestCompileOnly [ 57%] 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 [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o 28: Test_Atomic/100000/iterations:10 1.66 s 1.66 s 10 0 4 4.00935m 989.41u 3.18394m 5.00012G 205.6k 4.99989G [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_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_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessor.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o [ 59%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOfViews.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp 28: Test_Atomic/100000/iterations:10 1.54 s 1.54 s 10 1 8 4.04116m 960.81u 3.29494m 4.99995G 289.296k 4.99995G 28/55 Test #28: Kokkos_PerformanceTest_Atomic .............................. Passed 173.39 sec test 29 Start 29: Kokkos_PerformanceTest_Reduction 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-28-01.json" 29: Test timeout computed to be: 1500 29: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 29: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 29: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 29: For unit testing set OMP_PROC_BIND=false 29: 29: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A30 : Selected" 29: 2025-03-17T15:44:40+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 29: Run on (15 X 3250 MHz CPU s) 29: CPU Caches: 29: L1 Data 64 KiB (x15) 29: L1 Instruction 64 KiB (x15) 29: L2 Unified 512 KiB (x15) 29: L3 Unified 16384 KiB (x15) 29: Load Average: 1.03, 3.51, 3.90 29: CPU architecture: none 29: Can access system allocated memory: 0 29: Capability: 8.0 29: Default Device: Cuda 29: GPU architecture: AMPERE80 29: KOKKOS_COMPILER_GNU: 940 29: KOKKOS_COMPILER_NVCC: 1160 29: KOKKOS_ENABLE_ASM: yes 29: KOKKOS_ENABLE_CUDA: yes 29: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_CUDA_UVM: no 29: KOKKOS_ENABLE_CXX17: yes 29: KOKKOS_ENABLE_CXX20: no 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 29: KOKKOS_ENABLE_LIBDL: no 29: KOKKOS_ENABLE_OPENMP: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 29: Kokkos Version: 4.6.99 29: Shared Memory per Block: 48 KiB 29: Total Global Memory: 23.6 GiB 29: macro KOKKOS_ENABLE_CUDA: defined 29: platform: 64bit 29: via Address Translation Service: 0 29: ***WARNING*** Library was built as DEBUG. Timings may be affected. 29: ---------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations 29: ---------------------------------------------------------------------------------------------------- 29: ReductionCheapScalarResult/10000/iterations:10 20.5 us 19.8 us 10 29: ReductionCheapScalarResult/100000/iterations:10 23.0 us 22.9 us 10 29: ReductionCheapScalarResult/1000000/iterations:10 27.8 us 27.8 us 10 29: ReductionCheapScalarResult/10000000/iterations:10 126 us 126 us 10 29: ReductionCheapHostResult/10000/iterations:10 20.3 us 20.3 us 10 29: ReductionCheapHostResult/100000/iterations:10 22.0 us 21.9 us 10 29: ReductionCheapHostResult/1000000/iterations:10 27.3 us 27.3 us 10 29: ReductionCheapHostResult/10000000/iterations:10 125 us 125 us 10 29: ReductionCheapDeviceResult/10000/iterations:10 16.0 us 16.0 us 10 29: ReductionCheapDeviceResult/100000/iterations:10 19.2 us 19.1 us 10 29: ReductionCheapDeviceResult/1000000/iterations:10 24.2 us 24.2 us 10 29: ReductionCheapDeviceResult/10000000/iterations:10 123 us 123 us 10 29: ReductionExpensive/10000/iterations:10 77.0 us 76.2 us 10 29: ReductionExpensive/100000/iterations:10 274 us 273 us 10 29: ReductionExpensive/1000000/iterations:10 2522 us 2522 us 10 29: ReductionExpensive/10000000/iterations:10 24839 us 24838 us 10 29/55 Test #29: Kokkos_PerformanceTest_Reduction ........................... Passed 0.57 sec test 30 Start 30: Kokkos_ContainersUnitTest_OpenMP 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 30: Test timeout computed to be: 1500 30: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 30: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 30: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 30: For unit testing set OMP_PROC_BIND=false 30: 30: [==========] Running 0 tests from 0 test suites. 30: [==========] 0 tests from 0 test suites ran. (0 ms total) 30: [ PASSED ] 0 tests. 30/55 Test #30: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 0.31 sec test 31 Start 31: Kokkos_ContainersUnitTest_Cuda 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 31: Test timeout computed to be: 1500 31: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 31: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 31: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 31: For unit testing set OMP_PROC_BIND=false 31: 31: [==========] Running 0 tests from 0 test suites. 31: [==========] 0 tests from 0 test suites ran. (0 ms total) 31: [ PASSED ] 0 tests. 31/55 Test #31: Kokkos_ContainersUnitTest_Cuda ............................. Passed 0.26 sec test 32 Start 32: Kokkos_ContainersPerformanceTest_OpenMP 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 32: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 32: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 32: For unit testing set OMP_PROC_BIND=false 32: 32: [==========] Running 5 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 5 tests from TEST_CATEGORY 32: [ RUN ] TEST_CATEGORY.dynrankview_perf 32: OpenMP 32: DynRankView vs View: Initialization Only 32: View time (init only): 0.0584785 32: View sum computation time: 0.0584785 32: Strided View time (init only): 0.0462442 32: View Rank7 time (init only): 0.0726236 32: DynRankView time (init only): 0.0763736 32: DynRankView sum computation time: 0.142933 32: Ratio of View to DynRankView time: 0.765691 32: Ratio of View to DynRankView sum computation time: 0.438655 32: Ratio of View to View Rank7 time: 0.805228 32: Ratio of StrideView to DynRankView time: 0.605499 32: Ratio of DynRankView to View Rank7 time: 1.05164 32: [ OK ] TEST_CATEGORY.dynrankview_perf (551 ms) 32: [ RUN ] TEST_CATEGORY.global_2_local 32: OpenMP 32: size, create, generate, fill, find 32: 256, 0.000117863, 3.0179e-05, 6.3281e-05, 0.00150766 32: 512, 5.51e-05, 1.1902e-05, 6.328e-05, 0.00164736 32: 1024, 5.922e-05, 1.281e-05, 9.6152e-05, 0.00199788 32: 2048, 7.9091e-05, 1.505e-05, 0.000175354, 0.00282025 32: 4096, 0.000149302, 1.8601e-05, 0.000322244, 0.00416855 32: 8192, 0.000222623, 2.168e-05, 0.000621488, 0.00694692 32: 16384, 0.000403835, 4.2291e-05, 0.00119128, 0.0127138 32: 32768, 0.000744939, 4.611e-05, 0.00235662, 0.025833 32: 65536, 0.0014009, 9.0561e-05, 0.00475744, 0.0555755 32: 131072, 0.00304987, 0.000192644, 0.00959174, 0.111386 32: 262144, 0.00554, 0.000484526, 0.0194327, 0.242445 [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o 32: 524288, 0.0110282, 0.000618648, 0.0384155, 0.545135 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp 32: 1048576, 0.0196991, 0.00116722, 0.07142, 1.49268 [ 61%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o 32: 2097152, 0.0343069, 0.00235813, 0.14487, 5.14602 [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 97%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 97%] Built target Kokkos_CoreUnitTest_Serial1 [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o 32: 4194304, 0.0605201, 0.0046572, 0.287468, 14.3066 32: [ OK ] TEST_CATEGORY.global_2_local (22693 ms) 32: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 32: skipping test 32: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 32: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 32: skipping test 32: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 32: [ RUN ] TEST_CATEGORY.scatter_view [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanAtomicAccessor.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o 32: ScatterView data-duplicated test: 32: num_threads 15 32: hand-coded test took 0.482196 seconds 32: test took 0.570324 seconds 32: num_threads 15 32: hand-coded test took 0.475 seconds 32: test took 0.570289 seconds 32: num_threads 15 32: hand-coded test took 0.475288 seconds 32: test took 0.572175 seconds 32: num_threads 15 32: hand-coded test took 0.474102 seconds 32: test took 0.570243 seconds 32: num_threads 15 32: hand-coded test took 0.475035 seconds 32: test took 0.570236 seconds 32: [ OK ] TEST_CATEGORY.scatter_view (5572 ms) 32: [----------] 5 tests from TEST_CATEGORY (28817 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 5 tests from 1 test suite ran. (28817 ms total) 32: [ PASSED ] 5 tests. 32/55 Test #32: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 29.11 sec test 33 Start 33: Kokkos_ContainersPerformanceTest_Cuda 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 33: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 33: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 33: For unit testing set OMP_PROC_BIND=false 33: 33: [==========] Running 4 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 4 tests from TEST_CATEGORY 33: [ RUN ] TEST_CATEGORY.dynrankview_perf 33: Cuda 33: DynRankView vs View: Initialization Only 33: View time (init only): 0.00320399 33: View sum computation time: 0.00320399 33: Strided View time (init only): 0.00145471 33: View Rank7 time (init only): 0.00145809 33: DynRankView time (init only): 0.00145495 33: DynRankView sum computation time: 0.00234296 33: Ratio of View to DynRankView time: 2.20213 33: Ratio of View to DynRankView sum computation time: 1.0106 33: Ratio of View to View Rank7 time: 2.19739 33: Ratio of StrideView to DynRankView time: 0.999835 33: Ratio of DynRankView to View Rank7 time: 0.997846 33: [ OK ] TEST_CATEGORY.dynrankview_perf (76 ms) 33: [ RUN ] TEST_CATEGORY.global_2_local 33: Cuda 33: size, create, generate, fill, find 33: 256, 0.000288294, 2.193e-05, 3.199e-05, 0.00236434 33: 512, 0.000164371, 1.3299e-05, 3.257e-05, 0.00240097 33: 1024, 0.000163912, 1.366e-05, 3.336e-05, 0.00243591 33: 2048, 0.000161932, 1.3551e-05, 3.883e-05, 0.00250177 33: 4096, 0.000162032, 1.352e-05, 3.6939e-05, 0.00253242 33: 8192, 0.000166912, 1.371e-05, 4.23e-05, 0.00252478 33: 16384, 0.000168502, 1.384e-05, 5.406e-05, 0.00265323 33: 32768, 0.000170602, 1.4261e-05, 4.889e-05, 0.002911 33: 65536, 0.000172271, 1.421e-05, 6.729e-05, 0.00336392 33: 131072, 0.000184312, 1.5161e-05, 0.000100961, 0.00455437 33: 262144, 0.000187493, 1.626e-05, 0.000168782, 0.00625067 33: 524288, 0.000206182, 1.9051e-05, 0.000304344, 0.0101635 33: 1048576, 0.000583908, 2.029e-05, 0.000544467, 0.0227007 33: 2097152, 0.00108952, 2.877e-05, 0.00143969, 0.065266 33: 4194304, 0.0020095, 4.4911e-05, 0.00330197, 0.152897 33: [ OK ] TEST_CATEGORY.global_2_local (299 ms) 33: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 33: skipping test 33: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 33: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 33: skipping test 33: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 33: [----------] 4 tests from TEST_CATEGORY (376 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 4 tests from 1 test suite ran. (376 ms total) 33: [ PASSED ] 4 tests. 33/55 Test #33: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.67 sec test 34 Start 34: Kokkos_UnitTest_Sort 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 34: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 34: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 34: For unit testing set OMP_PROC_BIND=false 34: 34: [==========] Running 17 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from cuda_DeathTest 34: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 68%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 34: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (2072 ms) 34: [----------] 1 test from cuda_DeathTest (2072 ms total) 34: 34: [----------] 16 tests from cuda 34: [ RUN ] cuda.SortUnsignedValueType 34: [ OK ] cuda.SortUnsignedValueType (26 ms) 34: [ RUN ] cuda.SortEmptyView 34: [ OK ] cuda.SortEmptyView (0 ms) 34: [ RUN ] cuda.SortByKeyEmptyView 34: [ OK ] cuda.SortByKeyEmptyView (0 ms) 34: [ RUN ] cuda.SortByKeyEmptyViewHost 34: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 34: [ RUN ] cuda.SortByKey 34: [ OK ] cuda.SortByKey (1 ms) 34: [ RUN ] cuda.SortByKeyWithComparator 34: [ OK ] cuda.SortByKeyWithComparator (0 ms) 34: [ RUN ] cuda.SortByKeyStaticExtents 34: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 34: [ RUN ] cuda.SortByKeyWithStrides 34: [ OK ] cuda.SortByKeyWithStrides (0 ms) 34: [ RUN ] cuda.SortWithCustomComparator 34: [ OK ] cuda.SortWithCustomComparator (324 ms) 34: [ RUN ] cuda.BinSortGenericTests 34: [ OK ] cuda.BinSortGenericTests (17 ms) 34: [ RUN ] cuda.BinSortEmptyView 34: [ OK ] cuda.BinSortEmptyView (0 ms) 34: [ RUN ] cuda.BinSortEmptyKeysView 34: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 34: [ RUN ] cuda.BinSort_issue_7221 34: [ OK ] cuda.BinSort_issue_7221 (0 ms) 34: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanConversion.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_c.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 70%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 70%] Built target Kokkos_PerformanceTest_Reduction [ 70%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfViews.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 70%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 70%] Built target Kokkos_Benchmark_Atomic_MinMax [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 70%] Built target Kokkos_PerformanceTest_SharedSpace [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 71%] Built target Kokkos_PerformanceTest_Atomic [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 71%] Built target Kokkos_PerformanceTest_Mempool [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_Serial1 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 14%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 15%] Built target Kokkos_CoreTestCompileOnly [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/sycl/TestSYCL_InterOp_StreamsMultiGPU.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 34: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (56611 ms) 34: [ RUN ] cuda.NestedSort 34: [ OK ] cuda.NestedSort (119 ms) 34: [ RUN ] cuda.NestedSortByKey 34: [ OK ] cuda.NestedSortByKey (484 ms) 34: [----------] 16 tests from cuda (57586 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 17 tests from 2 test suites ran. (59658 ms total) 34: [ PASSED ] 17 tests. 34/55 Test #34: Kokkos_UnitTest_Sort ....................................... Passed 60.06 sec test 35 Start 35: Kokkos_UnitTest_Random 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 35: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 35: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 35: For unit testing set OMP_PROC_BIND=false 35: 35: [==========] Running 3 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 3 tests from cuda 35: [ RUN ] cuda.Random_XorShift64 35: Test Seed:1742226371921822365 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0100595 -0.0106558 || 0.051031 27966 29325 || 28965.8 28674.4 || -147.306 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.00399174 -0.00285913 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0225999 -0.0139989 || 0.051031 27970 29463 || 29337.4 28674.4 || -193.521 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.00482896 0.0141596 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 0.00358558 -0.00503311 || 0.051031 27987 29336 || 28571.9 28674.4 || -69.5777 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00844735 0.00145801 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00155632 0.023811 || 0.051031 28047 29328 || 28719.1 28674.4 || 329.164 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.000842595 -0.00200887 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000245608 -0.99999 -48247.6 || 0.051031 0 194801 || 2.92899e+09 28674.4 || -6.66975e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.000735762 -0.295794 0.142619 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.0019572 -0.999999 -57858.8 || 0.051031 0 1.55224e+06 || 2.86935e+10 28674.4 || -7.99841e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.00588147 -0.967762 10.2455 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.8109e-07 0.0110866 -0.00969498 || 0.051031 28057 29334 || 28360 28674.4 || -134.023 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 7.56767e-07 -0.014453 0.000575605 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0169314 0.00736801 || 0.051031 27979 29332 || 29168.2 28674.4 || 101.855 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.0100036 -0.00421083 || 0.051031 1e+64 -1e+64 35: Test Seed:1742226372191744415 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00332585 -0.00430896 || 0.051031 28067 29370 || 28770.1 28674.4 || -59.567 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.00349532 -0.00196453 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0129586 0.00598844 || 0.051031 27950 29295 || 29050.8 28674.4 || 82.7842 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00406294 7.70183e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00129021 0.0320424 || 0.051031 28042 29298 || 28711.4 28674.4 || 442.953 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00494255 -0.0047823 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00989002 -0.0264909 || 0.051031 27972 29348 || 28960.8 28674.4 || -366.21 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.00493033 -0.00796674 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000243776 -0.99999 -48246.9 || 0.051031 0 194854 || 2.92893e+09 28674.4 || -6.66965e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.0007302 -0.320837 0.163774 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00195654 -0.999999 -57858.3 || 0.051031 0 1.55146e+06 || 2.86909e+10 28674.4 || -7.99833e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.00587943 -0.967705 10.2064 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.78568e-07 -0.0014958 0.0165229 || 0.051031 27976 29352 || 28717.3 28674.4 || 228.413 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 7.49199e-07 0.0115685 -0.00622372 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0065639 0.00686819 || 0.051031 28036 29284 || 28863.8 28674.4 || 94.9459 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.0212544 0.00381456 || 0.051031 1e+64 -1e+64 35: [ OK ] cuda.Random_XorShift64 (476 ms) 35: [ RUN ] cuda.Random_XorShift1024_0 35: Test Seed:1742226372398174293 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.0358506 -0.00538505 || 0.051031 10996 11809 || 10983.2 11377 || -74.4429 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.0136792 -0.000461102 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.00497807 0.0123363 || 0.051031 10911 11843 || 11320.6 11377 || 170.537 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0175192 0.000334596 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.00634903 0.00353038 || 0.051031 10913 11829 || 11305.2 11377 || 48.804 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0152389 -0.00229131 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.00792951 0.00968067 || 0.051031 10944 11821 || 11467.9 11377 || 133.826 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0023588 -0.00121711 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000244219 -0.999975 -7594.22 || 0.051031 0 77831 || 4.61023e+08 11377 || -1.04982e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.000732405 -0.169823 0.0237452 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.0019562 -0.999997 -9107.69 || 0.051031 0 616457 || 4.51591e+09 11377 || -1.25905e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.00587941 -0.923072 1.60512 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.79744e-07 -0.00526223 -0.00673084 || 0.051031 10965 11789 || 11437.1 11377 || -93.0471 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 3.43323e-07 -0.000571233 0.000473503 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.00842628 -0.0060574 || 0.051031 11007 11775 || 11473.6 11377 || -83.7374 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.00551046 -0.00202766 || 0.051031 1e+64 -1e+64 35: Test Seed:1742226372576354498 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.0112613 0.00190034 || 0.051031 10950 11857 || 11250.3 11377 || 26.2703 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.00687692 -0.000444379 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.0113377 0.00435943 || 0.051031 10942 11756 || 11249.4 11377 || 60.2648 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.00451823 -0.000751655 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.000884927 0.00279755 || 0.051031 10989 11864 || 11387 11377 || 38.6733 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.0231835 -0.000387079 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.008582 0.0037518 || 0.051031 10933 11808 || 11280.2 11377 || 51.8649 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.00701123 0.00199569 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000244359 -0.999975 -7595.16 || 0.051031 0 77605 || 4.61073e+08 11377 || -1.04995e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.000732825 -0.153646 0.0229124 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00196124 -0.999997 -9107.77 || 0.051031 0 616044 || 4.51593e+09 11377 || -1.25906e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.00589582 -0.922101 1.60551 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.73387e-07 -0.00584744 -0.00143705 || 0.051031 11006 11751 || 11443.9 11377 || -19.8658 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 3.24249e-07 -0.011507 0.00148231 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.000930585 0.00934676 || 0.051031 11027 11775 || 11366.4 11377 || 129.21 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0145897 -0.00202896 || 0.051031 1e+64 -1e+64 35: [ OK ] cuda.Random_XorShift1024_0 (445 ms) 35: [ RUN ] cuda.Multi_streams 35: [ OK ] cuda.Multi_streams (2030 ms) 35: [----------] 3 tests from cuda (2952 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 3 tests from 1 test suite ran. (2952 ms total) 35: [ PASSED ] 3 tests. 35/55 Test #35: Kokkos_UnitTest_Random ..................................... Passed 3.32 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 36: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 36: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 36: For unit testing set OMP_PROC_BIND=false 36: 36: [==========] Running 16 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from std_algorithms_DeathTest 36: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 36: [ OK ] std_algorithms_DeathTest.expect_no_overlap (3974 ms) 36: [----------] 1 test from std_algorithms_DeathTest (3974 ms total) 36: 36: [----------] 3 tests from std_algorithms_reducers 36: [ RUN ] std_algorithms_reducers.max_first_loc 36: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_first_loc 36: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 36: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 36: [----------] 3 tests from std_algorithms_reducers (0 ms total) 36: 36: [----------] 1 test from std_algorithms 36: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 36: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 36: [----------] 1 test from std_algorithms (0 ms total) 36: 36: [----------] 11 tests from random_access_iterator_test 36: [ RUN ] random_access_iterator_test.constructor 36: [ OK ] random_access_iterator_test.constructor (2 ms) 36: [ RUN ] random_access_iterator_test.constructiblity 36: [ OK ] random_access_iterator_test.constructiblity (0 ms) 36: [ RUN ] random_access_iterator_test.dereference 36: [ OK ] random_access_iterator_test.dereference (0 ms) 36: [ RUN ] random_access_iterator_test.subscript_operator 36: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet1 36: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet2 36: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet3 36: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet4 36: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 36: [ RUN ] random_access_iterator_test.assignment_operator 36: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 36: [ RUN ] random_access_iterator_test.distance 36: [ OK ] random_access_iterator_test.distance (0 ms) 36: [ RUN ] random_access_iterator_test.traits_helpers 36: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 36: [----------] 11 tests from random_access_iterator_test (5 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 16 tests from 4 test suites ran. (3980 ms total) 36: [ PASSED ] 16 tests. 36/55 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 4.32 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 37: Test timeout computed to be: 1500 37: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 37: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 37: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 37: For unit testing set OMP_PROC_BIND=false 37: 37: [==========] Running 7 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 7 tests from std_algorithms_min_max_element_test 37: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (5 ms) 37: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 37: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (5 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 37: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (5 ms) 37: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 37: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (8 ms) 37: [----------] 7 tests from std_algorithms_min_max_element_test (32 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 7 tests from 1 test suite ran. (32 ms total) 37: [ PASSED ] 7 tests. 37/55 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.33 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 38: Test timeout computed to be: 1500 38: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 38: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 38: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 38: For unit testing set OMP_PROC_BIND=false 38: 38: [==========] Running 13 tests from 10 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_lexicographical_compare_test 38: [ RUN ] std_algorithms_lexicographical_compare_test.test 38: [ OK ] std_algorithms_lexicographical_compare_test.test (47 ms) 38: [----------] 1 test from std_algorithms_lexicographical_compare_test (47 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_test 38: [ RUN ] std_algorithms_for_each_test.test 38: [ OK ] std_algorithms_for_each_test.test (546 ms) 38: [----------] 1 test from std_algorithms_for_each_test (546 ms total) 38: 38: [----------] 1 test from std_algorithms_find_test 38: [ RUN ] std_algorithms_find_test.test 38: [ OK ] std_algorithms_find_test.test (156 ms) 38: [----------] 1 test from std_algorithms_find_test (156 ms total) 38: 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 38: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (701 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 38: [ OK ] std_algorithms_non_mod_seq_ops.find_end (865 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 38: [ OK ] std_algorithms_non_mod_seq_ops.search (781 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search_n [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o 38: [ OK ] std_algorithms_non_mod_seq_ops.search_n (579 ms) 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2928 ms total) 38: 38: [----------] 1 test from std_algorithms_count_test 38: [ RUN ] std_algorithms_count_test.test 38: [ OK ] std_algorithms_count_test.test (114 ms) 38: [----------] 1 test from std_algorithms_count_test (114 ms total) 38: 38: [----------] 1 test from std_algorithms_equal_test 38: [ RUN ] std_algorithms_equal_test.test 38: [ OK ] std_algorithms_equal_test.test (13 ms) 38: [----------] 1 test from std_algorithms_equal_test (13 ms total) 38: 38: [----------] 1 test from std_algorithms_all_any_none_of_test 38: [ RUN ] std_algorithms_all_any_none_of_test.test 38: [ OK ] std_algorithms_all_any_none_of_test.test (159 ms) 38: [----------] 1 test from std_algorithms_all_any_none_of_test (159 ms total) 38: 38: [----------] 1 test from std_algorithms_nonmod_seq_ops 38: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 38: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (99 ms) 38: [----------] 1 test from std_algorithms_nonmod_seq_ops (99 ms total) 38: 38: [----------] 1 test from std_algorithms_mismatch_test 38: [ RUN ] std_algorithms_mismatch_test.test [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o 38: [ OK ] std_algorithms_mismatch_test.test (148 ms) 38: [----------] 1 test from std_algorithms_mismatch_test (148 ms total) 38: 38: [----------] 1 test from std_algorithms_mod_seq_ops 38: [ RUN ] std_algorithms_mod_seq_ops.move_backward 38: [ OK ] std_algorithms_mod_seq_ops.move_backward (45 ms) 38: [----------] 1 test from std_algorithms_mod_seq_ops (45 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 13 tests from 10 test suites ran. (4261 ms total) 38: [ PASSED ] 13 tests. 38/55 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 4.66 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 39: Test timeout computed to be: 1500 39: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 39: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 39: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 39: For unit testing set OMP_PROC_BIND=false 39: 39: [==========] Running 31 tests from 5 test suites. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from std_algorithms_mod_ops_test 39: [ RUN ] std_algorithms_mod_ops_test.move 39: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 39: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 39: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (1 ms) 39: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 39: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 39: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 39: 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy 39: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 39: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill 39: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 39: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate 39: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 39: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 39: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 39: 39: [----------] 4 tests from std_algorithms_replace_ops_test 39: [ RUN ] std_algorithms_replace_ops_test.replace 39: [ OK ] std_algorithms_replace_ops_test.replace (123 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_if 39: [ OK ] std_algorithms_replace_ops_test.replace_if (337 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy 39: [ OK ] std_algorithms_replace_ops_test.replace_copy (223 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 39: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (222 ms) 39: [----------] 4 tests from std_algorithms_replace_ops_test (906 ms total) 39: 39: [----------] 11 tests from std_algorithms_mod_seq_ops 39: [ RUN ] std_algorithms_mod_seq_ops.copy_if 39: [ OK ] std_algorithms_mod_seq_ops.copy_if (120 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.unique (379 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 39: [ OK ] std_algorithms_mod_seq_ops.unique_copy (179 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove 39: [ OK ] std_algorithms_mod_seq_ops.remove (100 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_if (93 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy (209 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (87 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.rotate (2366 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (1295 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.shift_left (2327 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.shift_right (1732 ms) 39: [----------] 11 tests from std_algorithms_mod_seq_ops (8892 ms total) 39: 39: [----------] 1 test from std_algorithms_modseq_test 39: [ RUN ] std_algorithms_modseq_test.reverse 39: [ OK ] std_algorithms_modseq_test.reverse (162 ms) 39: [----------] 1 test from std_algorithms_modseq_test (162 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 31 tests from 5 test suites ran. (9967 ms total) 39: [ PASSED ] 31 tests. 39/55 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 10.35 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 40: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 40: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 40: For unit testing set OMP_PROC_BIND=false 40: 40: [==========] Running 29 tests from 7 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_sorting_ops_test 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted (16 ms) 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (14 ms) 40: [----------] 2 tests from std_algorithms_sorting_ops_test (31 ms total) 40: 40: [----------] 4 tests from std_algorithms_partitioning_test 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 40: [ RUN ] std_algorithms_partitioning_test.partition_point 40: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 40: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 40: 40: [----------] 1 test from std_algorithms_partitioning_ops 40: [ RUN ] std_algorithms_partitioning_ops.partition_copy 40: [ OK ] std_algorithms_partitioning_ops.partition_copy (19 ms) 40: [----------] 1 test from std_algorithms_partitioning_ops (19 ms total) 40: 40: [----------] 12 tests from std_algorithms_numerics_test 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 40: [----------] 12 tests from std_algorithms_numerics_test (8 ms total) 40: 40: [----------] 1 test from std_algorithms_numerics_ops_test 40: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference [ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda 40: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (410 ms) 40: [----------] 1 test from std_algorithms_numerics_ops_test (410 ms total) 40: 40: [----------] 8 tests from std_algorithms_numeric_ops_test 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 74%] Built target Kokkos_ContainersPerformanceTest_Cuda 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (875 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (715 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 40: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (257 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (427 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 40: [----------] 8 tests from std_algorithms_numeric_ops_test (2275 ms total) 40: 40: [----------] 1 test from std_algorithms_transform_ops_test 40: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 40: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (125 ms) 40: [----------] 1 test from std_algorithms_transform_ops_test (126 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 29 tests from 7 test suites ran. (2874 ms total) 40: [ PASSED ] 29 tests. [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o 40/55 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 3.27 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Test timeout computed to be: 1500 41: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 41: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 41: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 41: For unit testing set OMP_PROC_BIND=false 41: 41: [==========] Running 12 tests from 7 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_adjacent_find_team_test 41: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 41: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1290 ms) 41: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 41: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1270 ms) 41: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2560 ms total) 41: 41: [----------] 2 tests from std_algorithms_count_team_test 41: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o 41: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (703 ms) 41: [ RUN ] std_algorithms_count_team_test.count_returns_zero 41: [ OK ] std_algorithms_count_team_test.count_returns_zero (616 ms) 41: [----------] 2 tests from std_algorithms_count_team_test (1320 ms total) 41: 41: [----------] 1 test from std_algorithms_count_if_team_test 41: [ RUN ] std_algorithms_count_if_team_test.test 41: [ OK ] std_algorithms_count_if_team_test.test (950 ms) 41: [----------] 1 test from std_algorithms_count_if_team_test (950 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_team_test 41: [ RUN ] std_algorithms_for_each_team_test.test [ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E 41: [ OK ] std_algorithms_for_each_team_test.test (1872 ms) 41: [----------] 1 test from std_algorithms_for_each_team_test (1872 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_n_team_test 41: [ RUN ] std_algorithms_for_each_n_team_test.test [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 74%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 74%] Built target Kokkos_ContainersTestCompileOnly [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o 41: [ OK ] std_algorithms_for_each_n_team_test.test (2059 ms) 41: [----------] 1 test from std_algorithms_for_each_n_team_test (2059 ms total) 41: 41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 41: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A [ 41%] Built target Kokkos_CoreUnitTest_Serial2 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o 41: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1821 ms) 41: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o 41: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1594 ms) 41: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 41: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1594 ms) 41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (5011 ms total) 41: 41: [----------] 2 tests from std_algorithms_mismatch_team_test 41: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o 41: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1737 ms) 41: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 42%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o 41: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2394 ms) 41: [----------] 2 tests from std_algorithms_mismatch_team_test (4132 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 12 tests from 7 test suites ran. (17908 ms total) 41: [ PASSED ] 12 tests. 41/55 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 18.29 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Test timeout computed to be: 1500 42: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 42: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 42: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 42: For unit testing set OMP_PROC_BIND=false 42: 42: [==========] Running 8 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_equal_team_test 42: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G 42: [ OK ] std_algorithms_equal_team_test.views_are_equal (2344 ms) 42: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o 42: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (3436 ms) 42: [----------] 2 tests from std_algorithms_equal_team_test (5780 ms total) 42: 42: [----------] 2 tests from std_algorithms_search_team_test 42: [ RUN ] std_algorithms_search_team_test.sequences_exist [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams 42: [ OK ] std_algorithms_search_team_test.sequences_exist (1318 ms) 42: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 42: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1409 ms) 42: [----------] 2 tests from std_algorithms_search_team_test (2728 ms total) 42: 42: [----------] 2 tests from std_algorithms_find_end_team_test 42: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o 42: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1898 ms) 42: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F 42: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1914 ms) 42: [----------] 2 tests from std_algorithms_find_end_team_test (3812 ms total) 42: 42: [----------] 2 tests from std_algorithms_find_first_of_team_test 42: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 88%] 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_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 42: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1657 ms) 42: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o 42: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (3612 ms) 42: [----------] 2 tests from std_algorithms_find_first_of_team_test (5270 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 8 tests from 4 test suites ran. (17592 ms total) 42: [ PASSED ] 8 tests. 42/55 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 17.95 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 43: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 43: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 43: For unit testing set OMP_PROC_BIND=false 43: 43: [==========] Running 11 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_find_team_test 43: [ RUN ] std_algorithms_find_team_test.searched_values_exist 43: [ OK ] std_algorithms_find_team_test.searched_values_exist (631 ms) 43: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o 43: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (667 ms) 43: [----------] 2 tests from std_algorithms_find_team_test (1299 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_if_team_test 43: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o 43: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (610 ms) 43: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 43: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (687 ms) 43: [----------] 2 tests from std_algorithms_find_if_team_test (1298 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_if_not_team_test 43: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o 43: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (684 ms) 43: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o 43: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (608 ms) 43: [----------] 2 tests from std_algorithms_find_if_not_team_test (1293 ms total) 43: 43: [----------] 1 test from std_algorithms_all_of_team_test 43: [ RUN ] std_algorithms_all_of_team_test.test [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 43: [ OK ] std_algorithms_all_of_team_test.test (674 ms) 43: [----------] 1 test from std_algorithms_all_of_team_test (675 ms total) 43: 43: [----------] 1 test from std_algorithms_any_of_team_test 43: [ RUN ] std_algorithms_any_of_team_test.test [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o 43: [ OK ] std_algorithms_any_of_team_test.test (602 ms) 43: [----------] 1 test from std_algorithms_any_of_team_test (602 ms total) 43: 43: [----------] 1 test from std_algorithms_none_of_team_test 43: [ RUN ] std_algorithms_none_of_team_test.test [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 43: [ OK ] std_algorithms_none_of_team_test.test (679 ms) 43: [----------] 1 test from std_algorithms_none_of_team_test (679 ms total) 43: 43: [----------] 2 tests from std_algorithms_search_n_team_test 43: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 43: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (652 ms) 43: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 43: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (647 ms) 43: [----------] 2 tests from std_algorithms_search_n_team_test (1300 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 11 tests from 7 test suites ran. (7148 ms total) 43: [ PASSED ] 11 tests. 43/55 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 7.51 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Test timeout computed to be: 1500 44: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 44: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 44: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 44: For unit testing set OMP_PROC_BIND=false 44: 44: [==========] Running 3 tests from 3 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_min_element_team_test 44: [ RUN ] std_algorithms_min_element_team_test.test [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o 44: [ OK ] std_algorithms_min_element_team_test.test (2605 ms) 44: [----------] 1 test from std_algorithms_min_element_team_test (2605 ms total) 44: 44: [----------] 1 test from std_algorithms_max_element_team_test 44: [ RUN ] std_algorithms_max_element_team_test.test [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o 44: [ OK ] std_algorithms_max_element_team_test.test (2581 ms) 44: [----------] 1 test from std_algorithms_max_element_team_test (2581 ms total) 44: 44: [----------] 1 test from std_algorithms_minmax_element_team_test 44: [ RUN ] std_algorithms_minmax_element_team_test.test [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly 44: [ OK ] std_algorithms_minmax_element_team_test.test (2722 ms) 44: [----------] 1 test from std_algorithms_minmax_element_team_test (2722 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 3 tests from 3 test suites ran. (7909 ms total) 44: [ PASSED ] 3 tests. 44/55 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 8.29 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 45: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 45: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 45: For unit testing set OMP_PROC_BIND=false 45: 45: [==========] Running 6 tests from 6 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_fill_team_test 45: [ RUN ] std_algorithms_fill_team_test.test [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 88%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o 45: [ OK ] std_algorithms_fill_team_test.test (1264 ms) 45: [----------] 1 test from std_algorithms_fill_team_test (1264 ms total) 45: 45: [----------] 1 test from std_algorithms_fill_n_team_test 45: [ RUN ] std_algorithms_fill_n_team_test.test 45: [ OK ] std_algorithms_fill_n_team_test.test (462 ms) 45: [----------] 1 test from std_algorithms_fill_n_team_test (463 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_team_test 45: [ RUN ] std_algorithms_replace_team_test.test [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 45: [ OK ] std_algorithms_replace_team_test.test (2300 ms) 45: [----------] 1 test from std_algorithms_replace_team_test (2300 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_if_team_test 45: [ RUN ] std_algorithms_replace_if_team_test.test [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o 45: [ OK ] std_algorithms_replace_if_team_test.test (2363 ms) 45: [----------] 1 test from std_algorithms_replace_if_team_test (2363 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_team_test 45: [ RUN ] std_algorithms_replace_copy_team_test.test 45: [ OK ] std_algorithms_replace_copy_team_test.test (2098 ms) 45: [----------] 1 test from std_algorithms_replace_copy_team_test (2099 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test 45: [ RUN ] std_algorithms_replace_copy_if_team_test.test 45: [ OK ] std_algorithms_replace_copy_if_team_test.test (1921 ms) 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1922 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 6 tests from 6 test suites ran. (10413 ms total) 45: [ PASSED ] 6 tests. 45/55 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 10.79 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Test timeout computed to be: 1500 46: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 46: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 46: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 46: For unit testing set OMP_PROC_BIND=false 46: 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_reverse_team_test 46: [ RUN ] std_algorithms_reverse_team_test.test [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o 46: [ OK ] std_algorithms_reverse_team_test.test (1561 ms) 46: [----------] 1 test from std_algorithms_reverse_team_test (1561 ms total) 46: 46: [----------] 1 test from std_algorithms_reverse_copy_team_test 46: [ RUN ] std_algorithms_reverse_copy_team_test.test [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o 46: [ OK ] std_algorithms_reverse_copy_team_test.test (1575 ms) 46: [----------] 1 test from std_algorithms_reverse_copy_team_test (1575 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_team_test 46: [ RUN ] std_algorithms_rotate_team_test.test [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 46: [ OK ] std_algorithms_rotate_team_test.test (1486 ms) 46: [----------] 1 test from std_algorithms_rotate_team_test (1486 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_copy_team_test 46: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 46: [ OK ] std_algorithms_rotate_copy_team_test.test (1461 ms) 46: [----------] 1 test from std_algorithms_rotate_copy_team_test (1461 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (6085 ms total) 46: [ PASSED ] 4 tests. 46/55 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 6.46 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Test timeout computed to be: 1500 47: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 47: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 47: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 47: For unit testing set OMP_PROC_BIND=false 47: 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_move_team_test 47: [ RUN ] std_algorithms_move_team_test.test [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 47: [ OK ] std_algorithms_move_team_test.test (3283 ms) 47: [----------] 1 test from std_algorithms_move_team_test (3283 ms total) 47: 47: [----------] 1 test from std_algorithms_move_backward_team_test 47: [ RUN ] std_algorithms_move_backward_team_test.test 47: [ OK ] std_algorithms_move_backward_team_test.test (1980 ms) 47: [----------] 1 test from std_algorithms_move_backward_team_test (1980 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_left_team_test 47: [ RUN ] std_algorithms_shift_left_team_test.test [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o [ 89%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan 47: [ OK ] std_algorithms_shift_left_team_test.test (5798 ms) 47: [----------] 1 test from std_algorithms_shift_left_team_test (5798 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_right_team_test 47: [ RUN ] std_algorithms_shift_right_team_test.test [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o [ 90%] Built target Kokkos_PerformanceTest_InclusiveScan [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o 47: [ OK ] std_algorithms_shift_right_team_test.test (5776 ms) 47: [----------] 1 test from std_algorithms_shift_right_team_test (5776 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (16837 ms total) 47: [ PASSED ] 4 tests. 47/55 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 17.19 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 48: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 48: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 48: For unit testing set OMP_PROC_BIND=false 48: 48: [==========] Running 9 tests from 9 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_copy_team_test 48: [ RUN ] std_algorithms_copy_team_test.test [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o 48: [ OK ] std_algorithms_copy_team_test.test (4237 ms) 48: [----------] 1 test from std_algorithms_copy_team_test (4238 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_n_team_test 48: [ RUN ] std_algorithms_copy_n_team_test.test [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P 48: [ OK ] std_algorithms_copy_n_team_test.test (520 ms) 48: [----------] 1 test from std_algorithms_copy_n_team_test (520 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_backward_team_test 48: [ RUN ] std_algorithms_copy_backward_team_test.test 48: [ OK ] std_algorithms_copy_backward_team_test.test (1953 ms) 48: [----------] 1 test from std_algorithms_copy_backward_team_test (1953 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_if_team_test 48: [ RUN ] std_algorithms_copy_if_team_test.test 48: [ OK ] std_algorithms_copy_if_team_test.test (1892 ms) 48: [----------] 1 test from std_algorithms_copy_if_team_test (1893 ms total) 48: 48: [----------] 1 test from std_algorithms_unique_copy_team_test 48: [ RUN ] std_algorithms_unique_copy_team_test.test [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 93%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o [ 93%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o 48: [ OK ] std_algorithms_unique_copy_team_test.test (2355 ms) 48: [----------] 1 test from std_algorithms_unique_copy_team_test (2355 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_team_test 48: [ RUN ] std_algorithms_remove_team_test.test [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 44%] Linking CXX executable Kokkos_CoreUnitTest_Develop 48: [ OK ] std_algorithms_remove_team_test.test (1883 ms) 48: [----------] 1 test from std_algorithms_remove_team_test (1883 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_if_team_test 48: [ RUN ] std_algorithms_remove_if_team_test.test 48: [ OK ] std_algorithms_remove_if_team_test.test (1146 ms) 48: [----------] 1 test from std_algorithms_remove_if_team_test (1146 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_copy_team_test 48: [ RUN ] std_algorithms_remove_copy_team_test.test [ 44%] Built target Kokkos_CoreUnitTest_Develop [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o 48: [ OK ] std_algorithms_remove_copy_team_test.test (2034 ms) 48: [----------] 1 test from std_algorithms_remove_copy_team_test (2034 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_copy_if_team_test 48: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_c.cpp.o 48: [ OK ] std_algorithms_remove_copy_if_team_test.test (1780 ms) 48: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1780 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 9 tests from 9 test suites ran. (17806 ms total) 48: [ PASSED ] 9 tests. [ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph 48/55 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 18.20 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 49: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 49: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 49: For unit testing set OMP_PROC_BIND=false 49: 49: [==========] Running 4 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_unique_team_test 49: [ RUN ] std_algorithms_unique_team_test.test_default_predicate [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o 49: [ OK ] std_algorithms_unique_team_test.test_default_predicate (2450 ms) 49: [----------] 1 test from std_algorithms_unique_team_test (2451 ms total) 49: 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test 49: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o 49: [ OK ] std_algorithms_adjacent_difference_team_test.test (3692 ms) 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3692 ms total) 49: 49: [----------] 1 test from std_algorithms_reduce_team_test 49: [ RUN ] std_algorithms_reduce_team_test.test [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o 49: [ OK ] std_algorithms_reduce_team_test.test (2030 ms) 49: [----------] 1 test from std_algorithms_reduce_team_test (2031 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_reduce_team_test 49: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 93%] Linking CXX executable Kokkos_atomic [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o 49: [ OK ] std_algorithms_transform_reduce_team_test.test (4000 ms) 49: [----------] 1 test from std_algorithms_transform_reduce_team_test (4000 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (12174 ms total) 49: [ PASSED ] 4 tests. 49/55 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 12.53 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Test timeout computed to be: 1500 50: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 50: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 50: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 50: For unit testing set OMP_PROC_BIND=false 50: 50: [==========] Running 18 tests from 5 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_is_sorted_team_test 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 44%] Built target Kokkos_CoreUnitTest_SYCL1B [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (2552 ms) 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o [ 93%] Built target Kokkos_atomic [ 93%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2301 ms) 50: [----------] 2 tests from std_algorithms_is_sorted_team_test (4854 ms total) 50: 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (15 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (20 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2251 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (2826 ms) 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (5114 ms total) 50: 50: [----------] 4 tests from std_algorithms_is_partitioned_team_test 50: [ RUN ] std_algorithms_is_partitioned_team_test.empty 50: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 50: [ RUN ] std_algorithms_is_partitioned_team_test.all_true [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 93%] Linking CXX executable Kokkos_UnitTest_SIMD 50: [ OK ] std_algorithms_is_partitioned_team_test.all_true (1306 ms) 50: [ RUN ] std_algorithms_is_partitioned_team_test.all_false [ 45%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o 50: [ OK ] std_algorithms_is_partitioned_team_test.all_false (1302 ms) 50: [ RUN ] std_algorithms_is_partitioned_team_test.random [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 50: [ OK ] std_algorithms_is_partitioned_team_test.random (1060 ms) 50: [----------] 4 tests from std_algorithms_is_partitioned_team_test (3677 ms total) 50: 50: [----------] 4 tests from std_algorithms_partition_copy_team_test 50: [ RUN ] std_algorithms_partition_copy_team_test.empty 50: [ OK ] std_algorithms_partition_copy_team_test.empty (13 ms) 50: [ RUN ] std_algorithms_partition_copy_team_test.all_true [ 94%] Linking CXX executable Kokkos_gups [ 45%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 94%] Built target Kokkos_UnitTest_SIMD [ 94%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o 50: [ OK ] std_algorithms_partition_copy_team_test.all_true (3144 ms) 50: [ RUN ] std_algorithms_partition_copy_team_test.all_false [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 94%] Built target Kokkos_gups [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 95%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o 50: [ OK ] std_algorithms_partition_copy_team_test.all_false (3134 ms) 50: [ RUN ] std_algorithms_partition_copy_team_test.random [ 45%] Built target Kokkos_CoreUnitTest_SYCL2C [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 45%] Linking CXX executable Kokkos_ProfilingAllCalls [ 95%] Linking CXX executable Kokkos_gather [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o 50: [ OK ] std_algorithms_partition_copy_team_test.random (2899 ms) 50: [----------] 4 tests from std_algorithms_partition_copy_team_test (9192 ms total) 50: 50: [----------] 4 tests from std_algorithms_partition_point_team_test 50: [ RUN ] std_algorithms_partition_point_team_test.empty 50: [ OK ] std_algorithms_partition_point_team_test.empty (8 ms) 50: [ RUN ] std_algorithms_partition_point_team_test.all_true 50: [ OK ] std_algorithms_partition_point_team_test.all_true (1251 ms) 50: [ RUN ] std_algorithms_partition_point_team_test.all_false [ 45%] Built target Kokkos_ProfilingAllCalls [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o 50: [ OK ] std_algorithms_partition_point_team_test.all_false (1251 ms) 50: [ RUN ] std_algorithms_partition_point_team_test.random 50: [ OK ] std_algorithms_partition_point_team_test.random (1008 ms) 50: [----------] 4 tests from std_algorithms_partition_point_team_test (3520 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 18 tests from 5 test suites ran. (26360 ms total) 50: [ PASSED ] 18 tests. 50/55 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 26.74 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Test timeout computed to be: 1500 51: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 51: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 51: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 51: For unit testing set OMP_PROC_BIND=false 51: 51: [==========] Running 5 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_transform_team_test 51: [ RUN ] std_algorithms_transform_team_test.test_unary_op [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 95%] Built target Kokkos_gather [ 95%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 95%] Linking CXX executable Kokkos_stream [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessorAccessViolation.cpp.o [ 95%] Linking CXX executable Kokkos_launch_latency [ 95%] Built target Kokkos_stream [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessor.cpp.o 51: [ OK ] std_algorithms_transform_team_test.test_unary_op (4684 ms) 51: [ RUN ] std_algorithms_transform_team_test.test_binary_op [ 95%] Built target Kokkos_launch_latency [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o 51: [ OK ] std_algorithms_transform_team_test.test_binary_op (3415 ms) 51: [----------] 2 tests from std_algorithms_transform_team_test (8100 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_team_test 51: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 46%] Linking CXX executable Kokkos_ToolsInitialization [ 95%] Linking CXX executable Kokkos_view_copy_constructor [ 21%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 95%] Built target Kokkos_view_copy_constructor [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 22%] Built target Kokkos_CoreUnitTest_Develop [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 46%] Built target Kokkos_ToolsInitialization [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o 51: [ OK ] std_algorithms_generate_team_test.test_unary_op (11871 ms) 51: [----------] 1 test from std_algorithms_generate_team_test (11871 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_n_team_test 51: [ RUN ] std_algorithms_generate_n_team_test.test 51: [ OK ] std_algorithms_generate_n_team_test.test (498 ms) 51: [----------] 1 test from std_algorithms_generate_n_team_test (498 ms total) 51: 51: [----------] 1 test from std_algorithms_swap_ranges_team_test 51: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o Running on fetnat_08 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o 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-7897 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 51: [ OK ] std_algorithms_swap_ranges_team_test.test (4218 ms) 51: [----------] 1 test from std_algorithms_swap_ranges_team_test (4218 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 5 tests from 4 test suites ran. (24689 ms total) 51: [ PASSED ] 5 tests. 51/55 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 25.04 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Test timeout computed to be: 1500 52: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 52: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 52: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 52: For unit testing set OMP_PROC_BIND=false 52: 52: [==========] Running 2 tests from 2 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_exclusive_scan_team_test 52: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o Fetching without tags Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7897/head:refs/remotes/origin/PR-7897 # 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/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 52: [ OK ] std_algorithms_exclusive_scan_team_test.test (7842 ms) 52: [----------] 1 test from std_algorithms_exclusive_scan_team_test (7842 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 52: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o + docker build -t 1585a237b96bbb36576afa762a74dc5007299ae7 --build-arg BASE=nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 --build-arg ADDITIONAL_PACKAGES=clang-17 clang-tidy-17 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> a22f95e792e7 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> ce80e44ba4a3 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> b6e21534ffdd Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 4af3887b28c4 Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 9ceabf557d13 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> a148e648f035 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 3a80a256fa38 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 ---> d82ea6975353 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 17576fbce0d4 Successfully built 17576fbce0d4 Successfully tagged 1585a237b96bbb36576afa762a74dc5007299ae7: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 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 + docker inspect -f . 1585a237b96bbb36576afa762a74dc5007299ae7 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_08 seems to be running inside container e07a04c75f546b84a3aafc1f51e54f360a6007793a2a2697fedb438d3eb582be $ 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-7897 --volumes-from e07a04c75f546b84a3aafc1f51e54f360a6007793a2a2697fedb438d3eb582be -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 1585a237b96bbb36576afa762a74dc5007299ae7 cat [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o 52: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (4045 ms) 52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (4046 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 2 tests from 2 test suites ran. (11889 ms total) 52: [ PASSED ] 2 tests. 52/55 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 12.24 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Test timeout computed to be: 1500 53: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 53: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 53: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 53: For unit testing set OMP_PROC_BIND=false 53: 53: [==========] Running 2 tests from 2 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test 53: [ RUN ] std_algorithms_inclusive_scan_team_test.test $ docker top 78a62c0a0a0b38ef404d393727c3a0061d68bbe9d7b88b3c63b2bd084c821cc5 -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=RelWithDebInfo -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-17;-warnings-as-errors=* -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -Wno-pass-failed -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 20 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewBadAlloc.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Sort -- The CXX compiler identification is Clang 17.0.6 -- Check for working CXX compiler: /usr/bin/clang++-17 -- Check for working CXX compiler: /usr/bin/clang++-17 -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=c++2a for C++20 standard as feature [ 78%] Built target Kokkos_UnitTest_Sort [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /usr/local/cuda/include (found version "12.5.82") [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED Scanning dependencies of target Kokkos_UnitTest_Random -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o -- [benchmark] Performing Test HAVE[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o _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-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX 53: [ OK ] std_algorithms_inclusive_scan_team_test.test (11485 ms) 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (11485 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 53: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_c.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o -- [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 [ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Serial -- Sources TestCuda.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;CUDA -- Configuring done [ 78%] Built target Kokkos_ContainersUnitTest_Serial [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool Scanning dependencies of target kokkos_gtest [ 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 Scanning dependencies of target benchmark [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Built target AlwaysCheckGit [ 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_name.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o Scanning dependencies of target impl_git_version [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 1%] Linking CXX static library libkokkossimd.a [ 1%] Built target kokkossimd [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorProp.cpp.o Scanning dependencies of target kokkoscore [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o [ 1%] Linking CXX static library libimpl_git_version.a [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 48%] Built target Kokkos_CoreUnitTest_KokkosP [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 1%] Built target impl_git_version [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o 53: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (7774 ms) 53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (7774 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 2 tests from 2 test suites ran. (19260 ms total) 53: [ PASSED ] 2 tests. 53/55 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 19.63 sec test 54 Start 54: Kokkos_PerformanceTest_InclusiveScan 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-28-01.json" 54: Test timeout computed to be: 1500 54: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 54: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 54: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 54: For unit testing set OMP_PROC_BIND=false 54: 54: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A30 : Selected" 54: 2025-03-17T15:49:59+00:00 54: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 54: Run on (15 X 3250 MHz CPU s) 54: CPU Caches: 54: L1 Data 64 KiB (x15) 54: L1 Instruction 64 KiB (x15) 54: L2 Unified 512 KiB (x15) 54: L3 Unified 16384 KiB (x15) 54: Load Average: 2.87, 3.71, 3.96 54: CPU architecture: none 54: Can access system allocated memory: 0 54: Capability: 8.0 54: Default Device: Cuda 54: GPU architecture: AMPERE80 54: KOKKOS_COMPILER_GNU: 940 54: KOKKOS_COMPILER_NVCC: 1160 54: KOKKOS_ENABLE_ASM: yes 54: KOKKOS_ENABLE_CUDA: yes 54: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 54: KOKKOS_ENABLE_CUDA_UVM: no 54: KOKKOS_ENABLE_CXX17: yes 54: KOKKOS_ENABLE_CXX20: no 54: KOKKOS_ENABLE_CXX23: no 54: KOKKOS_ENABLE_CXX26: no 54: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 54: KOKKOS_ENABLE_HWLOC: no 54: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 54: KOKKOS_ENABLE_LIBDL: no 54: KOKKOS_ENABLE_OPENMP: yes 54: KOKKOS_ENABLE_PRAGMA_IVDEP: no 54: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 54: KOKKOS_ENABLE_PRAGMA_UNROLL: no 54: KOKKOS_ENABLE_PRAGMA_VECTOR: no 54: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 54: Kokkos Version: 4.6.99 54: Shared Memory per Block: 48 KiB 54: Total Global Memory: 23.6 GiB 54: macro KOKKOS_ENABLE_CUDA: defined 54: platform: 64bit 54: via Address Translation Service: 0 54: ***WARNING*** Library was built as DEBUG. Timings may be affected. [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewHooks.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Linking CXX static library libbenchmark.a [ 3%] Built target benchmark Scanning dependencies of target benchmark_main [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o [ 3%] 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 [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 4%] Linking CXX static library libbenchmark_main.a [ 5%] Linking CXX static library libkokkos_gtest.a [ 5%] Built target benchmark_main [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 5%] Built target kokkos_gtest [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 49%] Linking CXX executable Kokkos_StackTraceTestExec [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_SYCL2A [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 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_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 49%] Built target Kokkos_StackTraceTestExec [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o 54: ---------------------------------------------------------------------------------------------------------------------------------------------- 54: Benchmark Time CPU Iterations FOM: GB/s MB Passed 54: ---------------------------------------------------------------------------------------------------------------------------------------------- 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 275 668.39/s 1.6k 1 [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfViews.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOutOfBoundsAccess.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_CTestDevice [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 81%] Linking CXX executable Kokkos_UnitTest_Random [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.cpp.o [ 81%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_b.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 261 656.914/s 1.6k 1 [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 99%] 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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 264 666.056/s 1.6k 1 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target kokkoscontainers [ 6%] Building CXX object 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 [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Running on lascaux_02 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 + docker build -t 8d565adebdff80f914b123cc092fcac098985241 --build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:2158567b4526a76bf26e5e1d63ab748c7478883dfc9c07cc1ee230b40a224e82 #1 transferring dockerfile: 1.52kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 #2 sha256:545c1c1af45903ccf2e4c2fec8b43c6b5f360a43a94235d345576dbc6a78bd34 #2 DONE 0.3s #3 [internal] load .dockerignore #3 sha256:2c9c35c9d7d7e6cfa88d9f1383effe11cc68dd0a1494eb5e69a936294ef0fbb6 #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 #7 sha256:35fd28c53f765224edc2d4152a76369a89b1c05546ee0f5233b74a90a15f1170 #7 DONE 0.0s #5 [3/4] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:8b1b09167d20192d32723e497e1c27cf4fed65eec875b17ae53a3d6ab7064769 #5 CACHED #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:80c6b9c882454b684af2e366ae840c07d5438237b83f5bbf8c8ff7f2c8dcacf9 #6 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:7201b409b3238d19582638e5d6ef1c079a8b23a010267349aa1a066c8971e0bf #4 CACHED #8 exporting to image #8 sha256:ad0cc1a2968bd2d85b3b351404d609be5c204d810f1d816260dd4b0b6719bd7f #8 exporting layers done #8 writing image sha256:705b43ddc294a67d9d4e2e211f3a81910c794252325858c6f9db7c58f8ad8812 done #8 naming to docker.io/library/8d565adebdff80f914b123cc092fcac098985241:latest done #8 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o + docker inspect -f . 8d565adebdff80f914b123cc092fcac098985241 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer lascaux_02 seems to be running inside container ef9d369f6354dc488096f694b48c805c5217e4b57c28332e1a836f3ae70dcd9c $ 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-7897 --volumes-from ef9d369f6354dc488096f694b48c805c5217e4b57c28332e1a836f3ae70dcd9c -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 8d565adebdff80f914b123cc092fcac098985241 cat $ docker top d252bf530e8893aa20ed3a53e3e89a180d6f368d11b8478b78e00583dcbe9823 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + echo /opt/rocm/llvm/lib + ldconfig [Pipeline] sh [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o + rm -rf build [ 83%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DNDEBUG -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is Clang 15.0.0 -- Check for working CXX compiler: /opt/rocm/bin/hipcc [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o [ 83%] Built target Kokkos_ContainersUnitTest_Cuda [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 5.3.22062 -- Using -std=gnu++17 for C++17 extensions as feature [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 264 649.177/s 1.6k 1 [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.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 -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed -- Found TPLLIBDL: /usr/include -- Looking for C++ include pthread.h [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_ToolsInitialization [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_ProfilingAllCalls [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o Scanning dependencies of target Kokkos_StackTraceTestExec [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o -- Found OpenMP_CXX: -fopenmp=libomp (Required is at least version "3.0") -- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX -- Using 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 [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 52%] Linking CXX executable Kokkos_IncrementalTest_SERIAL -- [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 [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_IncrementalTest_SERIAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 54%] 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_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 [ 6%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o [ 6%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 6%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 6%] Built target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 278 672.053/s 1.6k 1 -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] 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_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 24%] Built target Kokkos_CoreUnitTest_InitializeFinalize -- [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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.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 [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 6%] Linking CXX executable Kokkos_ProfilingAllCalls [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestOpenMP.cpp -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: OPENMP;HIP -- Configuring done [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 6%] Built target Kokkos_ProfilingAllCalls -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j16 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Built target AlwaysCheckGit Scanning dependencies of target kokkos_gtest 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 Scanning dependencies of target benchmark [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.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_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Building CXX object _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 Scanning dependencies of target kokkoscore [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 2%] Building CXX object 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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 3%] Linking CXX static library libimpl_git_version.a [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Built target impl_git_version [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Linking CXX shared library libkokkosprinter-tool.so [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 5%] Built target kokkosprinter-tool [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o 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 [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.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/HIP/Kokkos_HIP.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 7%] Linking CXX static library libbenchmark.a [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o [ 7%] Built target benchmark [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o Scanning dependencies of target benchmark_main [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 272 654.101/s 1.6k 1 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 7%] Linking CXX static library libbenchmark_main.a [ 7%] Built target benchmark_main [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.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 [ 7%] Linking CXX static library libkokkos_gtest.a [ 7%] Built target kokkos_gtest [ 7%] Linking CXX executable Kokkos_ToolsInitialization Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 7%] Built target Kokkos_ToolsInitialization [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.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_CoreUnitTest_CMakeTriBITSCompatibility [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpGraph [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_HIP [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC [100%] Built target Kokkos_CoreUnitTest_OpenACC + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 90c93e1abd18 Build name: Linux-nvc++ Create new tag: 20250317-1552 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/23 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.40 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenACC_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from openacc 2: [ RUN ] openacc.basic_view_default_ctor 2: [ OK ] openacc.basic_view_default_ctor (0 ms) 2: [ RUN ] openacc.basic_view_extents_ctor 2: [ OK ] openacc.basic_view_extents_ctor (34 ms) 2: [ RUN ] openacc.basic_view_mapping_ctor_right 2: [ OK ] openacc.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] openacc.basic_view_access 2: [ OK ] openacc.basic_view_access (0 ms) 2: [ RUN ] openacc.basic_view_atomic_accessor 2: [ OK ] openacc.basic_view_atomic_accessor (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Typedefs 2: [ OK ] openacc.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Ctors 2: [ OK ] openacc.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] openacc.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] openacc.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Access 2: [ OK ] openacc.RefCountedAcc_Access (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Conversion 2: [ OK ] openacc.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] openacc.RefCountedDataHandle_Typedefs 2: [ OK ] openacc.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] openacc.RefCountedDataHandle 2: [ OK ] openacc.RefCountedDataHandle (0 ms) 2: [ RUN ] openacc.RefCountedDataHandleAnonym 2: [ OK ] openacc.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] openacc.RefCountedDataHandleConversion 2: [ OK ] openacc.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from openacc (36 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (36 ms total) 2: [ PASSED ] 14 tests. 2/23 Test #2: Kokkos_CoreUnitTest_OpenACC_ViewSupport .................... Passed 0.23 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 252 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (496 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (1329 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (553 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (423 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (3 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (10 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (4 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (10 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (2833 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: [ OK ] serial_graph_DeathTest.can_instantiate_only_once (901 ms) 3: [----------] 1 test from serial_graph_DeathTest (901 ms total) 3: 3: [----------] 224 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (1 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (127 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (20 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (35 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:90: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:133: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:178: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:223: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range_reduce (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:263: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:304: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:356: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range_scan (0 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 55%] 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_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2740 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o Scanning dependencies of target Kokkos_ProfilingAllCalls [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2832 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1487 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 15%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 15%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 7%] Built target Kokkos_CoreUnitTest_CTestDevice [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 15%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1510 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (38 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (161 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (1 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (8 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (129 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (9 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy [ 16%] Linking CXX executable Kokkos_ProfilingAllCalls [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_Develop [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 17%] Built target Kokkos_ProfilingAllCalls [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams 3: [ OK ] serial.mdrange_large_deep_copy (1596 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 17%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 258 656.054/s 1.6k 1 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3257 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (35 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp:416: Skipped 3: This test is known to fail with the NVHPC compiler 3: [ SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (11 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (5 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (1 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (11 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (11 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (0 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (0 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (299 ms) 3: [ RUN ] serial.double_reduce [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o 3: [ OK ] serial.double_reduce (306 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 3: [ OK ] serial.int64_t_reduce_dynamic (1031 ms) 3: [ RUN ] serial.double_reduce_dynamic [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 24%] Linking CXX executable Kokkos_ProfilingAllCalls [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 3: [ OK ] serial.double_reduce_dynamic (1102 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic_view (629 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (2 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (21 ms) 3: [ RUN ] serial.reduce_device_view_team_policy [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 24%] Built target Kokkos_ProfilingAllCalls [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp 3: [ OK ] serial.reduce_device_view_team_policy (2301 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (6 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [ RUN ] serial.task_fib_deprecated 3: [ OK ] serial.task_fib_deprecated (196 ms) 3: [ RUN ] serial.task_depend_deprecated 3: [ OK ] serial.task_depend_deprecated (0 ms) 3: [ RUN ] serial.task_team_deprecated 3: [ OK ] serial.task_team_deprecated (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated 3: [ OK ] serial.task_with_mempool_deprecated (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated 3: [ OK ] serial.task_multiple_depend_deprecated (16 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated 3: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated 3: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 3: [ RUN ] serial.task_fib_deprecated_multiple 3: [ OK ] serial.task_fib_deprecated_multiple (194 ms) 3: [ RUN ] serial.task_depend_deprecated_multiple 3: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_team_deprecated_multiple 3: [ OK ] serial.task_team_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated_multiple 3: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated_multiple 3: [ OK ] serial.task_multiple_depend_deprecated_multiple (15 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 3: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 3: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_fib_single 3: [ OK ] serial.task_fib_single (189 ms) 3: [ RUN ] serial.task_depend_single 3: [ OK ] serial.task_depend_single (0 ms) 3: [ RUN ] serial.task_team_single 3: [ OK ] serial.task_team_single (0 ms) 3: [ RUN ] serial.task_with_mempool_single 3: [ OK ] serial.task_with_mempool_single (0 ms) 3: [ RUN ] serial.task_multiple_depend_single 3: [ OK ] serial.task_multiple_depend_single (9 ms) 3: [ RUN ] serial.task_scheduler_ctors_single 3: [ OK ] serial.task_scheduler_ctors_single (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_single 3: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 3: [ RUN ] serial.task_fib_multiple [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o 3: [ OK ] serial.task_fib_multiple (190 ms) 3: [ RUN ] serial.task_depend_multiple 3: [ OK ] serial.task_depend_multiple (0 ms) 3: [ RUN ] serial.task_team_multiple 3: [ OK ] serial.task_team_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_multiple 3: [ OK ] serial.task_with_mempool_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_multiple 3: [ OK ] serial.task_multiple_depend_multiple (9 ms) 3: [ RUN ] serial.task_scheduler_ctors_multiple 3: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_multiple 3: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 3: [ RUN ] serial.task_fib_chase_lev [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o 3: [ OK ] serial.task_fib_chase_lev (223 ms) 3: [ RUN ] serial.task_depend_chase_lev 3: [ OK ] serial.task_depend_chase_lev (0 ms) 3: [ RUN ] serial.task_team_chase_lev 3: [ OK ] serial.task_team_chase_lev (0 ms) 3: [ RUN ] serial.task_with_mempool_chase_lev 3: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 3: [ RUN ] serial.task_multiple_depend_chase_lev 3: [ OK ] serial.task_multiple_depend_chase_lev (12 ms) 3: [ RUN ] serial.task_scheduler_ctors_chase_lev 3: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 3: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 3: [----------] 224 tests from serial (20831 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 252 tests from 4 test suites ran. (24567 ms total) 3: [ PASSED ] 239 tests. 3: [ SKIPPED ] 13 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial.exec_space_thread_safety_range 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy 3: [ SKIPPED ] serial.exec_space_thread_safety_range_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_range_scan 3: [ SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/23 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 24.76 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o 4: [==========] Running 142 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment Scanning dependencies of target Kokkos_StackTraceTestExec [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2842 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2896 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (5739 ms total) 4: 4: [----------] 134 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large [ 20%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 20%] Linking CXX executable Kokkos_ToolsInitialization 4: [ OK ] serial.team_reduce_large (544 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (11 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (6 ms) 4: [ RUN ] serial.triple_nested_parallelism [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 4: [ OK ] serial.triple_nested_parallelism (441 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (87 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (186 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (148 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (120 ms) 4: [ RUN ] serial.team_long_array_reduce [ 20%] Built target Kokkos_ToolsInitialization [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_KokkosP [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o 4: [ OK ] serial.team_long_array_reduce (150 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (118 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o 4: [ OK ] serial.repeated_team_reduce (1318 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (119 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (31 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (31 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (2 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (18 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (16 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (5 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (37 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o 4: [ OK ] serial.view_allocation_large_rank (946 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (5 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 22%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 254 663.286/s 1.6k 1 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 22%] Built target Kokkos_CoreUnitTest_CTestDevice [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o 4: [ OK ] serial.view_fill_tests_layout_right (5395 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 22%] Linking CXX executable Kokkos_StackTraceTestExec [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 22%] Built target Kokkos_StackTraceTestExec [ 22%] 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_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o 4: [ OK ] serial.view_fill_tests_layout_left (5194 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (60 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (55 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (54 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (3 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (7 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o 4: [ OK ] serial.workgraph_fib (45 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (27 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (26 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (26 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o 4: [ OK ] serial.view_subview_3d_from_5d_right (164 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (164 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (165 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 134 tests from serial (15799 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 142 tests from 2 test suites ran. (21538 ms total) 4: [ PASSED ] 135 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/23 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 21.97 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenACC 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC 5: Test timeout computed to be: 1500 [ 23%] Linking CXX executable Kokkos_CoreTestCompileOnly 5: [==========] Running 223 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from openacc_DeathTest 5: [ RUN ] openacc_DeathTest.abort_from_host [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 23%] Built target Kokkos_CoreTestCompileOnly [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o 5: [ OK ] openacc_DeathTest.abort_from_host (2378 ms) 5: [ RUN ] openacc_DeathTest.abort_from_device 5: [ OK ] openacc_DeathTest.abort_from_device (75 ms) 5: [ RUN ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o 5: [ OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (2401 ms) 5: [ RUN ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 26%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 26%] Built target Kokkos_CoreUnitTest_KokkosP 5: [ OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (2698 ms) 5: [ RUN ] openacc_DeathTest.policy_invalid_bounds 5: [ OK ] openacc_DeathTest.policy_invalid_bounds (2 ms) 5: [ RUN ] openacc_DeathTest.range_policy_invalid_bounds 5: [ OK ] openacc_DeathTest.range_policy_invalid_bounds (31 ms) 5: [ RUN ] openacc_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openacc_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 5: [ RUN ] openacc_DeathTest.range_policy_check_sign_changes 5: [ OK ] openacc_DeathTest.range_policy_check_sign_changes (13 ms) 5: [ RUN ] openacc_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 5: [ RUN ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 5: [ OK ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (2622 ms) 5: [ RUN ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:122: Skipped 5: skipping because OpenACC backend is currently not able to abort from the device 5: [ SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 5: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_stat 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_mix 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] openacc_DeathTest.view_construction_with_wrong_static_extents 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 253 668/s 1.6k 1 54/55 Test #54: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 195.95 sec test 55 Start 55: Kokkos_UnitTest_SIMD 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 55: Test timeout computed to be: 1500 55: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 55: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 55: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 55: For unit testing set OMP_PROC_BIND=false 55: 55: [==========] Running 18 tests from 1 test suite. 55: [----------] Global test environment set-up. 55: [----------] 18 tests from simd 55: [ RUN ] simd.host_math_ops 55: [ OK ] simd.host_math_ops (1 ms) 55: [ RUN ] simd.device_math_ops 55: [ OK ] simd.device_math_ops (2 ms) 55: [ RUN ] simd.host_mask_ops 55: [ OK ] simd.host_mask_ops (0 ms) 55: [ RUN ] simd.device_mask_ops 55: [ OK ] simd.device_mask_ops (0 ms) 55: [ RUN ] simd.host_conversions 55: [ OK ] simd.host_conversions (0 ms) 55: [ RUN ] simd.device_conversions 55: [ OK ] simd.device_conversions (0 ms) 55: [ RUN ] simd.host_shift_ops 55: [ OK ] simd.host_shift_ops (1 ms) 55: [ RUN ] simd.device_shift_ops 55: [ OK ] simd.device_shift_ops (0 ms) 55: [ RUN ] simd.host_condition 55: [ OK ] simd.host_condition (0 ms) 55: [ RUN ] simd.device_condition 55: [ OK ] simd.device_condition (0 ms) 55: [ RUN ] simd.host_gen_ctors 55: [ OK ] simd.host_gen_ctors (0 ms) 55: [ RUN ] simd.device_gen_ctors 55: [ OK ] simd.device_gen_ctors (0 ms) 55: [ RUN ] simd.host_where_expressions 55: [ OK ] simd.host_where_expressions (0 ms) 55: [ RUN ] simd.device_where_expressions 55: [ OK ] simd.device_where_expressions (0 ms) 55: [ RUN ] simd.host_reductions 55: [ OK ] simd.host_reductions (1 ms) 55: [ RUN ] simd.device_reductions 55: [ OK ] simd.device_reductions (0 ms) 55: [ RUN ] simd.host_construction 55: [ OK ] simd.host_construction (0 ms) 55: [ RUN ] simd.device_construction 55: [ OK ] simd.device_construction (0 ms) 55: [----------] 18 tests from simd (7 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 1 test suite ran. (7 ms total) 55: [ PASSED ] 18 tests. 55/55 Test #55: Kokkos_UnitTest_SIMD ....................................... Passed 0.27 sec 100% tests passed, 0 tests failed out of 55 Label Time Summary: Kokkos = 746.64 sec*proc (49 tests) Total Test time (real) = 1258.49 sec + cd ../example/build_cmake_in_tree + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_CXX_STANDARD=17 .. [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting default Kokkos CXX standard to 17 -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=gnu++17 for C++17 extensions as feature [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -- Kokkos Backends: SERIAL -- Configuring done [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_in_tree/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 3%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 3%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version [ 7%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 11%] Linking CXX static library libkokkossimd.a [ 88%] Linking CXX executable Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_SYCL3 [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 11%] Built target kokkossimd [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 15%] Linking CXX static library libimpl_git_version.a [ 15%] Built target impl_git_version Scanning dependencies of target kokkoscore [ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 30%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 38%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 50%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 88%] Built target Kokkos_PerformanceTest_Benchmark [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 53%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 57%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 61%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 65%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 69%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 73%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 76%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 80%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 30%] 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 [ 30%] 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_Layout_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 84%] Linking CXX static library libkokkoscore.a [ 84%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 88%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 92%] Linking CXX static library libkokkoscontainers.a [ 92%] Built target kokkoscontainers Scanning dependencies of target example [ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 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_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_in_tree/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_in_tree/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_in_tree/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: KokkosInTree_Verify 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/example/build_cmake_in_tree/build/example "10" 1: Test timeout computed to be: 10000000 1: Host Serial Execution Space: 1: KOKKOS_ENABLE_SERIAL: yes 1: 1: Serial Runtime Configuration: 1: Number of even integers from 0 to 9 1: Parallel: 5 0.000011 1: Sequential: 5 0.000000 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.00 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.01 sec Post stage [Pipeline] sh [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Mon Mar 17 15:32:06 2025 stats zeroed Mon Mar 17 15:27:24 2025 cache hit (direct) 494 cache hit (preprocessed) 83 cache miss 157 cache hit rate 78.61 % compiler produced stdout 1 cleanups performed 13 files in cache 4394 cache size 4.4 GB max cache size 5.0 GB [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [Pipeline] } $ docker stop --time=1 790d287943b481a543a149695d63343abab60dd618d4ab316fc70f68b5571c0d Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp $ docker rm -f --volumes 790d287943b481a543a149695d63343abab60dd618d4ab316fc70f68b5571c0d [ 58%] Linking CXX executable Kokkos_IncrementalTest_SYCL [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 28%] Linking CXX executable Kokkos_ToolsInitialization [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [Pipeline] // node [Pipeline] } [Pipeline] // stage [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [Pipeline] } [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o 5: [ OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (17709 ms) 5: [ RUN ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 28%] Built target Kokkos_ToolsInitialization [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 35%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 35%] Built target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 59%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_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_Functional_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 35%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 35%] Built target Kokkos_IncrementalTest_OPENMP [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 36%] 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 [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o 5: [ OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (17531 ms) 5: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_host [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_IncrementalTest_SYCL [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o 5: [ OK ] openacc_DeathTest.view_memory_access_violations_from_host (43564 ms) 5: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:188: Skipped 5: skipping because OpenACC backend is currently not able to abort from the device 5: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [----------] 19 tests from openacc_DeathTest (89035 ms total) 5: 5: [----------] 1 test from openacc_graph_DeathTest 5: [ RUN ] openacc_graph_DeathTest.can_instantiate_only_once 5: [ OK ] openacc_graph_DeathTest.can_instantiate_only_once (4558 ms) 5: [----------] 1 test from openacc_graph_DeathTest (4558 ms total) 5: 5: [----------] 187 tests from openacc 5: [ RUN ] openacc.array_capacity 5: [ OK ] openacc.array_capacity (0 ms) 5: [ RUN ] openacc.array_element_access 5: [ OK ] openacc.array_element_access (0 ms) 5: [ RUN ] openacc.array_operator_equal 5: [ OK ] openacc.array_operator_equal (0 ms) 5: [ RUN ] openacc.array_zero_capacity 5: [ OK ] openacc.array_zero_capacity (0 ms) 5: [ RUN ] openacc.array_zero_data_nullptr 5: [ OK ] openacc.array_zero_data_nullptr (0 ms) 5: [ RUN ] openacc.array_contiguous_capacity 5: [ OK ] openacc.array_contiguous_capacity (0 ms) 5: [ RUN ] openacc.array_contiguous_element_access 5: [ OK ] openacc.array_contiguous_element_access (0 ms) 5: [ RUN ] openacc.array_contiguous_assignment 5: [ OK ] openacc.array_contiguous_assignment (0 ms) 5: [ RUN ] openacc.array_strided_capacity 5: [ OK ] openacc.array_strided_capacity (0 ms) 5: [ RUN ] openacc.array_strided_element_access 5: [ OK ] openacc.array_strided_element_access (0 ms) 5: [ RUN ] openacc.array_strided_assignment 5: [ OK ] openacc.array_strided_assignment (0 ms) 5: [ RUN ] openacc.atomic_operations_double 5: [ OK ] openacc.atomic_operations_double (10 ms) 5: [ RUN ] openacc.atomic_operations_float 5: [ OK ] openacc.atomic_operations_float (9 ms) 5: [ RUN ] openacc.atomic_operations_int 5: [ OK ] openacc.atomic_operations_int (54 ms) 5: [ RUN ] openacc.atomic_operations_long 5: [ OK ] openacc.atomic_operations_long (55 ms) 5: [ RUN ] openacc.atomic_operations_longlong 5: [ OK ] openacc.atomic_operations_longlong (55 ms) 5: [ RUN ] openacc.atomic_operations_unsigned 5: [ OK ] openacc.atomic_operations_unsigned (51 ms) 5: [ RUN ] openacc.atomic_operations_unsignedlong 5: [ OK ] openacc.atomic_operations_unsignedlong (52 ms) 5: [ RUN ] openacc.atomics [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o 5: [ OK ] openacc.atomics (261 ms) 5: [ RUN ] openacc.atomics_tpetra_max_abs 5: [ OK ] openacc.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] openacc.atomic_views_integral [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] 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 [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 11%] Linking CXX executable Kokkos_StackTraceTestExec [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 11%] Built target Kokkos_StackTraceTestExec [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget [100%] Built target Kokkos_CoreUnitTest_OpenMPTarget + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 8447a3a46002 Build name: Linux-clang++ Create new tag: 20250317-1554 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 1: Test timeout computed to be: 1500 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (1 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (1 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (1 ms total) 1: [ PASSED ] 14 tests. 1/55 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.84 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 2: Test timeout computed to be: 1500 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from openmptarget 2: [ RUN ] openmptarget.basic_view_default_ctor 2: [ OK ] openmptarget.basic_view_default_ctor (0 ms) 2: [ RUN ] openmptarget.basic_view_extents_ctor 2: [ OK ] openmptarget.basic_view_extents_ctor (123 ms) 2: [ RUN ] openmptarget.basic_view_mapping_ctor_right 2: [ OK ] openmptarget.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] openmptarget.basic_view_access 2: [ OK ] openmptarget.basic_view_access (0 ms) 2: [ RUN ] openmptarget.basic_view_atomic_accessor 2: [ OK ] openmptarget.basic_view_atomic_accessor (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Typedefs 2: [ OK ] openmptarget.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Ctors 2: [ OK ] openmptarget.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] openmptarget.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Access 2: [ OK ] openmptarget.RefCountedAcc_Access (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Conversion 2: [ OK ] openmptarget.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandle_Typedefs 2: [ OK ] openmptarget.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandle 2: [ OK ] openmptarget.RefCountedDataHandle (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandleAnonym 2: [ OK ] openmptarget.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandleConversion 2: [ OK ] openmptarget.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from openmptarget (127 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (127 ms total) 2: [ PASSED ] 14 tests. 2/55 Test #2: Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport ............... Passed 0.23 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 3: Test timeout computed to be: 1500 3: [==========] Running 200 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 9 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (188 ms) 3: [ RUN ] serial_DeathTest.abort_from_device [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial_DeathTest.abort_from_device (396 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (171 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (6 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (1 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (16 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (19 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 9 tests from serial_DeathTest (800 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 174 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (81 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (45 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_issue_3867 3: [ OK ] serial.complex_issue_3867 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (1 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (31 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraphAtomicLocks Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o 3: [ OK ] serial.exec_space_thread_safety_range (1698 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (167 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (169 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (173 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (167 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (172 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (172 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2046 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o 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 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o 5: [ OK ] openacc.atomic_views_integral (20964 ms) 5: [ RUN ] openacc.atomic_views_nonintegral 5: [ OK ] openacc.atomic_views_nonintegral (46 ms) 5: [ RUN ] openacc.atomic_view_api 5: [ OK ] openacc.atomic_view_api (0 ms) 5: [ RUN ] openacc.bit_manip_countl_zero 5: [ OK ] openacc.bit_manip_countl_zero (60 ms) 5: [ RUN ] openacc.bit_manip_countl_one 5: [ OK ] openacc.bit_manip_countl_one (0 ms) 5: [ RUN ] openacc.bit_manip_countr_zero 5: [ OK ] openacc.bit_manip_countr_zero (0 ms) 5: [ RUN ] openacc.bit_manip_countr_one 5: [ OK ] openacc.bit_manip_countr_one (0 ms) 5: [ RUN ] openacc.bit_manip_popcount 5: [ OK ] openacc.bit_manip_popcount (0 ms) 5: [ RUN ] openacc.bit_manip_has_single_bit 5: [ OK ] openacc.bit_manip_has_single_bit (0 ms) 5: [ RUN ] openacc.bit_manip_bit_floor 5: [ OK ] openacc.bit_manip_bit_floor (0 ms) 5: [ RUN ] openacc.bit_manip_bit_ceil 5: [ OK ] openacc.bit_manip_bit_ceil (0 ms) 5: [ RUN ] openacc.bit_manip_bit_width 5: [ OK ] openacc.bit_manip_bit_width (0 ms) 5: [ RUN ] openacc.bit_manip_rotl 5: [ OK ] openacc.bit_manip_rotl (0 ms) 5: [ RUN ] openacc.bit_manip_rotr 5: [ OK ] openacc.bit_manip_rotr (0 ms) 5: [ RUN ] openacc.bit_manip_byeswap 5: [ OK ] openacc.bit_manip_byeswap (0 ms) 5: [ RUN ] openacc.bit_manip_bit_cast 5: [ OK ] openacc.bit_manip_bit_cast (0 ms) 5: [ RUN ] openacc.checked_integer_operations_multiply_overflow 5: [ OK ] openacc.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] openacc.execution_policy_occupancy_and_hint 5: [ OK ] openacc.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] openacc.complex_construction 5: [ OK ] openacc.complex_construction (8 ms) 5: [ RUN ] openacc.complex_basic_math 5: [ OK ] openacc.complex_basic_math (0 ms) 5: [ RUN ] openacc.complex_special_funtions 5: [ OK ] openacc.complex_special_funtions (0 ms) 5: [ RUN ] openacc.complex_io 5: [ OK ] openacc.complex_io (0 ms) 5: [ RUN ] openacc.complex_trivially_copyable 5: [ OK ] openacc.complex_trivially_copyable (0 ms) 5: [ RUN ] openacc.complex_issue_3865 5: [ OK ] openacc.complex_issue_3865 (0 ms) 5: [ RUN ] openacc.complex_operations_arithmetic_types_overloads 5: [ OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] openacc.complex_structured_bindings 5: [ OK ] openacc.complex_structured_bindings (0 ms) 5: [ RUN ] openacc.partitioning_by_args 5: [ OK ] openacc.partitioning_by_args (72 ms) 5: [ RUN ] openacc.partitioning_by_vector 5: [ OK ] openacc.partitioning_by_vector (65 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:90: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_mdrange 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:133: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_team_policy 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:178: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range_reduce 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:223: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_reduce (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_mdrange_reduce 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:263: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_team_policy_reduce 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:304: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range_scan 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:356: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_scan (0 ms) 5: [ RUN ] openacc.execution_space_as_class_data_member 5: [ OK ] openacc.execution_space_as_class_data_member (4 ms) 5: [ RUN ] openacc.functor_analysis 5: [ OK ] openacc.functor_analysis (0 ms) 5: [ RUN ] openacc.when_all_type 5: [ OK ] openacc.when_all_type (0 ms) 5: [ RUN ] openacc.graph_then 5: [ OK ] openacc.graph_then (0 ms) 5: [ RUN ] openacc.mathematical_constants_e 5: [ OK ] openacc.mathematical_constants_e (38 ms) 5: [ RUN ] openacc.mathematical_constants_log2e 5: [ OK ] openacc.mathematical_constants_log2e (0 ms) 5: [ RUN ] openacc.mathematical_constants_log10e 5: [ OK ] openacc.mathematical_constants_log10e (0 ms) 5: [ RUN ] openacc.mathematical_constants_pi 5: [ OK ] openacc.mathematical_constants_pi (0 ms) 5: [ RUN ] openacc.mathematical_constants_inv_pi 5: [ OK ] openacc.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] openacc.mathematical_constants_inv_sqrtpi 5: [ OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] openacc.mathematical_constants_ln2 5: [ OK ] openacc.mathematical_constants_ln2 (0 ms) 5: [ RUN ] openacc.mathematical_constants_ln10 5: [ OK ] openacc.mathematical_constants_ln10 (0 ms) 5: [ RUN ] openacc.mathematical_constants_sqrt2 5: [ OK ] openacc.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] openacc.mathematical_constants_sqrt3 5: [ OK ] openacc.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] openacc.mathematical_constants_inv_sqrt3 5: [ OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] openacc.mathematical_constants_egamma 5: [ OK ] openacc.mathematical_constants_egamma (0 ms) 5: [ RUN ] openacc.mathematical_constants_phi 5: [ OK ] openacc.mathematical_constants_phi (0 ms) 5: [ RUN ] openacc.mathspecialfunc_expint1 5: [ OK ] openacc.mathspecialfunc_expint1 (11 ms) 5: [ RUN ] openacc.mathspecialfunc_errorfunc 5: [ OK ] openacc.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselj0y0 5: [ OK ] openacc.mathspecialfunc_cbesselj0y0 (52 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselj1y1 5: [ OK ] openacc.mathspecialfunc_cbesselj1y1 (52 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesseli0k0 5: [ OK ] openacc.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesseli1k1 5: [ OK ] openacc.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselh1stkind 5: [ OK ] openacc.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselh2ndkind 5: [ OK ] openacc.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] openacc.mdrange_5d 5: [ OK ] openacc.mdrange_5d (24 ms) 5: [ RUN ] openacc.mdrange_6d 5: [ OK ] openacc.mdrange_6d (35 ms) 5: [ RUN ] openacc.mdrange_3d 5: [ OK ] openacc.mdrange_3d (23 ms) 5: [ RUN ] openacc.mdrange_neg_idx 5: [ OK ] openacc.mdrange_neg_idx (1 ms) 5: [ RUN ] openacc.mdrange_4d 5: [ OK ] openacc.mdrange_4d (15 ms) 5: [ RUN ] openacc.mdrange_large_deep_copy 5: [ OK ] openacc.mdrange_large_deep_copy (28 ms) 5: [ RUN ] openacc.md_range_policy_construction_from_arrays 5: [ OK ] openacc.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] openacc.policy_get_tile_size 5: [ OK ] openacc.policy_get_tile_size (0 ms) 5: [ RUN ] openacc.mdrange_parallel_reduce_primitive_types [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2743 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (973 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 5: [ OK ] openacc.mdrange_parallel_reduce_primitive_types (2874 ms) 5: [ RUN ] openacc.mdspan_minimal_functional 5: [ OK ] openacc.mdspan_minimal_functional (5 ms) 5: [ RUN ] openacc.mdspan_atomic_accessor 5: [ OK ] openacc.mdspan_atomic_accessor (6 ms) 5: [ RUN ] openacc.view_mdspan_conversion 5: [ OK ] openacc.view_mdspan_conversion (4 ms) 5: [ RUN ] openacc.view_mdspan_conversion_with_stride 5: [ OK ] openacc.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openacc.max 5: [ OK ] openacc.max (0 ms) 5: [ RUN ] openacc.max_within_parfor 5: [ OK ] openacc.max_within_parfor (3 ms) 5: [ RUN ] openacc.min 5: [ OK ] openacc.min (0 ms) 5: [ RUN ] openacc.min_within_parfor 5: [ OK ] openacc.min_within_parfor (0 ms) 5: [ RUN ] openacc.minmax 5: [ OK ] openacc.minmax (0 ms) 5: [ RUN ] openacc.minmax_within_parfor 5: [ OK ] openacc.minmax_within_parfor (0 ms) 5: [ RUN ] openacc.clamp 5: [ OK ] openacc.clamp (0 ms) 5: [ RUN ] openacc.clamp_within_parfor 5: [ OK ] openacc.clamp_within_parfor (0 ms) 5: [ RUN ] openacc.occupancy_control 5: [ OK ] openacc.occupancy_control (6 ms) 5: [ RUN ] openacc.parallel_scan_range_policy 5: [ OK ] openacc.parallel_scan_range_policy (149 ms) 5: [ RUN ] openacc.kokkos_printf 5: [ OK ] openacc.kokkos_printf (5 ms) 5: [ RUN ] openacc.range_policy_runtime_parameters 5: [ OK ] openacc.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openacc.range_policy_one_way_convertible_bounds 5: [ OK ] openacc.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openacc.reducers_double 5: [ OK ] openacc.reducers_double (17 ms) 5: [ RUN ] openacc.reducers_bool 5: [ OK ] openacc.reducers_bool (7 ms) 5: [ RUN ] openacc.impl_shared_alloc 5: [ OK ] openacc.impl_shared_alloc (57 ms) 5: [ RUN ] openacc.mdspan_space_aware_accessor 5: [ OK ] openacc.mdspan_space_aware_accessor (17 ms) 5: [ RUN ] openacc.kokkos_swap 5: [ OK ] openacc.kokkos_swap (1 ms) 5: [ RUN ] openacc.team_policy_runtime_parameters 5: [ OK ] openacc.team_policy_runtime_parameters (0 ms) 5: [ RUN ] openacc.view_api_a 5: [ OK ] openacc.view_api_a (6 ms) 5: [ RUN ] openacc.view_layout_left_with_stride 5: [ OK ] openacc.view_layout_left_with_stride (0 ms) 5: [ RUN ] openacc.view_layout_right_with_stride 5: [ OK ] openacc.view_layout_right_with_stride (0 ms) 5: [ RUN ] openacc.view_api_b 5: [ OK ] openacc.view_api_b (17 ms) 5: [ RUN ] openacc.view_api_c 5: [ OK ] openacc.view_api_c (6 ms) 5: [ RUN ] openacc.view_api_d 5: [ OK ] openacc.view_api_d (6 ms) 5: [ RUN ] openacc.view_bad_alloc 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewBadAlloc.hpp:65: Skipped 5: acc_malloc() not properly returning nullptr 5: [ SKIPPED ] openacc.view_bad_alloc (0 ms) 5: [ RUN ] openacc.view_copy_tests 5: [ OK ] openacc.view_copy_tests (24 ms) 5: [ RUN ] openacc.view_copy_tests_rank_0 5: [ OK ] openacc.view_copy_tests_rank_0 (6 ms) 5: [ RUN ] openacc.view_copy_degenerated 5: [ OK ] openacc.view_copy_degenerated (0 ms) 5: [ RUN ] openacc.view_fill_tests_layout_right 5: [ OK ] openacc.view_fill_tests_layout_right (93 ms) 5: [ RUN ] openacc.view_fill_tests_layout_left 5: [ OK ] openacc.view_fill_tests_layout_left (24 ms) 5: [ RUN ] openacc.vcp_empty_traits 5: [ OK ] openacc.vcp_empty_traits (0 ms) 5: [ RUN ] openacc.is_view_label 5: [ OK ] openacc.is_view_label (0 ms) 5: [ RUN ] openacc.vcp_label_base_traits 5: [ OK ] openacc.vcp_label_base_traits (0 ms) 5: [ RUN ] openacc.vcp_label_traits 5: [ OK ] openacc.vcp_label_traits (0 ms) 5: [ RUN ] openacc.view_alloc_can_perfect_forward_label 5: [ OK ] openacc.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] openacc.vcp_label_copy_constructor 5: [ OK ] openacc.vcp_label_copy_constructor (0 ms) 5: [ RUN ] openacc.vcp_pointer_add_property 5: [ OK ] openacc.vcp_pointer_add_property (0 ms) 5: [ RUN ] openacc.view_empty_runtime_unmanaged 5: [ OK ] openacc.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] openacc.view_hooks 5: [ OK ] openacc.view_hooks (0 ms) 5: [ RUN ] openacc.view_layoutstride_left_to_layoutleft_assignment [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp 5: [ OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (90 ms) 5: [ RUN ] openacc.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openacc.view_layoutstride_right_to_layoutright_assignment (83 ms) 5: [ RUN ] openacc.view_irregular_layout 5: [ OK ] openacc.view_irregular_layout (28 ms) 5: [ RUN ] openacc.view_mapping 5: [ OK ] openacc.view_mapping (58 ms) 5: [ RUN ] openacc.view_mapping_operator 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (972 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (12 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (7 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (2 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (2 ms) 3: [ RUN ] serial.mdrange_large_deep_copy [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o 5: [ OK ] openacc.view_mapping_operator (57 ms) 5: [ RUN ] openacc.static_extent 5: [ OK ] openacc.static_extent (0 ms) 5: [ RUN ] openacc.view_mapping_atomic 5: [ OK ] openacc.view_mapping_atomic (7 ms) 5: [ RUN ] openacc.view_mapping_class_value 5: [ OK ] openacc.view_mapping_class_value (0 ms) 5: [ RUN ] openacc.view_mapping_assignable 5: [ OK ] openacc.view_mapping_assignable (0 ms) 5: [ RUN ] openacc.view_mapping_trivially_copyable 5: [ OK ] openacc.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] openacc.view_of_views_default 5: [ OK ] openacc.view_of_views_default (0 ms) 5: [ RUN ] openacc.view_of_views_without_initializing 5: [ OK ] openacc.view_of_views_without_initializing (0 ms) 5: [ RUN ] openacc.test_view_of_views_sequential_host_init 5: [ OK ] openacc.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] openacc.append_formatted_multidimensional_index 5: [ OK ] openacc.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] openacc.resize_realloc_no_init 5: [ OK ] openacc.resize_realloc_no_init (2 ms) 5: [ RUN ] openacc.resize_realloc_no_alloc 5: [ OK ] openacc.resize_realloc_no_alloc (0 ms) 5: [ RUN ] openacc.realloc_exec_space 5: [ OK ] openacc.realloc_exec_space (0 ms) 5: [ RUN ] openacc.view_alloc 5: [ OK ] openacc.view_alloc (0 ms) 5: [ RUN ] openacc.view_alloc_exec_space 5: [ OK ] openacc.view_alloc_exec_space (0 ms) 5: [ RUN ] openacc.view_alloc_int 5: [ OK ] openacc.view_alloc_int (0 ms) 5: [ RUN ] openacc.view_alloc_exec_space_int 5: [ OK ] openacc.view_alloc_exec_space_int (0 ms) 5: [ RUN ] openacc.deep_copy_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:216: Skipped 5: skipping since the OpenACC backend doesn't implement ZeroMemset 5: [ SKIPPED ] openacc.deep_copy_zero_memset (0 ms) 5: [ RUN ] openacc.resize_exec_space 5: [ OK ] openacc.resize_exec_space (0 ms) 5: [ RUN ] openacc.view_allocation_int 5: [ OK ] openacc.view_allocation_int (0 ms) 5: [ RUN ] openacc.view_allocation_exec_space_int 5: [ OK ] openacc.view_allocation_exec_space_int (0 ms) 5: [ RUN ] openacc.view_not_default_constructible 5: [ OK ] openacc.view_not_default_constructible (0 ms) 5: [ RUN ] openacc.view_subview_auto_1d_left 5: [ OK ] openacc.view_subview_auto_1d_left (6 ms) 5: [ RUN ] openacc.view_subview_auto_1d_right 5: [ OK ] openacc.view_subview_auto_1d_right (0 ms) 5: [ RUN ] openacc.view_subview_auto_1d_stride 5: [ OK ] openacc.view_subview_auto_1d_stride (0 ms) 5: [ RUN ] openacc.view_subview_assign_strided 5: [ OK ] openacc.view_subview_assign_strided (0 ms) 5: [ RUN ] openacc.view_subview_left_0 5: [ OK ] openacc.view_subview_left_0 (0 ms) 5: [ RUN ] openacc.view_subview_left_1 5: [ OK ] openacc.view_subview_left_1 (0 ms) 5: [ RUN ] openacc.view_subview_left_2 5: [ OK ] openacc.view_subview_left_2 (0 ms) 5: [ RUN ] openacc.view_subview_left_3 5: [ OK ] openacc.view_subview_left_3 (0 ms) 5: [ RUN ] openacc.view_subview_right_0 5: [ OK ] openacc.view_subview_right_0 (0 ms) 5: [ RUN ] openacc.view_subview_right_1 5: [ OK ] openacc.view_subview_right_1 (0 ms) 5: [ RUN ] openacc.view_subview_right_3 5: [ OK ] openacc.view_subview_right_3 (0 ms) 5: [ RUN ] openacc.view_static_tests 5: [ OK ] openacc.view_static_tests (0 ms) 5: [ RUN ] openacc.view_subview_layoutleft_to_layoutleft 5: [ OK ] openacc.view_subview_layoutleft_to_layoutleft (8 ms) 5: [ RUN ] openacc.view_subview_layoutright_to_layoutright 5: [ OK ] openacc.view_subview_layoutright_to_layoutright (0 ms) 5: [ RUN ] openacc.view_subview_1d_assign 5: [ OK ] openacc.view_subview_1d_assign (14 ms) 5: [ RUN ] openacc.view_subview_1d_assign_atomic 5: [ OK ] openacc.view_subview_1d_assign_atomic (12 ms) 5: [ RUN ] openacc.view_subview_1d_assign_randomaccess 5: [ OK ] openacc.view_subview_1d_assign_randomaccess (12 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d 5: [ OK ] openacc.view_subview_2d_from_3d (176 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d_atomic 5: [ OK ] openacc.view_subview_2d_from_3d_atomic (175 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d_randomaccess 5: [ OK ] openacc.view_subview_2d_from_3d_randomaccess (178 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left 3: [ OK ] serial.mdrange_large_deep_copy (719 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 3: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 3: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types (0 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (96 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (26 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (2 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (1 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (46 ms) 3: [ RUN ] serial.double_reduce 5: [ OK ] openacc.view_subview_3d_from_5d_left (178 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left_atomic 5: [ OK ] openacc.view_subview_3d_from_5d_left_atomic (173 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left_randomaccess [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o 3: [ OK ] serial.double_reduce (165 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 5: [ OK ] openacc.view_subview_3d_from_5d_left_randomaccess (174 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right 5: [ OK ] openacc.view_subview_3d_from_5d_right (92 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right_atomic Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o 5: [ OK ] openacc.view_subview_3d_from_5d_right_atomic (96 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openacc.view_subview_3d_from_5d_right_randomaccess (97 ms) 5: [ RUN ] openacc.view_test_unmanaged_subview_reset 5: [ OK ] openacc.view_test_unmanaged_subview_reset (2 ms) 5: [ RUN ] openacc.view_subview_memory_traits_construction 5: [ OK ] openacc.view_subview_memory_traits_construction (0 ms) 5: [----------] 187 tests from openacc (27152 ms total) 5: 5: [----------] 16 tests from openacc_graph 5: [ RUN ] openacc_graph.submit_once 5: [ OK ] openacc_graph.submit_once (0 ms) 5: [ RUN ] openacc_graph.submit_once_rvalue 5: [ OK ] openacc_graph.submit_once_rvalue (0 ms) 5: [ RUN ] openacc_graph.instantiate_and_submit_once 5: [ OK ] openacc_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] openacc_graph.submit_onto_another_execution_space_instance 5: [ OK ] openacc_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] openacc_graph.create_graph_no_closure_with_exec 5: [ OK ] openacc_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] openacc_graph.create_graph_no_arg 5: [ OK ] openacc_graph.create_graph_no_arg (0 ms) 5: [ RUN ] openacc_graph.submit_six 5: [ OK ] openacc_graph.submit_six (0 ms) 5: [ RUN ] openacc_graph.when_all_cycle 5: [ OK ] openacc_graph.when_all_cycle (0 ms) 5: [ RUN ] openacc_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] openacc_graph.repeat_chain (0 ms) 5: [ RUN ] openacc_graph.zero_work_reduce 5: [ OK ] openacc_graph.zero_work_reduce (0 ms) 5: [ RUN ] openacc_graph.empty_graph 5: [ OK ] openacc_graph.empty_graph (0 ms) 5: [ RUN ] openacc_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] openacc_graph.force_global_launch (0 ms) 5: [ RUN ] openacc_graph.empty_graph_default_host_exec 5: [ OK ] openacc_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] openacc_graph.node_lifetime 5: [ OK ] openacc_graph.node_lifetime (0 ms) 5: [ RUN ] openacc_graph.diamond 5: [ OK ] openacc_graph.diamond (0 ms) 5: [ RUN ] openacc_graph.end_of_submit_control_flow 5: [ OK ] openacc_graph.end_of_submit_control_flow (0 ms) 5: [----------] 16 tests from openacc_graph (3 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 223 tests from 4 test suites ran. (120748 ms total) 5: [ PASSED ] 206 tests. 5: [ SKIPPED ] 17 tests, listed below: 5: [ SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device 5: [ SKIPPED ] openacc.exec_space_thread_safety_range 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_scan 5: [ SKIPPED ] openacc.view_bad_alloc 5: [ SKIPPED ] openacc.deep_copy_zero_memset 5: [ SKIPPED ] openacc_graph.repeat_chain 5: [ SKIPPED ] openacc_graph.force_global_launch 5/23 Test #5: Kokkos_CoreUnitTest_OpenACC ................................ Passed 121.41 sec test 6 Start 6: Kokkos_CoreUnitTest_Default 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 6: Test timeout computed to be: 1500 6: [==========] Running 8 tests from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from defaultdevicetype 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (36 ms) 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 6: [ RUN ] defaultdevicetype.compiler_macros 6: [ OK ] defaultdevicetype.compiler_macros (1 ms) 6: [ RUN ] defaultdevicetype.half_conversion 6: [ OK ] defaultdevicetype.half_conversion (2 ms) 6: [ RUN ] defaultdevicetype.bhalf_conversion 6: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 6: [ RUN ] defaultdevicetype.half_operators 6: [ OK ] defaultdevicetype.half_operators (1 ms) 6: [ RUN ] defaultdevicetype.bhalf_operators 6: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 6: [ RUN ] defaultdevicetype.host_space_access 6: [ OK ] defaultdevicetype.host_space_access (0 ms) 6: [----------] 8 tests from defaultdevicetype (44 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 8 tests from 1 test suite ran. (44 ms total) 6: [ PASSED ] 8 tests. 6/23 Test #6: Kokkos_CoreUnitTest_Default ................................ Passed 0.37 sec test 7 Start 7: Kokkos_CoreUnitTest_InitializeFinalize 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 7: Test timeout computed to be: 1500 7: [==========] Running 28 tests from 6 test suites. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (376 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 3: [ OK ] serial.int64_t_reduce_dynamic (1421 ms) 3: [ RUN ] serial.double_reduce_dynamic Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o 3: [ OK ] serial.double_reduce_dynamic (1374 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (291 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (10 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2034 ms) 7: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (2410 ms total) 7: 7: [----------] 4 tests from InitializeFinalize_DeathTest 7: [ RUN ] InitializeFinalize_DeathTest.initialize Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o 7: [ OK ] InitializeFinalize_DeathTest.initialize (1203 ms) 7: [ RUN ] InitializeFinalize_DeathTest.finalize Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o 7: [ OK ] InitializeFinalize_DeathTest.finalize (818 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_initialized 7: [ OK ] InitializeFinalize_DeathTest.is_initialized (191 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_finalized [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o 7: [ OK ] InitializeFinalize_DeathTest.is_finalized (193 ms) 7: [----------] 4 tests from InitializeFinalize_DeathTest (2406 ms total) 7: 7: [----------] 1 test from Legion_DeathTest 7: [ RUN ] Legion_DeathTest.individual_backend_initialization 7: [ OK ] Legion_DeathTest.individual_backend_initialization (214 ms) 7: [----------] 1 test from Legion_DeathTest (214 ms total) 7: 7: [----------] 2 tests from PushFinalizeHook_DeathTest 7: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 7: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (174 ms) 7: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 3: [ OK ] serial.reduce_device_view_mdrange_policy (2601 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (167 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (5 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 174 tests from serial (16593 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 200 tests from 4 test suites ran. (17394 ms total) 3: [ PASSED ] 192 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/55 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 17.50 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 4: Test timeout computed to be: 1500 4: [==========] Running 134 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 4 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 4 tests from serial_DeathTest (0 ms total) 4: 4: [----------] 130 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (264 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (10 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (6 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (37 ms) 4: [ RUN ] serial.team_long_reduce [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o 4: [ OK ] serial.team_long_reduce (98 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (37 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (94 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (52 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 7: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (493 ms) 7: [----------] 2 tests from PushFinalizeHook_DeathTest (668 ms total) 7: 7: [----------] 6 tests from ScopeGuard_DeathTest 7: [ RUN ] ScopeGuard_DeathTest.create [ 52%] Linking CXX executable Kokkos_PerformanceTest_TaskDag 7: [ OK ] ScopeGuard_DeathTest.create (171 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_argument 7: [ OK ] ScopeGuard_DeathTest.create_argument (188 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp 7: [ OK ] ScopeGuard_DeathTest.create_while_initialize (399 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 52%] Built target Kokkos_PerformanceTest_TaskDag [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o 7: [ OK ] ScopeGuard_DeathTest.create_after_initialize (627 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o 7: [ OK ] ScopeGuard_DeathTest.create_after_finalize (414 ms) 7: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o 7: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (415 ms) 7: [----------] 6 tests from ScopeGuard_DeathTest (2217 ms total) 7: 7: [----------] 13 tests from defaultdevicetype 7: [ RUN ] defaultdevicetype.initialization_settings 7: [ OK ] defaultdevicetype.initialization_settings (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 7: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_device_id 7: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 7: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 7: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_help 7: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 7: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 7: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms) 7: [ RUN ] defaultdevicetype.env_vars_num_threads 7: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_device_id 7: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_disable_warnings 7: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_tune_internals 7: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 7: [ RUN ] defaultdevicetype.visible_devices 7: [ OK ] defaultdevicetype.visible_devices (0 ms) 7: [----------] 13 tests from defaultdevicetype (19 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 28 tests from 6 test suites ran. (7936 ms total) 7: [ PASSED ] 28 tests. 7/23 Test #7: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 7.96 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Test timeout computed to be: 1500 [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/23 Test #8: Kokkos_CoreUnitTest_Develop ................................ Passed 0.18 sec test 9 Start 9: Kokkos_CoreUnitTest_KokkosP [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 9: Test timeout computed to be: 1500 [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o 9: [==========] Running 27 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 27 tests from kokkosp 9: [ RUN ] kokkosp.test_named_instance_fence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: [ OK ] kokkosp.test_named_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_instance_fence 9: Ref: 134217729 9: Ref: Unnamed Instance Fence 9: 134217729 9: Kokkos::OpenACC::fence(): Unnamed Instance Fence 9: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_named_global_fence 9: Ref: 134217728 9: Ref: test global fence 9: 0 9: test global fence 9: Miss on id 9: 134217728 9: test global fence 9: [ OK ] kokkosp.test_named_global_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_global_fence 9: Ref: 134217728 9: Ref: Unnamed Global Fence 9: 0 9: Kokkos::fence: Unnamed Global Fence 9: Miss on id 9: 134217728 9: Kokkos::fence: Unnamed Global Fence 9: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 9: [ RUN ] kokkosp.test_multiple_default_instances 9: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 9: [ RUN ] kokkosp.test_id_gen 9: [ OK ] kokkosp.test_id_gen (0 ms) 9: [ RUN ] kokkosp.test_kernel_sequence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: Ref: 134217729 9: Ref: test_kernel 9: 134217729 9: named_instance 9: Miss on name 9: 0 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217728 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217729 9: test_kernel 9: [ OK ] kokkosp.test_kernel_sequence (32 ms) 9: [ RUN ] kokkosp.async_deep_copy 9: [ OK ] kokkosp.async_deep_copy (0 ms) 9: [ RUN ] kokkosp.parallel_for 9: [ OK ] kokkosp.parallel_for (0 ms) 9: [ RUN ] kokkosp.regions 9: [ OK ] kokkosp.regions (0 ms) 9: [ RUN ] kokkosp.fences 9: [ OK ] kokkosp.fences (0 ms) 9: [ RUN ] kokkosp.raw_allocation 9: [ OK ] kokkosp.raw_allocation (0 ms) 9: [ RUN ] kokkosp.view 9: [ OK ] kokkosp.view (0 ms) 9: [ RUN ] kokkosp.sections 9: [ OK ] kokkosp.sections (0 ms) 9: [ RUN ] kokkosp.metadata 9: [ OK ] kokkosp.metadata (0 ms) 9: [ RUN ] kokkosp.profile_events 9: [ OK ] kokkosp.profile_events (0 ms) 9: [ RUN ] kokkosp.no_init_kernel 9: [ OK ] kokkosp.no_init_kernel (0 ms) 9: [ RUN ] kokkosp.get_events 9: [ OK ] kokkosp.get_events (0 ms) 9: [ RUN ] kokkosp.kernel_name_parallel_for 9: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 9: [ RUN ] kokkosp.kernel_name_parallel_reduce 9: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 9: [ RUN ] kokkosp.kernel_name_parallel_scan 9: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 9: [ RUN ] kokkosp.kernel_name_internal 9: [ OK ] kokkosp.kernel_name_internal (0 ms) 9: [ RUN ] kokkosp.profiling_section 9: [ OK ] kokkosp.profiling_section (0 ms) 9: [ RUN ] kokkosp.scoped_profile_region 9: [ OK ] kokkosp.scoped_profile_region (0 ms) 9: [ RUN ] kokkosp.create_mirror_no_init 9: [ OK ] kokkosp.create_mirror_no_init (0 ms) 9: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 9: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 9: [ RUN ] kokkosp.create_mirror_view_and_copy 9: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 9: [----------] 27 tests from kokkosp (34 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 27 tests from 1 test suite ran. (34 ms total) 9: [ PASSED ] 27 tests. 9/23 Test #9: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.23 sec test 10 Start 10: Kokkos_CoreUnitTest_ToolIndependence 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 10: Test timeout computed to be: 1500 10/23 Test #10: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoadHelp 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 11: Environment variables: 11: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/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(). [ 53%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace 11: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 11/23 Test #11: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.19 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 12: Test timeout computed to be: 1500 12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 12/23 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.16 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoad 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 13: Environment variables: 13: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 13: Test timeout computed to be: 1500 13: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 13: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:OpenACC::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata: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.6.99::kokkosp_allocate_data:Host:source:0xf0c700:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xf0c940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xf0c9c0:Host:source:0xf0c780: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:0xf0ca80: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:0xf0c940:40::kokkosp_deallocate_data:Host:source:0xf0c700:40::kokkosp_finalize_library:: 13/23 Test #13: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.17 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLine 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/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:OpenACC::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0xf0c700:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xf0c940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xf0c9c0:Host:source:0xf0c780: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:0xf0ca80: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:0xf0c940:40::kokkosp_deallocate_data:Host:source:0xf0c700:40::kokkosp_finalize_library:: 14/23 Test #14: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.17 sec test 15 Start 15: Kokkos_CoreUnitTest_StackTraceTest 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 15: Test timeout computed to be: 1500 15: [==========] Running 3 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from defaultdevicetype_DeathTest 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d8713] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4406bc] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c666] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43afeb] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f83] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c5cf] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e91f] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc47] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462767] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485dc3] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45100e] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235] 15: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff6a32083] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e] 15: 15: demangled test_f1: 15: [0x4d8713] Kokkos::Impl::save_stacktrace() 15: [0x4406bc] Test::stacktrace_test_f1(std::ostream&) 15: [0x43c666] Test::test_stacktrace(bool, bool) 15: [0x43afeb] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x482f83] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c5cf] testing::Test::Run() 15: [0x44e91f] testing::TestInfo::Run() 15: [0x44fc47] testing::TestSuite::Run() 15: [0x462767] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485dc3] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45100e] testing::UnitTest::Run() 15: [0x43a235] main 15: [0x7ffff6a32083] __libc_start_main 15: [0x439f1e] _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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d8713] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4406bc] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441132] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d5cd] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43afeb] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f83] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c5cf] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e91f] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc47] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462767] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485dc3] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45100e] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235] 15: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff6a32083] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e] 15: 15: demangled test_f3: 15: [0x4d8713] Kokkos::Impl::save_stacktrace() 15: [0x4406bc] Test::stacktrace_test_f1(std::ostream&) 15: [0x441132] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43d5cd] Test::test_stacktrace(bool, bool) 15: [0x43afeb] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x482f83] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c5cf] testing::Test::Run() 15: [0x44e91f] testing::TestInfo::Run() 15: [0x44fc47] testing::TestSuite::Run() 15: [0x462767] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485dc3] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45100e] testing::UnitTest::Run() 15: [0x43a235] main 15: [0x7ffff6a32083] __libc_start_main 15: [0x439f1e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (520 ms) 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term [ 53%] Built target Kokkos_PerformanceTest_SharedSpace [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d8713] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4406bc] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c666] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43b368] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f83] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c5cf] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e91f] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc47] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462767] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485dc3] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45100e] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235] 15: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff6a32083] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e] 15: 15: demangled test_f1: 15: [0x4d8713] Kokkos::Impl::save_stacktrace() 15: [0x4406bc] Test::stacktrace_test_f1(std::ostream&) 15: [0x43c666] Test::test_stacktrace(bool, bool) 15: [0x43b368] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x482f83] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c5cf] testing::Test::Run() 15: [0x44e91f] testing::TestInfo::Run() 15: [0x44fc47] testing::TestSuite::Run() 15: [0x462767] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485dc3] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45100e] testing::UnitTest::Run() 15: [0x43a235] main 15: [0x7ffff6a32083] __libc_start_main 15: [0x439f1e] _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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d8713] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4406bc] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441132] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d5cd] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43b368] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f83] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c5cf] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e91f] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc47] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462767] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485dc3] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45100e] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235] 15: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff6a32083] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e] 15: 15: demangled test_f3: 15: [0x4d8713] Kokkos::Impl::save_stacktrace() 15: [0x4406bc] Test::stacktrace_test_f1(std::ostream&) 15: [0x441132] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43d5cd] Test::test_stacktrace(bool, bool) 15: [0x43b368] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x482f83] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c5cf] testing::Test::Run() 15: [0x44e91f] testing::TestInfo::Run() 15: [0x44fc47] testing::TestSuite::Run() 15: [0x462767] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485dc3] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45100e] testing::UnitTest::Run() 15: [0x43a235] main 15: [0x7ffff6a32083] __libc_start_main 15: [0x439f1e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (397 ms) 15: [----------] 2 tests from defaultdevicetype_DeathTest (918 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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d8713] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4406bc] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c666] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f83] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c5cf] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e91f] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc47] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462767] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485dc3] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45100e] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235] 15: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff6a32083] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e] 15: 15: demangled test_f1: 15: [0x4d8713] Kokkos::Impl::save_stacktrace() 15: [0x4406bc] Test::stacktrace_test_f1(std::ostream&) 15: [0x43c666] Test::test_stacktrace(bool, bool) 15: [0x482f83] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c5cf] testing::Test::Run() 15: [0x44e91f] testing::TestInfo::Run() 15: [0x44fc47] testing::TestSuite::Run() 15: [0x462767] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485dc3] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45100e] testing::UnitTest::Run() 15: [0x43a235] main 15: [0x7ffff6a32083] __libc_start_main 15: [0x439f1e] _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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d8713] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4406bc] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441132] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d5cd] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f83] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c5cf] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e91f] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc47] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462767] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485dc3] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45100e] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235] 15: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff6a32083] 15: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e] 15: 15: demangled test_f3: 15: [0x4d8713] Kokkos::Impl::save_stacktrace() 15: [0x4406bc] Test::stacktrace_test_f1(std::ostream&) 15: [0x441132] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43d5cd] Test::test_stacktrace(bool, bool) 15: [0x482f83] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c5cf] testing::Test::Run() 15: [0x44e91f] testing::TestInfo::Run() 15: [0x44fc47] testing::TestSuite::Run() 15: [0x462767] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485dc3] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45100e] testing::UnitTest::Run() 15: [0x43a235] main 15: [0x7ffff6a32083] __libc_start_main 15: [0x439f1e] _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. (919 ms total) 15: [ PASSED ] 3 tests. 15/23 Test #15: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.10 sec test 16 Start 16: Kokkos_IncrementalTest_SERIAL 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 16: Test timeout computed to be: 1500 [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o 16: [==========] Running 28 tests from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 28 tests from SERIAL 16: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 16: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 16: [ RUN ] SERIAL.IncrTest_01_execspace 16: Host Serial Execution Space: 16: KOKKOS_ENABLE_SERIAL: yes 16: 16: Serial Runtime Configuration: 16: Serial 16: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 16: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 16: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 16: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 16: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 16: [ RUN ] SERIAL.IncrTest_02_AtomicSub 16: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 16: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 16: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 16: [ RUN ] SERIAL.IncrTest_03b_memspace_free 16: [ OK ] SERIAL.IncrTest_03b_memspace_free (159 ms) 16: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 16: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 16: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 16: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 16: [ RUN ] SERIAL.IncrTest_05_reduction 16: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 16: [ RUN ] SERIAL.IncrTest_06_mdrange2D 16: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 16: [ RUN ] SERIAL.IncrTest_06_mdrange3D 16: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 16: [ RUN ] SERIAL.IncrTest_06_mdrange4D 16: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 16: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 16: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 16: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 16: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 16: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 16: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 16: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 16: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 16: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 16: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 16: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 16: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 16: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 16: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (223 ms) 16: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 16: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/incremental/Test12a_ThreadScratch.hpp:103: Skipped 16: skipping since scratch memory is not yet implemented in the OpenACC backend 16: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 16: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 16: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 16: skipping since scratch memory is not yet implemented in the OpenACC backend 16: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 16: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 16: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 16: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 16: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 16: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 16: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 16: [ RUN ] SERIAL.incr_14_MDrangeReduce 16: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 16: [ RUN ] SERIAL.IncrTest_16_parallelscan 16: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 16: [ RUN ] SERIAL.incr_17_atomicView 16: [ OK ] SERIAL.incr_17_atomicView (0 ms) 16: [----------] 28 tests from SERIAL (384 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 1 test suite ran. (384 ms total) 16: [ PASSED ] 26 tests. 16: [ SKIPPED ] 2 tests, listed below: 16: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch 16: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch 16/23 Test #16: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.57 sec test 17 Start 17: Kokkos_IncrementalTest_OPENACC 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_OPENACC 17: Test timeout computed to be: 1500 17: [==========] Running 28 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 28 tests from OPENACC 17: [ RUN ] OPENACC.IncrTest_01_execspace_typedef 17: [ OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms) 17: [ RUN ] OPENACC.IncrTest_01_execspace 17: Device Execution Space: 17: KOKKOS_ENABLE_OPENACC: yes 17: OpenACC Options: 17: KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes 17: KOKKOS_ENABLE_OPENACC_FORCE_HOST_AS_DEVICE: no 17: Using OpenACC 17: OpenACC 17: [ OK ] OPENACC.IncrTest_01_execspace (0 ms) 17: [ RUN ] OPENACC.IncrTest_02_AtomicExchange 17: [ OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms) 17: [ RUN ] OPENACC.IncrTest_02_AtomicAdd 17: [ OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms) 17: [ RUN ] OPENACC.IncrTest_02_AtomicSub 17: [ OK ] OPENACC.IncrTest_02_AtomicSub (0 ms) 17: [ RUN ] OPENACC.IncrTest_03a_memspace_malloc 17: [ OK ] OPENACC.IncrTest_03a_memspace_malloc (32 ms) 17: [ RUN ] OPENACC.IncrTest_03b_memspace_free [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 17: [ OK ] OPENACC.IncrTest_03b_memspace_free (2153 ms) 17: [ RUN ] OPENACC.IncrTest_04_simple_parallelFor 17: [ OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms) 17: [ RUN ] OPENACC.IncrTest_04_RangePolicy_parallelFor 17: [ OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms) 17: [ RUN ] OPENACC.IncrTest_05_reduction 17: [ OK ] OPENACC.IncrTest_05_reduction (6 ms) 17: [ RUN ] OPENACC.IncrTest_06_mdrange2D 17: [ OK ] OPENACC.IncrTest_06_mdrange2D (0 ms) 17: [ RUN ] OPENACC.IncrTest_06_mdrange3D 17: [ OK ] OPENACC.IncrTest_06_mdrange3D (0 ms) 17: [ RUN ] OPENACC.IncrTest_06_mdrange4D 17: [ OK ] OPENACC.IncrTest_06_mdrange4D (0 ms) 17: [ RUN ] OPENACC.IncrTest_08_deep_copy_2D 17: [ OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms) 17: [ RUN ] OPENACC.IncrTest_08_deep_copy_3D 17: [ OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms) 17: [ RUN ] OPENACC.IncrTest_08_deep_copy_4D 17: [ OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms) 17: [ RUN ] OPENACC.IncrTest_10_Hierarchical_Basics 17: [ OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms) 17: [ RUN ] OPENACC.IncrTest_11a_Hierarchical_ForLoop 17: [ OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (0 ms) 17: [ RUN ] OPENACC.IncrTest_11b_Hierarchical_ForLoop 17: [ OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (4 ms) 17: [ RUN ] OPENACC.IncrTest_11c_Hierarchical_ForLoop 17: [ OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (319 ms) 17: [ RUN ] OPENACC.IncrTest_12a_ThreadScratch 17: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/incremental/Test12a_ThreadScratch.hpp:103: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms) 17: [ RUN ] OPENACC.IncrTest_12b_TeamScratch 17: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms) 17: [ RUN ] OPENACC.IncrTest_13a_Hierarchical_Red 17: [ OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms) 17: [ RUN ] OPENACC.IncrTest_13b_Hierarchical_Red 17: [ OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms) 17: [ RUN ] OPENACC.IncrTest_13c_Hierarchical_Red 17: [ OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms) 17: [ RUN ] OPENACC.incr_14_MDrangeReduce 17: [ OK ] OPENACC.incr_14_MDrangeReduce (0 ms) 17: [ RUN ] OPENACC.IncrTest_16_parallelscan 17: [ OK ] OPENACC.IncrTest_16_parallelscan (1 ms) 17: [ RUN ] OPENACC.incr_17_atomicView 17: [ OK ] OPENACC.incr_17_atomicView (0 ms) 17: [----------] 28 tests from OPENACC (2524 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 1 test suite ran. (2524 ms total) 17: [ PASSED ] 26 tests. 17: [ SKIPPED ] 2 tests, listed below: 17: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch 17: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch 17/23 Test #17: Kokkos_IncrementalTest_OPENACC ............................. Passed 2.75 sec test 18 Start 18: Kokkos_CoreUnitTest_CTestDevice 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 18: Test timeout computed to be: 1500 18: [==========] Running 8 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 5 tests from ctest_environment_DeathTest 18: [ RUN ] ctest_environment_DeathTest.invalid_rank 18: [ OK ] ctest_environment_DeathTest.invalid_rank (108 ms) 18: [ RUN ] ctest_environment_DeathTest.no_type_str 18: [ OK ] ctest_environment_DeathTest.no_type_str (106 ms) 18: [ RUN ] ctest_environment_DeathTest.missing_type 18: [ OK ] ctest_environment_DeathTest.missing_type (219 ms) 18: [ RUN ] ctest_environment_DeathTest.no_id_str [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o 18: [ OK ] ctest_environment_DeathTest.no_id_str (108 ms) 18: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o 18: [ OK ] ctest_environment_DeathTest.invalid_id_str (374 ms) 18: [----------] 5 tests from ctest_environment_DeathTest (918 ms total) 18: 18: [----------] 3 tests from ctest_environment 18: [ RUN ] ctest_environment.no_device_type 18: [ OK ] ctest_environment.no_device_type (0 ms) 18: [ RUN ] ctest_environment.no_process_count 18: [ OK ] ctest_environment.no_process_count (0 ms) 18: [ RUN ] ctest_environment.good 18: [ OK ] ctest_environment.good (0 ms) 18: [----------] 3 tests from ctest_environment (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 8 tests from 2 test suites ran. (918 ms total) 18: [ PASSED ] 8 tests. 18/23 Test #18: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.94 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 19: Test timeout computed to be: 1500 19/23 Test #19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.02 sec test 20 Start 20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 20: Test timeout computed to be: 1500 20: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 20/23 Test #20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.02 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 21: Test timeout computed to be: 1500 21/23 Test #21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 22: Environment variables: 22: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 22: Test timeout computed to be: 1500 22/23 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 23 Start 23: Kokkos_UnitTest_SIMD 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 23: Test timeout computed to be: 1500 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o 23: [==========] Running 18 tests from 1 test suite. 23: [----------] Global test environment set-up. 23: [----------] 18 tests from simd 23: [ RUN ] simd.host_math_ops 23: [ OK ] simd.host_math_ops (0 ms) 23: [ RUN ] simd.device_math_ops 23: [ OK ] simd.device_math_ops (40 ms) 23: [ RUN ] simd.host_mask_ops 23: [ OK ] simd.host_mask_ops (0 ms) 23: [ RUN ] simd.device_mask_ops 23: [ OK ] simd.device_mask_ops (2 ms) 23: [ RUN ] simd.host_conversions 23: [ OK ] simd.host_conversions (0 ms) 23: [ RUN ] simd.device_conversions 23: [ OK ] simd.device_conversions (0 ms) 23: [ RUN ] simd.host_shift_ops 23: [ OK ] simd.host_shift_ops (0 ms) 23: [ RUN ] simd.device_shift_ops 23: [ OK ] simd.device_shift_ops (0 ms) 23: [ RUN ] simd.host_condition 23: [ OK ] simd.host_condition (0 ms) 23: [ RUN ] simd.device_condition 23: [ OK ] simd.device_condition (0 ms) 23: [ RUN ] simd.host_gen_ctors 23: [ OK ] simd.host_gen_ctors (0 ms) 23: [ RUN ] simd.device_gen_ctors 23: [ OK ] simd.device_gen_ctors (0 ms) 23: [ RUN ] simd.host_where_expressions 23: [ OK ] simd.host_where_expressions (0 ms) 23: [ RUN ] simd.device_where_expressions 23: [ OK ] simd.device_where_expressions (2 ms) 23: [ RUN ] simd.host_reductions 23: [ OK ] simd.host_reductions (0 ms) 23: [ RUN ] simd.device_reductions 23: [ OK ] simd.device_reductions (0 ms) 23: [ RUN ] simd.host_construction 23: [ OK ] simd.host_construction (0 ms) 23: [ RUN ] simd.device_construction 23: [ OK ] simd.device_construction (0 ms) 23: [----------] 18 tests from simd (44 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 18 tests from 1 test suite ran. (44 ms total) 23: [ PASSED ] 18 tests. [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 23/23 Test #23: Kokkos_UnitTest_SIMD ....................................... Passed 0.33 sec 100% tests passed, 0 tests failed out of 23 Label Time Summary: Kokkos = 183.97 sec*proc (23 tests) Total Test time (real) = 184.52 sec Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) 4: [ OK ] serial.repeated_team_reduce (8167 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (95 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (88 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (28 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (29 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (0 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (0 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (1 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (85 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (1483 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (4 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 90c93e1abd18c2fffe05adcdc8ccfe50d13b4d113a13beacc746bbe3eed15068 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 28%] Linking CXX executable Kokkos_StackTraceTestExec [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 53%] Linking CXX executable Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP [ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o $ docker rm -f --volumes 90c93e1abd18c2fffe05adcdc8ccfe50d13b4d113a13beacc746bbe3eed15068 [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [Pipeline] // withEnv [Pipeline] } Running on fetnat_05 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] // node [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL [ 53%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 54%] Linking CXX executable Kokkos_PerformanceTest_Mempool Fetching changes from the remote Git repository Fetching without tags 4: [ OK ] serial.view_fill_tests_layout_right (3416 ms) 4: [ RUN ] serial.view_fill_tests_layout_left > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_PerformanceTest_Mempool [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) Commit message: "Preserve the tests added but skip when HPX is enabled" [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 + docker build -t 98bdf52011f4b5137487fe555a53003fc2d4044e --build-arg BASE=nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu20.04@sha256:fc997521e612899a01dce92820f5f5a201dd943ebfdc3e49ba0706d491a39d2d -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> 54bed995e06c Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 21c9e3c40be8 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 7bc03c46c803 Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 0c90cffbda7c Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 519881d88721 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> b8ea43b7d009 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 480f4f8a3d38 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 ---> 75e6c1bbf206 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> e801476f7f6e Successfully built e801476f7f6e 4: [ OK ] serial.view_fill_tests_layout_left (2418 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (56 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (52 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (57 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (2 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize Successfully tagged 98bdf52011f4b5137487fe555a53003fc2d4044e:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 4: [ OK ] serial.view_resize (3 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (114 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (101 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic + docker inspect -f . 98bdf52011f4b5137487fe555a53003fc2d4044e . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_05 seems to be running inside container 08020b533fd7c09bed9fdd6eaaa4fe016c512722459ed2b73dd9c85a0a69efc5 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (102 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (100 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o 4: [ OK ] serial.view_subview_3d_from_5d_right (157 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (157 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess $ 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-7897 --volumes-from 08020b533fd7c09bed9fdd6eaaa4fe016c512722459ed2b73dd9c85a0a69efc5 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 98bdf52011f4b5137487fe555a53003fc2d4044e cat [ 54%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (155 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 130 tests from serial (17537 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 134 tests from 2 test suites ran. (17537 ms total) 4: [ PASSED ] 131 tests. 4: [ SKIPPED ] 3 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/55 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 17.65 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenMPTarget 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 5: Test timeout computed to be: 1500 [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_PerformanceTest_Atomic 5: [==========] Running 278 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 13 tests from openmptarget_DeathTest 5: [ RUN ] openmptarget_DeathTest.abort_from_host 5: [ OK ] openmptarget_DeathTest.abort_from_host (188 ms) 5: [ RUN ] openmptarget_DeathTest.abort_from_device [ 54%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 29%] Built target Kokkos_StackTraceTestExec [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 54%] Built target Kokkos_ContainersUnitTest_OpenMP Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 54%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 54%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 54%] Built target Kokkos_ContainersUnitTest_HIP [ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o 5: [ OK ] openmptarget_DeathTest.abort_from_device (1549 ms) 5: [ RUN ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (262 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_invalid_bounds 5: [ OK ] openmptarget_DeathTest.range_policy_invalid_bounds (42 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openmptarget_DeathTest.range_policy_round_trip_conversion_fires (1 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_check_sign_changes 5: [ OK ] openmptarget_DeathTest.range_policy_check_sign_changes (3 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds (4 ms) 5: [ RUN ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (191 ms) 5: [ RUN ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:116: Skipped 5: skipping because OpenMPTarget backend is currently not able to abort from the device 5: [ SKIPPED ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_host [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o $ docker top 64e3c6eb1eff9f239c2c22597488664ae3972296cb7d0e589d83e7da6994858b -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] { [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [Pipeline] sh [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o + ccache --zero-stats Statistics zeroed [Pipeline] sh Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o + rm -rf build [ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o + mkdir -p build + cd build + ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags=-Werror -Werror=all-warnings --cxxstandard=c++17 --with-cuda --with-cuda-options=enable_lambda --arch=Volta70 Generating Makefiles with options KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 + make test -j8 make -C core/unit_test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 56%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/UnitTestMainInit.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_RangePolicy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_RangePolicyRequire.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewAPI_a.cpp [ 56%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 56%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 56%] Built target Kokkos_Benchmark_Atomic_MinMax [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 57%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 57%] Built target Kokkos_ContainersPerformanceTest_HIP [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 12%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewAPI_b.cpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewAPI_c.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewAPI_d.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewAPI_e.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewCopy_a.cpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewCopy_b.cpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewCopy_c.cpp [ 59%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_DeepCopyAlignment.cpp [ 59%] Built target Kokkos_ContainersTestCompileOnly [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 66%] Built target Kokkos_PerformanceTest_SharedSpace [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 67%] Built target Kokkos_PerformanceTest_TaskDag [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewMapping_a.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewMapping_b.cpp [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewMapping_subview.cpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 95%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_Mempool /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewResize.cpp [ 95%] Built target Kokkos_PerformanceTest_InclusiveScan [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewLayoutStrideAssignment.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewAPI_a.cpp [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o 5: [ OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (48050 ms) 5: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:182: Skipped 5: skipping because OpenMPTarget backend is currently not able to abort from the device 5: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [----------] 13 tests from openmptarget_DeathTest (50296 ms total) 5: 5: [----------] 1 test from openmptarget_graph_DeathTest 5: [ RUN ] openmptarget_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] openmptarget_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from openmptarget_graph_DeathTest (0 ms total) 5: 5: [----------] 248 tests from openmptarget 5: [ RUN ] openmptarget.array_capacity 5: [ OK ] openmptarget.array_capacity (0 ms) 5: [ RUN ] openmptarget.array_element_access 5: [ OK ] openmptarget.array_element_access (0 ms) 5: [ RUN ] openmptarget.array_operator_equal 5: [ OK ] openmptarget.array_operator_equal (0 ms) 5: [ RUN ] openmptarget.array_zero_capacity 5: [ OK ] openmptarget.array_zero_capacity (0 ms) 5: [ RUN ] openmptarget.array_zero_data_nullptr 5: [ OK ] openmptarget.array_zero_data_nullptr (0 ms) 5: [ RUN ] openmptarget.array_contiguous_capacity 5: [ OK ] openmptarget.array_contiguous_capacity (0 ms) 5: [ RUN ] openmptarget.array_contiguous_element_access 5: [ OK ] openmptarget.array_contiguous_element_access (0 ms) 5: [ RUN ] openmptarget.array_contiguous_assignment 5: [ OK ] openmptarget.array_contiguous_assignment (0 ms) 5: [ RUN ] openmptarget.array_strided_capacity 5: [ OK ] openmptarget.array_strided_capacity (0 ms) 5: [ RUN ] openmptarget.array_strided_element_access 5: [ OK ] openmptarget.array_strided_element_access (0 ms) 5: [ RUN ] openmptarget.array_strided_assignment 5: [ OK ] openmptarget.array_strided_assignment (0 ms) 5: [ RUN ] openmptarget.atomic_operations_complexfloat 5: [ OK ] openmptarget.atomic_operations_complexfloat (13 ms) 5: [ RUN ] openmptarget.atomic_operations_double 5: [ OK ] openmptarget.atomic_operations_double (18 ms) 5: [ RUN ] openmptarget.atomic_operations_float 5: [ OK ] openmptarget.atomic_operations_float (19 ms) 5: [ RUN ] openmptarget.atomic_operations_int 5: [ OK ] openmptarget.atomic_operations_int (49 ms) 5: [ RUN ] openmptarget.atomic_operations_long 5: [ OK ] openmptarget.atomic_operations_long (45 ms) 5: [ RUN ] openmptarget.atomic_operations_longlong 5: [ OK ] openmptarget.atomic_operations_longlong (53 ms) 5: [ RUN ] openmptarget.atomic_operations_unsigned 5: [ OK ] openmptarget.atomic_operations_unsigned (43 ms) 5: [ RUN ] openmptarget.atomic_operations_unsignedlong 5: [ OK ] openmptarget.atomic_operations_unsignedlong (44 ms) 5: [ RUN ] openmptarget.atomics 5: [ OK ] openmptarget.atomics (333 ms) 5: [ RUN ] openmptarget.atomics_tpetra_max_abs 5: [ OK ] openmptarget.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] openmptarget.atomic_views_integral [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 61%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 67%] Built target Kokkos_PerformanceTest_Mempool [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 61%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] openmptarget.atomic_views_integral (14748 ms) 5: [ RUN ] openmptarget.atomic_views_nonintegral [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewAPI_b.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewAPI_c.cpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_atomic [ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewAPI_d.cpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 67%] Built target Kokkos_ContainersUnitTest_Serial [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 5: [ OK ] openmptarget.atomic_views_nonintegral (10055 ms) 5: [ RUN ] openmptarget.atomic_view_api 5: [ OK ] openmptarget.atomic_view_api (0 ms) 5: [ RUN ] openmptarget.bit_manip_countl_zero 5: [ OK ] openmptarget.bit_manip_countl_zero (0 ms) 5: [ RUN ] openmptarget.bit_manip_countl_one 5: [ OK ] openmptarget.bit_manip_countl_one (0 ms) 5: [ RUN ] openmptarget.bit_manip_countr_zero 5: [ OK ] openmptarget.bit_manip_countr_zero (0 ms) 5: [ RUN ] openmptarget.bit_manip_countr_one 5: [ OK ] openmptarget.bit_manip_countr_one (0 ms) 5: [ RUN ] openmptarget.bit_manip_popcount 5: [ OK ] openmptarget.bit_manip_popcount (0 ms) 5: [ RUN ] openmptarget.bit_manip_has_single_bit 5: [ OK ] openmptarget.bit_manip_has_single_bit (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_floor 5: [ OK ] openmptarget.bit_manip_bit_floor (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_ceil 5: [ OK ] openmptarget.bit_manip_bit_ceil (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_width 5: [ OK ] openmptarget.bit_manip_bit_width (0 ms) 5: [ RUN ] openmptarget.bit_manip_rotl 5: [ OK ] openmptarget.bit_manip_rotl (0 ms) 5: [ RUN ] openmptarget.bit_manip_rotr 5: [ OK ] openmptarget.bit_manip_rotr (0 ms) 5: [ RUN ] openmptarget.bit_manip_byeswap 5: [ OK ] openmptarget.bit_manip_byeswap (1 ms) 5: [ RUN ] openmptarget.bit_manip_bit_cast 5: [ OK ] openmptarget.bit_manip_bit_cast (0 ms) 5: [ RUN ] openmptarget.test_block_deduction_bug_pr_3103 5: [ OK ] openmptarget.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] openmptarget.checked_integer_operations_multiply_overflow 5: [ OK ] openmptarget.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] openmptarget.execution_policy_occupancy_and_hint 5: [ OK ] openmptarget.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] openmptarget.complex_construction 5: [ OK ] openmptarget.complex_construction (0 ms) 5: [ RUN ] openmptarget.complex_basic_math 5: [ OK ] openmptarget.complex_basic_math (0 ms) 5: [ RUN ] openmptarget.complex_special_funtions 5: [ OK ] openmptarget.complex_special_funtions (0 ms) 5: [ RUN ] openmptarget.complex_io 5: [ OK ] openmptarget.complex_io (0 ms) 5: [ RUN ] openmptarget.complex_trivially_copyable 5: [ OK ] openmptarget.complex_trivially_copyable (0 ms) 5: [ RUN ] openmptarget.complex_issue_3865 5: [ OK ] openmptarget.complex_issue_3865 (0 ms) 5: [ RUN ] openmptarget.complex_issue_3867 5: [ OK ] openmptarget.complex_issue_3867 (0 ms) 5: [ RUN ] openmptarget.complex_operations_arithmetic_types_overloads 5: [ OK ] openmptarget.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] openmptarget.complex_structured_bindings 5: [ OK ] openmptarget.complex_structured_bindings (0 ms) 5: [ RUN ] openmptarget.crs_count_fill 5: [ OK ] openmptarget.crs_count_fill (11 ms) 5: [ RUN ] openmptarget.crs_copy_constructor 5: [ OK ] openmptarget.crs_copy_constructor (47 ms) 5: [ RUN ] openmptarget.deep_copy_alignment 5: [ OK ] openmptarget.deep_copy_alignment (8 ms) 5: [ RUN ] openmptarget.deep_copy_conversion 5: [ OK ] openmptarget.deep_copy_conversion (360 ms) 5: [ RUN ] openmptarget.partitioning_by_args 5: [ OK ] openmptarget.partitioning_by_args (0 ms) 5: [ RUN ] openmptarget.partitioning_by_vector 5: [ OK ] openmptarget.partitioning_by_vector (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_range 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:97: Skipped 5: skipping since test is known to fail for OpenMPTarget 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_range (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_mdrange 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:140: Skipped 5: skipping since test is known to fail for OpenMPTarget 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_mdrange (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_team_policy 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:186: Skipped 5: skipping for OpenMPTarget since the test is designed to run with vector_length=1 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_range_reduce [ 67%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewAPI_e.cpp Scanning dependencies of target Kokkos_gather [ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewCopy_a.cpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewCopy_b.cpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 68%] Built target Kokkos_ContainersUnitTest_SYCL [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_gups [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o Scanning dependencies of target Kokkos_launch_latency [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_stream [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o Scanning dependencies of target Kokkos_view_copy_constructor [ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o 5: [ OK ] openmptarget.exec_space_thread_safety_range_reduce (6899 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_mdrange_reduce /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewCopy_c.cpp [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_policy_performance [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o 5: [ OK ] openmptarget.exec_space_thread_safety_mdrange_reduce (7352 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_team_policy_reduce 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:312: Skipped 5: skipping for OpenMPTarget since the test is designed to run with vector_length=1 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy_reduce (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_range_scan [ 12%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewMapping_a.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewMapping_b.cpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 98%] Linking CXX executable Kokkos_atomic [ 98%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_bytes_and_flops [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaUVM_ViewMapping_subview.cpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewAPI_a.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Linking CXX executable Kokkos_gups [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 99%] Linking CXX executable Kokkos_gather [ 99%] Linking CXX executable Kokkos_launch_latency [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 99%] Built target Kokkos_gups [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 14%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 99%] Built target Kokkos_launch_latency [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 99%] Built target Kokkos_gather [ 99%] Linking CXX executable Kokkos_stream [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 99%] Linking CXX executable Kokkos_view_copy_constructor /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewAPI_b.cpp [ 99%] Built target Kokkos_stream [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 99%] Built target Kokkos_view_copy_constructor 5: [ OK ] openmptarget.exec_space_thread_safety_range_scan (6923 ms) 5: [ RUN ] openmptarget.functor_analysis 5: [ OK ] openmptarget.functor_analysis (0 ms) 5: [ RUN ] openmptarget.when_all_type 5: [ OK ] openmptarget.when_all_type (0 ms) 5: [ RUN ] openmptarget.graph_then 5: [ OK ] openmptarget.graph_then (0 ms) 5: [ RUN ] openmptarget.host_shared_ptr_use_count 5: [ OK ] openmptarget.host_shared_ptr_use_count (0 ms) 5: [ RUN ] openmptarget.host_shared_ptr_get 5: [ OK ] openmptarget.host_shared_ptr_get (0 ms) 5: [ RUN ] openmptarget.host_shared_ptr_dereference_on_device 5: [ OK ] openmptarget.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] openmptarget.join_backward_compatibility 5: [ OK ] openmptarget.join_backward_compatibility (3 ms) 5: [ RUN ] openmptarget.mathematical_constants_e 5: [ OK ] openmptarget.mathematical_constants_e (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_log2e 5: [ OK ] openmptarget.mathematical_constants_log2e (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_log10e 5: [ OK ] openmptarget.mathematical_constants_log10e (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_pi 5: [ OK ] openmptarget.mathematical_constants_pi (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_inv_pi 5: [ OK ] openmptarget.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_inv_sqrtpi 5: [ OK ] openmptarget.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_ln2 5: [ OK ] openmptarget.mathematical_constants_ln2 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_ln10 5: [ OK ] openmptarget.mathematical_constants_ln10 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_sqrt2 5: [ OK ] openmptarget.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_sqrt3 5: [ OK ] openmptarget.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_inv_sqrt3 5: [ OK ] openmptarget.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_egamma 5: [ OK ] openmptarget.mathematical_constants_egamma (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_phi 5: [ OK ] openmptarget.mathematical_constants_phi (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_trigonometric_functions 5: [ OK ] openmptarget.mathematical_functions_trigonometric_functions (8 ms) 5: [ RUN ] openmptarget.mathematical_functions_hyperbolic_functions 5: [ OK ] openmptarget.mathematical_functions_hyperbolic_functions (6 ms) 5: [ RUN ] openmptarget.mathematical_functions_non_standard 5: [ OK ] openmptarget.mathematical_functions_non_standard (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_power_functions 5: [ OK ] openmptarget.mathematical_functions_power_functions (3 ms) 5: [ RUN ] openmptarget.mathematical_functions_fma 5: [ OK ] openmptarget.mathematical_functions_fma (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_error_and_gamma_functions 5: [ OK ] openmptarget.mathematical_functions_error_and_gamma_functions (4 ms) 5: [ RUN ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (5 ms) 5: [ RUN ] openmptarget.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] openmptarget.mathematical_functions_floating_point_manipulation_functions (3 ms) 5: [ RUN ] openmptarget.mathematical_functions_absolute_value 5: [ OK ] openmptarget.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_floating_point_absolute_value 5: [ OK ] openmptarget.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_remainder_function 5: [ OK ] openmptarget.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_isfinite 5: [ OK ] openmptarget.mathematical_functions_isfinite (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_isinf 5: [ OK ] openmptarget.mathematical_functions_isinf (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_isnan 5: [ OK ] openmptarget.mathematical_functions_isnan (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_exponential_functions 5: [ OK ] openmptarget.mathematical_functions_exponential_functions (8 ms) 5: [ RUN ] openmptarget.mathspecialfunc_expint1 5: [ OK ] openmptarget.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselj0y0 5: [ OK ] openmptarget.mathspecialfunc_cbesselj0y0 (26 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselj1y1 5: [ OK ] openmptarget.mathspecialfunc_cbesselj1y1 (26 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesseli0k0 5: [ OK ] openmptarget.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesseli1k1 5: [ OK ] openmptarget.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselh1stkind 5: [ OK ] openmptarget.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselh2ndkind 5: [ OK ] openmptarget.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] openmptarget.mdrange_5d 5: [ OK ] openmptarget.mdrange_5d (16 ms) 5: [ RUN ] openmptarget.mdrange_6d 5: [ OK ] openmptarget.mdrange_6d (8 ms) 5: [ RUN ] openmptarget.mdrange_2d 5: [ OK ] openmptarget.mdrange_2d (2 ms) 5: [ RUN ] openmptarget.mdrange_3d 5: [ OK ] openmptarget.mdrange_3d (6 ms) 5: [ RUN ] openmptarget.mdrange_4d 5: [ OK ] openmptarget.mdrange_4d (4 ms) 5: [ RUN ] openmptarget.mdrange_large_deep_copy 5: [ OK ] openmptarget.mdrange_large_deep_copy (85 ms) 5: [ RUN ] openmptarget.md_range_policy_construction_from_arrays 5: [ OK ] openmptarget.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] openmptarget.policy_get_tile_size 5: [ OK ] openmptarget.policy_get_tile_size (0 ms) 5: [ RUN ] openmptarget.mdrange_parallel_reduce_primitive_types 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 5: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 5: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types (0 ms) 5: [ RUN ] openmptarget.mdspan_minimal_functional 5: [ OK ] openmptarget.mdspan_minimal_functional (0 ms) 5: [ RUN ] openmptarget.mdspan_atomic_accessor 5: [ OK ] openmptarget.mdspan_atomic_accessor (0 ms) 5: [ RUN ] openmptarget.view_mdspan_conversion 5: [ OK ] openmptarget.view_mdspan_conversion (14 ms) 5: [ RUN ] openmptarget.view_mdspan_conversion_with_stride 5: [ OK ] openmptarget.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openmptarget.numeric_traits_infinity 5: [ OK ] openmptarget.numeric_traits_infinity (0 ms) 5: [ RUN ] openmptarget.numeric_traits_epsilon 5: [ OK ] openmptarget.numeric_traits_epsilon (0 ms) 5: [ RUN ] openmptarget.numeric_traits_round_error 5: [ OK ] openmptarget.numeric_traits_round_error (0 ms) 5: [ RUN ] openmptarget.numeric_traits_norm_min 5: [ OK ] openmptarget.numeric_traits_norm_min (0 ms) 5: [ RUN ] openmptarget.numeric_traits_denorm_min 5: [ OK ] openmptarget.numeric_traits_denorm_min (0 ms) 5: [ RUN ] openmptarget.numeric_traits_finite_min_max 5: [ OK ] openmptarget.numeric_traits_finite_min_max (6 ms) 5: [ RUN ] openmptarget.numeric_traits_digits 5: [ OK ] openmptarget.numeric_traits_digits (3 ms) 5: [ RUN ] openmptarget.numeric_traits_digits10 5: [ OK ] openmptarget.numeric_traits_digits10 (3 ms) 5: [ RUN ] openmptarget.numeric_traits_max_digits10 5: [ OK ] openmptarget.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] openmptarget.numeric_traits_radix 5: [ OK ] openmptarget.numeric_traits_radix (3 ms) 5: [ RUN ] openmptarget.numeric_traits_min_max_exponent 5: [ OK ] openmptarget.numeric_traits_min_max_exponent (1 ms) 5: [ RUN ] openmptarget.numeric_traits_min_max_exponent10 5: [ OK ] openmptarget.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] openmptarget.numeric_traits_quiet_and_signaling_nan 5: [ OK ] openmptarget.numeric_traits_quiet_and_signaling_nan (1 ms) 5: [ RUN ] openmptarget.numeric_traits_sfinae_friendly 5: [ OK ] openmptarget.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] openmptarget.occupancy_control 5: [ OK ] openmptarget.occupancy_control (1 ms) 5: [ RUN ] openmptarget.parallel_scan_range_policy 5: [ OK ] openmptarget.parallel_scan_range_policy (204 ms) 5: [ RUN ] openmptarget.kokkos_printf 5: [ OK ] openmptarget.kokkos_printf (18 ms) 5: [ RUN ] openmptarget.range_for 5: [ OK ] openmptarget.range_for (2 ms) 5: [ RUN ] openmptarget.range_reduce 5: [ OK ] openmptarget.range_reduce (1 ms) 5: [ RUN ] openmptarget.large_parallel_for_reduce 5: [ OK ] openmptarget.large_parallel_for_reduce (114 ms) 5: [ RUN ] openmptarget.range_policy_runtime_parameters 5: [ OK ] openmptarget.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openmptarget.range_policy_one_way_convertible_bounds 5: [ OK ] openmptarget.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openmptarget.range_for_require 5: [ OK ] openmptarget.range_for_require (1 ms) 5: [ RUN ] openmptarget.range_reduce_require 5: [ OK ] openmptarget.range_reduce_require (1 ms) 5: [ RUN ] openmptarget.reducers_int 5: [ OK ] openmptarget.reducers_int (9 ms) 5: [ RUN ] openmptarget.reducers_double 5: [ OK ] openmptarget.reducers_double (9 ms) 5: [ RUN ] openmptarget.reducers_bool 5: [ OK ] openmptarget.reducers_bool (1 ms) 5: [ RUN ] openmptarget.int64_t_reduce [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o 5: [ OK ] openmptarget.int64_t_reduce (326 ms) 5: [ RUN ] openmptarget.double_reduce [ 65%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Reduction 5: [ OK ] openmptarget.double_reduce (321 ms) 5: [ RUN ] openmptarget.int64_t_reduce_dynamic 5: [ OK ] openmptarget.int64_t_reduce_dynamic (337 ms) 5: [ RUN ] openmptarget.double_reduce_dynamic 5: [ OK ] openmptarget.double_reduce_dynamic (352 ms) 5: [ RUN ] openmptarget.int64_t_reduce_dynamic_view 5: [ OK ] openmptarget.int64_t_reduce_dynamic_view (45 ms) 5: [ RUN ] openmptarget.reduction_with_large_iteration_count [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 66%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 99%] Linking CXX executable Kokkos_policy_performance [ 99%] Built target Kokkos_policy_performance /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewAPI_c.cpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewAPI_d.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewAPI_e.cpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 70%] Built target Kokkos_PerformanceTest_Reduction [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewCopy_a.cpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewCopy_b.cpp [ 99%] Linking CXX executable Kokkos_bytes_and_flops [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Built target Kokkos_bytes_and_flops [100%] Built target Kokkos_UnitTest_SIMD + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 939b347a242f Build name: Linux-clang++-15 Create new tag: 20250317-1557 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/65 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.29 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (0 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (1 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from cuda (2 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (2 ms total) 2: [ PASSED ] 14 tests. 2/65 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.20 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 222 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o 3: [ OK ] serial_DeathTest.abort_from_host (412 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (321 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (321 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (311 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (15 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (29 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (11 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (42 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (27 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (1494 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 194 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (1 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (76 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (47 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (1 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (30 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o 3: [ OK ] serial.exec_space_thread_safety_range (996 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (100 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (102 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (104 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (99 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (100 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (100 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewCopy_c.cpp 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1937 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o 5: [ OK ] openmptarget.reduction_with_large_iteration_count (22030 ms) 5: [ RUN ] openmptarget.reduction_deduction 5: [ OK ] openmptarget.reduction_deduction (0 ms) 5: [ RUN ] openmptarget.reduce_device_view_range_policy /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewMapping_a.cpp 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2737 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewMapping_b.cpp 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (937 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCudaHostPinned_ViewMapping_subview.cpp [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (939 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d [ 68%] Linking CXX executable Kokkos_UnitTest_Random 3: [ OK ] serial.mdrange_5d (762 ms) 3: [ RUN ] serial.mdrange_6d /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_View_64bit.cpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 68%] Built target Kokkos_UnitTest_Random [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewOfClass.cpp 3: [ OK ] serial.mdrange_6d (1269 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (1 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (6 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (70 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (446 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_a.cpp 3: [ OK ] serial.mdrange_large_deep_copy (733 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2834 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (23 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (352 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (2 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (2 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (56 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (161 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_b.cpp 3: [ OK ] serial.int64_t_reduce_dynamic (1438 ms) 3: [ RUN ] serial.double_reduce_dynamic [ 71%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax 3: [ OK ] serial.double_reduce_dynamic (1410 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o 5: [ OK ] openmptarget.reduce_device_view_range_policy (10443 ms) 5: [ RUN ] openmptarget.reduce_device_view_mdrange_policy 3: [ OK ] serial.int64_t_reduce_dynamic_view (315 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (10 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o 3: [ OK ] serial.reduce_device_view_mdrange_policy (1919 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (48 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (5 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 194 tests from serial (20218 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 222 tests from 4 test suites ran. (21713 ms total) 3: [ PASSED ] 215 tests. 3: [ SKIPPED ] 7 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/65 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 21.93 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 143 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c01.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c02.cpp [ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c03.cpp 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3133 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c04.cpp [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Built target Kokkos_PerformanceTest_Benchmark [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3039 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (6173 ms total) 4: 4: [----------] 135 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (199 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (12 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (6 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (591 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (97 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (137 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (90 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (35 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (94 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (50 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 5: [ OK ] openmptarget.reduce_device_view_mdrange_policy (10429 ms) 5: [ RUN ] openmptarget.reduce_device_view_team_policy Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c05.cpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c06.cpp [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o 4: [ OK ] serial.repeated_team_reduce (8119 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (106 ms) 4: [ RUN ] serial.team_scan_ret_val [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o 4: [ OK ] serial.team_scan_ret_val (95 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (33 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (25 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (4 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c07.cpp [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o 4: [ OK ] serial.view_allocation_large_rank (882 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (4 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 5: [ OK ] openmptarget.reduce_device_view_team_policy (10312 ms) 5: [ RUN ] openmptarget.mdspan_space_aware_accessor 5: [ OK ] openmptarget.mdspan_space_aware_accessor (1 ms) 5: [ RUN ] openmptarget.kokkos_swap 5: [ OK ] openmptarget.kokkos_swap (0 ms) 5: [ RUN ] openmptarget.TeamThreadMDRangeParallelFor 5: [ OK ] openmptarget.TeamThreadMDRangeParallelFor (35 ms) 5: [ RUN ] openmptarget.ThreadVectorMDRangeParallelFor 5: [ OK ] openmptarget.ThreadVectorMDRangeParallelFor (22 ms) 5: [ RUN ] openmptarget.TeamVectorMDRangeParallelFor 5: [ OK ] openmptarget.TeamVectorMDRangeParallelFor (22 ms) 5: [ RUN ] openmptarget.TeamThreadMDRangeParallelReduce 5: [ OK ] openmptarget.TeamThreadMDRangeParallelReduce (28 ms) 5: [ RUN ] openmptarget.ThreadVectorMDRangeParallelReduce 5: [ OK ] openmptarget.ThreadVectorMDRangeParallelReduce (16 ms) 5: [ RUN ] openmptarget.TeamVectorMDRangeParallelReduce 5: [ OK ] openmptarget.TeamVectorMDRangeParallelReduce (15 ms) 5: [ RUN ] openmptarget.team_policy_runtime_parameters 5: [ OK ] openmptarget.team_policy_runtime_parameters (0 ms) 5: [ RUN ] openmptarget.team_shared_request 5: [ OK ] openmptarget.team_shared_request (0 ms) 5: [ RUN ] openmptarget.team_scratch_request 5: [ OK ] openmptarget.team_scratch_request (0 ms) 5: [ RUN ] openmptarget.team_lambda_shared_request 5: [ OK ] openmptarget.team_lambda_shared_request (0 ms) 5: [ RUN ] openmptarget.scratch_align 5: [ OK ] openmptarget.scratch_align (0 ms) 5: [ RUN ] openmptarget.shmem_size 5: [ OK ] openmptarget.shmem_size (0 ms) 5: [ RUN ] openmptarget.multi_level_scratch 5: [ OK ] openmptarget.multi_level_scratch (0 ms) 5: [ RUN ] openmptarget.team_scratch_memory_index_parallel_for 5: [ OK ] openmptarget.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] openmptarget.team_policy_max_recommended 5: [ OK ] openmptarget.team_policy_max_recommended (33 ms) 5: [ RUN ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] openmptarget.view_api_a 5: [ OK ] openmptarget.view_api_a (0 ms) 5: [ RUN ] openmptarget.view_layout_left_with_stride 5: [ OK ] openmptarget.view_layout_left_with_stride (0 ms) 5: [ RUN ] openmptarget.view_layout_right_with_stride 5: [ OK ] openmptarget.view_layout_right_with_stride (0 ms) 5: [ RUN ] openmptarget.view_api_b 5: [ OK ] openmptarget.view_api_b (7 ms) 5: [ RUN ] openmptarget.view_api_c 5: [ OK ] openmptarget.view_api_c (0 ms) 5: [ RUN ] openmptarget.view_api_d 5: [ OK ] openmptarget.view_api_d (1 ms) 5: [ RUN ] openmptarget.view_bad_alloc 5: "CUDA" error: Failure to alloc memory: Error in cuMemAlloc[Host|Managed]: out of memory 5: "CUDA" error: Failure to alloc memory: Error in cuMemAlloc[Host|Managed]: out of memory 5: "PluginInterface" error: Failure to allocate device memory: Failed to allocate from memory manager 5: [ OK ] openmptarget.view_bad_alloc (1 ms) 5: [ RUN ] openmptarget.view_copy_tests 5: [ OK ] openmptarget.view_copy_tests (9 ms) 5: [ RUN ] openmptarget.view_copy_tests_rank_0 5: [ OK ] openmptarget.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] openmptarget.view_copy_degenerated 5: [ OK ] openmptarget.view_copy_degenerated (0 ms) 5: [ RUN ] openmptarget.view_fill_tests_layout_right 5: [ OK ] openmptarget.view_fill_tests_layout_right (71 ms) 5: [ RUN ] openmptarget.view_fill_tests_layout_left 5: [ OK ] openmptarget.view_fill_tests_layout_left (67 ms) 5: [ RUN ] openmptarget.vcp_empty_traits 5: [ OK ] openmptarget.vcp_empty_traits (0 ms) 5: [ RUN ] openmptarget.is_view_label 5: [ OK ] openmptarget.is_view_label (0 ms) 5: [ RUN ] openmptarget.vcp_label_base_traits 5: [ OK ] openmptarget.vcp_label_base_traits (0 ms) 5: [ RUN ] openmptarget.vcp_label_traits 5: [ OK ] openmptarget.vcp_label_traits (0 ms) 5: [ RUN ] openmptarget.view_alloc_can_perfect_forward_label 5: [ OK ] openmptarget.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] openmptarget.vcp_label_copy_constructor 5: [ OK ] openmptarget.vcp_label_copy_constructor (0 ms) 5: [ RUN ] openmptarget.vcp_pointer_add_property 5: [ OK ] openmptarget.vcp_pointer_add_property (0 ms) 5: [ RUN ] openmptarget.view_empty_runtime_unmanaged 5: [ OK ] openmptarget.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] openmptarget.view_hooks 5: [ OK ] openmptarget.view_hooks (0 ms) 5: [ RUN ] openmptarget.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (86 ms) 5: [ RUN ] openmptarget.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (83 ms) 5: [ RUN ] openmptarget.view_irregular_layout 5: [ OK ] openmptarget.view_irregular_layout (0 ms) 5: [ RUN ] openmptarget.view_mapping 5: [ OK ] openmptarget.view_mapping (55 ms) 5: [ RUN ] openmptarget.view_mapping_operator 5: [ OK ] openmptarget.view_mapping_operator (13 ms) 5: [ RUN ] openmptarget.static_extent 5: [ OK ] openmptarget.static_extent (0 ms) 5: [ RUN ] openmptarget.view_mapping_atomic [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 5: [ OK ] openmptarget.view_mapping_atomic (550 ms) 5: [ RUN ] openmptarget.view_mapping_class_value 5: [ OK ] openmptarget.view_mapping_class_value (0 ms) 5: [ RUN ] openmptarget.view_mapping_assignable 5: [ OK ] openmptarget.view_mapping_assignable (0 ms) 5: [ RUN ] openmptarget.view_mapping_trivially_copyable 5: [ OK ] openmptarget.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] openmptarget.view_mapping_subview 5: [ OK ] openmptarget.view_mapping_subview (1 ms) 5: [ RUN ] openmptarget.view_nested_view 5: [ OK ] openmptarget.view_nested_view (0 ms) 5: [ RUN ] openmptarget.view_of_views_default 5: [ OK ] openmptarget.view_of_views_default (0 ms) 5: [ RUN ] openmptarget.view_of_views_without_initializing [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o 5: [ OK ] openmptarget.view_of_views_without_initializing (0 ms) 5: [ RUN ] openmptarget.test_view_of_views_sequential_host_init 5: [ OK ] openmptarget.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] openmptarget.append_formatted_multidimensional_index 5: [ OK ] openmptarget.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] openmptarget.view_resize 5: [ OK ] openmptarget.view_resize (22 ms) 5: [ RUN ] openmptarget.view_realloc 5: [ OK ] openmptarget.view_realloc (2 ms) 5: [ RUN ] openmptarget.resize_realloc_no_init 5: [ OK ] openmptarget.resize_realloc_no_init (0 ms) 5: [ RUN ] openmptarget.resize_realloc_no_alloc 5: [ OK ] openmptarget.resize_realloc_no_alloc (0 ms) 5: [ RUN ] openmptarget.realloc_exec_space 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:84: Skipped 5: skipping since the OpenMPTarget backend doesn't implement allocate taking an execution space instance properly 5: [ SKIPPED ] openmptarget.realloc_exec_space (0 ms) 5: [ RUN ] openmptarget.view_alloc 5: [ OK ] openmptarget.view_alloc (0 ms) 5: [ RUN ] openmptarget.view_alloc_exec_space 5: [ OK ] openmptarget.view_alloc_exec_space (0 ms) 5: [ RUN ] openmptarget.view_alloc_int 5: [ OK ] openmptarget.view_alloc_int (0 ms) 5: [ RUN ] openmptarget.view_alloc_exec_space_int 5: [ OK ] openmptarget.view_alloc_exec_space_int (0 ms) 5: [ RUN ] openmptarget.deep_copy_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:210: Skipped 5: skipping since the OpenMPTarget backend doesn't implement ZeroMemset 5: [ SKIPPED ] openmptarget.deep_copy_zero_memset (0 ms) 5: [ RUN ] openmptarget.resize_exec_space 5: [ OK ] openmptarget.resize_exec_space (0 ms) 5: [ RUN ] openmptarget.view_allocation_int 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:294: Skipped 5: skipping since the OpenMPTarget has unexpected fences 5: [ SKIPPED ] openmptarget.view_allocation_int (0 ms) 5: [ RUN ] openmptarget.view_allocation_exec_space_int 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:328: Skipped 5: skipping since the OpenMPTarget has unexpected fences 5: [ SKIPPED ] openmptarget.view_allocation_exec_space_int (0 ms) 5: [ RUN ] openmptarget.view_not_default_constructible 5: [ OK ] openmptarget.view_not_default_constructible (0 ms) 5: [ RUN ] openmptarget.view_subview_auto_1d_left 5: [ OK ] openmptarget.view_subview_auto_1d_left (1 ms) 5: [ RUN ] openmptarget.view_subview_auto_1d_right 5: [ OK ] openmptarget.view_subview_auto_1d_right (1 ms) 5: [ RUN ] openmptarget.view_subview_auto_1d_stride 5: [ OK ] openmptarget.view_subview_auto_1d_stride (1 ms) 5: [ RUN ] openmptarget.view_subview_assign_strided 5: [ OK ] openmptarget.view_subview_assign_strided (1 ms) 5: [ RUN ] openmptarget.view_subview_left_0 5: [ OK ] openmptarget.view_subview_left_0 (0 ms) 5: [ RUN ] openmptarget.view_subview_left_1 5: [ OK ] openmptarget.view_subview_left_1 (0 ms) 5: [ RUN ] openmptarget.view_subview_left_2 5: [ OK ] openmptarget.view_subview_left_2 (0 ms) 5: [ RUN ] openmptarget.view_subview_left_3 5: [ OK ] openmptarget.view_subview_left_3 (0 ms) 5: [ RUN ] openmptarget.view_subview_right_0 5: [ OK ] openmptarget.view_subview_right_0 (0 ms) 5: [ RUN ] openmptarget.view_subview_right_1 5: [ OK ] openmptarget.view_subview_right_1 (0 ms) 5: [ RUN ] openmptarget.view_subview_right_3 5: [ OK ] openmptarget.view_subview_right_3 (0 ms) 5: [ RUN ] openmptarget.view_static_tests 5: [ OK ] openmptarget.view_static_tests (0 ms) 5: [ RUN ] openmptarget.view_subview_layoutleft_to_layoutleft 5: [ OK ] openmptarget.view_subview_layoutleft_to_layoutleft (2 ms) 5: [ RUN ] openmptarget.view_subview_layoutright_to_layoutright 5: [ OK ] openmptarget.view_subview_layoutright_to_layoutright (1 ms) 5: [ RUN ] openmptarget.view_subview_2d_from_3d 5: [ OK ] openmptarget.view_subview_2d_from_3d (38 ms) 5: [ RUN ] openmptarget.view_subview_2d_from_3d_atomic 5: [ OK ] openmptarget.view_subview_2d_from_3d_atomic (37 ms) 5: [ RUN ] openmptarget.view_subview_2d_from_3d_randomaccess 5: [ OK ] openmptarget.view_subview_2d_from_3d_randomaccess (38 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_left 5: [ OK ] openmptarget.view_subview_3d_from_5d_left (56 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_left_atomic 5: [ OK ] openmptarget.view_subview_3d_from_5d_left_atomic (54 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openmptarget.view_subview_3d_from_5d_left_randomaccess (53 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_right 5: [ OK ] openmptarget.view_subview_3d_from_5d_right (51 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_right_atomic 5: [ OK ] openmptarget.view_subview_3d_from_5d_right_atomic (54 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (53 ms) 5: [ RUN ] openmptarget.view_test_unmanaged_subview_reset 5: [ OK ] openmptarget.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] openmptarget.view_subview_memory_traits_construction 5: [ OK ] openmptarget.view_subview_memory_traits_construction (0 ms) 5: [----------] 248 tests from openmptarget (103896 ms total) 5: 5: [----------] 16 tests from openmptarget_graph 5: [ RUN ] openmptarget_graph.submit_once 5: [ OK ] openmptarget_graph.submit_once (0 ms) 5: [ RUN ] openmptarget_graph.submit_once_rvalue 5: [ OK ] openmptarget_graph.submit_once_rvalue (0 ms) 5: [ RUN ] openmptarget_graph.instantiate_and_submit_once 5: [ OK ] openmptarget_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] openmptarget_graph.submit_onto_another_execution_space_instance 5: [ OK ] openmptarget_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] openmptarget_graph.create_graph_no_closure_with_exec 5: [ OK ] openmptarget_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] openmptarget_graph.create_graph_no_arg 5: [ OK ] openmptarget_graph.create_graph_no_arg (0 ms) 5: [ RUN ] openmptarget_graph.submit_six 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:274: Skipped 5: skipping since OpenMPTarget can't use team_size 1 5: [ SKIPPED ] openmptarget_graph.submit_six (0 ms) 5: [ RUN ] openmptarget_graph.when_all_cycle 5: [ OK ] openmptarget_graph.when_all_cycle (0 ms) 5: [ RUN ] openmptarget_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] openmptarget_graph.repeat_chain (0 ms) 5: [ RUN ] openmptarget_graph.zero_work_reduce 5: [ OK ] openmptarget_graph.zero_work_reduce (1 ms) 5: [ RUN ] openmptarget_graph.empty_graph 5: [ OK ] openmptarget_graph.empty_graph (0 ms) 5: [ RUN ] openmptarget_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] openmptarget_graph.force_global_launch (0 ms) 5: [ RUN ] openmptarget_graph.empty_graph_default_host_exec 5: [ OK ] openmptarget_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] openmptarget_graph.node_lifetime 5: [ OK ] openmptarget_graph.node_lifetime (0 ms) 5: [ RUN ] openmptarget_graph.diamond 5: [ OK ] openmptarget_graph.diamond (0 ms) 5: [ RUN ] openmptarget_graph.end_of_submit_control_flow 5: [ OK ] openmptarget_graph.end_of_submit_control_flow (0 ms) 5: [----------] 16 tests from openmptarget_graph (7 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 278 tests from 4 test suites ran. (154201 ms total) 5: [ PASSED ] 263 tests. 5: [ SKIPPED ] 15 tests, listed below: 5: [ SKIPPED ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device 5: [ SKIPPED ] openmptarget_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_range 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_mdrange 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types 5: [ SKIPPED ] openmptarget.realloc_exec_space 5: [ SKIPPED ] openmptarget.deep_copy_zero_memset 5: [ SKIPPED ] openmptarget.view_allocation_int 5: [ SKIPPED ] openmptarget.view_allocation_exec_space_int 5: [ SKIPPED ] openmptarget_graph.submit_six 5: [ SKIPPED ] openmptarget_graph.repeat_chain 5: [ SKIPPED ] openmptarget_graph.force_global_launch [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o 5/55 Test #5: Kokkos_CoreUnitTest_OpenMPTarget ........................... Passed 154.47 sec test 6 Start 6: Kokkos_CoreUnitTest_Default 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 6: Test timeout computed to be: 1500 6: [==========] Running 57 tests from 41 test suites. 6: [----------] Global test environment set-up. 6: [----------] 17 tests from defaultdevicetype 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (92 ms) 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 6: [ RUN ] defaultdevicetype.compiler_macros 6: [ OK ] defaultdevicetype.compiler_macros (0 ms) 6: [ RUN ] defaultdevicetype.half_conversion 6: [ OK ] defaultdevicetype.half_conversion (15 ms) 6: [ RUN ] defaultdevicetype.bhalf_conversion 6: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 6: [ RUN ] defaultdevicetype.half_operators 6: [ OK ] defaultdevicetype.half_operators (2 ms) 6: [ RUN ] defaultdevicetype.bhalf_operators 6: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 6: [ RUN ] defaultdevicetype.host_space_access 6: [ OK ] defaultdevicetype.host_space_access (0 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_a1 6: [ OK ] defaultdevicetype.reduce_instantiation_a1 (3 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_b1 6: [ OK ] defaultdevicetype.reduce_instantiation_b1 (7 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_c1 6: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_a2 6: [ OK ] defaultdevicetype.reduce_instantiation_a2 (4 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_b2 6: [ OK ] defaultdevicetype.reduce_instantiation_b2 (9 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_c2 6: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_a3 6: [ OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_b3 6: [ OK ] defaultdevicetype.reduce_instantiation_b3 (0 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_c3 6: [ OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms) 6: [----------] 17 tests from defaultdevicetype (149 ms total) 6: 6: [----------] 1 test from kokkosresize 6: [ RUN ] kokkosresize.host_space_access 6: [ OK ] kokkosresize.host_space_access (19 ms) 6: [----------] 1 test from kokkosresize (19 ms total) 6: 6: [----------] 1 test from TestViewAPI/0, where TypeParam = 6: [ RUN ] TestViewAPI/0.sizes 6: [ OK ] TestViewAPI/0.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/0 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/1, where TypeParam = 6: [ RUN ] TestViewAPI/1.sizes 6: [ OK ] TestViewAPI/1.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/1 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/2, where TypeParam = 6: [ RUN ] TestViewAPI/2.sizes 6: [ OK ] TestViewAPI/2.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/2 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/3, where TypeParam = 6: [ RUN ] TestViewAPI/3.sizes 6: [ OK ] TestViewAPI/3.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/3 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/4, where TypeParam = 6: [ RUN ] TestViewAPI/4.sizes 6: [ OK ] TestViewAPI/4.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/4 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/5, where TypeParam = 6: [ RUN ] TestViewAPI/5.sizes 6: [ OK ] TestViewAPI/5.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/5 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/6, where TypeParam = 6: [ RUN ] TestViewAPI/6.sizes 6: [ OK ] TestViewAPI/6.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/6 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/7, where TypeParam = 6: [ RUN ] TestViewAPI/7.sizes 6: [ OK ] TestViewAPI/7.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/7 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/8, where TypeParam = 6: [ RUN ] TestViewAPI/8.sizes 6: [ OK ] TestViewAPI/8.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/8 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/9, where TypeParam = 6: [ RUN ] TestViewAPI/9.sizes 6: [ OK ] TestViewAPI/9.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/9 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/10, where TypeParam = 6: [ RUN ] TestViewAPI/10.sizes 6: [ OK ] TestViewAPI/10.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/10 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/11, where TypeParam = 6: [ RUN ] TestViewAPI/11.sizes 6: [ OK ] TestViewAPI/11.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/11 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/12, where TypeParam = 6: [ RUN ] TestViewAPI/12.sizes 6: [ OK ] TestViewAPI/12.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/12 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/13, where TypeParam = 6: [ RUN ] TestViewAPI/13.sizes 6: [ OK ] TestViewAPI/13.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/13 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/14, where TypeParam = 6: [ RUN ] TestViewAPI/14.sizes 6: [ OK ] TestViewAPI/14.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/14 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/15, where TypeParam = 6: [ RUN ] TestViewAPI/15.sizes 6: [ OK ] TestViewAPI/15.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/15 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/16, where TypeParam = 6: [ RUN ] TestViewAPI/16.sizes 6: [ OK ] TestViewAPI/16.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/16 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/17, where TypeParam = 6: [ RUN ] TestViewAPI/17.sizes 6: [ OK ] TestViewAPI/17.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/17 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/18, where TypeParam = 6: [ RUN ] TestViewAPI/18.sizes 6: [ OK ] TestViewAPI/18.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/18 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/19, where TypeParam = 6: [ RUN ] TestViewAPI/19.sizes 6: [ OK ] TestViewAPI/19.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/19 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/20, where TypeParam = 6: [ RUN ] TestViewAPI/20.sizes 6: [ OK ] TestViewAPI/20.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/20 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/21, where TypeParam = 6: [ RUN ] TestViewAPI/21.sizes 6: [ OK ] TestViewAPI/21.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/21 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/22, where TypeParam = 6: [ RUN ] TestViewAPI/22.sizes 6: [ OK ] TestViewAPI/22.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/22 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/23, where TypeParam = 6: [ RUN ] TestViewAPI/23.sizes 6: [ OK ] TestViewAPI/23.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/23 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/24, where TypeParam = 6: [ RUN ] TestViewAPI/24.sizes 6: [ OK ] TestViewAPI/24.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/24 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/25, where TypeParam = 6: [ RUN ] TestViewAPI/25.sizes 6: [ OK ] TestViewAPI/25.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/25 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/26, where TypeParam = 6: [ RUN ] TestViewAPI/26.sizes 6: [ OK ] TestViewAPI/26.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/26 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/27, where TypeParam = 6: [ RUN ] TestViewAPI/27.sizes 6: [ OK ] TestViewAPI/27.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/27 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/28, where TypeParam = 6: [ RUN ] TestViewAPI/28.sizes 6: [ OK ] TestViewAPI/28.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/28 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/29, where TypeParam = 6: [ RUN ] TestViewAPI/29.sizes 6: [ OK ] TestViewAPI/29.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/29 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/30, where TypeParam = 6: [ RUN ] TestViewAPI/30.sizes 6: [ OK ] TestViewAPI/30.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/30 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/31, where TypeParam = 6: [ RUN ] TestViewAPI/31.sizes 6: [ OK ] TestViewAPI/31.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/31 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/32, where TypeParam = 6: [ RUN ] TestViewAPI/32.sizes 6: [ OK ] TestViewAPI/32.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/32 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/33, where TypeParam = 6: [ RUN ] TestViewAPI/33.sizes 6: [ OK ] TestViewAPI/33.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/33 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/34, where TypeParam = 6: [ RUN ] TestViewAPI/34.sizes 6: [ OK ] TestViewAPI/34.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/34 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/35, where TypeParam = 6: [ RUN ] TestViewAPI/35.sizes 6: [ OK ] TestViewAPI/35.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/35 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/36, where TypeParam = 6: [ RUN ] TestViewAPI/36.sizes 6: [ OK ] TestViewAPI/36.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/36 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/37, where TypeParam = 6: [ RUN ] TestViewAPI/37.sizes 6: [ OK ] TestViewAPI/37.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/37 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/38, where TypeParam = 6: [ RUN ] TestViewAPI/38.sizes 6: [ OK ] TestViewAPI/38.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/38 (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 57 tests from 41 test suites ran. (172 ms total) 6: [ PASSED ] 57 tests. 6/55 Test #6: Kokkos_CoreUnitTest_Default ................................ Passed 0.29 sec test 7 Start 7: Kokkos_CoreUnitTest_InitializeFinalize 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 7: Test timeout computed to be: 1500 7: [==========] Running 28 tests from 6 test suites. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (74 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 4: [ OK ] serial.view_fill_tests_layout_right (3146 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1436 ms) 7: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (1510 ms total) 7: 7: [----------] 4 tests from InitializeFinalize_DeathTest 7: [ RUN ] InitializeFinalize_DeathTest.initialize 7: [ OK ] InitializeFinalize_DeathTest.initialize (751 ms) 7: [ RUN ] InitializeFinalize_DeathTest.finalize 7: [ OK ] InitializeFinalize_DeathTest.finalize (427 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_initialized 7: [ OK ] InitializeFinalize_DeathTest.is_initialized (41 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_finalized 7: [ OK ] InitializeFinalize_DeathTest.is_finalized (34 ms) 7: [----------] 4 tests from InitializeFinalize_DeathTest (1255 ms total) 7: 7: [----------] 1 test from Legion_DeathTest 7: [ RUN ] Legion_DeathTest.individual_backend_initialization 7: [ OK ] Legion_DeathTest.individual_backend_initialization (167 ms) 7: [----------] 1 test from Legion_DeathTest (167 ms total) 7: 7: [----------] 2 tests from PushFinalizeHook_DeathTest 7: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 7: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (33 ms) 7: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 7: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (515 ms) 7: [----------] 2 tests from PushFinalizeHook_DeathTest (548 ms total) 7: 7: [----------] 6 tests from ScopeGuard_DeathTest 7: [ RUN ] ScopeGuard_DeathTest.create 7: [ OK ] ScopeGuard_DeathTest.create (49 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_argument 7: [ OK ] ScopeGuard_DeathTest.create_argument (25 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c08.cpp 7: [ OK ] ScopeGuard_DeathTest.create_while_initialize (192 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o 7: [ OK ] ScopeGuard_DeathTest.create_after_initialize (209 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_finalize /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c09.cpp 7: [ OK ] ScopeGuard_DeathTest.create_after_finalize (202 ms) 7: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 7: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (166 ms) 7: [----------] 6 tests from ScopeGuard_DeathTest (845 ms total) 7: 7: [----------] 13 tests from defaultdevicetype 7: [ RUN ] defaultdevicetype.initialization_settings 7: [ OK ] defaultdevicetype.initialization_settings (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 7: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_device_id 7: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 7: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 7: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_help 7: [ OK ] defaultdevicetype.cmd_line_args_help (12 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 7: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (6 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 7: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (12 ms) 7: [ RUN ] defaultdevicetype.env_vars_num_threads 7: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_device_id 7: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_disable_warnings 7: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_tune_internals 7: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 7: [ RUN ] defaultdevicetype.visible_devices 7: [ OK ] defaultdevicetype.visible_devices (0 ms) 7: [----------] 13 tests from defaultdevicetype (32 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 28 tests from 6 test suites ran. (4359 ms total) 7: [ PASSED ] 28 tests. 7/55 Test #7: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 4.41 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 8: Test timeout computed to be: 1500 4: [ OK ] serial.view_fill_tests_layout_left (3349 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (53 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (54 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (61 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (2 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (3 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/55 Test #8: Kokkos_CoreUnitTest_Develop ................................ Passed 0.06 sec test 9 Start 9: Kokkos_CoreUnitTest_TuningBuiltins 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 9: Test timeout computed to be: 1500 4: [ OK ] serial.workgraph_fib (103 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (115 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (114 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (114 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 9/55 Test #9: Kokkos_CoreUnitTest_TuningBuiltins ......................... Passed 0.50 sec test 10 Start 10: Kokkos_CoreUnitTest_TuningBasics 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/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 10/55 Test #10: Kokkos_CoreUnitTest_TuningBasics ........................... Passed 0.05 sec test 11 Start 11: Kokkos_CoreUnitTest_CategoricalTuner 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 11: Test timeout computed to be: 1500 4: [ OK ] serial.view_subview_3d_from_5d_right (162 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (160 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c10.cpp 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (160 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (18252 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 143 tests from 2 test suites ran. (24425 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/65 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 24.69 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o 5: [==========] Running 224 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host 11/55 Test #11: Kokkos_CoreUnitTest_CategoricalTuner ....................... Passed 0.52 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 12: Test timeout computed to be: 1500 12: [==========] Running 32 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 32 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 (112 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: /var/jenkins/workspace/Kokkos_PR-7897/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-7897/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-7897/core/unit_test/tools/TestEventCorrectness.hpp:407: 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-7897/core/unit_test/tools/TestEventCorrectness.hpp:452: 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-7897/core/unit_test/tools/TestEventCorrectness.hpp:525: 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-7897/core/unit_test/tools/TestEventCorrectness.hpp:564: 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.kernel_name_parallel_for 12: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_reduce 12: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_scan 12: [ OK ] kokkosp.kernel_name_parallel_scan (2 ms) 12: [ RUN ] kokkosp.kernel_name_internal 12: [ OK ] kokkosp.kernel_name_internal (0 ms) 12: [ RUN ] kokkosp.profiling_section 12: [ OK ] kokkosp.profiling_section (0 ms) 12: [ RUN ] kokkosp.scoped_profile_region 12: [ OK ] kokkosp.scoped_profile_region (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: /var/jenkins/workspace/Kokkos_PR-7897/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: [----------] 32 tests from kokkosp (116 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 32 tests from 1 test suite ran. (116 ms total) 12: [ PASSED ] 25 tests. 12: [ SKIPPED ] 7 tests, listed below: 12: [ SKIPPED ] kokkosp.async_deep_copy 12: [ SKIPPED ] kokkosp.parallel_scan 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence_view 12: [ SKIPPED ] kokkosp.raw_allocation 12: [ SKIPPED ] kokkosp.view 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 12/55 Test #12: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.22 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 13: Test timeout computed to be: 1500 13/55 Test #13: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.06 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 14: Environment variables: 14: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/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/55 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.06 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 15: Test timeout computed to be: 1500 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/55 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.04 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/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:OpenMPTarget::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1703::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0x55555570ce40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55555570d0c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55555570d140:Host:source:0x55555570cec0: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:0x55555570d200: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:0x55555570d0c0:40::kokkosp_deallocate_data:Host:source:0x55555570ce40:40::kokkosp_finalize_library:: 16/55 Test #16: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.04 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/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:OpenMPTarget::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1703::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0x55555570ce00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55555570d0c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55555570d140:Host:source:0x55555570ce80: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:0x55555570d200: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:0x55555570d0c0:40::kokkosp_deallocate_data:Host:source:0x55555570ce00:40::kokkosp_finalize_library:: 17/55 Test #17: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.04 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 18: Test timeout computed to be: 1500 18: [==========] Running 3 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 2 tests from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555effe2] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5555555926c0] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558f6d1] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xe9) [0x55555558f189] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c31fd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559f169] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a0339] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a0c08] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555afcfd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c3dbd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555af563] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555590c30] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff791dd90] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff791de40] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555558efc5] 18: 18: demangled test_f1: 18: [0x5555555effe2] Kokkos::Impl::save_stacktrace() 18: [0x5555555926c0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55555558f6d1] Test::test_stacktrace(bool, bool) 18: [0x55555558f189] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x5555555c31fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559f169] testing::Test::Run() 18: [0x5555555a0339] testing::TestInfo::Run() 18: [0x5555555a0c08] testing::TestSuite::Run() 18: [0x5555555afcfd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c3dbd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555af563] testing::UnitTest::Run() 18: [0x555555590c30] main 18: [0x7ffff791dd90] 18: [0x7ffff791de40] __libc_start_main 18: [0x55555558efc5] _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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555effe2] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5555555926c0] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555592884] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xac6) [0x555555590176] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xe9) [0x55555558f189] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c31fd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559f169] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a0339] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a0c08] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555afcfd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c3dbd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555af563] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555590c30] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff791dd90] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff791de40] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555558efc5] 18: 18: demangled test_f3: 18: [0x5555555effe2] Kokkos::Impl::save_stacktrace() 18: [0x5555555926c0] Test::stacktrace_test_f1(std::ostream&) 18: [0x555555592884] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x555555590176] Test::test_stacktrace(bool, bool) 18: [0x55555558f189] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x5555555c31fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559f169] testing::Test::Run() 18: [0x5555555a0339] testing::TestInfo::Run() 18: [0x5555555a0c08] testing::TestSuite::Run() 18: [0x5555555afcfd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c3dbd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555af563] testing::UnitTest::Run() 18: [0x555555590c30] main 18: [0x7ffff791dd90] 18: [0x7ffff791de40] __libc_start_main 18: [0x55555558efc5] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (189 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555effe2] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5555555926c0] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558f6d1] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe6) [0x55555558f466] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c31fd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559f169] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a0339] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a0c08] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555afcfd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c3dbd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555af563] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555590c30] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff791dd90] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff791de40] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555558efc5] 18: 18: demangled test_f1: 18: [0x5555555effe2] Kokkos::Impl::save_stacktrace() 18: [0x5555555926c0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55555558f6d1] Test::test_stacktrace(bool, bool) 18: [0x55555558f466] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x5555555c31fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559f169] testing::Test::Run() 18: [0x5555555a0339] testing::TestInfo::Run() 18: [0x5555555a0c08] testing::TestSuite::Run() 18: [0x5555555afcfd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c3dbd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555af563] testing::UnitTest::Run() 18: [0x555555590c30] main 18: [0x7ffff791dd90] 18: [0x7ffff791de40] __libc_start_main 18: [0x55555558efc5] _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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555effe2] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5555555926c0] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555592884] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xac6) [0x555555590176] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe6) [0x55555558f466] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c31fd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559f169] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a0339] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a0c08] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555afcfd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c3dbd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555af563] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555590c30] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff791dd90] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff791de40] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555558efc5] 18: 18: demangled test_f3: 18: [0x5555555effe2] Kokkos::Impl::save_stacktrace() 18: [0x5555555926c0] Test::stacktrace_test_f1(std::ostream&) 18: [0x555555592884] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x555555590176] Test::test_stacktrace(bool, bool) 18: [0x55555558f466] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x5555555c31fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559f169] testing::Test::Run() 18: [0x5555555a0339] testing::TestInfo::Run() 18: [0x5555555a0c08] testing::TestSuite::Run() 18: [0x5555555afcfd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c3dbd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555af563] testing::UnitTest::Run() 18: [0x555555590c30] main 18: [0x7ffff791dd90] 18: [0x7ffff791de40] __libc_start_main 18: [0x55555558efc5] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o 5: [ OK ] cuda_DeathTest.abort_from_host (724 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (181 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (370 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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555effe2] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5555555926c0] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558f6d1] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c31fd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559f169] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a0339] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a0c08] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555afcfd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c3dbd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555af563] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555590c30] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff791dd90] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff791de40] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555558efc5] 18: 18: demangled test_f1: 18: [0x5555555effe2] Kokkos::Impl::save_stacktrace() 18: [0x5555555926c0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55555558f6d1] Test::test_stacktrace(bool, bool) 18: [0x5555555c31fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559f169] testing::Test::Run() 18: [0x5555555a0339] testing::TestInfo::Run() 18: [0x5555555a0c08] testing::TestSuite::Run() 18: [0x5555555afcfd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c3dbd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555af563] testing::UnitTest::Run() 18: [0x555555590c30] main 18: [0x7ffff791dd90] 18: [0x7ffff791de40] __libc_start_main 18: [0x55555558efc5] _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-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555effe2] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5555555926c0] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555592884] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xac6) [0x555555590176] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c31fd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559f169] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a0339] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a0c08] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555afcfd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c3dbd] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555af563] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555590c30] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff791dd90] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff791de40] 18: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555558efc5] 18: 18: demangled test_f3: 18: [0x5555555effe2] Kokkos::Impl::save_stacktrace() 18: [0x5555555926c0] Test::stacktrace_test_f1(std::ostream&) 18: [0x555555592884] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x555555590176] Test::test_stacktrace(bool, bool) 18: [0x5555555c31fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559f169] testing::Test::Run() 18: [0x5555555a0339] testing::TestInfo::Run() 18: [0x5555555a0c08] testing::TestSuite::Run() 18: [0x5555555afcfd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c3dbd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555af563] testing::UnitTest::Run() 18: [0x555555590c30] main 18: [0x7ffff791dd90] 18: [0x7ffff791de40] __libc_start_main 18: [0x55555558efc5] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 18: [----------] 1 test from defaultdevicetype (1 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (371 ms total) 18: [ PASSED ] 3 tests. 18/55 Test #18: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.43 sec test 19 Start 19: Kokkos_IncrementalTest_SERIAL 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 19: Test timeout computed to be: 1500 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from SERIAL 19: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 19: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] SERIAL.IncrTest_01_execspace 19: Host Serial Execution Space: 19: KOKKOS_ENABLE_SERIAL: yes 19: 19: Serial Runtime Configuration: 19: Serial 19: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 19: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 19: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicSub 19: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 19: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] SERIAL.IncrTest_03b_memspace_free 5: [ OK ] cuda_DeathTest.abort_from_device (391 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 19: [ OK ] SERIAL.IncrTest_03b_memspace_free (30 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 (165 ms) 19: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 19: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 19: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 19: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 19: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.incr_14_MDrangeReduce 19: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] SERIAL.IncrTest_16_parallelscan 19: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 19: [ RUN ] SERIAL.incr_17_atomicView 19: [ OK ] SERIAL.incr_17_atomicView (0 ms) 19: [----------] 28 tests from SERIAL (197 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (197 ms total) 19: [ PASSED ] 28 tests. 19/55 Test #19: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.28 sec test 20 Start 20: Kokkos_IncrementalTest_OPENMPTARGET 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 20: Test timeout computed to be: 1500 20: [==========] Running 22 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 22 tests from OPENMPTARGET 20: [ RUN ] OPENMPTARGET.IncrTest_01_execspace_typedef 20: [ OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_01_execspace 20: OpenMPTarget Execution Space: 20: KOKKOS_ENABLE_OPENMPTARGET: yes 20: 20: OpenMPTarget Runtime Configuration: 20: Using OpenMPTarget 20: OpenMPTarget 20: [ OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicExchange 20: [ OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicAdd 20: [ OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicSub 20: [ OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_03a_memspace_malloc 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (322 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 20: [ OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (88 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_03b_memspace_free /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c11.cpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (706 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (46 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (25 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (21 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (24 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (30 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (335 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (338 ms) 5: [----------] 11 tests from cuda_DeathTest (2967 ms total) 5: 5: [----------] 1 test from cuda_graph_DeathTest 5: [ RUN ] cuda_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from cuda_graph_DeathTest (0 ms total) 5: 5: [----------] 196 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.array_contiguous_capacity 5: [ OK ] cuda.array_contiguous_capacity (0 ms) 5: [ RUN ] cuda.array_contiguous_element_access 5: [ OK ] cuda.array_contiguous_element_access (0 ms) 5: [ RUN ] cuda.array_contiguous_assignment 5: [ OK ] cuda.array_contiguous_assignment (0 ms) 5: [ RUN ] cuda.array_strided_capacity 5: [ OK ] cuda.array_strided_capacity (0 ms) 5: [ RUN ] cuda.array_strided_element_access 5: [ OK ] cuda.array_strided_element_access (0 ms) 5: [ RUN ] cuda.array_strided_assignment 5: [ OK ] cuda.array_strided_assignment (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (5 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (6 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (5 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (16 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (15 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (15 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned 5: [ OK ] cuda.atomic_operations_unsigned (12 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (12 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (191 ms) 5: [ RUN ] cuda.atomics_tpetra_max_abs 5: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] cuda.atomic_views_integral [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o 20: [ OK ] OPENMPTARGET.IncrTest_03b_memspace_free (5557 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_04_simple_parallelFor 20: [ OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (7 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_05_reduction 20: [ OK ] OPENMPTARGET.IncrTest_05_reduction (15 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange2D 20: [ OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange3D 20: [ OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange4D 20: [ OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_2D 20: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_3D 20: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_4D 20: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics 20: [ OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (5 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (1 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (337 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_12a_ThreadScratch 20: [ OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (5 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_12b_TeamScratch 20: [ OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms) 20: [----------] 22 tests from OPENMPTARGET (6026 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 22 tests from 1 test suite ran. (6026 ms total) 20: [ PASSED ] 22 tests. 20/55 Test #20: Kokkos_IncrementalTest_OPENMPTARGET ........................ Passed 6.13 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 2 test suites. 21: [----------] Global test environment set-up. 21: [----------] 5 tests from ctest_environment_DeathTest 21: [ RUN ] ctest_environment_DeathTest.invalid_rank 21: [ OK ] ctest_environment_DeathTest.invalid_rank (177 ms) 21: [ RUN ] ctest_environment_DeathTest.no_type_str 21: [ OK ] ctest_environment_DeathTest.no_type_str (192 ms) 21: [ RUN ] ctest_environment_DeathTest.missing_type 21: [ OK ] ctest_environment_DeathTest.missing_type (391 ms) 21: [ RUN ] ctest_environment_DeathTest.no_id_str 21: [ OK ] ctest_environment_DeathTest.no_id_str (179 ms) 21: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 21: [ OK ] ctest_environment_DeathTest.invalid_id_str (615 ms) 21: [----------] 5 tests from ctest_environment_DeathTest (1556 ms total) 21: 21: [----------] 3 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 3 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 2 test suites ran. (1557 ms total) 21: [ PASSED ] 8 tests. 21/55 Test #21: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.61 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 22: Test timeout computed to be: 1500 22/55 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.05 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 23: Test timeout computed to be: 1500 23: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 23/55 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.04 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 24: Test timeout computed to be: 1500 24/55 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.04 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 25: Environment variables: 25: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 25: Test timeout computed to be: 1500 25/55 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.04 sec test 26 Start 26: Kokkos_CoreUnitTest_DeviceAndThreads 26: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test 26: Test timeout computed to be: 1500 5: [ OK ] cuda.atomic_views_integral (6483 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (53 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (0 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (7 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (2 ms) 5: [ RUN ] cuda.crs_copy_constructor [ 71%] Built target Kokkos_PerformanceTest_Atomic [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 5: [ OK ] cuda.crs_copy_constructor (5 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (5 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (8 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (1 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range 26: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 26: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 26: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 26: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o 26: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 26: 26: ---------------------------------------------------------------------- 26: Ran 5 tests in 0.524s 26: 26: OK (skipped=1) 26/55 Test #26: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 1.03 sec test 27 Start 27: Kokkos_PerformanceTest_TaskDag 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test 27: Test timeout computed to be: 1500 27/55 Test #27: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.04 sec test 28 Start 28: Kokkos_PerformanceTest_Benchmark 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-27-32.json" 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test 28: Test timeout computed to be: 1500 28: 2025-03-17T15:58:18+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 28: Run on (6 X 2095.11 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x6) 28: L1 Instruction 32 KiB (x6) 28: L2 Unified 4096 KiB (x6) 28: L3 Unified 16384 KiB (x6) 28: Load Average: 0.74, 3.99, 5.84 28: CPU architecture: none 28: Default Device: OpenMPTarget 28: GIT_BRANCH: HEAD 28: GIT_CLEAN_STATUS: CLEAN 28: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 28: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 28: GIT_COMMIT_HASH: 10d579f4f 28: GPU architecture: VOLTA70 28: KOKKOS_COMPILER_CLANG: 1703 28: KOKKOS_ENABLE_ASM: no 28: KOKKOS_ENABLE_CXX17: yes 28: KOKKOS_ENABLE_CXX20: no 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_LIBDL: yes 28: KOKKOS_ENABLE_OPENMPTARGET: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: KOKKOS_ENABLE_SERIAL: yes 28: Kokkos Version: 4.6.99 28: platform: 64bit [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o 28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations Count Time normalized 28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.025 s 5 1024 42.04n 28: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 17.6216n 28: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 8.8269n 28: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 5.18457n 28: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 2.84589n 28: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1.42911n 28: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 1.14795n 28: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 837.288p 28: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 539.051p 28: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 439.207p [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o 28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations FOM: rate 28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Malloc/N:1/manual_time 32.2 us 34.5 us 24004 31.01k/s [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o 28: Malloc/N:16/manual_time 22.9 us 25.2 us 28030 43.757k/s [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 28: Malloc/N:256/manual_time 24.8 us 27.3 us 30662 40.2754k/s [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_range (7497 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (751 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_team_policy (750 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (753 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 28: Malloc/N:4096/manual_time 26.4 us 29.2 us 20829 37.8737k/s [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (752 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (750 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 28: Malloc/N:65536/manual_time 34.3 us 38.0 us 21648 29.1901k/s 5: [ OK ] cuda.exec_space_thread_safety_range_scan (1501 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly 28: Malloc/N:1048576/manual_time 34.7 us 37.5 us 20034 28.8325k/s [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1418 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2165 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 28: Malloc/N:16777216/manual_time 285 us 176 us 6825 3.50819k/s [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 72%] Built target Kokkos_Benchmark_Atomic_MinMax [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o 28: Malloc/N:268435456/manual_time 6227 us 567 us 123 160.588/s 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1385 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o 28: Malloc/N:4294967296/manual_time 105238 us 4067 us 10 9.50223/s 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1611 ms) 5: [ RUN ] cuda.deep_copy_scratch 5: [ OK ] cuda.deep_copy_scratch (0 ms) 5: [ RUN ] cuda.mathematical_constants_e 5: [ OK ] cuda.mathematical_constants_e (2 ms) 5: [ RUN ] cuda.mathematical_constants_log2e 5: [ OK ] cuda.mathematical_constants_log2e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log10e 5: [ OK ] cuda.mathematical_constants_log10e (0 ms) 5: [ RUN ] cuda.mathematical_constants_pi 5: [ OK ] cuda.mathematical_constants_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_pi 5: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 5: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln2 5: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln10 5: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt2 5: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt3 5: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrt3 5: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_egamma 5: [ OK ] cuda.mathematical_constants_egamma (0 ms) 5: [ RUN ] cuda.mathematical_constants_phi 5: [ OK ] cuda.mathematical_constants_phi (0 ms) 5: [ RUN ] cuda.mathematical_functions_trigonometric_functions 5: [ OK ] cuda.mathematical_functions_trigonometric_functions (14 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (4 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (10 ms) 5: [ RUN ] cuda.mathematical_functions_fma 5: [ OK ] cuda.mathematical_functions_fma (0 ms) 5: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 5: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (3 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (3 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (23 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (3 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (136 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (237 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (2 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (5 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (1 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (36 ms) 5: [ RUN ] cuda.mdrange_scalar 5: [ OK ] cuda.mdrange_scalar (0 ms) 5: [ RUN ] cuda.mdrange_large_deep_copy 5: [ OK ] cuda.mdrange_large_deep_copy (74 ms) 5: [ RUN ] cuda.md_range_policy_construction_from_arrays 5: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] cuda.policy_get_tile_size 5: [ OK ] cuda.policy_get_tile_size (0 ms) 5: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 28: MallocFree/N:1/manual_time 72.8 us 37.2 us 10291 13.7327k/s 28: MallocFree/N:16/manual_time 46.6 us 24.6 us 11417 21.4795k/s 28: MallocFree/N:256/manual_time 64.4 us 30.7 us 14348 15.5394k/s Running on lascaux_03 in /var/jenkins/workspace/Kokkos_PR-7897 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Fetching changes from the remote Git repository Fetching without tags [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o 5: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (2615 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (0 ms) 5: [ RUN ] cuda.mdspan_atomic_accessor 5: [ OK ] cuda.mdspan_atomic_accessor (0 ms) 5: [ RUN ] cuda.view_mdspan_conversion 5: [ OK ] cuda.view_mdspan_conversion (3 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (5 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (0 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (0 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (1 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (1 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (0 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (10 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (1 ms) 5: [ RUN ] cuda.viewctorprop_embedded_dim 5: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (31 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (8 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (1 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (0 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce Merging remotes/origin/develop commit 69273c3a4e7b6adeb95066341ca201d62fe1e698 into PR head commit 10d579f4f7743ee89d6af55782dc7404d648e8f5 Merge succeeded, producing 10d579f4f7743ee89d6af55782dc7404d648e8f5 Checking out Revision 10d579f4f7743ee89d6af55782dc7404d648e8f5 (PR-7897) 5: [ OK ] cuda.large_parallel_for_reduce (49 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (1 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (0 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (7 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (12 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (8 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (5 ms) 5: [ RUN ] cuda.reducers_half_t 5: [ OK ] cuda.reducers_half_t (3 ms) 5: [ RUN ] cuda.reducers_bhalf_t 5: [ OK ] cuda.reducers_bhalf_t (3 ms) 5: [ RUN ] cuda.reducers_int8_t 5: [ OK ] cuda.reducers_int8_t (2 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (3 ms) 5: [ RUN ] cuda.reducers_point_t 5: [ OK ] cuda.reducers_point_t (3 ms) 5: [ RUN ] cuda.reducers_bool 5: [ OK ] cuda.reducers_bool (1 ms) 5: [ RUN ] cuda.int64_t_reduce 5: [ OK ] cuda.int64_t_reduce (16 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (14 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (20 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (18 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (4 ms) 5: [ RUN ] cuda.int_combined_reduce 5: [ OK ] cuda.int_combined_reduce (0 ms) 5: [ RUN ] cuda.mdrange_combined_reduce 5: [ OK ] cuda.mdrange_combined_reduce (0 ms) 5: [ RUN ] cuda.int_combined_reduce_mixed 5: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 5: [ RUN ] cuda.reduction_with_large_iteration_count Commit message: "Preserve the tests added but skip when HPX is enabled" 28: MallocFree/N:4096/manual_time 73.3 us 33.4 us 9759 13.6426k/s 5: [ OK ] cuda.reduction_with_large_iteration_count (257 ms) 5: [ RUN ] cuda.reduction_deduction 5: [ OK ] cuda.reduction_deduction (0 ms) 5: [ RUN ] cuda.reduce_device_view_range_policy 5: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o 5: [ OK ] cuda.reduce_device_view_mdrange_policy (114 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (7 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (62 ms) 5: [ RUN ] cuda.mdspan_space_aware_accessor 5: [ OK ] cuda.mdspan_space_aware_accessor (0 ms) 5: [ RUN ] cuda.kokkos_swap 5: [ OK ] cuda.kokkos_swap (0 ms) 5: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceRangePolicyViewSizeLimit (18 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (80 ms) 5: [----------] 196 tests from cuda (30244 ms total) 5: 5: [----------] 16 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_once_rvalue 5: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 5: [ RUN ] cuda_graph.instantiate_and_submit_once 5: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 5: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 5: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_arg 5: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 5: [ RUN ] cuda_graph.submit_six 5: [ OK ] cuda_graph.submit_six (0 ms) 5: [ RUN ] cuda_graph.when_all_cycle 5: [ OK ] cuda_graph.when_all_cycle (0 ms) 5: [ RUN ] cuda_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (0 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (0 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 5: [----------] 16 tests from cuda_graph (4 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 224 tests from 4 test suites ran. (33217 ms total) 5: [ PASSED ] 222 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] cuda_graph.repeat_chain 5/65 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 33.43 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh 28: MallocFree/N:65536/manual_time 53.3 us 30.6 us 10462 18.7598k/s > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7897/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7897/head:refs/remotes/origin/PR-7897 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 69273c3a4e7b6adeb95066341ca201d62fe1e698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d579f4f7743ee89d6af55782dc7404d648e8f5 # timeout=10 6: [==========] Running 143 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment + docker build -t be616477e53e4b18b83c63dabc2c6c2d40cd7982 --build-arg BASE=rocm/dev-ubuntu-22.04:6.0-complete@sha256:29582288ec330d1c915091eb2be7857327fe71a73a174c4173b0bb4794dce7c8 -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:8070ca1cfd9f5eaa90832459d0b1386ca678c66cdb5fb7007c63c6863457b222 #1 transferring dockerfile: 1.52kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-22.04:6.0-complete@sha256:29582288ec330d1c915091eb2be7857327fe71a73a174c4173b0bb4794dce7c8 #2 sha256:4631c21eefcf3d561051a812bf7aec42502de2bc43e67bce857061a42e87d145 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o #2 DONE 0.4s #3 [internal] load .dockerignore #3 sha256:181c8f028c7de6fda27196f0606e192c9126dcf484588b4f9b9a27c6c4e12699 #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-22.04:6.0-complete@sha256:29582288ec330d1c915091eb2be7857327fe71a73a174c4173b0bb4794dce7c8 #7 sha256:54466c78c817020dd53d7b7a9679b88118a748b8470f4998cb43dde09988fcb4 #7 DONE 0.0s #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:c3372e07936aeb64fe85eb892c1448c2197f9374242dacaba0d2aac9a1513ed5 #6 CACHED #5 [3/4] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:4732783fc9dfe8767b973157b3ad72cc398f4d45e8221f5e104c39e59d7012db #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:1f19b678bec96c2f88b56f67f261ac8d5e6dda05abbe04936c9276b31d466c09 #4 CACHED #8 exporting to image #8 sha256:8e43ebfada77fb906ba94ab330879d97cc06e431742f7394088d8c28038e28fb #8 exporting layers done #8 writing image sha256:146d146ee078717edb18cd156aa417960625903fbf4b041c16d502ef16e59b31 done #8 naming to docker.io/library/be616477e53e4b18b83c63dabc2c6c2d40cd7982:latest done #8 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . be616477e53e4b18b83c63dabc2c6c2d40cd7982 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer lascaux_03 seems to be running inside container edc279fe5a91adf5a9fff4764b3714a1bfed56b59857d4685bfc2964e803a168 28: MallocFree/N:1048576/manual_time 53.4 us 30.6 us 12942 18.7284k/s $ 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-7897 --volumes-from edc279fe5a91adf5a9fff4764b3714a1bfed56b59857d4685bfc2964e803a168 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** be616477e53e4b18b83c63dabc2c6c2d40cd7982 cat [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o $ docker top 24180cf8c7a5502f9f96dec3f615b1932ed5917377178402edd0444552b6a51a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build 28: MallocFree/N:16777216/manual_time 307 us 165 us 3608 3.26243k/s 6: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2565 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 28: MallocFree/N:268435456/manual_time 6465 us 573 us 117 154.679/s + mkdir -p build + cd build + cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/amdclang++ -DCMAKE_CXX_CLANG_TIDY=/opt/rocm/llvm/bin/clang-tidy;-warnings-as-errors=* -DCMAKE_PREFIX_PATH=/opt/rocm/lib -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is Clang 17.0.0 -- Check for working CXX compiler: /opt/rocm/llvm/bin/amdclang++ -- Check for working CXX compiler: /opt/rocm/llvm/bin/amdclang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.6.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 17.0.0 -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=gnu++17 for C++17 extensions as feature -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VEGA908 -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG [ 72%] Built target Kokkos_ContainersTestCompileOnly [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed -- Found TPLLIBDL: /usr/include -- Found TPLROCM: /opt/rocm/lib/libamdhip64.so -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include 28: MallocFree/N:4294967296/manual_time 124644 us 3642 us 7 8.02282/s [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (2377 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [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 [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o 28: MallocTouch/N:1/manual_time 23.0 us 25.1 us 28790 43.4106k/s Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.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 -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-7897/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c12.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o 28: MallocTouch/N:16/manual_time 24.1 us 26.7 us 28738 41.5345k/s -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;HIP -- Configuring done -- Generating done [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-7897/build + make -j16 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target impl_git_version Scanning dependencies of target benchmark [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.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 [ 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 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 2%] Linking CXX shared library libkokkossimd.so Scanning dependencies of target kokkoscore [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 2%] Built target kokkossimd [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o 28: MallocTouch/N:256/manual_time 24.0 us 26.6 us 30503 41.6806k/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_SubView_c13.cpp [ 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_CPUDiscovery.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 4%] Linking CXX shared library libimpl_git_version.so [ 4%] Built target impl_git_version [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o 28: MallocTouch/N:4096/manual_time 53.8 us 45.1 us 12625 18.5853k/s [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 4%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Built target kokkosprinter-tool [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (6322 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o 28: MallocTouch/N:65536/manual_time 56.9 us 51.2 us 11944 17.5842k/s [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o 28: MallocTouch/N:1048576/manual_time 58.7 us 52.7 us 11851 17.0413k/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reductions.cpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ParallelScanRangePolicy.cpp [ 72%] Linking CXX executable Kokkos_UnitTest_Random [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 5%] Linking CXX shared library libbenchmark.so [ 5%] Built target benchmark Scanning dependencies of target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o 28: MallocTouch/N:16777216/manual_time 249 us 204 us 5281 4.01944k/s [ 6%] Linking CXX shared library libbenchmark_main.so [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 6%] Built target benchmark_main [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C 28: MallocTouch/N:268435456/manual_time 6117 us 591 us 94 163.488/s [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o 28: MallocTouch/N:4294967296/manual_time 114666 us 3890 us 10 8.72097/s [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o 28: MallocTouchFree/N:1/manual_time 49.9 us 27.0 us 14085 20.0238k/s [ 7%] Linking CXX shared library libkokkos_gtest.so [ 7%] Built target kokkos_gtest [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (7380 ms) 6: [----------] 8 tests from cuda_DeathTest (18645 ms total) 6: 6: [----------] 107 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (13 ms) 6: [ RUN ] cuda.team_reduce 6: [ OK ] cuda.team_reduce (1 ms) 6: [ RUN ] cuda.team_reduce_large 6: [ OK ] cuda.team_reduce_large (56 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (7 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (0 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (1 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (1 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (11 ms) 6: [ RUN ] cuda.triple_nested_parallelism 6: [ OK ] cuda.triple_nested_parallelism (6 ms) 6: [ RUN ] cuda.parallel_scan_with_reducers 6: [ OK ] cuda.parallel_scan_with_reducers (89 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (27 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (18 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 28: MallocTouchFree/N:16/manual_time 49.1 us 26.3 us 14299 20.3681k/s 6: [ OK ] cuda.team_reduction_scan (1491 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (33 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (32 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (13 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (12 ms) 6: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] cuda.repeated_team_reduce 6: [ OK ] cuda.repeated_team_reduce (11 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (157 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (149 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (1 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (1 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (5 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o 28: MallocTouchFree/N:256/manual_time 48.4 us 25.4 us 14515 20.6399k/s 6: [ OK ] cuda.team_policy_max_recommended (1088 ms) 6: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] cuda.team_teamvector_range 6: [ OK ] cuda.team_teamvector_range (2 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (2 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (1 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (11 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (7 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (4 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (0 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (1 ms) 6: [ RUN ] cuda.view_remap 6: [ OK ] cuda.view_remap (0 ms) 6: [ RUN ] cuda.view_mirror_nonconst 6: [ OK ] cuda.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda.view_stride_method 6: [ OK ] cuda.view_stride_method (0 ms) 6: [ RUN ] cuda.anonymous_space 6: [ OK ] cuda.anonymous_space (0 ms) 6: [ RUN ] cuda.view_overload_resolution 6: [ OK ] cuda.view_overload_resolution (0 ms) 6: [ RUN ] cuda.view_allocation_large_rank 6: [ OK ] cuda.view_allocation_large_rank (6 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (0 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (0 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (9 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (1 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right 6: [ OK ] cuda.view_fill_tests_layout_right (154 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (85 ms) 6: [ RUN ] cuda.vcp_empty_traits 6: [ OK ] cuda.vcp_empty_traits (0 ms) 6: [ RUN ] cuda.is_view_label 6: [ OK ] cuda.is_view_label (0 ms) 6: [ RUN ] cuda.vcp_label_base_traits 6: [ OK ] cuda.vcp_label_base_traits (0 ms) 6: [ RUN ] cuda.vcp_label_traits 6: [ OK ] cuda.vcp_label_traits (0 ms) 6: [ RUN ] cuda.view_alloc_can_perfect_forward_label 6: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 6: [ RUN ] cuda.vcp_label_copy_constructor 6: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 6: [ RUN ] cuda.vcp_pointer_add_property 6: [ OK ] cuda.vcp_pointer_add_property (0 ms) 6: [ RUN ] cuda.view_empty_runtime_unmanaged 6: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] cuda.view_hooks 6: [ OK ] cuda.view_hooks (0 ms) 6: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 28: MallocTouchFree/N:4096/manual_time 81.1 us 46.1 us 8741 12.3256k/s 6: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (71 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (69 ms) 6: [ RUN ] cuda.view_irregular_layout 6: [ OK ] cuda.view_irregular_layout (1 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (62 ms) 6: [ RUN ] cuda.view_mapping_operator 6: [ OK ] cuda.view_mapping_operator (15 ms) 6: [ RUN ] cuda.static_extent 6: [ OK ] cuda.static_extent (0 ms) 6: [ RUN ] cuda.view_mapping_atomic 6: [ OK ] cuda.view_mapping_atomic (0 ms) 6: [ RUN ] cuda.view_mapping_class_value 6: [ OK ] cuda.view_mapping_class_value (0 ms) 6: [ RUN ] cuda.view_mapping_assignable 6: [ OK ] cuda.view_mapping_assignable (0 ms) 6: [ RUN ] cuda.view_mapping_trivially_copyable 6: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda.view_mapping_subview 6: [ OK ] cuda.view_mapping_subview (1 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (0 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (0 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (16 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (1 ms) 6: [ RUN ] cuda.workgraph_fib [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D 6: [ OK ] cuda.workgraph_fib (794 ms) 6: [ RUN ] cuda.resize_realloc_no_init 6: [ OK ] cuda.resize_realloc_no_init (0 ms) 6: [ RUN ] cuda.resize_realloc_no_alloc 6: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 6: [ RUN ] cuda.realloc_exec_space 6: [ OK ] cuda.realloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc 6: [ OK ] cuda.view_alloc (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space 6: [ OK ] cuda.view_alloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc_int 6: [ OK ] cuda.view_alloc_int (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space_int 6: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 6: [ RUN ] cuda.deep_copy_zero_memset 6: [ OK ] cuda.deep_copy_zero_memset (0 ms) 6: [ RUN ] cuda.resize_exec_space 6: [ OK ] cuda.resize_exec_space (0 ms) 6: [ RUN ] cuda.view_allocation_int 6: [ OK ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 107 tests from cuda (4605 ms total) 6: 6: [----------] 28 tests from cuda_uvm 6: [ RUN ] cuda_uvm.view_subview_auto_1d_left 6: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_right 6: [ OK ] cuda_uvm.view_subview_auto_1d_right (4 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 6: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 6: [ RUN ] cuda_uvm.view_subview_assign_strided 6: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (0 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (52 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (52 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 28: MallocTouchFree/N:65536/manual_time 90.1 us 54.1 us 7589 11.0955k/s 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (57 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (76 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (90 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (77 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (74 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (75 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (74 ms) 6: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 6: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 6: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 6: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 6: [----------] 28 tests from cuda_uvm (674 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 143 tests from 3 test suites ran. (23925 ms total) 6: [ PASSED ] 139 tests. 6: [ SKIPPED ] 4 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 28: MallocTouchFree/N:1048576/manual_time 89.1 us 54.1 us 7866 11.2197k/s Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H 6/65 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 24.14 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: [==========] Running 62 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 6 tests from cuda 7: [ RUN ] cuda.team_scratch_1_streams /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reductions_DeviceView.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Sort 28: MallocTouchFree/N:16777216/manual_time 259 us 194 us 2642 3.86334k/s 28: MallocTouchFree/N:268435456/manual_time 6467 us 576 us 116 154.635/s [ 78%] Built target Kokkos_UnitTest_Sort [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reducers_a.cpp 28: MallocTouchFree/N:4294967296/manual_time 107647 us 4164 us 6 9.28964/s [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o 28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 28: Benchmark Time CPU Iterations FOM: GB/s MB 28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 28: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.001 s 59 45.186/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reducers_b.cpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o 28: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.001 s 38 43.2512/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o 28: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.001 s 38 44.6261/s 800 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reducers_c.cpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o 28: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.001 s 37 42.4667/s 800 28: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.001 s 38 43.0718/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 7%] Linking CXX shared library libkokkoscore.so [ 7%] Built target kokkoscore Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o Scanning dependencies of target kokkoscontainers [ 8%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reducers_d.cpp 28: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.001 s 38 43.1389/s 800 28: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.001 s 38 43.294/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 28: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.001 s 38 43.2229/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 28: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.001 s 38 43.2612/s 800 28: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.001 s 38 43.2243/s 800 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o 28: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.001 s 38 43.1811/s 800 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o 28: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.001 s 38 43.2147/s 800 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Reducers_e.cpp 28: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.001 s 38 43.235/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Complex.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_int.cpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o 28: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.001 s 38 43.1472/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o 28: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.001 s 38 43.2472/s 800 28: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.001 s 38 43.2826/s 800 7: [ OK ] cuda.team_scratch_1_streams (14979 ms) 7: [ RUN ] cuda.space_access 7: [ OK ] cuda.space_access (0 ms) 7: [ RUN ] cuda.uvm 7: [ OK ] cuda.uvm (3 ms) 7: [ RUN ] cuda.impl_view_accessible 7: [ OK ] cuda.impl_view_accessible (2 ms) 7: [ RUN ] cuda.impl_view_texture 7: [ OK ] cuda.impl_view_texture (0 ms) 7: [ RUN ] cuda.view_subview_const_randomaccess 7: [ OK ] cuda.view_subview_const_randomaccess (1 ms) 7: [----------] 6 tests from cuda (14987 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (27 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (7 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (6 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (1 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (2637 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (6 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 7: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_degenerated 7: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Linking CXX shared library libkokkoscontainers.so [ 8%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpGraph Scanning dependencies of target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o 28: ViewDeepCopy_Rank1/N:10/manual_time 0.179 s 0.178 s 4 8.91845/s 1.6k Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (3693 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 28: ViewDeepCopy_Rank1/N:10/manual_time 0.158 s 0.157 s 4 10.1503/s 1.6k 28: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 388 902.639/s 1.6k 28: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 389 902.639/s 1.6k [ 9%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 9%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 9%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o 28: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 386 927.774/s 1.6k [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (3932 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (58 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (5 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 7: [----------] 28 tests from cuda_hostpinned (10380 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (42 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (11 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (15 ms) 7: [ RUN ] cuda_uvm.view_api_c 7: [ OK ] cuda_uvm.view_api_c (0 ms) 7: [ RUN ] cuda_uvm.view_api_d 7: [ OK ] cuda_uvm.view_api_d (4 ms) 7: [ RUN ] cuda_uvm.view_remap 7: [ OK ] cuda_uvm.view_remap (1 ms) 7: [ RUN ] cuda_uvm.view_mirror_nonconst 7: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_uvm.view_stride_method 7: [ OK ] cuda_uvm.view_stride_method (0 ms) 7: [ RUN ] cuda_uvm.anonymous_space 7: [ OK ] cuda_uvm.anonymous_space (0 ms) 7: [ RUN ] cuda_uvm.view_overload_resolution 7: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 7: [ RUN ] cuda_uvm.view_allocation_large_rank 28: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.000 s 271 310.497/s 800 7: [ OK ] cuda_uvm.view_allocation_large_rank (290 ms) 7: [ RUN ] cuda_uvm.view_shmem_size_on_device 7: [ OK ] cuda_uvm.view_shmem_size_on_device (2 ms) 7: [ RUN ] cuda_uvm.view_is_assignable 7: [ OK ] cuda_uvm.view_is_assignable (24 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (33 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (11 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (205 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (143 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (62 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (15 ms) 7: [ RUN ] cuda_uvm.static_extent 7: [ OK ] cuda_uvm.static_extent (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_atomic 7: [ OK ] cuda_uvm.view_mapping_atomic (1 ms) 7: [ RUN ] cuda_uvm.view_mapping_class_value 7: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_assignable 7: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 7: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_subview 7: [ OK ] cuda_uvm.view_mapping_subview (1 ms) 7: [----------] 28 tests from cuda_uvm (871 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 62 tests from 3 test suites ran. (26239 ms total) 7: [ PASSED ] 62 tests. 7/65 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 26.42 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.graph_lock_based_atomic_op 8: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 8: [----------] 1 test from cuda (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/65 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.16 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 10%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 9: [==========] Running 2 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 2 tests from cuda 9: [ RUN ] cuda.debug_serial_execution 9: [ OK ] cuda.debug_serial_execution (16 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 28: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.143 s 0.142 s 5 5.61314/s 800 9: [ OK ] cuda.debug_pin_um_to_host (627 ms) 9: [----------] 2 tests from cuda (644 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (644 ms total) 9: [ PASSED ] 2 tests. 9/65 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.80 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 10: Test timeout computed to be: 1500 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from cuda 10: [ RUN ] cuda.raw_cuda_interop 10: [ OK ] cuda.raw_cuda_interop (101 ms) 10: [----------] 1 test from cuda (101 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (101 ms total) 10: [ PASSED ] 1 test. 10/65 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.15 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from cuda 11: [ RUN ] cuda.raw_cuda_streams 11: [ OK ] cuda.raw_cuda_streams (101 ms) 11: [----------] 1 test from cuda (101 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (101 ms total) 11: [ PASSED ] 1 test. 11/65 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.16 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test timeout computed to be: 1500 28: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 392 899.996/s 1.6k 12: [==========] Running 4 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 4 tests from cuda_multi_gpu 12: [ RUN ] cuda_multi_gpu.managed_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.managed_views (0 ms) 12: [ RUN ] cuda_multi_gpu.unmanaged_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms) 12: [ RUN ] cuda_multi_gpu.scratch_space 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.scratch_space (0 ms) 12: [ RUN ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/65 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.15 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: [==========] Running 5 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 5 tests from cuda_GraphInterOp 13: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 13: [ OK ] cuda_GraphInterOp.promises_on_native_objects (1 ms) 13: [ RUN ] cuda_GraphInterOp.count_nodes 13: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:101: Skipped 13: Export a graph to DOT requires Cuda 11.6. 13: [ SKIPPED ] cuda_GraphInterOp.debug_dot_print (0 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:141: Skipped 13: Graph instantiation flag inspection requires Cuda 12. 13: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags (0 ms) 13: [ RUN ] cuda_GraphInterOp.construct_from_native 13: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 13: [----------] 5 tests from cuda_GraphInterOp (2 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (2 ms total) 13: [ PASSED ] 3 tests. 13: [ SKIPPED ] 2 tests, listed below: 13: [ SKIPPED ] cuda_GraphInterOp.debug_dot_print 13: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags 13/65 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.16 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 14: Test timeout computed to be: 1500 14: [==========] Running 59 tests from 41 test suites. 14: [----------] Global test environment set-up. 14: [----------] 19 tests from defaultdevicetype 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 14: [ RUN ] defaultdevicetype.shared_space 14: [ OK ] defaultdevicetype.shared_space (65 ms) 14: [ RUN ] defaultdevicetype.shared_host_pinned_space 14: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 14: [ RUN ] defaultdevicetype.compiler_macros 14: [ OK ] defaultdevicetype.compiler_macros (0 ms) 14: [ RUN ] defaultdevicetype.half_conversion 14: [ OK ] defaultdevicetype.half_conversion (4 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (0 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 (4 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b1 14: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c1 14: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a2 14: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b2 14: [ OK ] defaultdevicetype.reduce_instantiation_b2 (13 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 (10 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 (9 ms) 14: [----------] 19 tests from defaultdevicetype (161 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (20 ms) 14: [----------] 1 test from kokkosresize (20 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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: [==========] 59 tests from 41 test suites ran. (182 ms total) 14: [ PASSED ] 59 tests. 14/65 Test #14: Kokkos_CoreUnitTest_Default ................................ Passed 0.36 sec test 15 Start 15: Kokkos_CoreUnitTest_InitializeFinalize 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 15: Test timeout computed to be: 1500 15: [==========] Running 28 tests from 6 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o 28: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 384 893.281/s 1.6k 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (687 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o 28: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 385 919.614/s 1.6k [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1388 ms) 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (2076 ms total) 15: 15: [----------] 4 tests from InitializeFinalize_DeathTest 15: [ RUN ] InitializeFinalize_DeathTest.initialize 28: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 398 938.051/s 1.6k [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o 15: [ OK ] InitializeFinalize_DeathTest.initialize (842 ms) 15: [ RUN ] InitializeFinalize_DeathTest.finalize 28: ViewDeepCopy_Rank2/N:10/manual_time 0.021 s 0.000 s 33 76.8809/s 1.6k [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o 15: [ OK ] InitializeFinalize_DeathTest.finalize (942 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_initialized 15: [ OK ] InitializeFinalize_DeathTest.is_initialized (157 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_finalized 15: [ OK ] InitializeFinalize_DeathTest.is_finalized (141 ms) 15: [----------] 4 tests from InitializeFinalize_DeathTest (2083 ms total) 15: 15: [----------] 1 test from Legion_DeathTest 15: [ RUN ] Legion_DeathTest.individual_backend_initialization [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o 15: [ OK ] Legion_DeathTest.individual_backend_initialization (159 ms) 15: [----------] 1 test from Legion_DeathTest (159 ms total) 15: 15: [----------] 2 tests from PushFinalizeHook_DeathTest 15: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 15: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (145 ms) 15: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 28: ViewDeepCopy_Rank3/N:10/manual_time 0.024 s 0.000 s 30 67.7522/s 1.6k [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CTestDevice [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_CoreUnitTest_HIP_ViewSupport [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o 15: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (408 ms) 15: [----------] 2 tests from PushFinalizeHook_DeathTest (553 ms total) 15: 15: [----------] 6 tests from ScopeGuard_DeathTest 15: [ RUN ] ScopeGuard_DeathTest.create 15: [ OK ] ScopeGuard_DeathTest.create (196 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_argument /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_unsignedint.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_longint.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_unsignedlongint.cpp 15: [ OK ] ScopeGuard_DeathTest.create_argument (178 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 28: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 404 950.565/s 1.6k 15: [ OK ] ScopeGuard_DeathTest.create_while_initialize (362 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o 28: ViewDeepCopy_Rank2/N:10/manual_time 0.021 s 0.000 s 34 76.95/s 1.6k 15: [ OK ] ScopeGuard_DeathTest.create_after_initialize (645 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o 15: [ OK ] ScopeGuard_DeathTest.create_after_finalize (368 ms) 15: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 15: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (335 ms) 15: [----------] 6 tests from ScopeGuard_DeathTest (2087 ms total) 15: 15: [----------] 13 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.initialization_settings 15: [ OK ] defaultdevicetype.initialization_settings (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 15: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_device_id 15: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 15: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 15: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_help 15: [ OK ] defaultdevicetype.cmd_line_args_help (13 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 15: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (10 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 15: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (18 ms) 15: [ RUN ] defaultdevicetype.env_vars_num_threads 15: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_device_id 15: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_disable_warnings 15: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_tune_internals 15: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.visible_devices 15: [ OK ] defaultdevicetype.visible_devices (0 ms) 15: [----------] 13 tests from defaultdevicetype (43 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 28 tests from 6 test suites ran. (7004 ms total) 15: [ PASSED ] 28 tests. 15/65 Test #15: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 7.02 sec test 16 Start 16: Kokkos_CoreUnitTest_Develop 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 16: Test timeout computed to be: 1500 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_longlongint.cpp 16: [==========] Running 1 test from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 1 test from defaultdevicetype 16: [ RUN ] defaultdevicetype.development_test 16: [ OK ] defaultdevicetype.development_test (0 ms) 16: [----------] 1 test from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 1 test from 1 test suite ran. (0 ms total) 16: [ PASSED ] 1 test. 16/65 Test #16: Kokkos_CoreUnitTest_Develop ................................ Passed 0.15 sec test 17 Start 17: Kokkos_CoreUnitTest_TuningBuiltins 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 17: Test timeout computed to be: 1500 28: ViewDeepCopy_Rank3/N:10/manual_time 0.023 s 0.000 s 31 70.8637/s 1.6k 17/65 Test #17: Kokkos_CoreUnitTest_TuningBuiltins ......................... Passed 0.18 sec test 18 Start 18: Kokkos_CoreUnitTest_TuningBasics 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 18: Test timeout computed to be: 1500 18: Set of size 10 18: 4,4 18: Expect 1, have 1 18: Expect 2, have 2 18/65 Test #18: Kokkos_CoreUnitTest_TuningBasics ........................... Passed 0.14 sec test 19 Start 19: Kokkos_CoreUnitTest_CategoricalTuner /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_double.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_float.cpp 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 19: Test timeout computed to be: 1500 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 28: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 407 950.394/s 1.6k 19/65 Test #19: Kokkos_CoreUnitTest_CategoricalTuner ....................... Passed 0.61 sec test 20 Start 20: Kokkos_CoreUnitTest_KokkosP 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 20: Test timeout computed to be: 1500 20: [==========] Running 33 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 33 tests from kokkosp 20: [ RUN ] kokkosp.test_named_instance_fence 20: Ref: 33554433 20: Ref: named_instance 20: 33554433 20: named_instance 20: [ OK ] kokkosp.test_named_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_instance_fence 20: Ref: 33554433 20: Ref: Unnamed Instance Fence 20: 33554433 20: Kokkos::Cuda::fence(): Unnamed Instance Fence 20: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_named_global_fence 20: Ref: 33554432 20: Ref: test global fence 20: 0 20: test global fence 20: Miss on id 20: 33554432 20: test global fence 20: [ OK ] kokkosp.test_named_global_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_global_fence 20: Ref: 33554432 20: Ref: Unnamed Global Fence 20: 0 20: Kokkos::fence: Unnamed Global Fence 20: Miss on id 20: 33554432 20: Kokkos::fence: Unnamed Global Fence 20: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 20: [ RUN ] kokkosp.test_multiple_default_instances 20: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 20: [ RUN ] kokkosp.test_id_gen 20: [ OK ] kokkosp.test_id_gen (0 ms) 20: [ RUN ] kokkosp.test_kernel_sequence 20: Ref: 33554433 20: Ref: named_instance 20: 33554433 20: named_instance 20: Ref: 33554433 20: Ref: test_kernel 20: 33554433 20: named_instance 20: Miss on name 20: 0 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 33554432 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 33554433 20: test_kernel 20: [ OK ] kokkosp.test_kernel_sequence (1 ms) 20: [ RUN ] kokkosp.test_streams 20: [ OK ] kokkosp.test_streams (0 ms) 20: [ RUN ] kokkosp.async_deep_copy 20: [ OK ] kokkosp.async_deep_copy (0 ms) 20: [ RUN ] kokkosp.parallel_for 20: [ OK ] kokkosp.parallel_for (0 ms) 20: [ RUN ] kokkosp.parallel_reduce 20: [ OK ] kokkosp.parallel_reduce (0 ms) 20: [ RUN ] kokkosp.parallel_scan 20: [ OK ] kokkosp.parallel_scan (2 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence 20: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence_view 20: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 20: [ RUN ] kokkosp.regions 20: [ OK ] kokkosp.regions (0 ms) 20: [ RUN ] kokkosp.fences 20: [ OK ] kokkosp.fences (0 ms) 20: [ RUN ] kokkosp.raw_allocation 20: [ OK ] kokkosp.raw_allocation (0 ms) 20: [ RUN ] kokkosp.view 20: [ OK ] kokkosp.view (0 ms) 20: [ RUN ] kokkosp.sections 20: [ OK ] kokkosp.sections (0 ms) 20: [ RUN ] kokkosp.metadata 20: [ OK ] kokkosp.metadata (0 ms) 20: [ RUN ] kokkosp.profile_events 20: [ OK ] kokkosp.profile_events (0 ms) 20: [ RUN ] kokkosp.tuning_sequence 20: [ OK ] kokkosp.tuning_sequence (0 ms) 20: [ RUN ] kokkosp.no_init_kernel 20: [ OK ] kokkosp.no_init_kernel (0 ms) 20: [ RUN ] kokkosp.get_events 20: [ OK ] kokkosp.get_events (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_for 20: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_reduce 20: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_scan 20: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 20: [ RUN ] kokkosp.kernel_name_internal 20: [ OK ] kokkosp.kernel_name_internal (0 ms) 20: [ RUN ] kokkosp.profiling_section 20: [ OK ] kokkosp.profiling_section (0 ms) 20: [ RUN ] kokkosp.scoped_profile_region 20: [ OK ] kokkosp.scoped_profile_region (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init 20: [ OK ] kokkosp.create_mirror_no_init (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 20: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 20: [ RUN ] kokkosp.create_mirror_view_and_copy 20: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 20: [----------] 33 tests from kokkosp (6 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 33 tests from 1 test suite ran. (6 ms total) 20: [ PASSED ] 33 tests. 20/65 Test #20: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.17 sec test 21 Start 21: Kokkos_CoreUnitTest_ToolIndependence 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 21: Test timeout computed to be: 1500 21/65 Test #21: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoadHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 22: Environment variables: 22: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/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(). [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 28: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 407 938.43/s 1.6k 22/65 Test #22: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.53 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLineHelp 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 23: Test timeout computed to be: 1500 23: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 23/65 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.14 sec test 24 Start 24: Kokkos_ProfilingTestLibraryLoad 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 24: Environment variables: 24: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 24: Test timeout computed to be: 1500 24: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 24: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1507::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.6.99::kokkosp_allocate_data:Host:source:0x5555560c7300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555560c7480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555560c7500:Host:source:0x5555560c7380: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:0x5555560c75c0: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:0x5555560c7480:40::kokkosp_deallocate_data:Host:source:0x5555560c7300:40::kokkosp_finalize_library:: 24/65 Test #24: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.14 sec test 25 Start 25: Kokkos_ProfilingTestLibraryCmdLine 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 25: Test timeout computed to be: 1500 25: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1507::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.6.99::kokkosp_allocate_data:Host:source:0x5555560c7300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555560c7480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555560c7500:Host:source:0x5555560c7380: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:0x5555560c75c0: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:0x5555560c7480:40::kokkosp_deallocate_data:Host:source:0x5555560c7300:40::kokkosp_finalize_library:: 25/65 Test #25: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.14 sec test 26 Start 26: Kokkos_CoreUnitTest_StackTraceTest 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 26: Test timeout computed to be: 1500 26: [==========] Running 3 tests from 2 test suites. 26: [----------] Global test environment set-up. 26: [----------] 2 tests from defaultdevicetype_DeathTest 26: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb252] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x555555592ee9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xea) [0x5555555948aa] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff5029d90] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff5029e40] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55] 26: 26: demangled test_f1: 26: [0x5555555fb252] Kokkos::Impl::save_stacktrace() 26: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555592ee9] Test::test_stacktrace(bool, bool) 26: [0x5555555948aa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4549] testing::Test::Run() 26: [0x5555555a56f9] testing::TestInfo::Run() 26: [0x5555555a6031] testing::TestSuite::Run() 26: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b5580] testing::UnitTest::Run() 26: [0x555555594dd0] main 26: [0x7ffff5029d90] 26: [0x7ffff5029e40] __libc_start_main 26: [0x555555592d55] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb252] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597234] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x555555593974] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xea) [0x5555555948aa] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff5029d90] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff5029e40] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55] 26: 26: demangled test_f3: 26: [0x5555555fb252] Kokkos::Impl::save_stacktrace() 26: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555597234] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x555555593974] Test::test_stacktrace(bool, bool) 26: [0x5555555948aa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4549] testing::Test::Run() 26: [0x5555555a56f9] testing::TestInfo::Run() 26: [0x5555555a6031] testing::TestSuite::Run() 26: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b5580] testing::UnitTest::Run() 26: [0x555555594dd0] main 26: [0x7ffff5029d90] 26: [0x7ffff5029e40] __libc_start_main 26: [0x555555592d55] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (320 ms) 26: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb252] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x555555592ee9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe7) [0x555555594b97] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff5029d90] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff5029e40] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55] 26: 26: demangled test_f1: 26: [0x5555555fb252] Kokkos::Impl::save_stacktrace() 26: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555592ee9] Test::test_stacktrace(bool, bool) 26: [0x555555594b97] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4549] testing::Test::Run() 26: [0x5555555a56f9] testing::TestInfo::Run() 26: [0x5555555a6031] testing::TestSuite::Run() 26: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b5580] testing::UnitTest::Run() 26: [0x555555594dd0] main 26: [0x7ffff5029d90] 26: [0x7ffff5029e40] __libc_start_main 26: [0x555555592d55] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb252] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597234] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x555555593974] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe7) [0x555555594b97] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff5029d90] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff5029e40] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55] 26: 26: demangled test_f3: 26: [0x5555555fb252] Kokkos::Impl::save_stacktrace() 26: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555597234] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x555555593974] Test::test_stacktrace(bool, bool) 26: [0x555555594b97] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4549] testing::Test::Run() 26: [0x5555555a56f9] testing::TestInfo::Run() 26: [0x5555555a6031] testing::TestSuite::Run() 26: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b5580] testing::UnitTest::Run() 26: [0x555555594dd0] main 26: [0x7ffff5029d90] 26: [0x7ffff5029e40] __libc_start_main 26: [0x555555592d55] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 28: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 378 876.888/s 1.6k 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (491 ms) 26: [----------] 2 tests from defaultdevicetype_DeathTest (812 ms total) 26: 26: [----------] 1 test from defaultdevicetype 26: [ RUN ] defaultdevicetype.stacktrace_normal 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb252] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x555555592ee9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff5029d90] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff5029e40] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55] 26: 26: demangled test_f1: 26: [0x5555555fb252] Kokkos::Impl::save_stacktrace() 26: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555592ee9] Test::test_stacktrace(bool, bool) 26: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4549] testing::Test::Run() 26: [0x5555555a56f9] testing::TestInfo::Run() 26: [0x5555555a6031] testing::TestSuite::Run() 26: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b5580] testing::UnitTest::Run() 26: [0x555555594dd0] main 26: [0x7ffff5029d90] 26: [0x7ffff5029e40] __libc_start_main 26: [0x555555592d55] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb252] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597234] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x555555593974] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff5029d90] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff5029e40] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55] 26: 26: demangled test_f3: 26: [0x5555555fb252] Kokkos::Impl::save_stacktrace() 26: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555597234] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x555555593974] Test::test_stacktrace(bool, bool) 26: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4549] testing::Test::Run() 26: [0x5555555a56f9] testing::TestInfo::Run() 26: [0x5555555a6031] testing::TestSuite::Run() 26: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b5580] testing::UnitTest::Run() 26: [0x555555594dd0] main 26: [0x7ffff5029d90] 26: [0x7ffff5029e40] __libc_start_main 26: [0x555555592d55] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 26: [----------] 1 test from defaultdevicetype (1 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 3 tests from 2 test suites ran. (814 ms total) 26: [ PASSED ] 3 tests. 26/65 Test #26: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.97 sec test 27 Start 27: Kokkos_IncrementalTest_SERIAL 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 27: Test timeout computed to be: 1500 27: [==========] Running 28 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 28 tests from SERIAL 27: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 27: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 27: [ RUN ] SERIAL.IncrTest_01_execspace 27: Host Serial Execution Space: 27: KOKKOS_ENABLE_SERIAL: yes 27: 27: Serial Runtime Configuration: 27: Serial 27: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 27: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 27: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicSub 27: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 27: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 27: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 27: [ RUN ] SERIAL.IncrTest_03b_memspace_free 27: [ OK ] SERIAL.IncrTest_03b_memspace_free (119 ms) 27: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 27: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_05_reduction 27: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange2D 27: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange3D 27: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange4D 27: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (104 ms) 27: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 27: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 27: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 27: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.incr_14_MDrangeReduce 27: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SERIAL.IncrTest_16_parallelscan 27: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 27: [ RUN ] SERIAL.incr_17_atomicView 27: [ OK ] SERIAL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SERIAL (228 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (228 ms total) 27: [ PASSED ] 28 tests. 27/65 Test #27: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.38 sec test 28 Start 28: Kokkos_IncrementalTest_CUDA 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_CUDA 28: Test timeout computed to be: 1500 28: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 375 884.983/s 1.6k 28: [==========] Running 28 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 28 tests from CUDA 28: [ RUN ] CUDA.IncrTest_01_execspace_typedef 28: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 28: [ RUN ] CUDA.IncrTest_01_execspace 28: Device Execution Space: 28: KOKKOS_ENABLE_CUDA: yes 28: Cuda Options: 28: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 28: KOKKOS_ENABLE_CUDA_UVM: no 28: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 28: 28: Cuda Runtime Configuration: 28: macro KOKKOS_ENABLE_CUDA : defined 28: macro CUDA_VERSION = 11080 = version 11.8 28: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 28: Capability: 7.0 28: Total Global Memory: 31.73 GiB 28: Shared Memory per Block: 48 KiB 28: Can access system allocated memory: 0 28: via Address Translation Service: 0 28: Cuda 28: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 28: [ RUN ] CUDA.IncrTest_02_AtomicExchange 28: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 28: [ RUN ] CUDA.IncrTest_02_AtomicAdd 28: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 28: [ RUN ] CUDA.IncrTest_02_AtomicSub 28: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 28: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 28: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 28: [ RUN ] CUDA.IncrTest_03b_memspace_free [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 28: ViewDeepCopy_Rank4/N:10/manual_time 0.024 s 0.000 s 29 67.2943/s 1.6k [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 28: ViewDeepCopy_Rank5/N:10/manual_time 0.024 s 0.000 s 29 67.0936/s 1.6k 28: [ OK ] CUDA.IncrTest_03b_memspace_free (1932 ms) 28: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 28: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 28: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 28: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 28: [ RUN ] CUDA.IncrTest_05_reduction 28: [ OK ] CUDA.IncrTest_05_reduction (3 ms) 28: [ RUN ] CUDA.IncrTest_06_mdrange2D 28: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 28: [ RUN ] CUDA.IncrTest_06_mdrange3D 28: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 28: [ RUN ] CUDA.IncrTest_06_mdrange4D 28: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 28: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 28: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 28: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 28: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 28: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 28: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 28: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 28: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 28: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 28: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (0 ms) 28: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 28: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms) 28: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_complexfloat.cpp 28: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (225 ms) 28: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 28: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 28: [ RUN ] CUDA.IncrTest_12b_TeamScratch 28: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 28: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 28: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 28: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 28: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 28: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 28: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 28: [ RUN ] CUDA.incr_14_MDrangeReduce 28: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 28: [ RUN ] CUDA.IncrTest_16_parallelscan 28: [ OK ] CUDA.IncrTest_16_parallelscan (5 ms) 28: [ RUN ] CUDA.incr_17_atomicView 28: [ OK ] CUDA.incr_17_atomicView (0 ms) 28: [----------] 28 tests from CUDA (2176 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 28 tests from 1 test suite ran. (2176 ms total) 28: [ PASSED ] 28 tests. 28/65 Test #28: Kokkos_IncrementalTest_CUDA ................................ Passed 2.33 sec test 29 Start 29: Kokkos_CoreUnitTest_CTestDevice 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 29: Test timeout computed to be: 1500 29: [==========] Running 8 tests from 2 test suites. 29: [----------] Global test environment set-up. 29: [----------] 5 tests from ctest_environment_DeathTest 29: [ RUN ] ctest_environment_DeathTest.invalid_rank [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o 29: [ OK ] ctest_environment_DeathTest.invalid_rank (123 ms) 29: [ RUN ] ctest_environment_DeathTest.no_type_str 29: [ OK ] ctest_environment_DeathTest.no_type_str (96 ms) 29: [ RUN ] ctest_environment_DeathTest.missing_type [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 29: [ OK ] ctest_environment_DeathTest.missing_type (212 ms) 29: [ RUN ] ctest_environment_DeathTest.no_id_str 29: [ OK ] ctest_environment_DeathTest.no_id_str (118 ms) 29: [ RUN ] ctest_environment_DeathTest.invalid_id_str 29: [ OK ] ctest_environment_DeathTest.invalid_id_str (199 ms) 29: [----------] 5 tests from ctest_environment_DeathTest (750 ms total) 29: 29: [----------] 3 tests from ctest_environment 29: [ RUN ] ctest_environment.no_device_type 29: [ OK ] ctest_environment.no_device_type (0 ms) 29: [ RUN ] ctest_environment.no_process_count 29: [ OK ] ctest_environment.no_process_count (0 ms) 29: [ RUN ] ctest_environment.good 29: [ OK ] ctest_environment.good (0 ms) 29: [----------] 3 tests from ctest_environment (0 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 8 tests from 2 test suites ran. (750 ms total) 29: [ PASSED ] 8 tests. 29/65 Test #29: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.77 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 30: Test timeout computed to be: 1500 30/65 Test #30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 31: Test timeout computed to be: 1500 31: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 31/65 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 32: Test timeout computed to be: 1500 32/65 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 33 Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 33: Environment variables: 33: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 33: Test timeout computed to be: 1500 33/65 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 34 Start 34: Kokkos_CoreUnitTest_DeviceAndThreads 28: ViewDeepCopy_Rank4/N:10/manual_time 0.024 s 0.000 s 29 67.0868/s 1.6k [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 34: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 34: Test timeout computed to be: 1500 [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o 28: ViewDeepCopy_Rank5/N:10/manual_time 0.024 s 0.000 s 29 66.6141/s 1.6k [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o 34: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 18%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport 34: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 34: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 34: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 28: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 387 936.269/s 1.6k 34: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 34: 34: ---------------------------------------------------------------------- 34: Ran 5 tests in 1.546s 34: 34: OK (skipped=1) 34/65 Test #34: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 2.00 sec test 35 Start 35: Kokkos_PerformanceTest_TaskDag 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 35: Test timeout computed to be: 1500 35/65 Test #35: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.01 sec test 36 Start 36: Kokkos_PerformanceTest_Benchmark 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-27-42.json" 36: Test timeout computed to be: 1500 36: 2025-03-17T15:59:51+00:00 36: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 36: Run on (6 X 2095.11 MHz CPU s) 36: CPU Caches: 36: L1 Data 32 KiB (x6) 36: L1 Instruction 32 KiB (x6) 36: L2 Unified 4096 KiB (x6) 36: L3 Unified 16384 KiB (x6) 36: Load Average: 2.02, 5.45, 6.16 36: CPU architecture: none 36: Can access system allocated memory: 0 36: Capability: 7.0 36: Default Device: Cuda 36: GPU architecture: VOLTA70 36: KOKKOS_COMPILER_CLANG: 1507 36: KOKKOS_ENABLE_ASM: no 36: KOKKOS_ENABLE_CUDA: yes 36: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 36: KOKKOS_ENABLE_CUDA_UVM: no 36: KOKKOS_ENABLE_CXX17: no 36: KOKKOS_ENABLE_CXX20: yes 36: KOKKOS_ENABLE_CXX23: no 36: KOKKOS_ENABLE_CXX26: no 36: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 36: KOKKOS_ENABLE_HWLOC: no 36: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 36: KOKKOS_ENABLE_LIBDL: yes 36: KOKKOS_ENABLE_PRAGMA_IVDEP: no 36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 36: KOKKOS_ENABLE_PRAGMA_UNROLL: no 36: KOKKOS_ENABLE_PRAGMA_VECTOR: no 36: KOKKOS_ENABLE_SERIAL: yes 36: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 36: Kokkos Version: 4.6.99 36: Shared Memory per Block: 48 KiB 36: Total Global Memory: 31.73 GiB 36: macro KOKKOS_ENABLE_CUDA: defined 36: platform: 64bit 36: via Address Translation Service: 0 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: GramSchmidt/Count:1024/iterations:5/manual_time 0.004 s 0.005 s 5 1024 4.17279u 36: GramSchmidt/Count:2048/iterations:5/manual_time 0.004 s 0.005 s 5 2.048k 2.09924u 36: GramSchmidt/Count:4096/iterations:5/manual_time 0.004 s 0.005 s 5 4.096k 1046.03n 36: GramSchmidt/Count:8192/iterations:5/manual_time 0.004 s 0.006 s 5 8.192k 527.214n 36: GramSchmidt/Count:16384/iterations:5/manual_time 0.004 s 0.007 s 5 16.384k 271.862n 36: GramSchmidt/Count:32768/iterations:5/manual_time 0.005 s 0.009 s 5 32.768k 150.354n 36: GramSchmidt/Count:65536/iterations:5/manual_time 0.006 s 0.014 s 5 65.536k 88.8476n 28: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 407 940.565/s 1.6k 36: GramSchmidt/Count:131072/iterations:5/manual_time 0.007 s 0.025 s 5 131.072k 54.6096n 36: GramSchmidt/Count:262144/iterations:5/manual_time 0.009 s 0.045 s 5 262.144k 35.1498n 36: GramSchmidt/Count:524288/iterations:5/manual_time 0.016 s 0.088 s 5 524.288k 31.1773n 28: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.000 s 29 67.0268/s 1.6k [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 12%] Built target Kokkos_CoreUnitTest_Develop [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o 28: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.000 s 29 67.0626/s 1.6k [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o 28: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 402 934.124/s 1.6k [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o 28: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 403 924.056/s 1.6k 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s Max 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: CustomReduction/N:100000/R:1000/manual_time 0.003 s 0.008 s 240 94.195k/s 11.5 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o 36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: OverlapRangePolicy/N:2000/M:10000/R:10 0.308 s 0.307 s 2 0.0781321 0.0376559 0.0308053 0.0144067 0.0153665 5.125u 28: ViewDeepCopy_Rank7/N:10/manual_time 0.024 s 0.000 s 29 67.0614/s 1.6k [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: OverlapMDRangePolicy/N:200/M:10000/R:10 0.024 s 0.024 s 30 5.85415m 2.94142m 2.27378m 1.14191m 1.15509m 4.207u 28: ViewDeepCopy_Rank7/N:10/manual_time 0.023 s 0.000 s 30 68.1294/s 1.6k [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o 36: OverlapTeamPolicy/N:20/M:1000000/R:10 0.313 s 0.312 s 2 0.0625085 0.0296028 0.0512519 0.0245157 0.0256657 7.131u 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 9.69043n 36: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 5.1709n 36: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 2.63208n 36: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.40295n 36: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 870.972p 36: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 787.781p 36: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 639.221p 36: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 604.088p 36: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 535.034p 36: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 566.809p 28: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 378 908.638/s 1.6k 28: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 389 933.202/s 1.6k [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicOperations_complexdouble.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_AtomicViews.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Atomics.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_TeamBasic.cpp 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations FOM: rate 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Malloc/N:1/manual_time 8.91 us 19.4 us 77449 112.193k/s [ 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_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 28: ViewDeepCopy_Rank8/N:10/manual_time 0.024 s 0.000 s 29 66.1234/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_TeamScratch.cpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 28: ViewDeepCopy_Rank8/N:10/manual_time 0.024 s 0.000 s 29 67.8297/s 1.6k 36: Malloc/N:16/manual_time 9.40 us 20.4 us 79264 106.336k/s 28: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 342 782.328/s 1.6k 36: Malloc/N:256/manual_time 9.17 us 20.0 us 74958 109.108k/s Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda_ViewSupport 28: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 326 757.579/s 1.6k [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_TeamReductionScan.cpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 28: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 338 791.275/s 1.6k [ 73%] Built target Kokkos_UnitTest_Random [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 36: Malloc/N:4096/manual_time 9.74 us 21.1 us 75510 102.67k/s [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 28: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 324 773.79/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_TeamTeamSize.cpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o 28: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 751 864.877/s 800 [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o 36: Malloc/N:65536/manual_time 9.80 us 21.1 us 71233 102.089k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o 28: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 754 862.278/s 800 [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o 28: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 749 859.504/s 800 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o 36: Malloc/N:1048576/manual_time 71.8 us 133 us 9759 13.9201k/s [ 73%] Linking CXX executable Kokkos_UnitTest_Sort [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o 28: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 754 860.4/s 800 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 13%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o 28: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 748 854.888/s 800 28: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 745 853.105/s 800 28: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.000 s 379 219.822/s 400 36: Malloc/N:16777216/manual_time 318 us 160 us 8473 3.14794k/s [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G 28: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 741 852.531/s 800 36: Malloc/N:268435456/manual_time 6367 us 436 us 125 157.07/s [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o 28: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 743 853.051/s 800 [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o 28: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 742 852.191/s 800 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o 28: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 747 859.907/s 800 36: Malloc/N:4294967296/manual_time 112650 us 3080 us 8 8.87704/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o 36: MallocFree/N:1/manual_time 19.5 us 19.4 us 35598 51.3495k/s 28: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 751 858.826/s 800 28: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 752 858.946/s 800 [ 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o 36: MallocFree/N:16/manual_time 19.3 us 19.3 us 36173 51.7865k/s 28: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 750 856.857/s 800 36: MallocFree/N:256/manual_time 19.3 us 19.3 us 36229 51.6989k/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_TeamVectorRange.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Other.cpp 28: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 749 852.64/s 800 36: MallocFree/N:4096/manual_time 19.8 us 19.8 us 36145 50.4888k/s [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 28: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 747 851.964/s 800 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 36: MallocFree/N:65536/manual_time 20.1 us 20.1 us 34855 49.7064k/s [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o 28: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 746 851.843/s 800 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o 36: MallocFree/N:1048576/manual_time 132 us 130 us 5363 7.58095k/s [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o 28: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 760 882.559/s 800 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o 28: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 769 889.236/s 800 28: ViewResize_Rank1/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.60995k/s 1.6k 28: ViewResize_Rank1/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.6144k/s 1.6k 28: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.6233k/s 1.6k 28: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.59889k/s 1.6k 28: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.50161k/s 1.6k 28: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.50621k/s 1.6k 28: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.24924k/s 1.6k 28: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.51064k/s 1.6k 28: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.31882k/s 1.6k 28: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.82086k/s 1.6k 28: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.1146k/s 1.6k 28: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.95878k/s 1.6k 28: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.50265k/s 1.6k 28: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.47567k/s 1.6k 28: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.4171k/s 1.6k 28: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.42188k/s 1.6k 28: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.06732k/s 1.6k 28: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.30013k/s 1.6k 28: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.61208k/s 1.6k 28: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.58255k/s 1.6k 28: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.31528k/s 1.6k 28: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.31611k/s 1.6k 28: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 3.0316k/s 1.6k 28: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 3.02587k/s 1.6k 28: ViewResize_Rank7/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.55486k/s 1.6k 28: ViewResize_Rank7/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.59227k/s 1.6k 28: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.67813k/s 1.6k 28: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.90085k/s 1.6k 28: ViewResize_Rank8/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.15744k/s 1.6k 28: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 474.795/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_MDRange_a.cpp 28: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 537.082/s 1.6k 28: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 558.32/s 1.6k 36: MallocFree/N:16777216/manual_time 343 us 155 us 4462 2.91682k/s [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_MDRange_b.cpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o 28: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.027 s 0.001 s 10 59.0742/s 1.6k [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o 28: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.019 s 0.001 s 10 82.7987/s 1.6k 28/55 Test #28: Kokkos_PerformanceTest_Benchmark ........................... Passed 123.76 sec test 29 Start 29: Kokkos_Benchmark_Atomic_MinMax 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-27-32.json" 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test 29: Test timeout computed to be: 1500 36: MallocFree/N:268435456/manual_time 6552 us 487 us 107 152.615/s 29: 2025-03-17T16:00:22+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 29: Run on (6 X 2095.11 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x6) 29: L1 Instruction 32 KiB (x6) 29: L2 Unified 4096 KiB (x6) 29: L3 Unified 16384 KiB (x6) 29: Load Average: 0.37, 2.77, 5.16 29: CPU architecture: none 29: Default Device: OpenMPTarget 29: GIT_BRANCH: HEAD 29: GIT_CLEAN_STATUS: CLEAN 29: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 29: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 29: GIT_COMMIT_HASH: 10d579f4f 29: GPU architecture: VOLTA70 29: KOKKOS_COMPILER_CLANG: 1703 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX17: yes 29: KOKKOS_ENABLE_CXX20: no 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_OPENMPTARGET: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kokkos Version: 4.6.99 29: platform: 64bit 29: ---------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations 29: ---------------------------------------------------------------------------------------------------------------------------------------- 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 29: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o 29/55 Test #29: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.40 sec test 30 Start 30: Kokkos_PerformanceTest_Mempool 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-27-32.json" 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test 30: Test timeout computed to be: 1500 30: 2025-03-17T16:00:23+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 30: Run on (6 X 2095.11 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x6) 30: L1 Instruction 32 KiB (x6) 30: L2 Unified 4096 KiB (x6) 30: L3 Unified 16384 KiB (x6) 30: Load Average: 0.37, 2.77, 5.16 30: CPU architecture: none 30: Default Device: OpenMPTarget 30: GIT_BRANCH: HEAD 30: GIT_CLEAN_STATUS: CLEAN 30: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 30: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 30: GIT_COMMIT_HASH: 10d579f4f 30: GPU architecture: VOLTA70 30: KOKKOS_COMPILER_CLANG: 1703 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX17: yes 30: KOKKOS_ENABLE_CXX20: no 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_OPENMPTARGET: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kokkos Version: 4.6.99 30: platform: 64bit [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o 30: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: fill ops per second 30: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.001 s 0.000 s 628 5.04087M/s [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o 36: MallocFree/N:4294967296/manual_time 127609 us 3981 us 10 7.83641/s 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: cycle ops per second 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 1509 24.0125M/s 30/55 Test #30: Kokkos_PerformanceTest_Mempool ............................. Passed 2.66 sec test 31 Start 31: Kokkos_PerformanceTest_Atomic 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-27-32.json" 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test 31: Test timeout computed to be: 1500 31: 2025-03-17T16:00:25+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 31: Run on (6 X 2095.11 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x6) 31: L1 Instruction 32 KiB (x6) 31: L2 Unified 4096 KiB (x6) 31: L3 Unified 16384 KiB (x6) 31: Load Average: 0.34, 2.73, 5.13 31: CPU architecture: none 31: Default Device: OpenMPTarget 31: GIT_BRANCH: HEAD 31: GIT_CLEAN_STATUS: CLEAN 31: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 31: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 31: GIT_COMMIT_HASH: 10d579f4f 31: GPU architecture: VOLTA70 31: KOKKOS_COMPILER_CLANG: 1703 31: KOKKOS_ENABLE_ASM: no 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_OPENMPTARGET: 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.6.99 31: platform: 64bit 36: MallocTouch/N:1/manual_time 10.8 us 21.3 us 63508 92.9809k/s [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_MDRange_c.cpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o 36: MallocTouch/N:16/manual_time 10.6 us 21.1 us 65698 93.9387k/s [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o 36: MallocTouch/N:256/manual_time 10.7 us 21.2 us 65736 93.8259k/s [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o 36: MallocTouch/N:4096/manual_time 18.1 us 28.8 us 38875 55.3124k/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_MDRange_d.cpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Test_Atomic/30000/iterations:10 0.462 s 0.011 s 10 1 4 2.49636 0.0108907 44.5667u 449.985M 30.976k 449.985M [ 17%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 17%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 36: MallocTouch/N:65536/manual_time 18.3 us 28.8 us 38712 54.7711k/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_MDRange_e.cpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o 36: MallocTouch/N:1048576/manual_time 78.6 us 136 us 9024 12.7302k/s [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 17%] Built target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Crs.cpp [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o 36: MallocTouch/N:16777216/manual_time 307 us 180 us 7209 3.26039k/s [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o 36: MallocTouch/N:268435456/manual_time 6415 us 615 us 122 155.888/s [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o 36: MallocTouch/N:4294967296/manual_time 103934 us 5853 us 7 9.62147/s [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o 36: MallocTouchFree/N:1/manual_time 21.0 us 20.9 us 33135 47.7102k/s [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_Task.cpp 36: MallocTouchFree/N:16/manual_time 21.0 us 20.9 us 33765 47.6191k/s [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o 36: MallocTouchFree/N:256/manual_time 21.2 us 21.1 us 33092 47.1428k/s 36: MallocTouchFree/N:4096/manual_time 28.9 us 28.8 us 24415 34.626k/s [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_WorkGraph.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_Spaces.cpp 36: MallocTouchFree/N:65536/manual_time 28.7 us 28.7 us 24292 34.8066k/s 36: MallocTouchFree/N:1048576/manual_time 138 us 137 us 5002 7.22945k/s [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_UniqueToken.cpp [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o 36: MallocTouchFree/N:16777216/manual_time 330 us 179 us 4101 3.03331k/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_LocalDeepCopy.cpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 36: MallocTouchFree/N:268435456/manual_time 6525 us 592 us 120 153.266/s [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 36: MallocTouchFree/N:4294967296/manual_time 130787 us 5894 us 9 7.64603/s [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s MB 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 100 44.7591/s 800 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp 36: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 37 44.1716/s 800 36: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 38 42.987/s 800 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp 36: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 38 42.9779/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp 36: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 37 41.8408/s 800 [ 19%] 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_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 36: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 38 42.9361/s 800 36: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 37 44.1566/s 800 [ 20%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o 36: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 38 42.8347/s 800 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o 36: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 38 42.9518/s 800 [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace_deepcopy.cpp 36: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 37 44.0245/s 800 [ 20%] Built target Kokkos_CoreUnitTest_Develop [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 36: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.002 s 37 44.0221/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Abort.cpp 36: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.002 s 37 44.1762/s 800 Scanning dependencies of target Kokkos_CoreUnitTest_TuningBasics [ 20%] 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_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o 36: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 42.9768/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_ExecPolicy.cpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 20%] 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_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o 36: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 42.9495/s 800 36: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 38 42.9305/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostThreadTeam.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_SharedAlloc.cpp 36: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 37 41.9288/s 800 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_hwloc.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Command_Line_Parsing.cpp 36: ViewDeepCopy_Rank1/N:10/manual_time 0.149 s 0.148 s 5 10.7235/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_CPUDiscovery.cpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostBarrier.cpp 36: ViewDeepCopy_Rank1/N:10/manual_time 0.084 s 0.083 s 8 19.1436/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 413 965.171/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Core.cpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o 36: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 409 967.6/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 409 966.491/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o 36: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 290 337.863/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Stacktrace.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Profiling.cpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Error.cpp [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o 36: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.203 s 0.202 s 3 3.93245/s 800 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 411 964.485/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace.cpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_MemoryPool.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Instance.cpp 36: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 409 964.623/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o 36: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 409 967.461/s 1.6k 31: Test_Atomic/100000/iterations:10 4.63 s 0.002 s 10 1 8 7.31629 3.76804m 79.4u 4.99995G 1.43298M 4.99995G [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 966.611/s 1.6k [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o 36: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 151 347.072/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.012 s 0.012 s 58 136.826/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_CudaSpace.cpp [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 964.761/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/src/Lock_Array_CUDA.cpp 36: ViewDeepCopy_Rank2/N:10/manual_time 0.004 s 0.004 s 166 379.075/s 1.6k [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o 36: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 158 363.498/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial.cpp 36: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 409 966.02/s 1.6k Scanning dependencies of target Kokkos_atomic Scanning dependencies of target Kokkos_UnitTest_SIMD [ 89%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 89%] 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_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial_Task.cpp 36: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 409 966.583/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/UnitTestMain.cpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o 36: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 409 965.48/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Init.cpp Scanning dependencies of target Kokkos_gather [ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o Scanning dependencies of target Kokkos_gups [ 90%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o 36: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 409 965.853/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SharedAlloc.cpp 36: ViewDeepCopy_Rank4/N:10/manual_time 0.012 s 0.012 s 56 132.283/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o 36: ViewDeepCopy_Rank5/N:10/manual_time 0.012 s 0.012 s 55 129.414/s 1.6k [ 90%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o Scanning dependencies of target Kokkos_launch_latency [ 90%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o 36: ViewDeepCopy_Rank4/N:10/manual_time 0.005 s 0.005 s 136 340.229/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 80 196.194/s 1.6k [ 90%] Built target Kokkos_CoreUnitTest_OpenMP Scanning dependencies of target Kokkos_stream [ 90%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_RangePolicy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_RangePolicyRequire.cpp 36: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 409 966.596/s 1.6k [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_View_64bit.cpp 36: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 409 967.86/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o 36: ViewDeepCopy_Rank6/N:10/manual_time 0.023 s 0.023 s 30 70.2377/s 1.6k [ 90%] Linking CXX executable Kokkos_gups 36: ViewDeepCopy_Rank6/N:10/manual_time 0.005 s 0.005 s 133 326.092/s 1.6k [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o 36: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 409 967.734/s 1.6k [ 90%] Built target Kokkos_gups Scanning dependencies of target Kokkos_view_copy_constructor [ 90%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewAPI_a.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewAPI_b.cpp 36: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 409 964.637/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o 36: ViewDeepCopy_Rank7/N:10/manual_time 0.020 s 0.020 s 35 79.6795/s 1.6k [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o 36: ViewDeepCopy_Rank7/N:10/manual_time 0.007 s 0.007 s 97 244.814/s 1.6k [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 90%] Linking CXX executable Kokkos_atomic [ 91%] Linking CXX executable Kokkos_stream [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o 36: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 409 965.064/s 1.6k [ 91%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_policy_performance [ 91%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 91%] Built target Kokkos_stream Scanning dependencies of target Kokkos_bytes_and_flops [ 91%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o 36: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 409 967.89/s 1.6k [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 91%] Linking CXX executable Kokkos_launch_latency 36: ViewDeepCopy_Rank8/N:10/manual_time 0.021 s 0.021 s 33 75.9819/s 1.6k [ 91%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewAPI_c.cpp 36: ViewDeepCopy_Rank8/N:10/manual_time 0.011 s 0.010 s 65 152.16/s 1.6k [ 20%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 91%] Built target Kokkos_launch_latency [ 91%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 22%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 22%] Built target Kokkos_IncrementalTest_SERIAL /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewAPI_d.cpp Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1001.48/s 1.6k [ 91%] Linking CXX executable Kokkos_view_copy_constructor [ 91%] Built target Kokkos_PerformanceTest_InclusiveScan [ 91%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_TuningBasics 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.79/s 1.6k [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 91%] Built target Kokkos_view_copy_constructor [ 91%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.53/s 1.6k /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewAPI_e.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_DeepCopyAlignment.cpp [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 91%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.18/s 1.6k [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 662 754.858/s 800 [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewCopy_a.cpp 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.482/s 800 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewCopy_b.cpp 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.548/s 800 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.735/s 800 [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o 36: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 662 755.93/s 800 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o 36: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 662 755.7/s 800 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewCopy_c.cpp [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o 36: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 662 754.843/s 800 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o 36: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 756.075/s 800 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o 36: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 441 257.206/s 400 [ 92%] Linking CXX executable Kokkos_gather [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 36: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.988/s 800 [ 92%] Built target Kokkos_gather [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o 36: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 754.914/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o 36: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 754.513/s 800 36: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 753.131/s 800 [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o 36: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 658 752.032/s 800 [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewMapping_a.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o 36: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 658 751.319/s 800 [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o 36: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 658 752.12/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewMapping_b.cpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o 36: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 658 751.365/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewMapping_subview.cpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 36: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 658 751.323/s 800 [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o 36: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 658 752.004/s 800 36: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 659 752.37/s 800 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewResize.cpp 36: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 659 751.981/s 800 36: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.66138k/s 1.6k 36: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.86473k/s 1.6k 36: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.05124k/s 1.6k 36: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.02389k/s 1.6k 36: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.00794k/s 1.6k 36: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.42262k/s 1.6k 36: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.3984k/s 1.6k 36: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.53004k/s 1.6k 36: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.62969k/s 1.6k 36: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.653k/s 1.6k 36: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.86811k/s 1.6k 36: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.79309k/s 1.6k 36: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.84958k/s 1.6k 36: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.58163k/s 1.6k 36: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.11751k/s 1.6k 36: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.82779k/s 1.6k 36: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.70092k/s 1.6k 36: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.01786k/s 1.6k 36: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.28867k/s 1.6k 36: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.03379k/s 1.6k 36: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.20649k/s 1.6k 36: ViewResize_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 433.976/s 1.6k 36: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 462.194/s 1.6k 36: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 405.892/s 1.6k 36: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 439.213/s 1.6k 36: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 392.172/s 1.6k 36: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 450.644/s 1.6k 36: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 400.394/s 1.6k 36: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 413.479/s 1.6k 36: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 458.235/s 1.6k 36: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 449.164/s 1.6k 36: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 415.424/s 1.6k 36: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.031 s 0.003 s 10 51.6238/s 1.6k 36: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.024 s 0.003 s 10 67.4646/s 1.6k 36/65 Test #36: Kokkos_PerformanceTest_Benchmark ........................... Passed 131.87 sec test 37 Start 37: Kokkos_Benchmark_Atomic_MinMax 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-27-42.json" 37: Test timeout computed to be: 1500 37: 2025-03-17T16:02:03+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 37: Run on (6 X 2095.11 MHz CPU s) 37: CPU Caches: 37: L1 Data 32 KiB (x6) 37: L1 Instruction 32 KiB (x6) 37: L2 Unified 4096 KiB (x6) 37: L3 Unified 16384 KiB (x6) 37: Load Average: 0.88, 3.72, 5.42 37: CPU architecture: none 37: Can access system allocated memory: 0 37: Capability: 7.0 37: Default Device: Cuda 37: GPU architecture: VOLTA70 37: KOKKOS_COMPILER_CLANG: 1507 37: KOKKOS_ENABLE_ASM: no 37: KOKKOS_ENABLE_CUDA: yes 37: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 37: KOKKOS_ENABLE_CUDA_UVM: no 37: KOKKOS_ENABLE_CXX17: no 37: KOKKOS_ENABLE_CXX20: yes 37: KOKKOS_ENABLE_CXX23: no 37: KOKKOS_ENABLE_CXX26: no 37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 37: KOKKOS_ENABLE_HWLOC: no 37: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 37: KOKKOS_ENABLE_LIBDL: yes 37: KOKKOS_ENABLE_PRAGMA_IVDEP: no 37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 37: KOKKOS_ENABLE_PRAGMA_UNROLL: no 37: KOKKOS_ENABLE_PRAGMA_VECTOR: no 37: KOKKOS_ENABLE_SERIAL: yes 37: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 37: Kokkos Version: 4.6.99 37: Shared Memory per Block: 48 KiB 37: Total Global Memory: 31.73 GiB 37: macro KOKKOS_ENABLE_CUDA: defined 37: platform: 64bit 37: via Address Translation Service: 0 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37/65 Test #37: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.22 sec test 38 Start 38: Kokkos_PerformanceTest_Mempool 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-27-42.json" 38: Test timeout computed to be: 1500 [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o 38: 2025-03-17T16:02:03+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 38: Run on (6 X 2095.11 MHz CPU s) 38: CPU Caches: 38: L1 Data 32 KiB (x6) 38: L1 Instruction 32 KiB (x6) 38: L2 Unified 4096 KiB (x6) 38: L3 Unified 16384 KiB (x6) 38: Load Average: 0.88, 3.72, 5.42 38: CPU architecture: none 38: Can access system allocated memory: 0 38: Capability: 7.0 38: Default Device: Cuda 38: GPU architecture: VOLTA70 38: KOKKOS_COMPILER_CLANG: 1507 38: KOKKOS_ENABLE_ASM: no 38: KOKKOS_ENABLE_CUDA: yes 38: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 38: KOKKOS_ENABLE_CUDA_UVM: no 38: KOKKOS_ENABLE_CXX17: no 38: KOKKOS_ENABLE_CXX20: yes 38: KOKKOS_ENABLE_CXX23: no 38: KOKKOS_ENABLE_CXX26: no 38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 38: KOKKOS_ENABLE_HWLOC: no 38: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 38: KOKKOS_ENABLE_LIBDL: yes 38: KOKKOS_ENABLE_PRAGMA_IVDEP: no 38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 38: KOKKOS_ENABLE_PRAGMA_UNROLL: no 38: KOKKOS_ENABLE_PRAGMA_VECTOR: no 38: KOKKOS_ENABLE_SERIAL: yes 38: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 38: Kokkos Version: 4.6.99 38: Shared Memory per Block: 48 KiB 38: Total Global Memory: 31.73 GiB 38: macro KOKKOS_ENABLE_CUDA: defined 38: platform: 64bit 38: via Address Translation Service: 0 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o 31: Test_Atomic/100000/iterations:10 4.63 s 0.002 s 10 1 8 7.54133 4.18217m 85.23u 4.99995G 1.5523M 4.99995G /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewLayoutStrideAssignment.cpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o 38: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations FOM: fill ops per second 38: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 5387 42.6445M/s /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewOfClass.cpp [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_CUDA [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 93%] Linking CXX executable Kokkos_policy_performance [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 93%] Built target Kokkos_policy_performance [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 95%] Linking CXX executable Kokkos_UnitTest_SIMD [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 95%] Built target Kokkos_UnitTest_SIMD 38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations FOM: cycle ops per second 38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 18199 290.44M/s 38/65 Test #38: Kokkos_PerformanceTest_Mempool ............................. Passed 8.24 sec test 39 Start 39: Kokkos_PerformanceTest_Atomic 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-27-42.json" 39: Test timeout computed to be: 1500 39: 2025-03-17T16:02:11+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 39: Run on (6 X 2095.11 MHz CPU s) 39: CPU Caches: 39: L1 Data 32 KiB (x6) 39: L1 Instruction 32 KiB (x6) 39: L2 Unified 4096 KiB (x6) 39: L3 Unified 16384 KiB (x6) 39: Load Average: 0.89, 3.68, 5.39 39: CPU architecture: none 39: Can access system allocated memory: 0 39: Capability: 7.0 39: Default Device: Cuda 39: GPU architecture: VOLTA70 39: KOKKOS_COMPILER_CLANG: 1507 39: KOKKOS_ENABLE_ASM: no 39: KOKKOS_ENABLE_CUDA: yes 39: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 39: KOKKOS_ENABLE_CUDA_UVM: no 39: KOKKOS_ENABLE_CXX17: no 39: KOKKOS_ENABLE_CXX20: yes 39: KOKKOS_ENABLE_CXX23: no 39: KOKKOS_ENABLE_CXX26: no 39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 39: KOKKOS_ENABLE_HWLOC: no 39: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 39: KOKKOS_ENABLE_LIBDL: yes 39: KOKKOS_ENABLE_PRAGMA_IVDEP: no 39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 39: KOKKOS_ENABLE_PRAGMA_UNROLL: no 39: KOKKOS_ENABLE_PRAGMA_VECTOR: no 39: KOKKOS_ENABLE_SERIAL: yes 39: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 39: Kokkos Version: 4.6.99 39: Shared Memory per Block: 48 KiB 39: Total Global Memory: 31.73 GiB 39: macro KOKKOS_ENABLE_CUDA: defined 39: platform: 64bit 39: via Address Translation Service: 0 [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 95%] Linking CXX executable Kokkos_bytes_and_flops 39: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 39: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Test_Atomic/30000/iterations:10 0.171 s 0.170 s 10 1 4 3.7026m 3.17923m 141.5u 449.985M 49.632k 449.985M [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_a.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_b.cpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 95%] Built target Kokkos_bytes_and_flops [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c01.cpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c02.cpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c03.cpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c04.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o 39: Test_Atomic/100000/iterations:10 1.05 s 1.05 s 10 1 8 2.42494m 1.11731m 72.8u 4.99995G 656.656k 4.99995G [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c05.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c06.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c07.cpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c08.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c09.cpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c10.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c11.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 22%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 22%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o 31: Test_Atomic/100000/iterations:10 4.60 s 0.002 s 10 1 4 7.22702 4.75882m 45.64u 704.983M 1.18179M 704.983M [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 29%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 29%] Built target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o 39: Test_Atomic/100000/iterations:10 3.12 s 3.11 s 10 1 8 5.13685 1.4692m 72.45u 4.99995G 593.152k 4.99995G [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 29%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 29%] Built target Kokkos_CoreTestCompileOnly [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o Scanning dependencies of target Kokkos_ProfilingAllCalls [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.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 Scanning dependencies of target Kokkos_ToolsInitialization [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c12.cpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o 39: Test_Atomic/100000/iterations:10 1.04 s 1.04 s 10 1 4 1.63995m 1044.14u 102.23u 704.983M 590.144k 704.983M [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_SubView_c13.cpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.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/TestProfilingSection.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reductions.cpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ParallelScanRangePolicy.cpp [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 77%] Built target Kokkos_CoreUnitTest_Default [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reductions_DeviceView.cpp 39: Test_Atomic/100000/iterations:10 1.05 s 1.04 s 10 1 8 2.33201m 1000.51u 70.28u 4.99995G 682.176k 4.99995G /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reducers_a.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 30%] Linking CXX executable Kokkos_ToolsInitialization [ 30%] Built target Kokkos_ToolsInitialization [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o Scanning dependencies of target Kokkos_StackTraceTestExec [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reducers_b.cpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reducers_c.cpp [ 30%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reducers_d.cpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 31%] Built target Kokkos_CoreUnitTest_Default 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 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Reducers_e.cpp [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Complex.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_int.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_unsignedint.cpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o 31: Test_Atomic/100000/iterations:10 4.59 s 0.002 s 10 1 8 7.4529 3.77794m 79.39u 4.99995G 1.38304M 4.99995G [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_longint.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.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 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_unsignedlongint.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Built target Kokkos_UnitTest_Sort [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.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_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_longlongint.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_double.cpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_float.cpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o 39: Test_Atomic/100000/iterations:10 3.15 s 3.14 s 10 1 8 5.20639 1.44596m 72.65u 4.99995G 820.176k 4.99995G [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_complexfloat.cpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicOperations_complexdouble.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_AtomicViews.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 33%] 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_DynRankView_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Atomics.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_TeamBasic.cpp 39: Test_Atomic/100000/iterations:10 1.06 s 1.05 s 10 0 4 3.54866m 1013.8u 1083.97u 5.00013G 683.072k 4.99989G [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_TeamScratch.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_TeamVectorRange.cpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 34%] 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_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_TeamReductionScan.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_TeamTeamSize.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Other.cpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o 39: Test_Atomic/100000/iterations:10 1.05 s 1.05 s 10 1 8 3.53949m 1013.02u 1.18305m 4.99995G 696.88k 4.99995G 39/65 Test #39: Kokkos_PerformanceTest_Atomic .............................. Passed 117.08 sec test 40 Start 40: Kokkos_PerformanceTest_Reduction 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-27-42.json" 40: Test timeout computed to be: 1500 40: 2025-03-17T16:04:08+00:00 40: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 40: Run on (6 X 2095.11 MHz CPU s) 40: CPU Caches: 40: L1 Data 32 KiB (x6) 40: L1 Instruction 32 KiB (x6) 40: L2 Unified 4096 KiB (x6) 40: L3 Unified 16384 KiB (x6) 40: Load Average: 0.99, 2.79, 4.85 40: CPU architecture: none 40: Can access system allocated memory: 0 40: Capability: 7.0 40: Default Device: Cuda 40: GPU architecture: VOLTA70 40: KOKKOS_COMPILER_CLANG: 1507 40: KOKKOS_ENABLE_ASM: no 40: KOKKOS_ENABLE_CUDA: yes 40: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 40: KOKKOS_ENABLE_CUDA_UVM: no 40: KOKKOS_ENABLE_CXX17: no 40: KOKKOS_ENABLE_CXX20: yes 40: KOKKOS_ENABLE_CXX23: no 40: KOKKOS_ENABLE_CXX26: no 40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 40: KOKKOS_ENABLE_HWLOC: no 40: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 40: KOKKOS_ENABLE_LIBDL: yes 40: KOKKOS_ENABLE_PRAGMA_IVDEP: no 40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 40: KOKKOS_ENABLE_PRAGMA_UNROLL: no 40: KOKKOS_ENABLE_PRAGMA_VECTOR: no 40: KOKKOS_ENABLE_SERIAL: yes 40: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 40: Kokkos Version: 4.6.99 40: Shared Memory per Block: 48 KiB 40: Total Global Memory: 31.73 GiB 40: macro KOKKOS_ENABLE_CUDA: defined 40: platform: 64bit 40: via Address Translation Service: 0 40: ---------------------------------------------------------------------------------------------------- 40: Benchmark Time CPU Iterations 40: ---------------------------------------------------------------------------------------------------- 40: ReductionCheapScalarResult/10000/iterations:10 16.8 us 16.5 us 10 40: ReductionCheapScalarResult/100000/iterations:10 18.0 us 18.0 us 10 40: ReductionCheapScalarResult/1000000/iterations:10 27.6 us 27.5 us 10 40: ReductionCheapScalarResult/10000000/iterations:10 96.9 us 96.5 us 10 40: ReductionCheapHostResult/10000/iterations:10 15.2 us 15.2 us 10 40: ReductionCheapHostResult/100000/iterations:10 16.8 us 16.8 us 10 40: ReductionCheapHostResult/1000000/iterations:10 29.6 us 29.6 us 10 40: ReductionCheapHostResult/10000000/iterations:10 103 us 102 us 10 40: ReductionCheapDeviceResult/10000/iterations:10 11.5 us 11.5 us 10 40: ReductionCheapDeviceResult/100000/iterations:10 13.2 us 13.1 us 10 40: ReductionCheapDeviceResult/1000000/iterations:10 27.3 us 26.5 us 10 40: ReductionCheapDeviceResult/10000000/iterations:10 102 us 102 us 10 40: ReductionExpensive/10000/iterations:10 68.2 us 68.2 us 10 40: ReductionExpensive/100000/iterations:10 177 us 176 us 10 40: ReductionExpensive/1000000/iterations:10 1538 us 1524 us 10 40: ReductionExpensive/10000000/iterations:10 14925 us 14873 us 10 40/65 Test #40: Kokkos_PerformanceTest_Reduction ........................... Passed 0.36 sec test 41 Start 41: Kokkos_ContainersUnitTest_Serial 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 41: Test timeout computed to be: 1500 41: [==========] Running 70 tests from 2 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from serial_DeathTest 41: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [100%] Built target Kokkos_CoreUnitTest_HIP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: d252bf530e88 Build name: Linux-hipcc Create new tag: 20250317-1604 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: [==========] Running 352 tests from 4 test suites. 1: [----------] Global test environment set-up. 1: [----------] 17 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 34%] Linking CXX executable Kokkos_StackTraceTestExec [ 34%] Built target Kokkos_StackTraceTestExec [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 1: [ OK ] openmp_DeathTest.abort_from_host (2315 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device 41: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (5735 ms) 41: [----------] 1 test from serial_DeathTest (5735 ms total) 41: 41: [----------] 69 tests from serial 41: [ RUN ] serial.bitset [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_MDRange_a.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_MDRange_b.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_MDRange_c.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_MDRange_d.cpp 1: [ OK ] openmp_DeathTest.abort_from_device (2186 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 41: [ OK ] serial.bitset (2000 ms) 41: [ RUN ] serial.bitset_default_constructor_no_alloc 41: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 41: [ RUN ] serial.dualview_combination 41: [ OK ] serial.dualview_combination (0 ms) 41: [ RUN ] serial.dualview_alloc 41: [ OK ] serial.dualview_alloc (0 ms) 41: [ RUN ] serial.test_dualview_copy_construction_and_assignment 41: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 41: [ RUN ] serial.dualview_combinations_without_init 41: [ OK ] serial.dualview_combinations_without_init (0 ms) 41: [ RUN ] serial.dualview_deep_copy 41: [ OK ] serial.dualview_deep_copy (0 ms) 41: [ RUN ] serial.dualview_sync_should_fence 41: [ OK ] serial.dualview_sync_should_fence (0 ms) 41: [ RUN ] serial.dualview_realloc 41: [ OK ] serial.dualview_realloc (0 ms) 41: [ RUN ] serial.dualview_resize 41: [ OK ] serial.dualview_resize (0 ms) 41: [ RUN ] serial.dualview_device_correct_kokkos_device 41: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 41: [ RUN ] serial.dualview_host_correct_kokkos_device 41: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_sync 41: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 41: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_sync 41: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 41: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 41: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 41: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 41: [ RUN ] serial.dualview_sequential_host_init 41: [ OK ] serial.dualview_sequential_host_init (0 ms) 41: [ RUN ] serial.dynamic_view 41: [ OK ] serial.dynamic_view (12 ms) 41: [ RUN ] serial.dyn_rank_view_api_generic 41: [ OK ] serial.dyn_rank_view_api_generic (6 ms) 41: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 41: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 41: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 41: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 41: skipping since not default execution space 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 41: [ RUN ] serial.dyn_rank_view_api_operator_rank67 41: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 41: [ RUN ] serial.dyn_rank_view_team_scratch 41: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 41: [ RUN ] serial.ErrorReporterViaLambda 41: [ OK ] serial.ErrorReporterViaLambda (0 ms) 41: [ RUN ] serial.ErrorReporter 41: [ OK ] serial.ErrorReporter (0 ms) 41: [ RUN ] serial.offsetview_construction 41: [ OK ] serial.offsetview_construction (16 ms) 41: [ RUN ] serial.offsetview_unmanaged_construction 41: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 41: [ RUN ] serial.offsetview_subview 41: [ OK ] serial.offsetview_subview (7 ms) 41: [ RUN ] serial.offsetview_offsets_rank1 41: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank2 41: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank3 41: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 41: [ RUN ] serial.scatterview [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1930 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 41: [ OK ] serial.scatterview (1840 ms) 41: [ RUN ] serial.scatterview_devicetype 41: [ OK ] serial.scatterview_devicetype (1 ms) 41: [ RUN ] serial.staticcrsgraph 41: [ OK ] serial.staticcrsgraph (13 ms) 41: [ RUN ] serial.resize_realloc_no_init_dualview 41: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_dualview 41: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 41: [ RUN ] serial.resize_exec_space_dualview 41: [ OK ] serial.resize_exec_space_dualview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dualview 41: [ OK ] serial.realloc_exec_space_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_dynrankview 41: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 41: [ RUN ] serial.resize_exec_space_dynrankview 41: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dynrankview 41: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_scatterview 41: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_scatterview 41: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 41: [ RUN ] serial.resize_exec_space_scatterview 41: [ OK ] serial.resize_exec_space_scatterview (0 ms) 41: [ RUN ] serial.realloc_exec_space_scatterview 41: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview 41: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 41: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 41: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview 41: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 41: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_offsetview 41: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview 41: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 41: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 41: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 41: [ RUN ] serial.UnorderedMap_insert /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_MDRange_e.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1946 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Crs.cpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (2036 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 31: Test_Atomic/100000/iterations:10 4.61 s 0.002 s 10 1 8 7.29735 3.58816m 79.66u 4.99995G 1.24387M 4.99995G /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/serial/TestSerial_Task.cpp 41: [ OK ] serial.UnorderedMap_insert (6349 ms) 41: [ RUN ] serial.UnorderedMap_failed_insert [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (3965 ms) 1: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 1: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (1986 ms) 1: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 41: [ OK ] serial.UnorderedMap_failed_insert (3997 ms) 41: [ RUN ] serial.UnorderedMap_deep_copy 41: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 41: [ RUN ] serial.UnorderedMap_valid_empty 41: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 41: [ RUN ] serial.UnorderedMap_clear_zero_size 41: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 41: [ RUN ] serial.UnorderedMap_consistent_size 41: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 41: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 41: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 41: [ RUN ] serial.UnorderedMap_lambda_capturable 41: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 41: [ RUN ] serial.UnorderedMap_constructor_view_alloc 41: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 41: [ RUN ] serial.vector_combination 41: [ OK ] serial.vector_combination (0 ms) 41: [ RUN ] serial.vector_insert 41: [ OK ] serial.vector_insert (0 ms) 41: [ RUN ] serial.vector_push_back_default_exec 41: [ OK ] serial.vector_push_back_default_exec (0 ms) 41: [ RUN ] serial.viewctorprop_embedded_dim 41: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 41: [----------] 69 tests from serial (14260 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 70 tests from 2 test suites ran. (19996 ms total) 41: [ PASSED ] 69 tests. 41: [ SKIPPED ] 1 test, listed below: 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 41/65 Test #41: Kokkos_ContainersUnitTest_Serial ........................... Passed 20.21 sec test 42 Start 42: Kokkos_ContainersUnitTest_Cuda 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 42: Test timeout computed to be: 1500 42: [==========] Running 70 tests from 2 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from cuda_DeathTest 42: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_WorkGraph.cpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_LocalDeepCopy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestHWLOC.cpp 1: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (3921 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType.cpp [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_a1.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_b1.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_c1.cpp 42: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (4842 ms) 42: [----------] 1 test from cuda_DeathTest (4842 ms total) 42: 42: [----------] 69 tests from cuda 42: [ RUN ] cuda.bitset 42: [ OK ] cuda.bitset (13 ms) 42: [ RUN ] cuda.bitset_default_constructor_no_alloc 42: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 42: [ RUN ] cuda.dualview_combination 42: [ OK ] cuda.dualview_combination (1 ms) 42: [ RUN ] cuda.dualview_alloc 42: [ OK ] cuda.dualview_alloc (0 ms) 42: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 42: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 42: [ RUN ] cuda.dualview_combinations_without_init 42: [ OK ] cuda.dualview_combinations_without_init (0 ms) 42: [ RUN ] cuda.dualview_deep_copy 42: [ OK ] cuda.dualview_deep_copy (1 ms) 42: [ RUN ] cuda.dualview_sync_should_fence 42: [ OK ] cuda.dualview_sync_should_fence (0 ms) 42: [ RUN ] cuda.dualview_realloc 42: [ OK ] cuda.dualview_realloc (0 ms) 42: [ RUN ] cuda.dualview_resize 42: [ OK ] cuda.dualview_resize (0 ms) 42: [ RUN ] cuda.dualview_device_correct_kokkos_device 42: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 42: [ RUN ] cuda.dualview_host_correct_kokkos_device 42: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 42: [ RUN ] cuda.dualview_host_modify_template_device_sync 42: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 42: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 42: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 42: [ RUN ] cuda.dualview_device_modify_template_host_sync 42: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 42: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 42: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 42: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 42: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 42: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 42: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 42: [ RUN ] cuda.dualview_sequential_host_init 42: [ OK ] cuda.dualview_sequential_host_init (0 ms) 42: [ RUN ] cuda.dynamic_view 42: [ OK ] cuda.dynamic_view (26 ms) 42: [ RUN ] cuda.dyn_rank_view_api_generic 42: [ OK ] cuda.dyn_rank_view_api_generic (12 ms) 42: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 42: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 42: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 42: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 42: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 42: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 42: [ RUN ] cuda.dyn_rank_view_team_scratch 42: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 42: [ RUN ] cuda.ErrorReporterViaLambda 42: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 42: [ RUN ] cuda.ErrorReporter 42: [ OK ] cuda.ErrorReporter (0 ms) 42: [ RUN ] cuda.offsetview_construction 42: [ OK ] cuda.offsetview_construction (2 ms) 42: [ RUN ] cuda.offsetview_unmanaged_construction 42: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 42: [ RUN ] cuda.offsetview_subview 42: [ OK ] cuda.offsetview_subview (0 ms) 42: [ RUN ] cuda.offsetview_offsets_rank1 42: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 42: [ RUN ] cuda.offsetview_offsets_rank2 42: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 42: [ RUN ] cuda.offsetview_offsets_rank3 42: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 42: [ RUN ] cuda.scatterview [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_a2.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_b2.cpp 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (8132 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_c2.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_Default [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 42: [ OK ] cuda.scatterview (12016 ms) 42: [ RUN ] cuda.scatterview_devicetype 42: [ OK ] cuda.scatterview_devicetype (25 ms) 42: [ RUN ] cuda.staticcrsgraph 42: [ OK ] cuda.staticcrsgraph (36 ms) 42: [ RUN ] cuda.resize_realloc_no_init_dualview 42: [ OK ] cuda.resize_realloc_no_init_dualview (1 ms) 42: [ RUN ] cuda.resize_realloc_no_alloc_dualview 42: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 42: [ RUN ] cuda.resize_exec_space_dualview 42: [ OK ] cuda.resize_exec_space_dualview (0 ms) 42: [ RUN ] cuda.realloc_exec_space_dualview 42: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_init_dynrankview 42: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 42: [ RUN ] cuda.resize_exec_space_dynrankview 42: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 42: [ RUN ] cuda.realloc_exec_space_dynrankview 42: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_init_scatterview 42: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 42: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 42: [ RUN ] cuda.resize_exec_space_scatterview 42: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 42: [ RUN ] cuda.realloc_exec_space_scatterview 42: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynrankview 42: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 42: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 42: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 42: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_offsetview 42: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 42: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 42: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 42: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynamicview 42: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 42: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 42: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 42: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 42: [ RUN ] cuda.UnorderedMap_insert [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o 42: [ OK ] cuda.UnorderedMap_insert (3463 ms) 42: [ RUN ] cuda.UnorderedMap_failed_insert [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 42: [ OK ] cuda.UnorderedMap_failed_insert (850 ms) 42: [ RUN ] cuda.UnorderedMap_deep_copy 42: [ OK ] cuda.UnorderedMap_deep_copy (4 ms) 42: [ RUN ] cuda.UnorderedMap_valid_empty 42: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 42: [ RUN ] cuda.UnorderedMap_clear_zero_size 42: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 42: [ RUN ] cuda.UnorderedMap_consistent_size 42: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 42: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 42: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 42: [ RUN ] cuda.UnorderedMap_lambda_capturable 42: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 42: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 42: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 42: [ RUN ] cuda.vector_combination 42: [ OK ] cuda.vector_combination (0 ms) 42: [ RUN ] cuda.vector_insert 42: [ OK ] cuda.vector_insert (1 ms) 42: [ RUN ] cuda.vector_push_back_default_exec 42: [ OK ] cuda.vector_push_back_default_exec (0 ms) 42: [ RUN ] cuda.viewctorprop_embedded_dim 42: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 42: [----------] 69 tests from cuda (16476 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 70 tests from 2 test suites ran. (21318 ms total) 42: [ PASSED ] 70 tests. [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o 42/65 Test #42: Kokkos_ContainersUnitTest_Cuda ............................. Passed 21.58 sec test 43 Start 43: Kokkos_ContainersPerformanceTest_Cuda 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 43: Test timeout computed to be: 1500 43: [==========] Running 4 tests from 1 test suite. 43: [----------] Global test environment set-up. 43: [----------] 4 tests from TEST_CATEGORY 43: [ RUN ] TEST_CATEGORY.dynrankview_perf 43: Cuda 43: DynRankView vs View: Initialization Only 43: View time (init only): 0.00292557 43: View sum computation time: 0.00292557 43: Strided View time (init only): 0.00113837 43: View Rank7 time (init only): 0.00114887 43: DynRankView time (init only): 0.00113789 43: DynRankView sum computation time: 0.00177133 43: Ratio of View to DynRankView time: 2.57104 43: Ratio of View to DynRankView sum computation time: 1.02676 43: Ratio of View to View Rank7 time: 2.54647 43: Ratio of StrideView to DynRankView time: 1.00042 43: Ratio of DynRankView to View Rank7 time: 0.990441 43: [ OK ] TEST_CATEGORY.dynrankview_perf (14 ms) 43: [ RUN ] TEST_CATEGORY.global_2_local 43: Cuda 43: size, create, generate, fill, find 43: 256, 0.000275006, 6.4473e-05, 0.00238554, 0.00185931 43: 512, 0.000151949, 1.0127e-05, 1.8515e-05, 0.00181441 43: 1024, 0.000143432, 1.0069e-05, 1.8067e-05, 0.00186501 43: 2048, 0.000140278, 9.352e-06, 2.0412e-05, 0.00196849 43: 4096, 0.000148821, 9.512e-06, 2.1163e-05, 0.00188862 43: 8192, 0.00013992, 9.167e-06, 2.2127e-05, 0.0019015 43: 16384, 0.000138188, 8.867e-06, 2.4588e-05, 0.00256029 43: 32768, 0.000420158, 1.0296e-05, 2.8355e-05, 0.003644 43: 65536, 0.00023612, 1.8815e-05, 3.7543e-05, 0.00547678 43: 131072, 0.000313585, 1.12e-05, 6.0358e-05, 0.0101469 43: 262144, 0.00053499, 1.2383e-05, 0.000152877, 0.0155483 43: 524288, 0.000519818, 1.5528e-05, 0.000540801, 0.0247253 43: 1048576, 0.000554832, 2.9453e-05, 0.0012658, 0.0552114 43: 2097152, 0.000679011, 3.3929e-05, 0.00303684, 0.120663 43: 4194304, 0.000889882, 5.491e-05, 0.00678658, 0.251087 43: [ OK ] TEST_CATEGORY.global_2_local (523 ms) 43: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 43: skipping test 43: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 43: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 43: skipping test 43: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 43: [----------] 4 tests from TEST_CATEGORY (538 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 1 test suite ran. (538 ms total) 43: [ PASSED ] 4 tests. 43/65 Test #43: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.69 sec test 44 Start 44: Kokkos_UnitTest_Sort 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 44: Test timeout computed to be: 1500 44: [==========] Running 17 tests from 2 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from cuda_DeathTest 44: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_a3.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_b3.cpp 44: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (798 ms) 44: [----------] 1 test from cuda_DeathTest (799 ms total) 44: 44: [----------] 16 tests from cuda 44: [ RUN ] cuda.SortUnsignedValueType 44: [ OK ] cuda.SortUnsignedValueType (19 ms) 44: [ RUN ] cuda.SortEmptyView 44: [ OK ] cuda.SortEmptyView (0 ms) 44: [ RUN ] cuda.SortByKeyEmptyView 44: [ OK ] cuda.SortByKeyEmptyView (0 ms) 44: [ RUN ] cuda.SortByKeyEmptyViewHost 44: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 44: [ RUN ] cuda.SortByKey 44: [ OK ] cuda.SortByKey (5 ms) 44: [ RUN ] cuda.SortByKeyWithComparator 44: [ OK ] cuda.SortByKeyWithComparator (1 ms) 44: [ RUN ] cuda.SortByKeyStaticExtents 44: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 44: [ RUN ] cuda.SortByKeyWithStrides 44: [ OK ] cuda.SortByKeyWithStrides (0 ms) 44: [ RUN ] cuda.SortWithCustomComparator 44: [ OK ] cuda.SortWithCustomComparator (73 ms) 44: [ RUN ] cuda.BinSortGenericTests 44: [ OK ] cuda.BinSortGenericTests (24 ms) 44: [ RUN ] cuda.BinSortEmptyView 44: [ OK ] cuda.BinSortEmptyView (0 ms) 44: [ RUN ] cuda.BinSortEmptyKeysView 44: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 44: [ RUN ] cuda.BinSort_issue_7221 44: [ OK ] cuda.BinSort_issue_7221 (0 ms) 44: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/default/TestDefaultDeviceType_c3.cpp [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (14451 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestStackTrace.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestStackTrace_f0.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestStackTrace_f1.cpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o 44: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (10953 ms) 44: [ RUN ] cuda.NestedSort 44: [ OK ] cuda.NestedSort (34 ms) 44: [ RUN ] cuda.NestedSortByKey 44: [ OK ] cuda.NestedSortByKey (100 ms) 44: [----------] 16 tests from cuda (11214 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 17 tests from 2 test suites ran. (12013 ms total) 44: [ PASSED ] 17 tests. 44/65 Test #44: Kokkos_UnitTest_Sort ....................................... Passed 12.23 sec test 45 Start 45: Kokkos_UnitTest_Random 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 45: Test timeout computed to be: 1500 45: [==========] Running 3 tests from 1 test suite. 45: [----------] Global test environment set-up. 45: [----------] 3 tests from cuda 45: [ RUN ] cuda.Random_XorShift64 45: Test Seed:1742227503855037999 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.45775e-07 -0.0015799 0.0116403 || 0.051031 28021 29329 || 28719.8 28674.4 || 160.915 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.5082e-07 0.00658232 0.00793335 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00773885 0.00481147 || 0.051031 28007 29448 || 28454.2 28674.4 || 66.5137 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00782079 -0.00535651 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00717078 -0.0110517 || 0.051031 28073 29417 || 28470.2 28674.4 || -152.778 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0268451 -0.00374256 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.0129157 -0.00626185 || 0.051031 28008 29347 || 28308.8 28674.4 || -86.5638 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00381577 -0.00469855 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000246636 -0.99999 -48248 || 0.051031 0 194912 || 2.92882e+09 28674.4 || -6.6698e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.000738801 -0.314773 0.144173 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195596 -0.999999 -57856 || 0.051031 0 1.55165e+06 || 2.86886e+10 28674.4 || -7.99801e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.00587839 -0.967909 10.2746 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.53342e-07 -0.00524412 -0.00371023 || 0.051031 27979 29424 || 28825.6 28674.4 || -51.2903 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.73523e-07 0.000425311 0.00185194 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00527354 -0.00510434 || 0.051031 27983 29354 || 28524 28674.4 || -70.5624 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0126007 -0.00614443 || 0.051031 1e+64 -1e+64 45: Test Seed:1742227503960394079 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00731213 0.00971324 || 0.051031 28040 29337 || 28466.2 28674.4 || 134.276 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00436231 -0.000994864 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.0166286 -0.0161895 || 0.051031 28097 29351 || 28205.4 28674.4 || -223.804 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0113235 -0.00604446 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.0213067 -0.014414 || 0.051031 27963 29343 || 29298.6 28674.4 || -199.259 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0105374 0.00380933 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.0138338 -0.0021905 || 0.051031 27969 29294 || 29076.6 28674.4 || -30.2814 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.000662443 -0.00329518 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000245894 -0.99999 -48244.7 || 0.051031 0 195321 || 2.9287e+09 28674.4 || -6.66935e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.000736588 -0.316309 0.160448 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195604 -0.999999 -57857.7 || 0.051031 0 1.55124e+06 || 2.86895e+10 28674.4 || -7.99825e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.00587842 -0.967811 10.2003 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.76045e-07 0.0119351 0.0288699 || 0.051031 28036 29336 || 28336.2 28674.4 || 399.098 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 7.41632e-07 0.00740897 0.00675313 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.00135134 -0.0161234 || 0.051031 27875 29377 || 28713.2 28674.4 || -222.89 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0223693 -0.00485365 || 0.051031 1e+64 -1e+64 45: [ OK ] cuda.Random_XorShift64 (209 ms) 45: [ RUN ] cuda.Random_XorShift1024_0 45: Test Seed:1742227504064648749 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.0110711 0.0136538 || 0.051031 10954 11786 || 11504.3 11377 || 188.751 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00976217 -9.87769e-05 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.54313e-07 0.00378073 0.00181964 || 0.051031 10990 11826 || 11334.1 11377 || 25.1547 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.67029e-07 -0.0176246 0.000777098 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.00614653 0.00856411 || 0.051031 11002 11792 || 11307.5 11377 || 118.39 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.000977796 -0.000681772 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.0111684 -0.00498928 || 0.051031 10919 11751 || 11251.3 11377 || -68.9718 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00573042 0.0033385 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00024593 -0.999975 -7595.1 || 0.051031 0 77754 || 4.6103e+08 11377 || -1.04995e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.000737543 -0.147247 0.0247563 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.0019612 -0.999997 -9107.78 || 0.051031 0 616463 || 4.51609e+09 11377 || -1.25906e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.00589499 -0.922501 1.60559 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.79744e-07 -0.00736222 -0.00545709 || 0.051031 11012 11783 || 11461.3 11377 || -75.4388 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 3.43323e-07 0.00976434 0.00178648 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.00950826 0.00406429 || 0.051031 10959 11803 || 11486.2 11377 || 56.1847 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.0179794 0.00539194 || 0.051031 1e+64 -1e+64 45: Test Seed:1742227504137852797 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.0248067 0.00320032 || 0.051031 10971 11783 || 11666.4 11377 || 44.2412 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.000643101 -0.00193699 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.0112719 0.00189049 || 0.051031 10986 11779 || 11506.7 11377 || 26.1342 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.000346919 0.000717668 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.0109745 0.00280474 || 0.051031 11001 11818 || 11503.2 11377 || 38.7727 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00211491 0.00047394 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.000863156 -2.82371e-05 || 0.051031 10962 11763 || 11367.1 11377 || -0.39035 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00799119 0.00262064 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000244111 -0.999975 -7595.45 || 0.051031 0 77839 || 4.61112e+08 11377 || -1.05e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.000731984 -0.153235 0.0274387 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195448 -0.999997 -9108.15 || 0.051031 0 616665 || 4.51696e+09 11377 || -1.25911e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.0058743 -0.922641 1.6093 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.9246e-07 0.00484689 0.00872907 || 0.051031 10965 11744 || 11322.1 11377 || 120.671 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 3.8147e-07 0.0150056 0.000541789 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.0139014 -0.00731589 || 0.051031 10997 11839 || 11221 11377 || -101.135 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.0120766 0.00181842 || 0.051031 1e+64 -1e+64 45: [ OK ] cuda.Random_XorShift1024_0 (181 ms) 45: [ RUN ] cuda.Multi_streams 45: [ OK ] cuda.Multi_streams (219 ms) 45: [----------] 3 tests from cuda (609 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 1 test suite ran. (609 ms total) 45: [ PASSED ] 3 tests. 45/65 Test #45: Kokkos_UnitTest_Random ..................................... Passed 0.80 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 46: Test timeout computed to be: 1500 46: [==========] Running 16 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_DeathTest 46: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 46: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 46: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 46: 46: [----------] 3 tests from std_algorithms_reducers 46: [ RUN ] std_algorithms_reducers.max_first_loc 46: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 46: [ RUN ] std_algorithms_reducers.min_first_loc 46: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 46: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 46: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 46: [----------] 3 tests from std_algorithms_reducers (0 ms total) 46: 46: [----------] 1 test from std_algorithms 46: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 46: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 46: [----------] 1 test from std_algorithms (0 ms total) 46: 46: [----------] 11 tests from random_access_iterator_test 46: [ RUN ] random_access_iterator_test.constructor 46: [ OK ] random_access_iterator_test.constructor (0 ms) 46: [ RUN ] random_access_iterator_test.constructiblity 46: [ OK ] random_access_iterator_test.constructiblity (0 ms) 46: [ RUN ] random_access_iterator_test.dereference 46: [ OK ] random_access_iterator_test.dereference (0 ms) 46: [ RUN ] random_access_iterator_test.subscript_operator 46: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet1 46: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet2 46: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet3 46: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet4 46: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 46: [ RUN ] random_access_iterator_test.assignment_operator 46: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 46: [ RUN ] random_access_iterator_test.distance 46: [ OK ] random_access_iterator_test.distance (0 ms) 46: [ RUN ] random_access_iterator_test.traits_helpers 46: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 46: [----------] 11 tests from random_access_iterator_test (2 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 16 tests from 4 test suites ran. (2 ms total) 46: [ PASSED ] 16 tests. 46/65 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.16 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 47: Test timeout computed to be: 1500 47: [==========] Running 7 tests from 1 test suite. 47: [----------] Global test environment set-up. 47: [----------] 7 tests from std_algorithms_min_max_element_test 47: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 47: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 47: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 47: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 47: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (6 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 47: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (6 ms) 47: [----------] 7 tests from std_algorithms_min_max_element_test (26 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 7 tests from 1 test suite ran. (26 ms total) 47: [ PASSED ] 7 tests. 47/65 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.18 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test timeout computed to be: 1500 48: [==========] Running 13 tests from 10 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_lexicographical_compare_test 48: [ RUN ] std_algorithms_lexicographical_compare_test.test 48: [ OK ] std_algorithms_lexicographical_compare_test.test (18 ms) 48: [----------] 1 test from std_algorithms_lexicographical_compare_test (18 ms total) 48: 48: [----------] 1 test from std_algorithms_for_each_test 48: [ RUN ] std_algorithms_for_each_test.test 48: [ OK ] std_algorithms_for_each_test.test (60 ms) 48: [----------] 1 test from std_algorithms_for_each_test (60 ms total) 48: 48: [----------] 1 test from std_algorithms_find_test 48: [ RUN ] std_algorithms_find_test.test 48: [ OK ] std_algorithms_find_test.test (28 ms) 48: [----------] 1 test from std_algorithms_find_test (28 ms total) 48: 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestStackTrace_f2.cpp 48: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (327 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_end Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o 48: [ OK ] std_algorithms_non_mod_seq_ops.find_end (336 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestStackTrace_f3.cpp 48: [ OK ] std_algorithms_non_mod_seq_ops.search (325 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 48: [ OK ] std_algorithms_non_mod_seq_ops.search_n (239 ms) 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1229 ms total) 48: 48: [----------] 1 test from std_algorithms_count_test 48: [ RUN ] std_algorithms_count_test.test 48: [ OK ] std_algorithms_count_test.test (19 ms) 48: [----------] 1 test from std_algorithms_count_test (19 ms total) 48: 48: [----------] 1 test from std_algorithms_equal_test 48: [ RUN ] std_algorithms_equal_test.test 48: [ OK ] std_algorithms_equal_test.test (11 ms) 48: [----------] 1 test from std_algorithms_equal_test (11 ms total) 48: 48: [----------] 1 test from std_algorithms_all_any_none_of_test 48: [ RUN ] std_algorithms_all_any_none_of_test.test 48: [ OK ] std_algorithms_all_any_none_of_test.test (28 ms) 48: [----------] 1 test from std_algorithms_all_any_none_of_test (28 ms total) 48: 48: [----------] 1 test from std_algorithms_nonmod_seq_ops 48: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 48: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (58 ms) 48: [----------] 1 test from std_algorithms_nonmod_seq_ops (58 ms total) 48: 48: [----------] 1 test from std_algorithms_mismatch_test 48: [ RUN ] std_algorithms_mismatch_test.test [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o 48: [ OK ] std_algorithms_mismatch_test.test (72 ms) 48: [----------] 1 test from std_algorithms_mismatch_test (72 ms total) 48: 48: [----------] 1 test from std_algorithms_mod_seq_ops 48: [ RUN ] std_algorithms_mod_seq_ops.move_backward 48: [ OK ] std_algorithms_mod_seq_ops.move_backward (49 ms) 48: [----------] 1 test from std_algorithms_mod_seq_ops (49 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 13 tests from 10 test suites ran. (1578 ms total) 48: [ PASSED ] 13 tests. 48/65 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 1.75 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 49: Test timeout computed to be: 1500 49: [==========] Running 31 tests from 5 test suites. 49: [----------] Global test environment set-up. 49: [----------] 3 tests from std_algorithms_mod_ops_test 49: [ RUN ] std_algorithms_mod_ops_test.move 49: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 49: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 49: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 49: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total) 49: 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy 49: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 49: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.fill 49: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 49: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 49: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 49: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.generate 49: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 49: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 49: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total) 49: 49: [----------] 4 tests from std_algorithms_replace_ops_test 49: [ RUN ] std_algorithms_replace_ops_test.replace 49: [ OK ] std_algorithms_replace_ops_test.replace (29 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_if 49: [ OK ] std_algorithms_replace_ops_test.replace_if (90 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy 49: [ OK ] std_algorithms_replace_ops_test.replace_copy (50 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 49: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (47 ms) 49: [----------] 4 tests from std_algorithms_replace_ops_test (217 ms total) 49: 49: [----------] 11 tests from std_algorithms_mod_seq_ops 49: [ RUN ] std_algorithms_mod_seq_ops.copy_if 49: [ OK ] std_algorithms_mod_seq_ops.copy_if (34 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique 49: [ OK ] std_algorithms_mod_seq_ops.unique (72 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 49: [ OK ] std_algorithms_mod_seq_ops.unique_copy (46 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove 49: [ OK ] std_algorithms_mod_seq_ops.remove (28 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_if (32 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy (119 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (34 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o 49: [ OK ] std_algorithms_mod_seq_ops.rotate (980 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 49: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (436 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestStackTrace_f4.cpp 49: [ OK ] std_algorithms_mod_seq_ops.shift_left (1115 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_right 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (14210 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: 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-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [----------] 17 tests from openmp_DeathTest (57085 ms total) 1: 1: [----------] 1 test from openmp_graph_DeathTest 1: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_CPUDiscovery.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o 31: Test_Atomic/100000/iterations:10 4.30 s 0.002 s 10 0 4 6.01526 4.80078m 1.11407m 4.99981G 1.10077M 4.99989G ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestCuda_SharedAlloc.o TestCudaUVM_SharedAlloc.o TestCudaHostPinned_SharedAlloc.o TestCuda_RangePolicy.o TestCuda_RangePolicyRequire.o TestCuda_ViewAPI_a.o TestCuda_ViewAPI_b.o TestCuda_ViewAPI_c.o TestCuda_ViewAPI_d.o TestCuda_ViewAPI_e.o TestCuda_ViewCopy_a.o TestCuda_ViewCopy_b.o TestCuda_ViewCopy_c.o TestCuda_DeepCopyAlignment.o TestCuda_ViewMapping_a.o TestCuda_ViewMapping_b.o TestCuda_ViewMapping_subview.o TestCuda_ViewResize.o TestCuda_ViewLayoutStrideAssignment.o TestCudaUVM_ViewAPI_a.o TestCudaUVM_ViewAPI_b.o TestCudaUVM_ViewAPI_c.o TestCudaUVM_ViewAPI_d.o TestCudaUVM_ViewAPI_e.o TestCudaUVM_ViewCopy_a.o TestCudaUVM_ViewCopy_b.o TestCudaUVM_ViewCopy_c.o TestCudaUVM_ViewMapping_a.o TestCudaUVM_ViewMapping_b.o TestCudaUVM_ViewMapping_subview.o TestCudaHostPinned_ViewAPI_a.o TestCudaHostPinned_ViewAPI_b.o TestCudaHostPinned_ViewAPI_c.o TestCudaHostPinned_ViewAPI_d.o TestCudaHostPinned_ViewAPI_e.o TestCudaHostPinned_ViewCopy_a.o TestCudaHostPinned_ViewCopy_b.o TestCudaHostPinned_ViewCopy_c.o TestCudaHostPinned_ViewMapping_a.o TestCudaHostPinned_ViewMapping_b.o TestCudaHostPinned_ViewMapping_subview.o TestCuda_View_64bit.o TestCuda_ViewOfClass.o TestCuda_SubView_a.o TestCuda_SubView_b.o TestCuda_SubView_c01.o TestCuda_SubView_c02.o TestCuda_SubView_c03.o TestCuda_SubView_c04.o TestCuda_SubView_c05.o TestCuda_SubView_c06.o TestCuda_SubView_c07.o TestCuda_SubView_c08.o TestCuda_SubView_c09.o TestCuda_SubView_c10.o TestCuda_SubView_c11.o TestCuda_SubView_c12.o TestCuda_SubView_c13.o TestCuda_Reductions.o TestCuda_ParallelScanRangePolicy.o TestCuda_Reductions_DeviceView.o TestCuda_Reducers_a.o TestCuda_Reducers_b.o TestCuda_Reducers_c.o TestCuda_Reducers_d.o TestCuda_Reducers_e.o TestCuda_Complex.o TestCuda_AtomicOperations_int.o TestCuda_AtomicOperations_unsignedint.o TestCuda_AtomicOperations_longint.o TestCuda_AtomicOperations_unsignedlongint.o TestCuda_AtomicOperations_longlongint.o TestCuda_AtomicOperations_double.o TestCuda_AtomicOperations_float.o TestCuda_AtomicOperations_complexfloat.o TestCuda_AtomicOperations_complexdouble.o TestCuda_AtomicViews.o TestCuda_Atomics.o TestCuda_TeamBasic.o TestCuda_TeamScratch.o TestCuda_TeamReductionScan.o TestCuda_TeamTeamSize.o TestCuda_TeamVectorRange.o TestCuda_Other.o TestCuda_MDRange_a.o TestCuda_MDRange_b.o TestCuda_MDRange_c.o TestCuda_MDRange_d.o TestCuda_MDRange_e.o TestCuda_Crs.o TestCuda_Task.o TestCuda_WorkGraph.o TestCuda_Spaces.o TestCuda_UniqueToken.o TestCuda_LocalDeepCopy.o TestCuda_DebugSerialExecution.o TestCuda_DebugPinUVMSpace.o TestCuda_TeamScratchStreams.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Cuda /var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_CudaInterOpInit 49: [ OK ] std_algorithms_mod_seq_ops.shift_right (1122 ms) 49: [----------] 11 tests from std_algorithms_mod_seq_ops (4023 ms total) 49: 49: [----------] 1 test from std_algorithms_modseq_test 49: [ RUN ] std_algorithms_modseq_test.reverse 49: [ OK ] std_algorithms_modseq_test.reverse (53 ms) 49: [----------] 1 test from std_algorithms_modseq_test (53 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 31 tests from 5 test suites ran. (4301 ms total) 49: [ PASSED ] 31 tests. 49/65 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 4.45 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test timeout computed to be: 1500 50: [==========] Running 29 tests from 7 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_sorting_ops_test 50: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 50: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 50: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 50: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms) 50: [----------] 2 tests from std_algorithms_sorting_ops_test (24 ms total) 50: 50: [----------] 4 tests from std_algorithms_partitioning_test 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 50: [ RUN ] std_algorithms_partitioning_test.partition_point 50: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 50: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 50: 50: [----------] 1 test from std_algorithms_partitioning_ops 50: [ RUN ] std_algorithms_partitioning_ops.partition_copy 50: [ OK ] std_algorithms_partitioning_ops.partition_copy (22 ms) 50: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total) 50: 50: [----------] 12 tests from std_algorithms_numerics_test 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 50: [----------] 12 tests from std_algorithms_numerics_test (9 ms total) 50: 50: [----------] 1 test from std_algorithms_numerics_ops_test 50: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 50: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (103 ms) 50: [----------] 1 test from std_algorithms_numerics_ops_test (103 ms total) 50: 50: [----------] 8 tests from std_algorithms_numeric_ops_test 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (515 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (452 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (145 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan /var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_CudaInterOpStreams 50: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (251 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 50: [----------] 8 tests from std_algorithms_numeric_ops_test (1365 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_ops_test 50: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 50: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (35 ms) 50: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 29 tests from 7 test suites ran. (1564 ms total) 50: [ PASSED ] 29 tests. 50/65 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 1.74 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test timeout computed to be: 1500 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o 51: [==========] Running 12 tests from 7 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 1: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (4372 ms) 1: [----------] 1 test from openmp_graph_DeathTest (4372 ms total) 1: 1: [----------] 318 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_operator_equal 1: [ OK ] openmp.array_operator_equal (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (11 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (2 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (2 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (2 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (6 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (4 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (7 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 (7 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (3 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (21 ms) 1: [ RUN ] openmp.atomics_tpetra_max_abs 1: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] openmp.atomic_views_integral 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (360 ms) 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 1: [ OK ] openmp.atomic_views_integral (237 ms) 1: [ RUN ] openmp.atomic_views_nonintegral 1: [ OK ] openmp.atomic_views_nonintegral (76 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.complex_structured_bindings 1: [ OK ] openmp.complex_structured_bindings (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (0 ms) 1: [ RUN ] openmp.crs_copy_constructor 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (339 ms) 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test (699 ms total) 51: 51: [----------] 2 tests from std_algorithms_count_team_test 51: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestSerial_SharedAlloc.o TestSerial_RangePolicy.o TestSerial_RangePolicyRequire.o TestSerial_View_64bit.o TestSerial_ViewAPI_a.o TestSerial_ViewAPI_b.o TestSerial_ViewAPI_c.o TestSerial_ViewAPI_d.o TestSerial_ViewAPI_e.o TestSerial_DeepCopyAlignment.o TestSerial_ViewCopy_a.o TestSerial_ViewCopy_b.o TestSerial_ViewCopy_c.o TestSerial_ViewMapping_a.o TestSerial_ViewMapping_b.o TestSerial_ViewMapping_subview.o TestSerial_ViewResize.o TestSerial_ViewLayoutStrideAssignment.o TestSerial_ViewOfClass.o TestSerial_SubView_a.o TestSerial_SubView_b.o TestSerial_SubView_c01.o TestSerial_SubView_c02.o TestSerial_SubView_c03.o TestSerial_SubView_c04.o TestSerial_SubView_c05.o TestSerial_SubView_c06.o TestSerial_SubView_c07.o TestSerial_SubView_c08.o TestSerial_SubView_c09.o TestSerial_SubView_c10.o TestSerial_SubView_c11.o TestSerial_SubView_c12.o TestSerial_SubView_c13.o TestSerial_Reductions.o TestSerial_ParallelScanRangePolicy.o TestSerial_Reductions_DeviceView.o TestSerial_Reducers_a.o TestSerial_Reducers_b.o TestSerial_Reducers_c.o TestSerial_Reducers_d.o TestSerial_Reducers_e.o TestSerial_Complex.o TestSerial_AtomicOperations_int.o TestSerial_AtomicOperations_unsignedint.o TestSerial_AtomicOperations_longint.o TestSerial_AtomicOperations_unsignedlongint.o TestSerial_AtomicOperations_longlongint.o TestSerial_AtomicOperations_double.o TestSerial_AtomicOperations_float.o TestSerial_AtomicOperations_complexfloat.o TestSerial_AtomicOperations_complexdouble.o TestSerial_AtomicViews.o TestSerial_Atomics.o TestSerial_TeamBasic.o TestSerial_TeamScratch.o TestSerial_TeamVectorRange.o TestSerial_TeamReductionScan.o TestSerial_TeamTeamSize.o TestSerial_Other.o TestSerial_MDRange_a.o TestSerial_MDRange_b.o TestSerial_MDRange_c.o TestSerial_MDRange_d.o TestSerial_MDRange_e.o TestSerial_Crs.o TestSerial_Task.o TestSerial_WorkGraph.o TestSerial_LocalDeepCopy.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Serial 1: [ OK ] openmp.crs_copy_constructor (3 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 (57 ms) 1: [ RUN ] openmp.partitioning_by_args 1: [ OK ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: [ OK ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range 51: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (158 ms) 51: [ RUN ] std_algorithms_count_team_test.count_returns_zero 51: [ OK ] std_algorithms_count_team_test.count_returns_zero (139 ms) 51: [----------] 2 tests from std_algorithms_count_team_test (298 ms total) 51: 51: [----------] 1 test from std_algorithms_count_if_team_test 51: [ RUN ] std_algorithms_count_if_team_test.test 51: [ OK ] std_algorithms_count_if_team_test.test (183 ms) 51: [----------] 1 test from std_algorithms_count_if_team_test (183 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_team_test 51: [ RUN ] std_algorithms_for_each_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper TestHWLOC.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_HWLOC 51: [ OK ] std_algorithms_for_each_team_test.test (367 ms) 51: [----------] 1 test from std_algorithms_for_each_team_test (367 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_n_team_test 51: [ RUN ] std_algorithms_for_each_n_team_test.test 51: [ OK ] std_algorithms_for_each_n_team_test.test (381 ms) 51: [----------] 1 test from std_algorithms_for_each_n_team_test (381 ms total) 51: 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 1: [ OK ] openmp.exec_space_thread_safety_range (1112 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange 1: [ OK ] openmp.exec_space_thread_safety_mdrange (107 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy 1: [ OK ] openmp.exec_space_thread_safety_team_policy (107 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_reduce 1: [ OK ] openmp.exec_space_thread_safety_range_reduce (107 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 1: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (107 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 1: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (108 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_scan 1: [ OK ] openmp.exec_space_thread_safety_range_scan (108 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.when_all_type 1: [ OK ] openmp.when_all_type (0 ms) 1: [ RUN ] openmp.graph_then 1: [ OK ] openmp.graph_then (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 51: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (438 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (371 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (364 ms) 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1174 ms total) 51: 51: [----------] 2 tests from std_algorithms_mismatch_team_test 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (857 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 51: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (457 ms) 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 51: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (468 ms) 51: [----------] 2 tests from std_algorithms_mismatch_team_test (925 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 12 tests from 7 test suites ran. (4030 ms total) 51: [ PASSED ] 12 tests. 51/65 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 4.20 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test timeout computed to be: 1500 52: [==========] Running 8 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_equal_team_test 52: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o 52: [ OK ] std_algorithms_equal_team_test.views_are_equal (720 ms) 52: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 52: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (694 ms) 52: [----------] 2 tests from std_algorithms_equal_team_test (1415 ms total) 52: 52: [----------] 2 tests from std_algorithms_search_team_test 52: [ RUN ] std_algorithms_search_team_test.sequences_exist /var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_StackTraceTestExec /var/jenkins/workspace/Kokkos_PR-7897/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 -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Default /var/jenkins/workspace/Kokkos_PR-7897/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 -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_PushFinalizeHook /var/jenkins/workspace/Kokkos_PR-7897/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 -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_PushFinalizeHook_terminate 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (2028 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 52: [ OK ] std_algorithms_search_team_test.sequences_exist (329 ms) 52: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (796 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o 52: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (325 ms) 52: [----------] 2 tests from std_algorithms_search_team_test (654 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_end_team_test 52: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o 52: [ OK ] std_algorithms_find_end_team_test.sequences_exist (431 ms) 52: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (797 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 (27 ms) 1: [ RUN ] openmp.mdrange_6d 1: [ OK ] openmp.mdrange_6d (69 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 (9 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (34 ms) 1: [ RUN ] openmp.mdrange_4d 1: [ OK ] openmp.mdrange_4d (9 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy 52: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (392 ms) 52: [----------] 2 tests from std_algorithms_find_end_team_test (824 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_first_of_team_test 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (332 ms) 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 1: [ OK ] openmp.mdrange_large_deep_copy (587 ms) 1: [ RUN ] openmp.md_range_policy_construction_from_arrays 1: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] openmp.policy_get_tile_size 1: [ OK ] openmp.policy_get_tile_size (0 ms) 1: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (491 ms) 52: [----------] 2 tests from std_algorithms_find_first_of_team_test (823 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 8 tests from 4 test suites ran. (3718 ms total) 52: [ PASSED ] 8 tests. 52/65 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.89 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test timeout computed to be: 1500 53: [==========] Running 11 tests from 7 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_find_team_test 53: [ RUN ] std_algorithms_find_team_test.searched_values_exist 53: [ OK ] std_algorithms_find_team_test.searched_values_exist (154 ms) 53: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (849 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMDSpan.hpp:63: Skipped 1: mdspan not enabled 1: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (4 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (0 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (52 ms) 1: [ RUN ] openmp.cxx11 1: [ OK ] openmp.cxx11 (0 ms) 1: [ RUN ] openmp.viewctorprop_embedded_dim 1: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 53: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (145 ms) 53: [----------] 2 tests from std_algorithms_find_team_test (300 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_if_team_test 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (137 ms) 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 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.large_parallel_for_reduce 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_policy_one_way_convertible_bounds 1: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (2 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 (54 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (59 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic [ 38%] Built target Kokkos_CoreUnitTest_Cuda3 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (143 ms) 53: [----------] 2 tests from std_algorithms_find_if_team_test (281 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_if_not_team_test 53: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 53: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (144 ms) 53: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 1: [ OK ] openmp.int64_t_reduce_dynamic (190 ms) 1: [ RUN ] openmp.double_reduce_dynamic 53: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (141 ms) 53: [----------] 2 tests from std_algorithms_find_if_not_team_test (285 ms total) 53: 53: [----------] 1 test from std_algorithms_all_of_team_test 53: [ RUN ] std_algorithms_all_of_team_test.test 1: [ OK ] openmp.double_reduce_dynamic (218 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (45 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_with_large_iteration_count 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy 1: [ OK ] openmp.reduce_device_view_range_policy (15 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy 53: [ OK ] std_algorithms_all_of_team_test.test (143 ms) 53: [----------] 1 test from std_algorithms_all_of_team_test (143 ms total) 53: 53: [----------] 1 test from std_algorithms_any_of_team_test 53: [ RUN ] std_algorithms_any_of_team_test.test 53: [ OK ] std_algorithms_any_of_team_test.test (134 ms) 53: [----------] 1 test from std_algorithms_any_of_team_test (134 ms total) 53: 53: [----------] 1 test from std_algorithms_none_of_team_test 53: [ RUN ] std_algorithms_none_of_team_test.test [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o 53: [ OK ] std_algorithms_none_of_team_test.test (153 ms) 53: [----------] 1 test from std_algorithms_none_of_team_test (153 ms total) 53: 53: [----------] 2 tests from std_algorithms_search_n_team_test 53: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 53: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (188 ms) 53: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o 1: [ OK ] openmp.reduce_device_view_mdrange_policy (444 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy 1: [ OK ] openmp.reduce_device_view_team_policy (54 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (22 ms) 1: [ RUN ] openmp.kokkos_swap 1: [ OK ] openmp.kokkos_swap (0 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (12 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (12 ms) 1: [ RUN ] openmp.team_reduce_large 53: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (164 ms) 53: [----------] 2 tests from std_algorithms_search_n_team_test (353 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 11 tests from 7 test suites ran. (1652 ms total) 53: [ PASSED ] 11 tests. 53/65 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.83 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test timeout computed to be: 1500 [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 1: [ OK ] openmp.team_reduce_large (243 ms) 1: [ RUN ] openmp.team_parallel_single 54: [==========] Running 3 tests from 3 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_min_element_team_test 54: [ RUN ] std_algorithms_min_element_team_test.test 54: [ OK ] std_algorithms_min_element_team_test.test (484 ms) 54: [----------] 1 test from std_algorithms_min_element_team_test (484 ms total) 54: 54: [----------] 1 test from std_algorithms_max_element_team_test 54: [ RUN ] std_algorithms_max_element_team_test.test 54: [ OK ] std_algorithms_max_element_team_test.test (481 ms) 54: [----------] 1 test from std_algorithms_max_element_team_test (481 ms total) 54: 54: [----------] 1 test from std_algorithms_minmax_element_team_test 54: [ RUN ] std_algorithms_minmax_element_team_test.test [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o 54: [ OK ] std_algorithms_minmax_element_team_test.test (535 ms) 54: [----------] 1 test from std_algorithms_minmax_element_team_test (535 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 3 tests from 3 test suites ran. (1501 ms total) 54: [ PASSED ] 3 tests. 54/65 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.65 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test timeout computed to be: 1500 1: [ OK ] openmp.team_parallel_single (1970 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 (67 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper 55: [==========] Running 6 tests from 6 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_fill_team_test 55: [ RUN ] std_algorithms_fill_team_test.test 55: [ OK ] std_algorithms_fill_team_test.test (211 ms) 55: [----------] 1 test from std_algorithms_fill_team_test (211 ms total) 55: 55: [----------] 1 test from std_algorithms_fill_n_team_test 55: [ RUN ] std_algorithms_fill_n_team_test.test 1: [ OK ] openmp.team_broadcast_long_wrapper (67 ms) 1: [ RUN ] openmp.team_broadcast_char 1: [ OK ] openmp.team_broadcast_char (66 ms) 1: [ RUN ] openmp.team_broadcast_float 1: [ OK ] openmp.team_broadcast_float (68 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (66 ms) 1: [ RUN ] openmp.team_handle_by_value 1: [ OK ] openmp.team_handle_by_value (0 ms) 1: [ RUN ] openmp.team_vector 55: [ OK ] std_algorithms_fill_n_team_test.test (222 ms) 55: [----------] 1 test from std_algorithms_fill_n_team_test (222 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_team_test 55: [ RUN ] std_algorithms_replace_team_test.test echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make -C core/perf_test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-7897/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' 1: [ OK ] openmp.team_vector (215 ms) 1: [ RUN ] openmp.triple_nested_parallelism 1: [ OK ] openmp.triple_nested_parallelism (251 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers 55: [ OK ] std_algorithms_replace_team_test.test (331 ms) 55: [----------] 1 test from std_algorithms_replace_team_test (332 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_if_team_test 55: [ RUN ] std_algorithms_replace_if_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/perf_test/test_taskdag.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostThreadTeam.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_hwloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Command_Line_Parsing.cpp 1: [ OK ] openmp.parallel_scan_with_reducers (62 ms) 1: [ RUN ] openmp.team_thread_range_combined_reducers 1: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 1: [ RUN ] openmp.thread_vector_range_combined_reducers 1: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.team_vector_range_combined_reducers 1: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelFor 1: [ OK ] openmp.TeamThreadMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (5 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (6 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 55: [ OK ] std_algorithms_replace_if_team_test.test (305 ms) 55: [----------] 1 test from std_algorithms_replace_if_team_test (305 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_copy_team_test 55: [ RUN ] std_algorithms_replace_copy_team_test.test 55: [ OK ] std_algorithms_replace_copy_team_test.test (425 ms) 55: [----------] 1 test from std_algorithms_replace_copy_team_test (425 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test 55: [ RUN ] std_algorithms_replace_copy_if_team_test.test 55: [ OK ] std_algorithms_replace_copy_if_team_test.test (340 ms) 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test (340 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 6 tests from 6 test suites ran. (1837 ms total) 55: [ PASSED ] 6 tests. 55/65 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.00 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test timeout computed to be: 1500 56: [==========] Running 4 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_reverse_team_test 56: [ RUN ] std_algorithms_reverse_team_test.test [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 56: [ OK ] std_algorithms_reverse_team_test.test (256 ms) 56: [----------] 1 test from std_algorithms_reverse_team_test (256 ms total) 56: 56: [----------] 1 test from std_algorithms_reverse_copy_team_test 56: [ RUN ] std_algorithms_reverse_copy_team_test.test 56: [ OK ] std_algorithms_reverse_copy_team_test.test (273 ms) 56: [----------] 1 test from std_algorithms_reverse_copy_team_test (273 ms total) 56: 56: [----------] 1 test from std_algorithms_rotate_team_test 56: [ RUN ] std_algorithms_rotate_team_test.test [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o 56: [ OK ] std_algorithms_rotate_team_test.test (392 ms) 56: [----------] 1 test from std_algorithms_rotate_team_test (392 ms total) 56: 56: [----------] 1 test from std_algorithms_rotate_copy_team_test 56: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o 56: [ OK ] std_algorithms_rotate_copy_team_test.test (411 ms) 56: [----------] 1 test from std_algorithms_rotate_copy_team_test (411 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 4 tests from 4 test suites ran. (1334 ms total) 56: [ PASSED ] 4 tests. 56/65 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.49 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test timeout computed to be: 1500 57: [==========] Running 4 tests from 4 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_move_team_test 57: [ RUN ] std_algorithms_move_team_test.test [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o 57: [ OK ] std_algorithms_move_team_test.test (520 ms) 57: [----------] 1 test from std_algorithms_move_team_test (520 ms total) 57: 57: [----------] 1 test from std_algorithms_move_backward_team_test 57: [ RUN ] std_algorithms_move_backward_team_test.test 57: [ OK ] std_algorithms_move_backward_team_test.test (396 ms) 57: [----------] 1 test from std_algorithms_move_backward_team_test (396 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_left_team_test 57: [ RUN ] std_algorithms_shift_left_team_test.test [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostBarrier.cpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o 57: [ OK ] std_algorithms_shift_left_team_test.test (1206 ms) 57: [----------] 1 test from std_algorithms_shift_left_team_test (1206 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_right_team_test 57: [ RUN ] std_algorithms_shift_right_team_test.test [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o 57: [ OK ] std_algorithms_shift_right_team_test.test (1196 ms) 57: [----------] 1 test from std_algorithms_shift_right_team_test (1196 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 4 tests from 4 test suites ran. (3319 ms total) 57: [ PASSED ] 4 tests. 57/65 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.47 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test timeout computed to be: 1500 58: [==========] Running 9 tests from 9 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_copy_team_test 58: [ RUN ] std_algorithms_copy_team_test.test 58: [ OK ] std_algorithms_copy_team_test.test (668 ms) 58: [----------] 1 test from std_algorithms_copy_team_test (668 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_n_team_test 58: [ RUN ] std_algorithms_copy_n_team_test.test 58: [ OK ] std_algorithms_copy_n_team_test.test (276 ms) 58: [----------] 1 test from std_algorithms_copy_n_team_test (276 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_backward_team_test 58: [ RUN ] std_algorithms_copy_backward_team_test.test 58: [ OK ] std_algorithms_copy_backward_team_test.test (389 ms) 58: [----------] 1 test from std_algorithms_copy_backward_team_test (389 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_if_team_test 58: [ RUN ] std_algorithms_copy_if_team_test.test 1: [ OK ] openmp.team_reduction_scan (7172 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (26 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (26 ms) 1: [ RUN ] openmp.team_long_array_reduce 1: [ OK ] openmp.team_long_array_reduce (24 ms) 1: [ RUN ] openmp.team_double_array_reduce 1: [ OK ] openmp.team_double_array_reduce (26 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 (688 ms) 1: [ RUN ] openmp.nested_team_reduce_functor_as_reducer 1: [ OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms) 1: [ RUN ] openmp.team_scan 1: [ OK ] openmp.team_scan (123 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (126 ms) 1: [ RUN ] openmp.team_shared_request 58: [ OK ] std_algorithms_copy_if_team_test.test (373 ms) 58: [----------] 1 test from std_algorithms_copy_if_team_test (373 ms total) 58: 58: [----------] 1 test from std_algorithms_unique_copy_team_test 58: [ RUN ] std_algorithms_unique_copy_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Core.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Stacktrace.cpp 1: [ OK ] openmp.team_shared_request (258 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 (4 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 58: [ OK ] std_algorithms_unique_copy_team_test.test (377 ms) 58: [----------] 1 test from std_algorithms_unique_copy_team_test (377 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_team_test 58: [ RUN ] std_algorithms_remove_team_test.test 58: [ OK ] std_algorithms_remove_team_test.test (347 ms) 58: [----------] 1 test from std_algorithms_remove_team_test (347 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_if_team_test 58: [ RUN ] std_algorithms_remove_if_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Profiling.cpp 58: [ OK ] std_algorithms_remove_if_team_test.test (300 ms) 58: [----------] 1 test from std_algorithms_remove_if_team_test (301 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_team_test 58: [ RUN ] std_algorithms_remove_copy_team_test.test 58: [ OK ] std_algorithms_remove_copy_team_test.test (369 ms) 58: [----------] 1 test from std_algorithms_remove_copy_team_test (369 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test 58: [ RUN ] std_algorithms_remove_copy_if_team_test.test 58: [ OK ] std_algorithms_remove_copy_if_team_test.test (310 ms) 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test (310 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 9 tests from 9 test suites ran. (3414 ms total) 58: [ PASSED ] 9 tests. /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Error.cpp 58/65 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.59 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test timeout computed to be: 1500 59: [==========] Running 4 tests from 4 test suites. 59: [----------] Global test environment set-up. 59: [----------] 1 test from std_algorithms_unique_team_test 59: [ RUN ] std_algorithms_unique_team_test.test_default_predicate /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_MemoryPool.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/src/impl/Kokkos_UnorderedMap_impl.cpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o 59: [ OK ] std_algorithms_unique_team_test.test_default_predicate (487 ms) 59: [----------] 1 test from std_algorithms_unique_team_test (487 ms total) 59: 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test 59: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Instance.cpp 1: [ OK ] openmp.team_policy_max_recommended (2216 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 (62 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (17 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (88 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 (7 ms) 1: [ RUN ] openmp.view_layout_left_with_stride 1: [ OK ] openmp.view_layout_left_with_stride (0 ms) 1: [ RUN ] openmp.view_layout_right_with_stride 1: [ OK ] openmp.view_layout_right_with_stride (0 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (0 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (0 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 59: [ OK ] std_algorithms_adjacent_difference_team_test.test (676 ms) 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test (676 ms total) 59: 59: [----------] 1 test from std_algorithms_reduce_team_test 59: [ RUN ] std_algorithms_reduce_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_CudaSpace.cpp 1: [ OK ] openmp.view_allocation_large_rank (483 ms) 1: [ RUN ] openmp.view_shmem_size_on_device 1: [ OK ] openmp.view_shmem_size_on_device (0 ms) 1: [ RUN ] openmp.view_is_assignable 1: [ OK ] openmp.view_is_assignable (0 ms) 1: [ RUN ] openmp.view_bad_alloc 1: [ OK ] openmp.view_bad_alloc (0 ms) 1: [ RUN ] openmp.view_copy_tests 1: [ OK ] openmp.view_copy_tests (6 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_fill_tests_layout_right 59: [ OK ] std_algorithms_reduce_team_test.test (457 ms) 59: [----------] 1 test from std_algorithms_reduce_team_test (457 ms total) 59: 59: [----------] 1 test from std_algorithms_transform_reduce_team_test 59: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o 59: [ OK ] std_algorithms_transform_reduce_team_test.test (868 ms) 59: [----------] 1 test from std_algorithms_transform_reduce_team_test (868 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 4 tests from 4 test suites ran. (2490 ms total) 59: [ PASSED ] 4 tests. 59/65 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.64 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test timeout computed to be: 1500 60: [==========] Running 18 tests from 5 test suites. 60: [----------] Global test environment set-up. 60: [----------] 2 tests from std_algorithms_is_sorted_team_test 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_right (1470 ms) 1: [ RUN ] openmp.view_fill_tests_layout_left 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (542 ms) 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (537 ms) 60: [----------] 2 tests from std_algorithms_is_sorted_team_test (1079 ms total) 60: 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (12 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_left (1330 ms) 1: [ RUN ] openmp.vcp_empty_traits 1: [ OK ] openmp.vcp_empty_traits (0 ms) 1: [ RUN ] openmp.is_view_label 1: [ OK ] openmp.is_view_label (0 ms) 1: [ RUN ] openmp.vcp_label_base_traits 1: [ OK ] openmp.vcp_label_base_traits (0 ms) 1: [ RUN ] openmp.vcp_label_traits 1: [ OK ] openmp.vcp_label_traits (0 ms) 1: [ RUN ] openmp.view_alloc_can_perfect_forward_label 1: [ OK ] openmp.view_alloc_can_perfect_forward_label (0 ms) 1: [ RUN ] openmp.vcp_label_copy_constructor 1: [ OK ] openmp.vcp_label_copy_constructor (0 ms) 1: [ RUN ] openmp.vcp_pointer_add_property 1: [ OK ] openmp.vcp_pointer_add_property (0 ms) 1: [ RUN ] openmp.view_empty_runtime_unmanaged 1: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 1: [ RUN ] openmp.view_hooks 1: [ OK ] openmp.view_hooks (0 ms) 1: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 1: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (45 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (42 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (471 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 1: [ OK ] openmp.view_mapping (56 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (0 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (1 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.view_of_views_default 1: [ OK ] openmp.view_of_views_default (0 ms) 1: [ RUN ] openmp.view_of_views_without_initializing 1: [ OK ] openmp.view_of_views_without_initializing (0 ms) 1: [ RUN ] openmp.test_view_of_views_sequential_host_init 1: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (3 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/src/Lock_Array_CUDA.cpp 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (509 ms) 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1008 ms total) 60: 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test 60: [ RUN ] std_algorithms_is_partitioned_team_test.empty 60: [ OK ] std_algorithms_is_partitioned_team_test.empty (6 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_true [ 41%] 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_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o 1: [ OK ] openmp.workgraph_fib (692 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-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 1: skipping since the fence checked for isn't necessary 1: [ SKIPPED ] openmp.view_allocation_int (0 ms) 1: [ RUN ] openmp.view_allocation_exec_space_int 1: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 1: [ RUN ] openmp.view_not_default_constructible 1: [ OK ] openmp.view_not_default_constructible (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_left 1: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_right 1: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_stride 1: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 1: [ RUN ] openmp.view_subview_assign_strided 1: [ OK ] openmp.view_subview_assign_strided (0 ms) 1: [ RUN ] openmp.view_subview_left_0 1: [ OK ] openmp.view_subview_left_0 (0 ms) 1: [ RUN ] openmp.view_subview_left_1 1: [ OK ] openmp.view_subview_left_1 (0 ms) 1: [ RUN ] openmp.view_subview_left_2 1: [ OK ] openmp.view_subview_left_2 (0 ms) 1: [ RUN ] openmp.view_subview_left_3 1: [ OK ] openmp.view_subview_left_3 (0 ms) 1: [ RUN ] openmp.view_subview_right_0 1: [ OK ] openmp.view_subview_right_0 (0 ms) 1: [ RUN ] openmp.view_subview_right_1 1: [ OK ] openmp.view_subview_right_1 (0 ms) 1: [ RUN ] openmp.view_subview_right_3 1: [ OK ] openmp.view_subview_right_3 (0 ms) 1: [ RUN ] openmp.view_static_tests 1: [ OK ] openmp.view_static_tests (0 ms) 1: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 1: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 1: [ RUN ] openmp.view_subview_layoutright_to_layoutright 1: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign 1: [ OK ] openmp.view_subview_1d_assign (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_atomic 1: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_randomaccess 1: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d 1: [ OK ] openmp.view_subview_2d_from_3d (7 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (7 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 60: [ OK ] std_algorithms_is_partitioned_team_test.all_true (240 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 1: [ OK ] openmp.view_subview_3d_from_5d_left (120 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (118 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 60: [ OK ] std_algorithms_is_partitioned_team_test.all_false (240 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.random 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (119 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right 1: [ OK ] openmp.view_subview_3d_from_5d_right (176 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o 60: [ OK ] std_algorithms_is_partitioned_team_test.random (232 ms) 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test (721 ms total) 60: 60: [----------] 4 tests from std_algorithms_partition_copy_team_test 60: [ RUN ] std_algorithms_partition_copy_team_test.empty 60: [ OK ] std_algorithms_partition_copy_team_test.empty (10 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_true [ 38%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (177 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (179 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: [----------] 318 tests from openmp (28568 ms total) 1: 1: [----------] 16 tests from openmp_graph 1: [ RUN ] openmp_graph.submit_once 1: [ OK ] openmp_graph.submit_once (0 ms) 1: [ RUN ] openmp_graph.submit_once_rvalue 1: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 1: [ RUN ] openmp_graph.instantiate_and_submit_once 1: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 1: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 1: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 1: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 1: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 1: [ RUN ] openmp_graph.create_graph_no_arg 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 1: Skipping since useless if the test fixture is not on the default execution space. 1: [ SKIPPED ] openmp_graph.create_graph_no_arg (0 ms) 1: [ RUN ] openmp_graph.submit_six 1: [ OK ] openmp_graph.submit_six (0 ms) 1: [ RUN ] openmp_graph.when_all_cycle 1: [ OK ] openmp_graph.when_all_cycle (0 ms) 1: [ RUN ] openmp_graph.repeat_chain 1: [ OK ] openmp_graph.repeat_chain (0 ms) 1: [ RUN ] openmp_graph.zero_work_reduce 1: [ OK ] openmp_graph.zero_work_reduce (0 ms) 1: [ RUN ] openmp_graph.empty_graph 1: [ OK ] openmp_graph.empty_graph (0 ms) 1: [ RUN ] openmp_graph.force_global_launch 1: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 1: This execution space does not support global launch. 1: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 1: [ RUN ] openmp_graph.empty_graph_default_host_exec 1: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 1: [ RUN ] openmp_graph.node_lifetime 1: [ OK ] openmp_graph.node_lifetime (0 ms) 1: [ RUN ] openmp_graph.diamond 1: [ OK ] openmp_graph.diamond (0 ms) 1: [ RUN ] openmp_graph.end_of_submit_control_flow 1: [ OK ] openmp_graph.end_of_submit_control_flow (0 ms) 1: [----------] 16 tests from openmp_graph (1 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 352 tests from 4 test suites ran. (90027 ms total) 1: [ PASSED ] 340 tests. 1: [ SKIPPED ] 12 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp.mdspan_minimal_functional 1: [ SKIPPED ] openmp.large_parallel_for_reduce 1: [ SKIPPED ] openmp.reduction_with_large_iteration_count 1: [ SKIPPED ] openmp.view_allocation_int 1: [ SKIPPED ] openmp_graph.create_graph_no_arg 1: [ SKIPPED ] openmp_graph.force_global_launch 1/57 Test #1: Kokkos_CoreUnitTest_OpenMP ................................. Passed 90.65 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/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 60: [ OK ] std_algorithms_partition_copy_team_test.all_true (645 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_false [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o 2: [ OK ] openmp.raw_openmp_interop (374 ms) 2: [----------] 1 test from openmp (374 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (374 ms total) 2: [ PASSED ] 1 test. 2/57 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.42 sec test 3 Start 3: Kokkos_CoreUnitTest_HIP 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIP 3: Test timeout computed to be: 1500 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial.cpp 60: [ OK ] std_algorithms_partition_copy_team_test.all_false (629 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.random 3: [==========] Running 416 tests from 6 test suites. 3: [----------] Global test environment set-up. 3: [----------] 17 tests from hip_DeathTest 3: [ RUN ] hip_DeathTest.abort_from_host 60: [ OK ] std_algorithms_partition_copy_team_test.random (634 ms) 60: [----------] 4 tests from std_algorithms_partition_copy_team_test (1920 ms total) 60: 60: [----------] 4 tests from std_algorithms_partition_point_team_test 60: [ RUN ] std_algorithms_partition_point_team_test.empty 60: [ OK ] std_algorithms_partition_point_team_test.empty (6 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_true 60: [ OK ] std_algorithms_partition_point_team_test.all_true (241 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_false [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o 60: [ OK ] std_algorithms_partition_point_team_test.all_false (233 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.random 60: [ OK ] std_algorithms_partition_point_team_test.random (222 ms) 60: [----------] 4 tests from std_algorithms_partition_point_team_test (703 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 18 tests from 5 test suites ran. (5433 ms total) 60: [ PASSED ] 18 tests. 60/65 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 5.61 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test timeout computed to be: 1500 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/core/perf_test -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial_Task.cpp 61: [==========] Running 5 tests from 4 test suites. 61: [----------] Global test environment set-up. 61: [----------] 2 tests from std_algorithms_transform_team_test 61: [ RUN ] std_algorithms_transform_team_test.test_unary_op 3: [ OK ] hip_DeathTest.abort_from_host (2052 ms) 3: [ RUN ] hip_DeathTest.abort_from_device 61: [ OK ] std_algorithms_transform_team_test.test_unary_op (720 ms) 61: [ RUN ] std_algorithms_transform_team_test.test_binary_op 61: [ OK ] std_algorithms_transform_team_test.test_binary_op (897 ms) 61: [----------] 2 tests from std_algorithms_transform_team_test (1618 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_team_test 61: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o 3: [ OK ] hip_DeathTest.abort_from_device (2066 ms) 3: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort 61: [ OK ] std_algorithms_generate_team_test.test_unary_op (1879 ms) 61: [----------] 1 test from std_algorithms_generate_team_test (1879 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_n_team_test 61: [ RUN ] std_algorithms_generate_n_team_test.test 61: [ OK ] std_algorithms_generate_n_team_test.test (220 ms) 61: [----------] 1 test from std_algorithms_generate_n_team_test (220 ms total) 61: 61: [----------] 1 test from std_algorithms_swap_ranges_team_test 61: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 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/TestStdAlgorithmsTeamForEach.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 61: [ OK ] std_algorithms_swap_ranges_team_test.test (704 ms) 61: [----------] 1 test from std_algorithms_swap_ranges_team_test (704 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 5 tests from 4 test suites ran. (4423 ms total) 61: [ PASSED ] 5 tests. 61/65 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.58 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test timeout computed to be: 1500 62: [==========] Running 2 tests from 2 test suites. 62: [----------] Global test environment set-up. 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test 62: [ RUN ] std_algorithms_exclusive_scan_team_test.test 3: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (2077 ms) 3: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o 31: Test_Atomic/100000/iterations:10 4.32 s 0.003 s 10 1 8 6.35406 4.27999m 1085.83u 4.99995G 1.30152M 4.99995G 31/55 Test #31: Kokkos_PerformanceTest_Atomic .............................. Passed 321.54 sec test 32 Start 32: Kokkos_PerformanceTest_Reduction 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-27-32.json" 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test 32: Test timeout computed to be: 1500 32: 2025-03-17T16:05:47+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 32: Run on (6 X 2095.11 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x6) 32: L1 Instruction 32 KiB (x6) 32: L2 Unified 4096 KiB (x6) 32: L3 Unified 16384 KiB (x6) 32: Load Average: 0.12, 0.97, 3.64 32: CPU architecture: none 32: Default Device: OpenMPTarget 32: GIT_BRANCH: HEAD 32: GIT_CLEAN_STATUS: CLEAN 32: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 32: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 32: GIT_COMMIT_HASH: 10d579f4f 32: GPU architecture: VOLTA70 32: KOKKOS_COMPILER_CLANG: 1703 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX17: yes 32: KOKKOS_ENABLE_CXX20: no 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_OPENMPTARGET: 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.6.99 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations 32: ---------------------------------------------------------------------------------------------------- 32: ReductionCheapScalarResult/10000/iterations:10 123 us 43.3 us 10 32: ReductionCheapScalarResult/100000/iterations:10 194 us 39.9 us 10 32: ReductionCheapScalarResult/1000000/iterations:10 218 us 42.9 us 10 32: ReductionCheapScalarResult/10000000/iterations:10 412 us 47.0 us 10 32: ReductionCheapHostResult/10000/iterations:10 119 us 42.4 us 10 32: ReductionCheapHostResult/100000/iterations:10 197 us 42.9 us 10 32: ReductionCheapHostResult/1000000/iterations:10 221 us 43.5 us 10 32: ReductionCheapHostResult/10000000/iterations:10 412 us 46.5 us 10 32: ReductionCheapDeviceResult/10000/iterations:10 152 us 57.6 us 10 32: ReductionCheapDeviceResult/100000/iterations:10 231 us 57.7 us 10 32: ReductionCheapDeviceResult/1000000/iterations:10 258 us 58.5 us 10 32: ReductionCheapDeviceResult/10000000/iterations:10 474 us 65.2 us 10 32: ReductionExpensive/10000/iterations:10 165 us 43.3 us 10 32: ReductionExpensive/100000/iterations:10 371 us 45.7 us 10 32: ReductionExpensive/1000000/iterations:10 1953 us 81.6 us 10 32: ReductionExpensive/10000000/iterations:10 17067 us 217 us 10 32/55 Test #32: Kokkos_PerformanceTest_Reduction ........................... Passed 0.48 sec test 33 Start 33: Kokkos_ContainersUnitTest_Serial 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests 33: Test timeout computed to be: 1500 33: [==========] Running 66 tests from 2 test suites. 33: [----------] Global test environment set-up. 33: [----------] 1 test from serial_DeathTest 33: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 62: [ OK ] std_algorithms_exclusive_scan_team_test.test (1492 ms) 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1492 ms total) 62: 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 62: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o 62: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (706 ms) 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (706 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 2 tests from 2 test suites ran. (2198 ms total) 62: [ PASSED ] 2 tests. 62/65 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.35 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test timeout computed to be: 1500 63: [==========] Running 2 tests from 2 test suites. 63: [----------] Global test environment set-up. 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test 63: [ RUN ] std_algorithms_inclusive_scan_team_test.test 33: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (2969 ms) 33: [----------] 1 test from serial_DeathTest (2969 ms total) 33: 33: [----------] 65 tests from serial 33: [ RUN ] serial.bitset 3: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (2180 ms) 3: [ RUN ] hip_DeathTest.policy_invalid_bounds [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_CPUDiscovery.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/core/perf_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' make -C containers/unit_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/UnitTestMain.cpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_Bitset.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_DualView.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_DynamicView.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_DynViewAPI_generic.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_DynViewAPI_rank12345.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_DynViewAPI_rank67.cpp 3: [ OK ] hip_DeathTest.policy_invalid_bounds (1958 ms) 3: [ RUN ] hip_DeathTest.range_policy_invalid_bounds 33: [ OK ] serial.bitset (2030 ms) 33: [ RUN ] serial.bitset_default_constructor_no_alloc 33: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 33: [ RUN ] serial.dualview_combination 33: [ OK ] serial.dualview_combination (0 ms) 33: [ RUN ] serial.dualview_alloc 33: [ OK ] serial.dualview_alloc (0 ms) 33: [ RUN ] serial.test_dualview_copy_construction_and_assignment 33: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 33: [ RUN ] serial.dualview_combinations_without_init 33: [ OK ] serial.dualview_combinations_without_init (0 ms) 33: [ RUN ] serial.dualview_deep_copy 33: [ OK ] serial.dualview_deep_copy (0 ms) 33: [ RUN ] serial.dualview_sync_should_fence 33: [ OK ] serial.dualview_sync_should_fence (0 ms) 33: [ RUN ] serial.dualview_realloc 33: [ OK ] serial.dualview_realloc (0 ms) 33: [ RUN ] serial.dualview_resize 33: [ OK ] serial.dualview_resize (0 ms) 33: [ RUN ] serial.dualview_device_correct_kokkos_device 33: [ OK ] serial.dualview_device_correct_kokkos_device (97 ms) 33: [ RUN ] serial.dualview_host_correct_kokkos_device 33: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 33: [ RUN ] serial.dualview_host_modify_template_device_sync 33: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 33: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 33: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 33: [ RUN ] serial.dualview_device_modify_template_host_sync 33: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 33: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 33: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 33: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 33: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 33: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 33: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 33: [ RUN ] serial.dualview_sequential_host_init 33: [ OK ] serial.dualview_sequential_host_init (0 ms) 33: [ RUN ] serial.dynamic_view 33: [ OK ] serial.dynamic_view (13 ms) 33: [ RUN ] serial.dyn_rank_view_api_generic 33: [ OK ] serial.dyn_rank_view_api_generic (8 ms) 33: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 33: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 33: [ RUN ] serial.dyn_rank_view_api_operator_rank67 33: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 33: [ RUN ] serial.dyn_rank_view_team_scratch 33: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 33: [ RUN ] serial.ErrorReporterViaLambda 33: [ OK ] serial.ErrorReporterViaLambda (0 ms) 33: [ RUN ] serial.ErrorReporter 33: [ OK ] serial.ErrorReporter (0 ms) 33: [ RUN ] serial.offsetview_construction 33: [ OK ] serial.offsetview_construction (17 ms) 33: [ RUN ] serial.offsetview_unmanaged_construction 33: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 33: [ RUN ] serial.offsetview_subview 33: [ OK ] serial.offsetview_subview (7 ms) 33: [ RUN ] serial.offsetview_offsets_rank1 33: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 33: [ RUN ] serial.offsetview_offsets_rank2 33: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 33: [ RUN ] serial.offsetview_offsets_rank3 33: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 33: [ RUN ] serial.scatterview 63: [ OK ] std_algorithms_inclusive_scan_team_test.test (2084 ms) 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2084 ms total) 63: 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 63: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o 63: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1389 ms) 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1389 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 2 tests from 2 test suites ran. (3473 ms total) 63: [ PASSED ] 2 tests. 63/65 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.63 sec test 64 Start 64: Kokkos_PerformanceTest_InclusiveScan 64: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-27-42.json" 64: Test timeout computed to be: 1500 64: 2025-03-17T16:05:54+00:00 64: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 64: Run on (6 X 2095.11 MHz CPU s) 64: CPU Caches: 64: L1 Data 32 KiB (x6) 64: L1 Instruction 32 KiB (x6) 64: L2 Unified 4096 KiB (x6) 64: L3 Unified 16384 KiB (x6) 64: Load Average: 1.16, 2.35, 4.48 64: CPU architecture: none 64: Can access system allocated memory: 0 64: Capability: 7.0 64: Default Device: Cuda 64: GPU architecture: VOLTA70 64: KOKKOS_COMPILER_CLANG: 1507 64: KOKKOS_ENABLE_ASM: no 64: KOKKOS_ENABLE_CUDA: yes 64: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 64: KOKKOS_ENABLE_CUDA_UVM: no 64: KOKKOS_ENABLE_CXX17: no 64: KOKKOS_ENABLE_CXX20: yes 64: KOKKOS_ENABLE_CXX23: no 64: KOKKOS_ENABLE_CXX26: no 64: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 64: KOKKOS_ENABLE_HWLOC: no 64: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 64: KOKKOS_ENABLE_LIBDL: yes 64: KOKKOS_ENABLE_PRAGMA_IVDEP: no 64: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 64: KOKKOS_ENABLE_PRAGMA_UNROLL: no 64: KOKKOS_ENABLE_PRAGMA_VECTOR: no 64: KOKKOS_ENABLE_SERIAL: yes 64: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 64: Kokkos Version: 4.6.99 64: Shared Memory per Block: 48 KiB 64: Total Global Memory: 31.73 GiB 64: macro KOKKOS_ENABLE_CUDA: defined 64: platform: 64bit 64: via Address Translation Service: 0 33: [ OK ] serial.scatterview (1914 ms) 33: [ RUN ] serial.scatterview_devicetype 33: [ OK ] serial.scatterview_devicetype (1 ms) 33: [ RUN ] serial.staticcrsgraph 33: [ OK ] serial.staticcrsgraph (16 ms) 33: [ RUN ] serial.resize_realloc_no_init_dualview 33: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 33: [ RUN ] serial.resize_realloc_no_alloc_dualview 33: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 33: [ RUN ] serial.resize_exec_space_dualview 33: [ OK ] serial.resize_exec_space_dualview (0 ms) 33: [ RUN ] serial.realloc_exec_space_dualview 33: [ OK ] serial.realloc_exec_space_dualview (0 ms) 33: [ RUN ] serial.resize_realloc_no_init_dynrankview 33: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 33: [ RUN ] serial.resize_exec_space_dynrankview 33: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 33: [ RUN ] serial.realloc_exec_space_dynrankview 33: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 33: [ RUN ] serial.resize_realloc_no_init_scatterview 33: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 33: [ RUN ] serial.resize_realloc_no_alloc_scatterview 33: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 33: [ RUN ] serial.resize_exec_space_scatterview 33: [ OK ] serial.resize_exec_space_scatterview (0 ms) 33: [ RUN ] serial.realloc_exec_space_scatterview 33: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_dynrankview 33: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 33: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 33: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 33: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_offsetview 33: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 33: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 33: [ RUN ] serial.create_mirror_view_and_copy_offsetview 33: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 33: [ RUN ] serial.UnorderedMap_insert [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip_DeathTest.range_policy_invalid_bounds (4142 ms) 3: [ RUN ] hip_DeathTest.range_policy_round_trip_conversion_fires Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o 64: ---------------------------------------------------------------------------------------------------------------------------------------------- 64: Benchmark Time CPU Iterations FOM: GB/s MB Passed 64: ---------------------------------------------------------------------------------------------------------------------------------------------- 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 366 887.889/s 1.6k 1 3: [ OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (1978 ms) 3: [ RUN ] hip_DeathTest.range_policy_check_sign_changes [ 38%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 39%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 388 888.903/s 1.6k 1 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o 3: [ OK ] hip_DeathTest.range_policy_check_sign_changes (3968 ms) 3: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_CTestDevice 33: [ OK ] serial.UnorderedMap_insert (8547 ms) 33: [ RUN ] serial.UnorderedMap_failed_insert Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 386 888.722/s 1.6k 1 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ErrorReporter.cpp 33: [ OK ] serial.UnorderedMap_failed_insert (4079 ms) 33: [ RUN ] serial.UnorderedMap_deep_copy 33: [ OK ] serial.UnorderedMap_deep_copy (4 ms) 33: [ RUN ] serial.UnorderedMap_valid_empty 33: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 33: [ RUN ] serial.UnorderedMap_clear_zero_size 33: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 33: [ RUN ] serial.UnorderedMap_consistent_size 33: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 33: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 33: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 33: [ RUN ] serial.UnorderedMap_lambda_capturable 33: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 33: [ RUN ] serial.UnorderedMap_constructor_view_alloc 33: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 33: [ RUN ] serial.vector_combination 33: [ OK ] serial.vector_combination (0 ms) 33: [ RUN ] serial.vector_insert 33: [ OK ] serial.vector_insert (0 ms) 33: [ RUN ] serial.vector_push_back_default_exec 33: [ OK ] serial.vector_push_back_default_exec (0 ms) 33: [ RUN ] serial.viewctorprop_embedded_dim 33: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 33: [----------] 65 tests from serial (16743 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 66 tests from 2 test suites ran. (19712 ms total) 33: [ PASSED ] 66 tests. /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_OffsetView.cpp 33/55 Test #33: Kokkos_ContainersUnitTest_Serial ........................... Passed 20.21 sec test 34 Start 34: Kokkos_UnitTest_Sort 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 34: [==========] Running 17 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from openmptarget_DeathTest 34: [ RUN ] openmptarget_DeathTest.SortByKeyKeysLargerThanValues [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o 34: [ OK ] openmptarget_DeathTest.SortByKeyKeysLargerThanValues (1206 ms) 34: [----------] 1 test from openmptarget_DeathTest (1207 ms total) 34: 34: [----------] 16 tests from openmptarget 34: [ RUN ] openmptarget.SortUnsignedValueType 34: [ OK ] openmptarget.SortUnsignedValueType (25 ms) 34: [ RUN ] openmptarget.SortEmptyView 34: [ OK ] openmptarget.SortEmptyView (0 ms) 34: [ RUN ] openmptarget.SortByKeyEmptyView 34: [ OK ] openmptarget.SortByKeyEmptyView (0 ms) 34: [ RUN ] openmptarget.SortByKeyEmptyViewHost 34: [ OK ] openmptarget.SortByKeyEmptyViewHost (0 ms) 34: [ RUN ] openmptarget.SortByKey 34: [ OK ] openmptarget.SortByKey (3 ms) 34: [ RUN ] openmptarget.SortByKeyWithComparator 34: [ OK ] openmptarget.SortByKeyWithComparator (3 ms) 34: [ RUN ] openmptarget.SortByKeyStaticExtents 34: [ OK ] openmptarget.SortByKeyStaticExtents (0 ms) 34: [ RUN ] openmptarget.SortByKeyWithStrides 34: [ OK ] openmptarget.SortByKeyWithStrides (0 ms) 34: [ RUN ] openmptarget.SortWithCustomComparator 34: [ OK ] openmptarget.SortWithCustomComparator (136 ms) 34: [ RUN ] openmptarget.BinSortGenericTests 34: [ OK ] openmptarget.BinSortGenericTests (33 ms) 34: [ RUN ] openmptarget.BinSortEmptyView 34: [ OK ] openmptarget.BinSortEmptyView (0 ms) 34: [ RUN ] openmptarget.BinSortEmptyKeysView 34: [ OK ] openmptarget.BinSortEmptyKeysView (0 ms) 34: [ RUN ] openmptarget.BinSort_issue_7221 34: [ OK ] openmptarget.BinSort_issue_7221 (0 ms) 34: [ RUN ] openmptarget.BinSortUnsignedKeyLayoutStrideValues /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ScatterView.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_UnorderedMap.cpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 388 887.207/s 1.6k 1 [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o 3: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (7903 ms) 3: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 3: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_stat 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms) 3: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_mix 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms) 3: [ RUN ] hip_DeathTest.view_construction_with_wrong_static_extents 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 3: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda_ViewCtorPropEmbeddedDim.cpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.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_Kokkos_Swap_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_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 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace_deepcopy.cpp 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 388 886.456/s 1.6k 1 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 40%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 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_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 380 871.034/s 1.6k 1 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o 34: [ OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (11838 ms) 34: [ RUN ] openmptarget.NestedSort 34: [ OK ] openmptarget.NestedSort (38 ms) 34: [ RUN ] openmptarget.NestedSortByKey 34: [ OK ] openmptarget.NestedSortByKey (102 ms) 34: [----------] 16 tests from openmptarget (12185 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 17 tests from 2 test suites ran. (13392 ms total) 34: [ PASSED ] 17 tests. 34/55 Test #34: Kokkos_UnitTest_Sort ....................................... Passed 13.51 sec test 35 Start 35: Kokkos_UnitTest_Random 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: [==========] Running 3 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 3 tests from openmptarget 35: [ RUN ] openmptarget.Random_XorShift64 35: Test Seed:1742227582048391816 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00625874 0.00204273 || 0.051031 2022 2398 || 2236.06 2222.06 || 28.2386 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.00469025 0.000120458 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0165974 -0.00044851 || 0.051031 2045 2392 || 2185.78 2222.06 || -6.2002 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.00966812 0.000639018 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.012904 0.000999499 || 0.051031 2052 2404 || 2251.11 2222.06 || 13.8171 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.01749 0.000201406 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.00963981 -0.0011924 || 0.051031 2048 2450 || 2200.85 2222.06 || -16.4837 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.00391629 -0.00022449 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 9.76563e-08 0.00394587 -0.000951274 || 0.051031 2058 2440 || 2213.33 2222.06 || -13.1504 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 2.92969e-07 0.00154537 -0.000135463 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0201732 0.000336202 || 0.051031 2038 2423 || 2178.12 2222.06 || 4.64766 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.015071 0.000203512 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0234899 0.000736701 || 0.051031 2044 2404 || 2171.06 2222.06 || 10.1842 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.0105599 -0.00097576 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.00872699 0.00178113 || 0.051031 2047 2407 || 2202.84 2222.06 || 24.6224 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.00395602 -0.000535181 || 0.051031 1e+64 -1e+64 35: Test Seed:1742227582114617716 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00878763 -0.000336701 || 0.051031 2046 2418 || 2241.76 2222.06 || -4.65456 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.0197233 -0.000666288 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00697417 0.000751903 || 0.051031 2035 2414 || 2237.67 2222.06 || 10.3943 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.0166809 0.000192493 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00470504 -0.00166856 || 0.051031 2031 2425 || 2232.57 2222.06 || -23.0661 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0160555 -0.000223085 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00791662 -0.000625971 || 0.051031 2029 2398 || 2239.79 2222.06 || -8.65342 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.00518142 -0.000692906 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 9.76563e-08 0.00756701 -0.000731787 || 0.051031 2040 2408 || 2205.37 2222.06 || -10.1162 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 2.92969e-07 -0.010517 -0.000676656 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 9.76563e-08 0.00533725 0.000431439 || 0.051031 2032 2394 || 2210.26 2222.06 || 5.96421 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 2.92969e-07 0.0182172 0.000760308 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 3.25521e-08 0.00267127 -0.00187007 || 0.051031 2028 2408 || 2216.14 2222.06 || -25.8519 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 9.76563e-08 0.00369236 0.000468757 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0167575 -3.35145e-05 || 0.051031 2050 2405 || 2185.44 2222.06 || -0.463304 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0125138 0.000450371 || 0.051031 1e+64 -1e+64 35: [ OK ] openmptarget.Random_XorShift64 (238 ms) 35: [ RUN ] openmptarget.Random_XorShift1024_0 35: Test Seed:1742227582183941963 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00483824 -0.00143082 || 0.051031 2022 2390 || 2187.64 2198.22 || -19.7797 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00600712 -0.000614471 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00302859 -0.000232926 || 0.051031 2030 2370 || 2191.59 2198.22 || -3.21996 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00304627 0.000150173 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00883898 -0.00124692 || 0.051031 2011 2422 || 2217.83 2198.22 || -17.2374 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.00390327 0.000283975 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.0113327 -0.000654071 || 0.051031 2029 2422 || 2173.59 2198.22 || -9.04188 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0205135 1.9046e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.0110038 -3.05327e-05 || 0.051031 2017 2401 || 2174.3 2198.22 || -0.422084 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0130333 3.1395e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.27255e-05 0.0136942 0.000915412 || 0.051031 2034 2380 || 2168.53 2198.22 || 12.6547 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.28572e-05 -0.0236896 -0.000197224 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26926e-05 -0.0115015 -0.00169107 || 0.051031 2031 2382 || 2223.8 2198.22 || -23.3773 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.27585e-05 -0.00944683 -0.000465459 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00487246 0.00205524 || 0.051031 2025 2388 || 2208.99 2198.22 || 28.4116 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00337812 -0.000441126 || 0.051031 1e+64 -1e+64 35: Test Seed:1742227582279778508 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.0063334 -0.00167149 || 0.051031 2014 2404 || 2184.39 2198.22 || -23.1067 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.0119687 -0.000894709 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00471217 0.000665361 || 0.051031 2011 2375 || 2208.63 2198.22 || 9.19796 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00518032 -0.000456273 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00814758 -0.00169671 || 0.051031 2020 2373 || 2180.46 2198.22 || -23.4553 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00449692 7.02073e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.000228615 0.00085296 || 0.051031 2006 2381 || 2197.72 2198.22 || 11.7913 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00363482 0.000406677 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00402263 -0.00197784 || 0.051031 2009 2377 || 2207.1 2198.22 || -27.3417 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.00316867 0.00078554 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.27255e-05 0.00492797 0.00128718 || 0.051031 2005 2412 || 2187.44 2198.22 || 17.794 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.28572e-05 -0.0126851 0.000143059 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.27255e-05 0.00122982 -0.00196226 || 0.051031 2012 2394 || 2195.52 2198.22 || -27.1262 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.28572e-05 0.000944483 -0.00108194 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00668784 0.00100423 || 0.051031 2020 2388 || 2183.62 2198.22 || 13.8825 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.00619636 -0.000644992 || 0.051031 1e+64 -1e+64 35: [ OK ] openmptarget.Random_XorShift1024_0 (220 ms) 35: [ RUN ] openmptarget.Multi_streams 35: /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/TestRandom.hpp:596: Skipped 35: Libomptarget error 35: [ SKIPPED ] openmptarget.Multi_streams (0 ms) 35: [----------] 3 tests from openmptarget (458 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 3 tests from 1 test suite ran. (458 ms total) 35: [ PASSED ] 2 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] openmptarget.Multi_streams 35/55 Test #35: Kokkos_UnitTest_Random ..................................... Passed 0.57 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: [==========] Running 16 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from std_algorithms_DeathTest 36: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 36: [ OK ] std_algorithms_DeathTest.expect_no_overlap (86 ms) 36: [----------] 1 test from std_algorithms_DeathTest (87 ms total) 36: 36: [----------] 3 tests from std_algorithms_reducers 36: [ RUN ] std_algorithms_reducers.max_first_loc 36: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_first_loc 36: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 36: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 36: [----------] 3 tests from std_algorithms_reducers (0 ms total) 36: 36: [----------] 1 test from std_algorithms 36: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 36: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 36: [----------] 1 test from std_algorithms (0 ms total) 36: 36: [----------] 11 tests from random_access_iterator_test 36: [ RUN ] random_access_iterator_test.constructor 36: [ OK ] random_access_iterator_test.constructor (0 ms) 36: [ RUN ] random_access_iterator_test.constructiblity 36: [ OK ] random_access_iterator_test.constructiblity (0 ms) 36: [ RUN ] random_access_iterator_test.dereference 36: [ OK ] random_access_iterator_test.dereference (0 ms) 36: [ RUN ] random_access_iterator_test.subscript_operator 36: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet1 36: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet2 36: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet3 36: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet4 36: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 36: [ RUN ] random_access_iterator_test.assignment_operator 36: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 36: [ RUN ] random_access_iterator_test.distance 36: [ OK ] random_access_iterator_test.distance (0 ms) 36: [ RUN ] random_access_iterator_test.traits_helpers 36: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 36: [----------] 11 tests from random_access_iterator_test (5 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 16 tests from 4 test suites ran. (93 ms total) 36: [ PASSED ] 16 tests. 36/55 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.19 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o 37: [==========] Running 6 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 6 tests from std_algorithms_min_max_element_test 37: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (89 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (17 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (17 ms) 37: [ RUN ] std_algorithms_min_max_element_test.minmax_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (27 ms) 37: [----------] 6 tests from std_algorithms_min_max_element_test (152 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 6 tests from 1 test suite ran. (152 ms total) 37: [ PASSED ] 6 tests. 37/55 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.26 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 38: Test timeout computed to be: 1500 [ 40%] Built target Kokkos_IncrementalTest_OPENMP [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp 38: [==========] Running 13 tests from 10 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_lexicographical_compare_test 38: [ RUN ] std_algorithms_lexicographical_compare_test.test 38: [ OK ] std_algorithms_lexicographical_compare_test.test (0 ms) 38: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_test 38: [ RUN ] std_algorithms_for_each_test.test 38: [ OK ] std_algorithms_for_each_test.test (208 ms) 38: [----------] 1 test from std_algorithms_for_each_test (208 ms total) 38: 38: [----------] 1 test from std_algorithms_find_test 38: [ RUN ] std_algorithms_find_test.test [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o 38: [ OK ] std_algorithms_find_test.test (68 ms) 38: [----------] 1 test from std_algorithms_find_test (68 ms total) 38: 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 38: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (904 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 38: [ OK ] std_algorithms_non_mod_seq_ops.find_end (768 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 386 881.377/s 1.6k 1 38: [ OK ] std_algorithms_non_mod_seq_ops.search (770 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search_n [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Abort.cpp 3: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (13742 ms) 3: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_ExecPolicy.cpp 38: [ OK ] std_algorithms_non_mod_seq_ops.search_n (782 ms) 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3226 ms total) 38: 38: [----------] 1 test from std_algorithms_count_test 38: [ RUN ] std_algorithms_count_test.test 38: [ OK ] std_algorithms_count_test.test (41 ms) 38: [----------] 1 test from std_algorithms_count_test (41 ms total) 38: 38: [----------] 1 test from std_algorithms_equal_test 38: [ RUN ] std_algorithms_equal_test.test 38: [ OK ] std_algorithms_equal_test.test (46 ms) 38: [----------] 1 test from std_algorithms_equal_test (46 ms total) 38: 38: [----------] 1 test from std_algorithms_all_any_none_of_test 38: [ RUN ] std_algorithms_all_any_none_of_test.test 38: [ OK ] std_algorithms_all_any_none_of_test.test (62 ms) 38: [----------] 1 test from std_algorithms_all_any_none_of_test (62 ms total) 38: 38: [----------] 1 test from std_algorithms_nonmod_seq_ops 38: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 38: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (103 ms) 38: [----------] 1 test from std_algorithms_nonmod_seq_ops (103 ms total) 38: 38: [----------] 1 test from std_algorithms_mismatch_test 38: [ RUN ] std_algorithms_mismatch_test.test [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o 38: [ OK ] std_algorithms_mismatch_test.test (165 ms) 38: [----------] 1 test from std_algorithms_mismatch_test (165 ms total) 38: 38: [----------] 1 test from std_algorithms_mod_seq_ops 38: [ RUN ] std_algorithms_mod_seq_ops.move_backward 38: [ OK ] std_algorithms_mod_seq_ops.move_backward (104 ms) 38: [----------] 1 test from std_algorithms_mod_seq_ops (104 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 13 tests from 10 test suites ran. (4029 ms total) 38: [ PASSED ] 13 tests. 38/55 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 4.15 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 39: Test timeout computed to be: 1500 39: [==========] Running 31 tests from 5 test suites. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from std_algorithms_mod_ops_test 39: [ RUN ] std_algorithms_mod_ops_test.move 39: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 39: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 39: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (137 ms) 39: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 39: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 39: [----------] 3 tests from std_algorithms_mod_ops_test (139 ms total) 39: 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy 39: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 39: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill 39: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 39: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate 39: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 39: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 39: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (2 ms) 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test (13 ms total) 39: 39: [----------] 4 tests from std_algorithms_replace_ops_test 39: [ RUN ] std_algorithms_replace_ops_test.replace [ 41%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o 39: [ OK ] std_algorithms_replace_ops_test.replace (87 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_if 39: [ OK ] std_algorithms_replace_ops_test.replace_if (227 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy 39: [ OK ] std_algorithms_replace_ops_test.replace_copy (106 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 39: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (101 ms) 39: [----------] 4 tests from std_algorithms_replace_ops_test (522 ms total) 39: 39: [----------] 11 tests from std_algorithms_mod_seq_ops 39: [ RUN ] std_algorithms_mod_seq_ops.copy_if 39: [ OK ] std_algorithms_mod_seq_ops.copy_if (94 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostThreadTeam.cpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.unique (211 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 39: [ OK ] std_algorithms_mod_seq_ops.unique_copy (149 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove 39: [ OK ] std_algorithms_mod_seq_ops.remove (98 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_if (104 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy (251 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (94 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_SharedAlloc.cpp 39: [ OK ] std_algorithms_mod_seq_ops.rotate (1306 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 385 883.173/s 1.6k 1 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_hwloc.cpp 39: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (664 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_left Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Command_Line_Parsing.cpp 39: [ OK ] std_algorithms_mod_seq_ops.shift_left (1714 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_right /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_CPUDiscovery.cpp 39: [ OK ] std_algorithms_mod_seq_ops.shift_right (1768 ms) 39: [----------] 11 tests from std_algorithms_mod_seq_ops (6460 ms total) 39: 39: [----------] 1 test from std_algorithms_modseq_test 39: [ RUN ] std_algorithms_modseq_test.reverse [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp 39: [ OK ] std_algorithms_modseq_test.reverse (136 ms) 39: [----------] 1 test from std_algorithms_modseq_test (136 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 31 tests from 5 test suites ran. (7272 ms total) 39: [ PASSED ] 31 tests. 39/55 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 7.39 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 40: Test timeout computed to be: 1500 40: [==========] Running 15 tests from 6 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_sorting_ops_test 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted (143 ms) 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (19 ms) 40: [----------] 2 tests from std_algorithms_sorting_ops_test (163 ms total) 40: 40: [----------] 4 tests from std_algorithms_partitioning_test 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (2 ms) 40: [ RUN ] std_algorithms_partitioning_test.partition_point 40: [ OK ] std_algorithms_partitioning_test.partition_point (2 ms) 40: [----------] 4 tests from std_algorithms_partitioning_test (8 ms total) 40: 40: [----------] 1 test from std_algorithms_partitioning_ops 40: [ RUN ] std_algorithms_partitioning_ops.partition_copy 40: [ OK ] std_algorithms_partitioning_ops.partition_copy (88 ms) 40: [----------] 1 test from std_algorithms_partitioning_ops (88 ms total) 40: 40: [----------] 1 test from std_algorithms_numerics_ops_test 40: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 40: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (177 ms) 40: [----------] 1 test from std_algorithms_numerics_ops_test (177 ms total) 40: 40: [----------] 6 tests from std_algorithms_numeric_ops_test 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 385 879.731/s 1.6k 1 64/65 Test #64: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 40.60 sec test 65 Start 65: Kokkos_UnitTest_SIMD 65: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 65: Test timeout computed to be: 1500 65: [==========] Running 18 tests from 1 test suite. 65: [----------] Global test environment set-up. 65: [----------] 18 tests from simd 65: [ RUN ] simd.host_math_ops 65: [ OK ] simd.host_math_ops (0 ms) 65: [ RUN ] simd.device_math_ops 65: [ OK ] simd.device_math_ops (5 ms) 65: [ RUN ] simd.host_mask_ops 65: [ OK ] simd.host_mask_ops (0 ms) 65: [ RUN ] simd.device_mask_ops 65: [ OK ] simd.device_mask_ops (0 ms) 65: [ RUN ] simd.host_conversions 65: [ OK ] simd.host_conversions (0 ms) 65: [ RUN ] simd.device_conversions 65: [ OK ] simd.device_conversions (0 ms) 65: [ RUN ] simd.host_shift_ops 65: [ OK ] simd.host_shift_ops (0 ms) 65: [ RUN ] simd.device_shift_ops 65: [ OK ] simd.device_shift_ops (0 ms) 65: [ RUN ] simd.host_condition 65: [ OK ] simd.host_condition (0 ms) 65: [ RUN ] simd.device_condition 65: [ OK ] simd.device_condition (0 ms) 65: [ RUN ] simd.host_gen_ctors 65: [ OK ] simd.host_gen_ctors (0 ms) 65: [ RUN ] simd.device_gen_ctors 65: [ OK ] simd.device_gen_ctors (0 ms) 65: [ RUN ] simd.host_where_expressions 65: [ OK ] simd.host_where_expressions (0 ms) 65: [ RUN ] simd.device_where_expressions 65: [ OK ] simd.device_where_expressions (0 ms) 65: [ RUN ] simd.host_reductions 65: [ OK ] simd.host_reductions (0 ms) 65: [ RUN ] simd.device_reductions 65: [ OK ] simd.device_reductions (0 ms) 65: [ RUN ] simd.host_construction 65: [ OK ] simd.host_construction (0 ms) 65: [ RUN ] simd.device_construction 65: [ OK ] simd.device_construction (0 ms) 65: [----------] 18 tests from simd (7 ms total) 65: 65: [----------] Global test environment tear-down 65: [==========] 18 tests from 1 test suite ran. (7 ms total) 65: [ PASSED ] 18 tests. 65/65 Test #65: Kokkos_UnitTest_SIMD ....................................... Passed 0.15 sec 100% tests passed, 0 tests failed out of 65 Label Time Summary: Kokkos = 251.60 sec*proc (58 tests) Total Test time (real) = 554.77 sec Post stage [Pipeline] sh 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 + ccache --show-stats Summary: Hits: 788 / 790 (99.75 %) Direct: 788 / 790 (99.75 %) Preprocessed: 0 / 2 (0.00 %) Misses: 2 Direct: 2 Preprocessed: 2 Primary storage: Hits: 1578 / 1580 (99.87 %) Misses: 2 Cache size (GB): 4.35 / 5.00 (87.07 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 939b347a242f89f543759d5361f6876a1423a3dd22812c96b697cddb1bd8b409 [ 41%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1117 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (438 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 40: [----------] 6 tests from std_algorithms_numeric_ops_test (1556 ms total) 40: 40: [----------] 1 test from std_algorithms_transform_ops_test 40: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 40: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (79 ms) 40: [----------] 1 test from std_algorithms_transform_ops_test (79 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 15 tests from 6 test suites ran. (2074 ms total) 40: [ PASSED ] 15 tests. 40/55 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.19 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 41: Test timeout computed to be: 1500 41: [==========] Running 5 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_count_team_test 41: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostBarrier.cpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Core.cpp 41: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (711 ms) 41: [ RUN ] std_algorithms_count_team_test.count_returns_zero $ docker rm -f --volumes 939b347a242f89f543759d5361f6876a1423a3dd22812c96b697cddb1bd8b409 41: [ OK ] std_algorithms_count_team_test.count_returns_zero (580 ms) 41: [----------] 2 tests from std_algorithms_count_team_test (1291 ms total) 41: 41: [----------] 1 test from std_algorithms_count_if_team_test 41: [ RUN ] std_algorithms_count_if_team_test.test [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o 3: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (14091 ms) 3: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host 41: [ OK ] std_[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp algorithms_count_if_team_test.test (683 ms) 41: [----------] 1 test from std_algorithms_count_if_team_test (683 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_team_test 41: [ RUN ] std_algorithms_for_each_team_test.test [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Stacktrace.cpp 41: [ OK ] std_algorithms_for_each_team_test.test (860 ms) 41: [----------] 1 test from std_algorithms_for_each_team_test (860 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_n_team_test 41: [ RUN ] std_algorithms_for_each_n_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Error.cpp 41: [ OK ] std_algorithms_for_each_n_team_test.test (843 ms) 41: [----------] 1 test from std_algorithms_for_each_n_team_test (843 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 5 tests from 4 test suites ran. (3679 ms total) 41: [ PASSED ] 5 tests. 41/55 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 3.78 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 42: Test timeout computed to be: 1500 42: [==========] Running 2 tests from 1 test suite. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_equal_team_test 42: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace.cpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_MemoryPool.cpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o 42: [ OK ] std_algorithms_equal_team_test.views_are_equal (3772 ms) 42: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_CudaSpace.cpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Task.cpp 42: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (3674 ms) 42: [----------] 2 tests from std_algorithms_equal_team_test (7447 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 2 tests from 1 test suite ran. (7447 ms total) 42: [ PASSED ] 2 tests. 42/55 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 7.56 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: [==========] Running 0 tests from 0 test suites. 43: [==========] 0 tests from 0 test suites ran. (0 ms total) 43: [ PASSED ] 0 tests. 43/55 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 0.06 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: [==========] Running 3 tests from 3 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_min_element_team_test 44: [ RUN ] std_algorithms_min_element_team_test.test 44: [ OK ] std_algorithms_min_element_team_test.test (0 ms) 44: [----------] 1 test from std_algorithms_min_element_team_test (0 ms total) 44: 44: [----------] 1 test from std_algorithms_max_element_team_test 44: [ RUN ] std_algorithms_max_element_team_test.test 44: [ OK ] std_algorithms_max_element_team_test.test (0 ms) 44: [----------] 1 test from std_algorithms_max_element_team_test (0 ms total) 44: 44: [----------] 1 test from std_algorithms_minmax_element_team_test 44: [ RUN ] std_algorithms_minmax_element_team_test.test 44: [ OK ] std_algorithms_minmax_element_team_test.test (0 ms) 44: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 3 tests from 3 test suites ran. (0 ms total) 44: [ PASSED ] 3 tests. 44/55 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 0.06 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 45: [==========] Running 6 tests from 6 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_fill_team_test 45: [ RUN ] std_algorithms_fill_team_test.test Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o 45: [ OK ] std_algorithms_fill_team_test.test (751 ms) 45: [----------] 1 test from std_algorithms_fill_team_test (751 ms total) 45: 45: [----------] 1 test from std_algorithms_fill_n_team_test 45: [ RUN ] std_algorithms_fill_n_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/src/Lock_Array_CUDA.cpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial_Task.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o 45: [ OK ] std_algorithms_fill_n_team_test.test (2090 ms) 45: [----------] 1 test from std_algorithms_fill_n_team_test (2090 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_team_test 45: [ RUN ] std_algorithms_replace_team_test.test 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 [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o 45: [ OK ] std_algorithms_replace_team_test.test (906 ms) 45: [----------] 1 test from std_algorithms_replace_team_test (906 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_if_team_test 45: [ RUN ] std_algorithms_replace_if_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_Bitset.cpp 45: [ OK ] std_algorithms_replace_if_team_test.test (870 ms) 45: [----------] 1 test from std_algorithms_replace_if_team_test (870 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_team_test 45: [ RUN ] std_algorithms_replace_copy_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_DualView.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_DynamicView.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_DynViewAPI_generic.cpp 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 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_DynViewAPI_rank12345.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_DynViewAPI_rank67.cpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o 45: [ OK ] std_algorithms_replace_copy_team_test.test (1623 ms) 45: [----------] 1 test from std_algorithms_replace_copy_team_test (1624 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test 45: [ RUN ] std_algorithms_replace_copy_if_team_test.test [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o 45: [ OK ] std_algorithms_replace_copy_if_team_test.test (1421 ms) 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1421 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 6 tests from 6 test suites ran. (7665 ms total) 45: [ PASSED ] 6 tests. 45/55 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 7.76 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/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_reverse_team_test 46: [ RUN ] std_algorithms_reverse_team_test.test [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ErrorReporter.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o 46: [ OK ] std_algorithms_reverse_team_test.test (878 ms) 46: [----------] 1 test from std_algorithms_reverse_team_test (878 ms total) 46: 46: [----------] 1 test from std_algorithms_reverse_copy_team_test 46: [ RUN ] std_algorithms_reverse_copy_team_test.test [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o 46: [ OK ] std_algorithms_reverse_copy_team_test.test (1313 ms) 46: [----------] 1 test from std_algorithms_reverse_copy_team_test (1313 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_team_test 46: [ RUN ] std_algorithms_rotate_team_test.test [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] 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 [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o 46: [ OK ] std_algorithms_rotate_team_test.test (2577 ms) 46: [----------] 1 test from std_algorithms_rotate_team_test (2577 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_copy_team_test 46: [ RUN ] std_algorithms_rotate_copy_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_OffsetView.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 55%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 55%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.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_Reductions.cpp.o 46: [ OK ] std_algorithms_rotate_copy_team_test.test (4556 ms) 46: [----------] 1 test from std_algorithms_rotate_copy_team_test (4556 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (9325 ms total) 46: [ PASSED ] 4 tests. 46/55 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 9.43 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_move_team_test 47: [ RUN ] std_algorithms_move_team_test.test 47: [ OK ] std_algorithms_move_team_test.test (1570 ms) 47: [----------] 1 test from std_algorithms_move_team_test (1570 ms total) 47: 47: [----------] 1 test from std_algorithms_move_backward_team_test 47: [ RUN ] std_algorithms_move_backward_team_test.test Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o 47: [ OK ] std_algorithms_move_backward_team_test.test (1366 ms) 47: [----------] 1 test from std_algorithms_move_backward_team_test (1366 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_left_team_test 47: [ RUN ] std_algorithms_shift_left_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ScatterView.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_UnorderedMap.cpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial_ViewCtorPropEmbeddedDim.cpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_CPUDiscovery.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-7897/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_UnorderedMap.o TestCuda_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosContainers_UnitTest_Cuda 47: [ OK ] std_algorithms_shift_left_team_test.test (4205 ms) 47: [----------] 1 test from std_algorithms_shift_left_team_test (4205 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_right_team_test 47: [ RUN ] std_algorithms_shift_right_team_test.test [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp 47: [ OK ] std_algorithms_shift_right_team_test.test (4209 ms) 47: [----------] 1 test from std_algorithms_shift_right_team_test (4209 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (11352 ms total) 47: [ PASSED ] 4 tests. 47/55 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 11.45 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 48: Test timeout computed to be: 1500 48: [==========] Running 9 tests from 9 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_copy_team_test 48: [ RUN ] std_algorithms_copy_team_test.test 3: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (37323 ms) 3: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o 48: [ OK ] std_algorithms_copy_team_test.test (2002 ms) 48: [----------] 1 test from std_algorithms_copy_team_test (2002 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_n_team_test 48: [ RUN ] std_algorithms_copy_n_team_test.test [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o 48: [ OK ] std_algorithms_copy_n_team_test.test (4158 ms) 48: [----------] 1 test from std_algorithms_copy_n_team_test (4158 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_backward_team_test 48: [ RUN ] std_algorithms_copy_backward_team_test.test [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 59%] Built target Kokkos_PerformanceTest_TaskDag [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o 48: [ OK ] std_algorithms_copy_backward_team_test.test (1523 ms) 48: [----------] 1 test from std_algorithms_copy_backward_team_test (1523 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_if_team_test 48: [ RUN ] std_algorithms_copy_if_team_test.test [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o 48: [ OK ] std_algorithms_copy_if_team_test.test (1524 ms) 48: [----------] 1 test from std_algorithms_copy_if_team_test (1524 ms total) 48: 48: [----------] 1 test from std_algorithms_unique_copy_team_test 48: [ RUN ] std_algorithms_unique_copy_team_test.test Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o 48: [ OK ] std_algorithms_unique_copy_team_test.test (1516 ms) 48: [----------] 1 test from std_algorithms_unique_copy_team_test (1516 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_team_test 48: [ RUN ] std_algorithms_remove_team_test.test Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 83%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o 48: [ OK ] std_algorithms_remove_team_test.test (954 ms) 48: [----------] 1 test from std_algorithms_remove_team_test (954 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_if_team_test 48: [ RUN ] std_algorithms_remove_if_team_test.test [ 60%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 60%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o 48: [ OK ] std_algorithms_remove_if_team_test.test (866 ms) 48: [----------] 1 test from std_algorithms_remove_if_team_test (867 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_copy_team_test 48: [ RUN ] std_algorithms_remove_copy_team_test.test [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o 48: [ OK ] std_algorithms_remove_copy_team_test.test (1484 ms) 48: [----------] 1 test from std_algorithms_remove_copy_team_test (1484 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_copy_if_team_test 48: [ RUN ] std_algorithms_remove_copy_if_team_test.test Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o 48: [ OK ] std_algorithms_remove_copy_if_team_test.test (1418 ms) 48: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1418 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 9 tests from 9 test suites ran. (15451 ms total) 48: [ PASSED ] 9 tests. 48/55 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 15.57 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 49: Test timeout computed to be: 1500 49: [==========] Running 2 tests from 2 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_unique_team_test 49: [ RUN ] std_algorithms_unique_team_test.test_default_predicate [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o 49: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1146 ms) 49: [----------] 1 test from std_algorithms_unique_team_test (1146 ms total) 49: 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test 49: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o 49: [ OK ] std_algorithms_adjacent_difference_team_test.test (2642 ms) 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2642 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 2 tests from 2 test suites ran. (3789 ms total) 49: [ PASSED ] 2 tests. 49/55 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.89 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 50: Test timeout computed to be: 1500 50: [==========] Running 6 tests from 2 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_is_sorted_team_test 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (846 ms) 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (740 ms) 50: [----------] 2 tests from std_algorithms_is_sorted_team_test (1586 ms total) 50: 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (71 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (76 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (509 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB /var/jenkins/workspace/Kokkos_PR-7897/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_UnorderedMap.o TestSerial_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosContainers_UnitTest_Serial echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make -C containers/performance_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests/TestCuda.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests/TestMain.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostThreadTeam.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_SharedAlloc.cpp 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (581 ms) 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1238 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 6 tests from 2 test suites ran. (2825 ms total) 50: [ PASSED ] 6 tests. 50/55 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 2.93 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_transform_team_test 51: [ RUN ] std_algorithms_transform_team_test.test_unary_op [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 63%] Built target Kokkos_PerformanceTest_SharedSpace [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o 51: [ OK ] std_algorithms_transform_team_test.test_unary_op (1877 ms) 51: [----------] 1 test from std_algorithms_transform_team_test (1877 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_team_test 51: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_hwloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Command_Line_Parsing.cpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 65%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 65%] Built target Kokkos_Benchmark_Atomic_MinMax [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o 51: [ OK ] std_algorithms_generate_team_test.test_unary_op (2367 ms) 51: [----------] 1 test from std_algorithms_generate_team_test (2367 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_n_team_test 51: [ RUN ] std_algorithms_generate_n_team_test.test [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o 51: [ OK ] std_algorithms_generate_n_team_test.test (2294 ms) 51: [----------] 1 test from std_algorithms_generate_n_team_test (2294 ms total) 51: 51: [----------] 1 test from std_algorithms_swap_ranges_team_test 51: [ RUN ] std_algorithms_swap_ranges_team_test.test Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostBarrier.cpp 51: [ OK ] std_algorithms_swap_ranges_team_test.test (1861 ms) 51: [----------] 1 test from std_algorithms_swap_ranges_team_test (1861 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (8401 ms total) 51: [ PASSED ] 4 tests. 51/55 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 8.50 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 52: Test timeout computed to be: 1500 52: [==========] Running 1 test from 1 test suite. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_exclusive_scan_team_test 52: [ RUN ] std_algorithms_exclusive_scan_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Core.cpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Stacktrace.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Error.cpp [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o 52: [ OK ] std_algorithms_exclusive_scan_team_test.test (2929 ms) 52: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2930 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 1 test from 1 test suite ran. (2930 ms total) 52: [ PASSED ] 1 test. 52/55 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.03 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests 53: Test timeout computed to be: 1500 53: [==========] Running 1 test from 1 test suite. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test 53: [ RUN ] std_algorithms_inclusive_scan_team_test.test /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_MemoryPool.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_CudaSpace.cpp [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 65%] Built target Kokkos_PerformanceTest_Mempool [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o 3: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (37811 ms) 3: [----------] 17 tests from hip_DeathTest (131297 ms total) 3: 3: [----------] 1 test from hip_graph_DeathTest 3: [ RUN ] hip_graph_DeathTest.can_instantiate_only_once [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/src/Lock_Array_CUDA.cpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o 3: [ OK ] hip_graph_DeathTest.can_instantiate_only_once (4759 ms) 3: [----------] 1 test from hip_graph_DeathTest (4759 ms total) 3: 3: [----------] 298 tests from hip 3: [ RUN ] hip.array_capacity 3: [ OK ] hip.array_capacity (0 ms) 3: [ RUN ] hip.array_element_access 3: [ OK ] hip.array_element_access (0 ms) 3: [ RUN ] hip.array_operator_equal 3: [ OK ] hip.array_operator_equal (0 ms) 3: [ RUN ] hip.array_zero_capacity 3: [ OK ] hip.array_zero_capacity (0 ms) 3: [ RUN ] hip.array_zero_data_nullptr 3: [ OK ] hip.array_zero_data_nullptr (0 ms) 3: [ RUN ] hip.atomic_operations_complexdouble 3: [ OK ] hip.atomic_operations_complexdouble (11 ms) 3: [ RUN ] hip.atomic_operations_complexfloat 3: [ OK ] hip.atomic_operations_complexfloat (9 ms) 3: [ RUN ] hip.atomic_operations_double 3: [ OK ] hip.atomic_operations_double (12 ms) 3: [ RUN ] hip.atomic_operations_float 3: [ OK ] hip.atomic_operations_float (10 ms) 3: [ RUN ] hip.atomic_operations_int 3: [ OK ] hip.atomic_operations_int (26 ms) 3: [ RUN ] hip.atomic_operations_long 3: [ OK ] hip.atomic_operations_long (26 ms) 3: [ RUN ] hip.atomic_operations_longlong 3: [ OK ] hip.atomic_operations_longlong (25 ms) 3: [ RUN ] hip.atomic_shared 3: [ OK ] hip.atomic_shared (4 ms) 3: [ RUN ] hip.atomic_operations_unsigned 3: [ OK ] hip.atomic_operations_unsigned (22 ms) 3: [ RUN ] hip.atomic_operations_unsignedlong 3: [ OK ] hip.atomic_operations_unsignedlong (21 ms) 3: [ RUN ] hip.atomics 3: [ OK ] hip.atomics (257 ms) 3: [ RUN ] hip.atomics_tpetra_max_abs 3: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] hip.atomic_views_integral [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o 53: [ OK ] std_algorithms_inclusive_scan_team_test.test (8485 ms) 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (8485 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 1 test from 1 test suite ran. (8485 ms total) 53: [ PASSED ] 1 test. 53/55 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 8.59 sec test 54 Start 54: Kokkos_PerformanceTest_InclusiveScan 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-27-32.json" 54: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test 54: Test timeout computed to be: 1500 54: 2025-03-17T16:07:59+00:00 54: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 54: Run on (6 X 2095.11 MHz CPU s) 54: CPU Caches: 54: L1 Data 32 KiB (x6) 54: L1 Instruction 32 KiB (x6) 54: L2 Unified 4096 KiB (x6) 54: L3 Unified 16384 KiB (x6) 54: Load Average: 0.36, 0.81, 3.23 54: CPU architecture: none 54: Default Device: OpenMPTarget 54: GIT_BRANCH: HEAD 54: GIT_CLEAN_STATUS: CLEAN 54: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 54: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 54: GIT_COMMIT_HASH: 10d579f4f 54: GPU architecture: VOLTA70 54: KOKKOS_COMPILER_CLANG: 1703 54: KOKKOS_ENABLE_ASM: no 54: KOKKOS_ENABLE_CXX17: yes 54: KOKKOS_ENABLE_CXX20: no 54: KOKKOS_ENABLE_CXX23: no 54: KOKKOS_ENABLE_CXX26: no 54: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 54: KOKKOS_ENABLE_HWLOC: no 54: KOKKOS_ENABLE_LIBDL: yes 54: KOKKOS_ENABLE_OPENMPTARGET: yes 54: KOKKOS_ENABLE_PRAGMA_IVDEP: no 54: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 54: KOKKOS_ENABLE_PRAGMA_UNROLL: no 54: KOKKOS_ENABLE_PRAGMA_VECTOR: no 54: KOKKOS_ENABLE_SERIAL: yes 54: Kokkos Version: 4.6.99 54: platform: 64bit /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial_Task.cpp Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o 54: ---------------------------------------------------------------------------------------------------------------------------------------------- 54: Benchmark Time CPU Iterations FOM: GB/s MB Passed 54: ---------------------------------------------------------------------------------------------------------------------------------------------- 54: BM_inclusive_scan/100000000/manual_time 0.239 s 0.002 s 3 6.68744/s 1.6k 1 [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip.atomic_views_integral (5067 ms) 3: [ RUN ] hip.atomic_views_nonintegral [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 66%] Built target Kokkos_PerformanceTest_Atomic [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.239 s 0.002 s 3 6.6944/s 1.6k 1 [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_CPUDiscovery.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/containers/performance_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' make -C algorithms/unit_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestCuda.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/UnitTestMain.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostThreadTeam.cpp 54: BM_inclusive_scan/100000000/manual_time 0.247 s 0.002 s 3 6.49025/s 1.6k 1 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 54: BM_inclusive_scan/100000000/manual_time 0.359 s 0.003 s 2 4.45428/s 1.6k 1 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_hwloc.cpp [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.359 s 0.003 s 2 4.4542/s 1.6k 1 [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 42%] Built target Kokkos_IncrementalTest_CUDA 3: [ OK ] hip.atomic_views_nonintegral (12534 ms) 3: [ RUN ] hip.atomic_view_api 3: [ OK ] hip.atomic_view_api (0 ms) 3: [ RUN ] hip.bit_manip_countl_zero 3: [ OK ] hip.bit_manip_countl_zero (12 ms) 3: [ RUN ] hip.bit_manip_countl_one 3: [ OK ] hip.bit_manip_countl_one (0 ms) 3: [ RUN ] hip.bit_manip_countr_zero 3: [ OK ] hip.bit_manip_countr_zero (0 ms) 3: [ RUN ] hip.bit_manip_countr_one 3: [ OK ] hip.bit_manip_countr_one (0 ms) 3: [ RUN ] hip.bit_manip_popcount 3: [ OK ] hip.bit_manip_popcount (0 ms) 3: [ RUN ] hip.bit_manip_has_single_bit 3: [ OK ] hip.bit_manip_has_single_bit (0 ms) 3: [ RUN ] hip.bit_manip_bit_floor 3: [ OK ] hip.bit_manip_bit_floor (0 ms) 3: [ RUN ] hip.bit_manip_bit_ceil 3: [ OK ] hip.bit_manip_bit_ceil (0 ms) 3: [ RUN ] hip.bit_manip_bit_width 3: [ OK ] hip.bit_manip_bit_width (0 ms) 3: [ RUN ] hip.bit_manip_rotl 3: [ OK ] hip.bit_manip_rotl (1 ms) 3: [ RUN ] hip.bit_manip_rotr 3: [ OK ] hip.bit_manip_rotr (0 ms) 3: [ RUN ] hip.bit_manip_byeswap 3: [ OK ] hip.bit_manip_byeswap (0 ms) 3: [ RUN ] hip.bit_manip_bit_cast 3: [ OK ] hip.bit_manip_bit_cast (0 ms) 3: [ RUN ] hip.test_block_deduction_bug_pr_3103 3: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] hip.checked_integer_operations_multiply_overflow 3: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] hip.execution_policy_occupancy_and_hint 3: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] hip.complex_construction 3: [ OK ] hip.complex_construction (6 ms) 3: [ RUN ] hip.complex_basic_math 3: [ OK ] hip.complex_basic_math (0 ms) 3: [ RUN ] hip.complex_special_funtions 3: [ OK ] hip.complex_special_funtions (0 ms) 3: [ RUN ] hip.complex_io 3: [ OK ] hip.complex_io (0 ms) 3: [ RUN ] hip.complex_trivially_copyable 3: [ OK ] hip.complex_trivially_copyable (0 ms) 3: [ RUN ] hip.complex_issue_3865 3: [ OK ] hip.complex_issue_3865 (0 ms) 3: [ RUN ] hip.complex_operations_arithmetic_types_overloads 3: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] hip.complex_structured_bindings 3: [ OK ] hip.complex_structured_bindings (0 ms) 3: [ RUN ] hip.crs_count_fill 3: [ OK ] hip.crs_count_fill (4 ms) 3: [ RUN ] hip.crs_copy_constructor 3: [ OK ] hip.crs_copy_constructor (8 ms) 3: [ RUN ] hip.deep_copy_alignment 3: [ OK ] hip.deep_copy_alignment (13 ms) 3: [ RUN ] hip.deep_copy_conversion 3: [ OK ] hip.deep_copy_conversion (7 ms) 3: [ RUN ] hip.partitioning_by_args 3: [ OK ] hip.partitioning_by_args (41 ms) 3: [ RUN ] hip.partitioning_by_vector 3: [ OK ] hip.partitioning_by_vector (39 ms) 3: [ RUN ] hip.exec_space_thread_safety_range 3: [ OK ] hip.exec_space_thread_safety_range (2134 ms) 3: [ RUN ] hip.exec_space_thread_safety_mdrange 3: [ OK ] hip.exec_space_thread_safety_mdrange (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_team_policy [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip.exec_space_thread_safety_team_policy (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_range_reduce [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Command_Line_Parsing.cpp 3: [ OK ] hip.exec_space_thread_safety_range_reduce (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 3: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce 3: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_range_scan [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp 54: BM_inclusive_scan/100000000/manual_time 0.357 s 0.003 s 2 4.47725/s 1.6k 1 3: [ OK ] hip.exec_space_thread_safety_range_scan (213 ms) 3: [ RUN ] hip.execution_space_as_class_data_member 3: [ OK ] hip.execution_space_as_class_data_member (0 ms) 3: [ RUN ] hip.functor_analysis 3: [ OK ] hip.functor_analysis (0 ms) 3: [ RUN ] hip.when_all_type 3: [ OK ] hip.when_all_type (0 ms) 3: [ RUN ] hip.graph_then 3: [ OK ] hip.graph_then (18 ms) 3: [ RUN ] hip.host_shared_ptr_use_count 3: [ OK ] hip.host_shared_ptr_use_count (0 ms) 3: [ RUN ] hip.host_shared_ptr_get 3: [ OK ] hip.host_shared_ptr_get (0 ms) 3: [ RUN ] hip.host_shared_ptr_dereference_on_device 3: [ OK ] hip.host_shared_ptr_dereference_on_device (1 ms) 3: [ RUN ] hip.host_shared_ptr_special_members_on_device 3: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] hip.host_shared_ptr_tracking 3: 3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 3: does not support page migration between device and host. 3: HIPManagedSpace might not work as expected. 3: Please refer to the ROCm documentation on unified/managed memory. 3: [ OK ] hip.host_shared_ptr_tracking (9 ms) 3: [ RUN ] hip.join_backward_compatibility 3: [ OK ] hip.join_backward_compatibility (0 ms) 3: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostBarrier.cpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o 3: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (761 ms) 3: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Core.cpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.365 s 0.003 s 2 4.38565/s 1.6k 1 3: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2168 ms) 3: [ RUN ] hip.local_deepcopy_teampolicy_layoutright /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Stacktrace.cpp 3: [ OK ] hip.local_deepcopy_teampolicy_layoutright (730 ms) 3: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_Error.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_HostSpace.cpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o 3: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1549 ms) 3: [ RUN ] hip.deep_copy_scratch 3: [ OK ] hip.deep_copy_scratch (0 ms) 3: [ RUN ] hip.mathematical_constants_e 3: [ OK ] hip.mathematical_constants_e (3 ms) 3: [ RUN ] hip.mathematical_constants_log2e 3: [ OK ] hip.mathematical_constants_log2e (0 ms) 3: [ RUN ] hip.mathematical_constants_log10e 3: [ OK ] hip.mathematical_constants_log10e (0 ms) 3: [ RUN ] hip.mathematical_constants_pi 3: [ OK ] hip.mathematical_constants_pi (0 ms) 3: [ RUN ] hip.mathematical_constants_inv_pi 3: [ OK ] hip.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] hip.mathematical_constants_inv_sqrtpi 3: [ OK ] hip.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] hip.mathematical_constants_ln2 3: [ OK ] hip.mathematical_constants_ln2 (0 ms) 3: [ RUN ] hip.mathematical_constants_ln10 3: [ OK ] hip.mathematical_constants_ln10 (0 ms) 3: [ RUN ] hip.mathematical_constants_sqrt2 3: [ OK ] hip.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] hip.mathematical_constants_sqrt3 3: [ OK ] hip.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] hip.mathematical_constants_inv_sqrt3 3: [ OK ] hip.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] hip.mathematical_constants_egamma 3: [ OK ] hip.mathematical_constants_egamma (0 ms) 3: [ RUN ] hip.mathematical_constants_phi 3: [ OK ] hip.mathematical_constants_phi (0 ms) 3: [ RUN ] hip.mathematical_functions_trigonometric_functions 3: [ OK ] hip.mathematical_functions_trigonometric_functions (48 ms) 3: [ RUN ] hip.mathematical_functions_hyperbolic_functions 3: [ OK ] hip.mathematical_functions_hyperbolic_functions (3 ms) 3: [ RUN ] hip.mathematical_functions_non_standard 3: [ OK ] hip.mathematical_functions_non_standard (4 ms) 3: [ RUN ] hip.mathematical_functions_power_functions 3: [ OK ] hip.mathematical_functions_power_functions (39 ms) 3: [ RUN ] hip.mathematical_functions_fma 3: [ OK ] hip.mathematical_functions_fma (0 ms) 3: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 3: [ OK ] hip.mathematical_functions_error_and_gamma_functions (5 ms) 3: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 3: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 3: [ RUN ] hip.mathematical_functions_absolute_value 3: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 3: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] hip.mathematical_functions_remainder_function 3: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] hip.mathematical_functions_isfinite 3: [ OK ] hip.mathematical_functions_isfinite (0 ms) 3: [ RUN ] hip.mathematical_functions_isinf 3: [ OK ] hip.mathematical_functions_isinf (0 ms) 3: [ RUN ] hip.mathematical_functions_isnan 3: [ OK ] hip.mathematical_functions_isnan (0 ms) 3: [ RUN ] hip.mathematical_functions_exponential_functions 3: [ OK ] hip.mathematical_functions_exponential_functions (21 ms) 3: [ RUN ] hip.mathspecialfunc_expint1 3: [ OK ] hip.mathspecialfunc_expint1 (11 ms) 3: [ RUN ] hip.mathspecialfunc_errorfunc 3: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselj0y0 3: [ OK ] hip.mathspecialfunc_cbesselj0y0 (27 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselj1y1 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMathematicalSpecialFunctions.hpp:1978: Skipped 3: skipping since test is known to fail on MI100 with ROCm 5.3 3: [ SKIPPED ] hip.mathspecialfunc_cbesselj1y1 (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesseli0k0 3: [ OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms) 3: [ RUN ] hip.mathspecialfunc_cbesseli1k1 3: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMathematicalSpecialFunctions.hpp:2019: Skipped 3: skipping since test is known to fail on MI100 and for some versions of ROCm 3: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 3: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms) 3: [ RUN ] hip.mdrange_5d 3: [ OK ] hip.mdrange_5d (14 ms) 3: [ RUN ] hip.mdrange_6d 3: [ OK ] hip.mdrange_6d (17 ms) 3: [ RUN ] hip.mdrange_2d 3: [ OK ] hip.mdrange_2d (5 ms) 3: [ RUN ] hip.mdrange_array_reduce 3: [ OK ] hip.mdrange_array_reduce (0 ms) 3: [ RUN ] hip.mdrange_3d 3: [ OK ] hip.mdrange_3d (8 ms) 3: [ RUN ] hip.mdrange_neg_idx 3: [ OK ] hip.mdrange_neg_idx (1 ms) 3: [ RUN ] hip.mdrange_4d 3: [ OK ] hip.mdrange_4d (5 ms) 3: [ RUN ] hip.mdrange_scalar 3: [ OK ] hip.mdrange_scalar (0 ms) 3: [ RUN ] hip.mdrange_large_deep_copy 3: [ OK ] hip.mdrange_large_deep_copy (53 ms) 3: [ RUN ] hip.md_range_policy_construction_from_arrays 3: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] hip.policy_get_tile_size 3: [ OK ] hip.policy_get_tile_size (0 ms) 3: [ RUN ] hip.mdrange_parallel_reduce_primitive_types 54: BM_inclusive_scan/100000000/manual_time 0.365 s 0.003 s 2 4.38074/s 1.6k 1 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/impl/Kokkos_MemoryPool.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o 3: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3899 ms) 3: [ RUN ] hip.mdspan_minimal_functional 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMDSpan.hpp:63: Skipped 3: mdspan not enabled 3: [ SKIPPED ] hip.mdspan_minimal_functional (0 ms) 3: [ RUN ] hip.max 3: [ OK ] hip.max (0 ms) 3: [ RUN ] hip.max_within_parfor 3: [ OK ] hip.max_within_parfor (1 ms) 3: [ RUN ] hip.min 3: [ OK ] hip.min (0 ms) 3: [ RUN ] hip.min_within_parfor 3: [ OK ] hip.min_within_parfor (0 ms) 3: [ RUN ] hip.minmax 3: [ OK ] hip.minmax (0 ms) 3: [ RUN ] hip.minmax_within_parfor 3: [ OK ] hip.minmax_within_parfor (0 ms) 3: [ RUN ] hip.clamp 3: [ OK ] hip.clamp (0 ms) 3: [ RUN ] hip.clamp_within_parfor 3: [ OK ] hip.clamp_within_parfor (0 ms) 3: [ RUN ] hip.numeric_traits_infinity 3: [ OK ] hip.numeric_traits_infinity (15 ms) 3: [ RUN ] hip.numeric_traits_epsilon 3: [ OK ] hip.numeric_traits_epsilon (0 ms) 3: [ RUN ] hip.numeric_traits_round_error 3: [ OK ] hip.numeric_traits_round_error (0 ms) 3: [ RUN ] hip.numeric_traits_norm_min 3: [ OK ] hip.numeric_traits_norm_min (0 ms) 3: [ RUN ] hip.numeric_traits_denorm_min 3: [ OK ] hip.numeric_traits_denorm_min (0 ms) 3: [ RUN ] hip.numeric_traits_finite_min_max 3: [ OK ] hip.numeric_traits_finite_min_max (1 ms) 3: [ RUN ] hip.numeric_traits_digits 3: [ OK ] hip.numeric_traits_digits (1 ms) 3: [ RUN ] hip.numeric_traits_digits10 3: [ OK ] hip.numeric_traits_digits10 (1 ms) 3: [ RUN ] hip.numeric_traits_max_digits10 3: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] hip.numeric_traits_radix 3: [ OK ] hip.numeric_traits_radix (1 ms) 3: [ RUN ] hip.numeric_traits_min_max_exponent 3: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] hip.numeric_traits_min_max_exponent10 3: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 3: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] hip.numeric_traits_sfinae_friendly 3: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] hip.occupancy_control 3: [ OK ] hip.occupancy_control (1 ms) 3: [ RUN ] hip.memory_pool 3: [ OK ] hip.memory_pool (34 ms) 3: [ RUN ] hip.cxx11 3: [ OK ] hip.cxx11 (0 ms) 3: [ RUN ] hip.viewctorprop_embedded_dim 3: [ OK ] hip.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] hip.parallel_scan_range_policy 3: [ OK ] hip.parallel_scan_range_policy (50 ms) 3: [ RUN ] hip.kokkos_printf 3: [ OK ] hip.kokkos_printf (2 ms) 3: [ RUN ] hip.range_for 3: [ OK ] hip.range_for (4 ms) 3: [ RUN ] hip.range_reduce 3: [ OK ] hip.range_reduce (0 ms) 3: [ RUN ] hip.range_dynamic_policy 3: [ OK ] hip.range_dynamic_policy (0 ms) 3: [ RUN ] hip.large_parallel_for_reduce 3: [ OK ] hip.large_parallel_for_reduce (38 ms) 3: [ RUN ] hip.range_policy_runtime_parameters 3: [ OK ] hip.range_policy_runtime_parameters (0 ms) 3: [ RUN ] hip.range_policy_one_way_convertible_bounds 3: [ OK ] hip.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] hip.range_for_require 3: [ OK ] hip.range_for_require (3 ms) 3: [ RUN ] hip.range_reduce_require 3: [ OK ] hip.range_reduce_require (0 ms) 3: [ RUN ] hip.range_dynamic_policy_require 3: [ OK ] hip.range_dynamic_policy_require (0 ms) 3: [ RUN ] hip.reducers_int 3: [ OK ] hip.reducers_int (10 ms) 3: [ RUN ] hip.reducers_double 3: [ OK ] hip.reducers_double (8 ms) 3: [ RUN ] hip.reducers_complex_double 3: [ OK ] hip.reducers_complex_double (17 ms) 3: [ RUN ] hip.reducers_struct 3: [ OK ] hip.reducers_struct (4 ms) 3: [ RUN ] hip.reducers_half_t 3: [ OK ] hip.reducers_half_t (8 ms) 3: [ RUN ] hip.reducers_bhalf_t 3: [ OK ] hip.reducers_bhalf_t (4 ms) 3: [ RUN ] hip.reducers_int8_t 3: [ OK ] hip.reducers_int8_t (3 ms) 3: [ RUN ] hip.reducers_int16_t 3: [ OK ] hip.reducers_int16_t (4 ms) 3: [ RUN ] hip.reducers_bool 3: [ OK ] hip.reducers_bool (1 ms) 3: [ RUN ] hip.int64_t_reduce 3: [ OK ] hip.int64_t_reduce (24 ms) 3: [ RUN ] hip.double_reduce 3: [ OK ] hip.double_reduce (20 ms) 3: [ RUN ] hip.int64_t_reduce_dynamic 3: [ OK ] hip.int64_t_reduce_dynamic (23 ms) 3: [ RUN ] hip.double_reduce_dynamic 3: [ OK ] hip.double_reduce_dynamic (23 ms) 3: [ RUN ] hip.int64_t_reduce_dynamic_view 3: [ OK ] hip.int64_t_reduce_dynamic_view (6 ms) 3: [ RUN ] hip.int_combined_reduce 3: [ OK ] hip.int_combined_reduce (0 ms) 3: [ RUN ] hip.mdrange_combined_reduce 3: [ OK ] hip.mdrange_combined_reduce (0 ms) 3: [ RUN ] hip.int_combined_reduce_mixed 3: [ OK ] hip.int_combined_reduce_mixed (0 ms) 3: [ RUN ] hip.reduction_with_large_iteration_count 54: BM_inclusive_scan/100000000/manual_time 0.369 s 0.003 s 2 4.33103/s 1.6k 1 54/55 Test #54: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 29.78 sec test 55 Start 55: Kokkos_UnitTest_SIMD 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 55: Working Directory: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests 55: Test timeout computed to be: 1500 55: [==========] Running 18 tests from 1 test suite. 55: [----------] Global test environment set-up. 55: [----------] 18 tests from simd 55: [ RUN ] simd.host_math_ops 55: [ OK ] simd.host_math_ops (0 ms) 55: [ RUN ] simd.device_math_ops 55: /var/jenkins/workspace/Kokkos_PR-7897/simd/unit_tests/include/TestSIMD_MathOps.hpp:341: Skipped 55: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered 55: [ SKIPPED ] simd.device_math_ops (0 ms) 55: [ RUN ] simd.host_mask_ops 55: [ OK ] simd.host_mask_ops (0 ms) 55: [ RUN ] simd.device_mask_ops 55: [ OK ] simd.device_mask_ops (111 ms) 55: [ RUN ] simd.host_conversions 55: [ OK ] simd.host_conversions (0 ms) 55: [ RUN ] simd.device_conversions 55: [ OK ] simd.device_conversions (0 ms) 55: [ RUN ] simd.host_shift_ops 55: [ OK ] simd.host_shift_ops (0 ms) 55: [ RUN ] simd.device_shift_ops 55: [ OK ] simd.device_shift_ops (3 ms) 55: [ RUN ] simd.host_condition 55: [ OK ] simd.host_condition (0 ms) 55: [ RUN ] simd.device_condition 55: [ OK ] simd.device_condition (0 ms) 55: [ RUN ] simd.host_gen_ctors 55: [ OK ] simd.host_gen_ctors (0 ms) 55: [ RUN ] simd.device_gen_ctors 55: [ OK ] simd.device_gen_ctors (0 ms) 55: [ RUN ] simd.host_where_expressions 55: [ OK ] simd.host_where_expressions (0 ms) 55: [ RUN ] simd.device_where_expressions 55: [ OK ] simd.device_where_expressions (0 ms) 55: [ RUN ] simd.host_reductions 55: [ OK ] simd.host_reductions (0 ms) 55: [ RUN ] simd.device_reductions 55: /var/jenkins/workspace/Kokkos_PR-7897/simd/unit_tests/include/TestSIMD_Reductions.hpp:221: Skipped 55: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered 55: [ SKIPPED ] simd.device_reductions (0 ms) 55: [ RUN ] simd.host_construction 55: [ OK ] simd.host_construction (0 ms) 55: [ RUN ] simd.device_construction 55: [ OK ] simd.device_construction (0 ms) 55: [----------] 18 tests from simd (115 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 1 test suite ran. (115 ms total) 55: [ PASSED ] 16 tests. 55: [ SKIPPED ] 2 tests, listed below: 55: [ SKIPPED ] simd.device_math_ops 55: [ SKIPPED ] simd.device_reductions 55/55 Test #55: Kokkos_UnitTest_SIMD ....................................... Passed 0.23 sec 100% tests passed, 0 tests failed out of 55 Label Time Summary: Kokkos = 336.98 sec*proc (48 tests) Total Test time (real) = 818.36 sec Post stage [Pipeline] sh 3: [ OK ] hip.reduction_with_large_iteration_count (360 ms) 3: [ RUN ] hip.reduction_deduction 3: [ OK ] hip.reduction_deduction (0 ms) 3: [ RUN ] hip.reduce_device_view_range_policy + ccache --show-stats Summary: Hits: 0 / 0 Direct: 0 / 0 Preprocessed: 0 / 0 Misses: 0 Direct: 0 Preprocessed: 0 Primary storage: Hits: 0 / 0 Misses: 0 Cache size (GB): 4.99 / 5.00 (99.89 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 8447a3a460027536449a68cd1c330d19bee7b9b39c0763e080251a122ef2d248 /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_CudaSpace.cpp INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Cuda/Kokkos_Cuda_Task.cpp $ docker rm -f --volumes 8447a3a460027536449a68cd1c330d19bee7b9b39c0763e080251a122ef2d248 [ 68%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 68%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/src/Lock_Array_CUDA.cpp /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 68%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 68%] Built target Kokkos_ContainersPerformanceTest_HIP [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c /var/jenkins/workspace/Kokkos_PR-7897/core/src/Serial/Kokkos_Serial_Task.cpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-7897/core/src -I/var/jenkins/workspace/Kokkos_PR-7897/containers/src -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/category_files -Werror -Werror=all-warnings -c TestSerial.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_CPUDiscovery.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a [ 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_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 68%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 68%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o 3: [ OK ] hip.reduce_device_view_range_policy (27185 ms) 3: [ RUN ] hip.reduce_device_view_mdrange_policy [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 84%] Built target Kokkos_PerformanceTest_Benchmark [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/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-7897/build/algorithms/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosAlgorithms_UnitTest_Serial [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o 3: [ OK ] hip.reduce_device_view_mdrange_policy (25621 ms) 3: [ RUN ] hip.reduce_device_view_team_policy [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.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_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 70%] 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_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o 3: [ OK ] hip.reduce_device_view_team_policy (27123 ms) 3: [ RUN ] hip.impl_shared_alloc 3: [ OK ] hip.impl_shared_alloc (197 ms) 3: [ RUN ] hip.kokkos_swap 3: [ OK ] hip.kokkos_swap (1 ms) 3: [ RUN ] hip.team_for 3: [ OK ] hip.team_for (30 ms) 3: [ RUN ] hip.team_reduce 3: [ OK ] hip.team_reduce (0 ms) 3: [ RUN ] hip.team_reduce_large 3: [ OK ] hip.team_reduce_large (82 ms) 3: [ RUN ] hip.team_parallel_single 3: [ OK ] hip.team_parallel_single (6 ms) 3: [ RUN ] hip.large_team_scratch_size 3: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 3: [ OK ] hip.large_team_scratch_size (0 ms) 3: [ RUN ] hip.team_broadcast_long 3: [ OK ] hip.team_broadcast_long (0 ms) 3: [ RUN ] hip.team_broadcast_long_wrapper 3: [ OK ] hip.team_broadcast_long_wrapper (0 ms) 3: [ RUN ] hip.team_broadcast_char 3: [ OK ] hip.team_broadcast_char (0 ms) 3: [ RUN ] hip.team_broadcast_float 3: [ OK ] hip.team_broadcast_float (0 ms) 3: [ RUN ] hip.team_broadcast_double 3: [ OK ] hip.team_broadcast_double (0 ms) 3: [ RUN ] hip.team_handle_by_value 3: [ OK ] hip.team_handle_by_value (0 ms) 3: [ RUN ] hip.team_vector 3: [ OK ] hip.team_vector (11 ms) 3: [ RUN ] hip.triple_nested_parallelism 3: [ OK ] hip.triple_nested_parallelism (6 ms) 3: [ RUN ] hip.parallel_scan_with_reducers 3: [ OK ] hip.parallel_scan_with_reducers (62 ms) 3: [ RUN ] hip.team_thread_range_combined_reducers 3: [ OK ] hip.team_thread_range_combined_reducers (2 ms) 3: [ RUN ] hip.thread_vector_range_combined_reducers 3: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 3: [ RUN ] hip.team_vector_range_combined_reducers 3: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 3: [ RUN ] hip.TeamThreadMDRangeParallelFor 3: [ OK ] hip.TeamThreadMDRangeParallelFor (46 ms) 3: [ RUN ] hip.ThreadVectorMDRangeParallelFor 3: [ OK ] hip.ThreadVectorMDRangeParallelFor (12 ms) 3: [ RUN ] hip.TeamVectorMDRangeParallelFor 3: [ OK ] hip.TeamVectorMDRangeParallelFor (12 ms) 3: [ RUN ] hip.TeamThreadMDRangeParallelReduce 3: [ OK ] hip.TeamThreadMDRangeParallelReduce (22 ms) 3: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 3: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] hip.TeamVectorMDRangeParallelReduce 3: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] hip.team_policy_runtime_parameters 3: [ OK ] hip.team_policy_runtime_parameters (1 ms) 3: [ RUN ] hip.team_reduction_scan [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] 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_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o 3: [ OK ] hip.team_reduction_scan (1850 ms) 3: [ RUN ] hip.team_long_reduce 3: [ OK ] hip.team_long_reduce (19 ms) 3: [ RUN ] hip.team_double_reduce 3: [ OK ] hip.team_double_reduce (18 ms) 3: [ RUN ] hip.team_long_array_reduce 3: [ OK ] hip.team_long_array_reduce (20 ms) 3: [ RUN ] hip.team_double_array_reduce 3: [ OK ] hip.team_double_array_reduce (20 ms) 3: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 3: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 3: [ RUN ] hip.repeated_team_reduce 3: [ OK ] hip.repeated_team_reduce (22 ms) 3: [ RUN ] hip.nested_team_reduce_functor_as_reducer 3: [ OK ] hip.nested_team_reduce_functor_as_reducer (0 ms) 3: [ RUN ] hip.team_scan 3: [ OK ] hip.team_scan (135 ms) 3: [ RUN ] hip.team_scan_ret_val 3: [ OK ] hip.team_scan_ret_val (123 ms) 3: [ RUN ] hip.team_shared_request 3: [ OK ] hip.team_shared_request (7 ms) 3: [ RUN ] hip.team_scratch_request 3: [ OK ] hip.team_scratch_request (1 ms) 3: [ RUN ] hip.team_lambda_shared_request 3: [ OK ] hip.team_lambda_shared_request (3 ms) 3: [ RUN ] hip.scratch_align 3: [ OK ] hip.scratch_align (0 ms) 3: [ RUN ] hip.shmem_size 3: [ OK ] hip.shmem_size (0 ms) 3: [ RUN ] hip.multi_level_scratch 3: [ OK ] hip.multi_level_scratch (11 ms) 3: [ RUN ] hip.team_scratch_memory_index_parallel_for 3: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 3: [ RUN ] hip.team_policy_max_recommended 3: [ OK ] hip.team_policy_max_recommended (24 ms) 3: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 3: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 3: [ RUN ] hip.team_teamvector_range 3: [ OK ] hip.team_teamvector_range (6 ms) 3: [ RUN ] hip.unique_token_global 3: [ OK ] hip.unique_token_global (25 ms) 3: [ RUN ] hip.unique_token_instance 3: [ OK ] hip.unique_token_instance (24 ms) 3: [ RUN ] hip.unique_token_team_acquire 3: [ OK ] hip.unique_token_team_acquire (18 ms) 3: [ RUN ] hip.view_api_a 3: [ OK ] hip.view_api_a (4 ms) 3: [ RUN ] hip.view_layout_left_with_stride 3: [ OK ] hip.view_layout_left_with_stride (0 ms) 3: [ RUN ] hip.view_layout_right_with_stride 3: [ OK ] hip.view_layout_right_with_stride (0 ms) 3: [ RUN ] hip.view_api_b 3: [ OK ] hip.view_api_b (7 ms) 3: [ RUN ] hip.view_api_c 3: [ OK ] hip.view_api_c (2 ms) 3: [ RUN ] hip.view_api_d 3: [ OK ] hip.view_api_d (2 ms) 3: [ RUN ] hip.view_remap 3: [ OK ] hip.view_remap (0 ms) 3: [ RUN ] hip.view_mirror_nonconst 3: [ OK ] hip.view_mirror_nonconst (0 ms) 3: [ RUN ] hip.view_stride_method 3: [ OK ] hip.view_stride_method (0 ms) 3: [ RUN ] hip.anonymous_space 3: [ OK ] hip.anonymous_space (1 ms) 3: [ RUN ] hip.view_overload_resolution 3: [ OK ] hip.view_overload_resolution (0 ms) 3: [ RUN ] hip.view_allocation_large_rank 3: [ OK ] hip.view_allocation_large_rank (6 ms) 3: [ RUN ] hip.view_shmem_size_on_device 3: [ OK ] hip.view_shmem_size_on_device (0 ms) 3: [ RUN ] hip.view_is_assignable 3: [ OK ] hip.view_is_assignable (1 ms) 3: [ RUN ] hip.view_bad_alloc 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewBadAlloc.hpp:59: Skipped 3: ROCm 5.6 and earlier segfaults when trying to allocate too much memory 3: [ SKIPPED ] hip.view_bad_alloc (0 ms) 3: [ RUN ] hip.view_copy_tests 3: [ OK ] hip.view_copy_tests (11 ms) 3: [ RUN ] hip.view_copy_tests_rank_0 3: [ OK ] hip.view_copy_tests_rank_0 (3 ms) 3: [ RUN ] hip.view_copy_degenerated 3: [ OK ] hip.view_copy_degenerated (0 ms) 3: [ RUN ] hip.view_fill_tests_layout_right 3: [ OK ] hip.view_fill_tests_layout_right (87 ms) 3: [ RUN ] hip.view_fill_tests_layout_left 3: [ OK ] hip.view_fill_tests_layout_left (61 ms) 3: [ RUN ] hip.vcp_empty_traits 3: [ OK ] hip.vcp_empty_traits (0 ms) 3: [ RUN ] hip.is_view_label 3: [ OK ] hip.is_view_label (0 ms) 3: [ RUN ] hip.vcp_label_base_traits 3: [ OK ] hip.vcp_label_base_traits (0 ms) 3: [ RUN ] hip.vcp_label_traits 3: [ OK ] hip.vcp_label_traits (0 ms) 3: [ RUN ] hip.view_alloc_can_perfect_forward_label 3: [ OK ] hip.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] hip.vcp_label_copy_constructor 3: [ OK ] hip.vcp_label_copy_constructor (0 ms) 3: [ RUN ] hip.vcp_pointer_add_property 3: [ OK ] hip.vcp_pointer_add_property (0 ms) 3: [ RUN ] hip.view_empty_runtime_unmanaged 3: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 3: [ RUN ] hip.view_hooks 3: [ OK ] hip.view_hooks (0 ms) 3: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 3: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (51 ms) 3: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (51 ms) 3: [ RUN ] hip.view_irregular_layout 3: [ OK ] hip.view_irregular_layout (6 ms) 3: [ RUN ] hip.view_mapping 3: [ OK ] hip.view_mapping (62 ms) 3: [ RUN ] hip.view_mapping_operator 3: [ OK ] hip.view_mapping_operator (24 ms) 3: [ RUN ] hip.static_extent 3: [ OK ] hip.static_extent (0 ms) 3: [ RUN ] hip.view_mapping_atomic 3: [ OK ] hip.view_mapping_atomic (2 ms) 3: [ RUN ] hip.view_mapping_class_value 3: [ OK ] hip.view_mapping_class_value (0 ms) 3: [ RUN ] hip.view_mapping_assignable 3: [ OK ] hip.view_mapping_assignable (0 ms) 3: [ RUN ] hip.view_mapping_trivially_copyable 3: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip.view_mapping_subview 3: [ OK ] hip.view_mapping_subview (1 ms) 3: [ RUN ] hip.view_nested_view 3: [ OK ] hip.view_nested_view (1 ms) 3: [ RUN ] hip.view_of_views_default 3: [ OK ] hip.view_of_views_default (0 ms) 3: [ RUN ] hip.view_of_views_without_initializing 3: [ OK ] hip.view_of_views_without_initializing (0 ms) 3: [ RUN ] hip.test_view_of_views_sequential_host_init 3: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] hip.append_formatted_multidimensional_index 3: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] hip.view_resize 3: [ OK ] hip.view_resize (17 ms) 3: [ RUN ] hip.view_realloc 3: [ OK ] hip.view_realloc (0 ms) 3: [ RUN ] hip.workgraph_fib [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 87%] 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_C.dir/UnitTestMain.cpp.o 3: [ OK ] hip.workgraph_fib (3052 ms) 3: [ RUN ] hip.resize_realloc_no_init 3: [ OK ] hip.resize_realloc_no_init (0 ms) 3: [ RUN ] hip.resize_realloc_no_alloc 3: [ OK ] hip.resize_realloc_no_alloc (0 ms) 3: [ RUN ] hip.realloc_exec_space 3: [ OK ] hip.realloc_exec_space (0 ms) 3: [ RUN ] hip.view_alloc 3: [ OK ] hip.view_alloc (1 ms) 3: [ RUN ] hip.view_alloc_exec_space 3: [ OK ] hip.view_alloc_exec_space (0 ms) 3: [ RUN ] hip.view_alloc_int 3: [ OK ] hip.view_alloc_int (0 ms) 3: [ RUN ] hip.view_alloc_exec_space_int 3: [ OK ] hip.view_alloc_exec_space_int (0 ms) 3: [ RUN ] hip.deep_copy_zero_memset 3: [ OK ] hip.deep_copy_zero_memset (0 ms) 3: [ RUN ] hip.resize_exec_space 3: [ OK ] hip.resize_exec_space (0 ms) 3: [ RUN ] hip.view_allocation_int 3: [ OK ] hip.view_allocation_int (0 ms) 3: [ RUN ] hip.view_allocation_exec_space_int 3: [ OK ] hip.view_allocation_exec_space_int (0 ms) 3: [ RUN ] hip.view_not_default_constructible 3: [ OK ] hip.view_not_default_constructible (0 ms) 3: [ RUN ] hip.scan_unit 3: [ OK ] hip.scan_unit (3 ms) 3: [ RUN ] hip.space_access 3: [ OK ] hip.space_access (0 ms) 3: [ RUN ] hip.impl_view_accessible 3: [ OK ] hip.impl_view_accessible (6 ms) 3: [ RUN ] hip.memory_requirements 3: [ OK ] hip.memory_requirements (0 ms) 3: [ RUN ] hip.team_scratch_1_streams [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 46%] 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_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 72%] Linking CXX executable Kokkos_UnitTest_Random [ 72%] Built target Kokkos_UnitTest_Random [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/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-7897/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-7897/build/algorithms/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' make -C core/unit_test test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' ./KokkosCore_UnitTest_Cuda ./KokkosCore_UnitTest_Serial ./KokkosCore_UnitTest_HWLOC ./KokkosCore_UnitTest_Default [==========] 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 ./KokkosCore_UnitTest_PushFinalizeHook_terminate ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*generic_term [==========] Running 14 tests from 1 test suite. [----------] Global test environment set-up. [----------] 14 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [ OK ] defaultdevicetype.half_conversion (2 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.bhalf_conversion (1 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_operators (7 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (7 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 Note: Google Test filter = *normal [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from defaultdevicetype [ RUN ] defaultdevicetype.stacktrace_normal Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace [ OK ] defaultdevicetype.stacktrace_normal (0 ms) [----------] 1 test from defaultdevicetype (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (0 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.reduce_instantiation_a1 (17 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [==========] Running 14 tests from 1 test suite. [----------] Global test environment set-up. [----------] 14 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [==========] Running 14 tests from 1 test suite. [----------] Global test environment set-up. [----------] 14 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [ OK ] defaultdevicetype.half_conversion (13 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.half_conversion (12 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.bhalf_conversion (10 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.bhalf_conversion (9 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_operators (8 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (6 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.half_operators (8 ms) [ RUN ] defaultdevicetype.bhalf_operators [==========] Running 168 tests from 2 test suites. [----------] Global test environment set-up. [----------] 2 tests from serial_DeathTest [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ OK ] defaultdevicetype.bhalf_operators (7 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 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 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 [ OK ] defaultdevicetype.reduce_instantiation_a1 (63 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [ OK ] defaultdevicetype.reduce_instantiation_a1 (61 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [ OK ] defaultdevicetype.reduce_instantiation_b1 (182 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_c1 (52 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_b1 (163 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_b1 (161 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_a2 (69 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [==========] Running 235 tests from 4 test suites. [----------] Global test environment set-up. [----------] 2 tests from cuda_DeathTest [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ OK ] defaultdevicetype.reduce_instantiation_c1 (52 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_c1 (52 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_a2 (67 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ OK ] defaultdevicetype.reduce_instantiation_a2 (67 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 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 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.reduce_instantiation_b2 (189 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_b2 (169 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_c2 (78 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_b2 (218 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_c2 (61 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_a3 (58 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_a3 (61 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (654 ms) [----------] 1 test from defaultdevicetype_DeathTest (654 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (655 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.reduce_instantiation_c2 (102 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_b3 (121 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (699 ms) [----------] 1 test from defaultdevicetype_DeathTest (699 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (699 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.reduce_instantiation_a3 (69 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (61 ms) [----------] 14 tests from defaultdevicetype (851 ms total) [----------] Global test environment tear-down [==========] 14 tests from 1 test suite ran. (851 ms total) [ PASSED ] 14 tests. [ OK ] defaultdevicetype.reduce_instantiation_b3 (171 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (41 ms) [----------] 14 tests from defaultdevicetype (891 ms total) [----------] Global test environment tear-down [==========] 14 tests from 1 test suite ran. (891 ms total) [ PASSED ] 14 tests. [ OK ] defaultdevicetype.reduce_instantiation_b3 (113 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms) [----------] 14 tests from defaultdevicetype (891 ms total) [----------] Global test environment tear-down [==========] 14 tests from 1 test suite ran. (891 ms total) [ PASSED ] 14 tests. [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3511 ms) [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3013 ms) [----------] 2 tests from serial_DeathTest (6525 ms total) [----------] 166 tests from serial [ RUN ] serial.impl_shared_alloc [ OK ] serial.impl_shared_alloc (12 ms) [ RUN ] serial.range_for [ OK ] serial.range_for (0 ms) [ RUN ] serial.range_reduce [ OK ] serial.range_reduce (0 ms) [ RUN ] serial.range_dynamic_policy [ OK ] serial.range_dynamic_policy (0 ms) [ RUN ] serial.large_parallel_for_reduce /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped Disabling for host backends [ SKIPPED ] serial.large_parallel_for_reduce (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 (59 ms) [ RUN ] serial.view_layout_left_with_stride [ OK ] serial.view_layout_left_with_stride (0 ms) [ RUN ] serial.view_layout_right_with_stride [ OK ] serial.view_layout_right_with_stride (0 ms) [ RUN ] serial.view_api_b [ OK ] serial.view_api_b (1 ms) [ RUN ] serial.view_api_c [ OK ] serial.view_api_c (0 ms) [ RUN ] serial.view_api_d [ OK ] serial.view_api_d (1 ms) [ RUN ] serial.view_remap [ OK ] serial.view_remap (0 ms) [ RUN ] serial.view_mirror_nonconst [ OK ] serial.view_mirror_nonconst (0 ms) [ RUN ] serial.view_stride_method [ OK ] serial.view_stride_method (0 ms) [ RUN ] serial.anonymous_space [ OK ] serial.anonymous_space (0 ms) [ RUN ] serial.view_overload_resolution [ OK ] serial.view_overload_resolution (0 ms) [ RUN ] serial.view_allocation_large_rank [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7233 ms) [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ OK ] serial.view_allocation_large_rank (1612 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 [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ OK ] serial.deep_copy_alignment (100 ms) [ RUN ] serial.deep_copy_conversion [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ OK ] serial.deep_copy_conversion (519 ms) [ RUN ] serial.view_copy_tests [ OK ] serial.view_copy_tests (89 ms) [ RUN ] serial.view_copy_tests_rank_0 [ OK ] serial.view_copy_tests_rank_0 (0 ms) [ RUN ] serial.view_copy_degenerated [ OK ] serial.view_copy_degenerated (0 ms) [ RUN ] serial.view_fill_tests_layout_right [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (6782 ms) [----------] 2 tests from cuda_DeathTest (14015 ms total) [----------] 150 tests from cuda [ RUN ] cuda.impl_shared_alloc [ OK ] cuda.impl_shared_alloc (74 ms) [ RUN ] cuda.range_for [ OK ] cuda.range_for (5 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.large_parallel_for_reduce [ OK ] cuda.large_parallel_for_reduce (63 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 (71 ms) [ RUN ] cuda.view_layout_left_with_stride [ OK ] cuda.view_layout_left_with_stride (0 ms) [ RUN ] cuda.view_layout_right_with_stride [ OK ] cuda.view_layout_right_with_stride (0 ms) [ RUN ] cuda.view_api_b [ OK ] cuda.view_api_b (5 ms) [ RUN ] cuda.view_api_c [ OK ] cuda.view_api_c (0 ms) [ RUN ] cuda.view_api_d [ OK ] cuda.view_api_d (1 ms) [ RUN ] cuda.view_remap [ OK ] cuda.view_remap (0 ms) [ RUN ] cuda.view_mirror_nonconst [ OK ] cuda.view_mirror_nonconst (0 ms) [ RUN ] cuda.view_stride_method [ OK ] cuda.view_stride_method (0 ms) [ RUN ] cuda.anonymous_space [ OK ] cuda.anonymous_space (0 ms) [ RUN ] cuda.view_overload_resolution [ OK ] cuda.view_overload_resolution (0 ms) [ RUN ] cuda.view_allocation_large_rank [ OK ] cuda.view_allocation_large_rank (6 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 (45 ms) [ RUN ] cuda.view_copy_tests_rank_0 [ OK ] cuda.view_copy_tests_rank_0 (1 ms) [ RUN ] cuda.view_copy_degenerated [ OK ] cuda.view_copy_degenerated (0 ms) [ RUN ] cuda.view_fill_tests_layout_right [ OK ] cuda.view_fill_tests_layout_right (90 ms) [ RUN ] cuda.view_fill_tests_layout_left [ OK ] cuda.view_fill_tests_layout_left (44 ms) [ RUN ] cuda.deep_copy_alignment [ OK ] cuda.deep_copy_alignment (35 ms) [ RUN ] cuda.deep_copy_conversion [ OK ] cuda.deep_copy_conversion (9 ms) [ RUN ] cuda.view_mapping [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ OK ] cuda.view_mapping (626 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 (1 ms) [ RUN ] cuda.view_resize [ OK ] cuda.view_resize (96 ms) [ RUN ] cuda.view_realloc [ OK ] cuda.view_realloc (1 ms) [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (224 ms) [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (221 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 [ 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 (52 ms) [ RUN ] cuda.reduce_device_view_range_policy [ OK ] cuda.reduce_device_view_range_policy (4 ms) [ RUN ] cuda.reduce_device_view_mdrange_policy [ OK ] cuda.reduce_device_view_mdrange_policy (117 ms) [ RUN ] cuda.reduce_device_view_team_policy [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ OK ] cuda.reduce_device_view_team_policy (4 ms) [ RUN ] cuda.reducers_int [ OK ] cuda.reducers_int (7 ms) [ RUN ] cuda.reducers_double [ OK ] cuda.reducers_double (7 ms) [ RUN ] cuda.reducers_complex_double [ OK ] cuda.reducers_complex_double (2 ms) [ RUN ] cuda.reducers_struct [ OK ] cuda.reducers_struct (5 ms) [ RUN ] cuda.reducers_half_t [ OK ] cuda.reducers_half_t (3 ms) [ RUN ] cuda.reducers_bhalf_t [ OK ] cuda.reducers_bhalf_t (3 ms) [ RUN ] cuda.reducers_int8_t [ OK ] cuda.reducers_int8_t (3 ms) [ RUN ] cuda.reducers_int16_t [ OK ] cuda.reducers_int16_t (3 ms) [ RUN ] cuda.reducers_point_t [ OK ] cuda.reducers_point_t (2 ms) [ RUN ] cuda.reducers_bool [ OK ] cuda.reducers_bool (0 ms) [ RUN ] cuda.complex_construction [ OK ] cuda.complex_construction (0 ms) [ RUN ] cuda.complex_basic_math [ OK ] cuda.complex_basic_math (0 ms) [ RUN ] cuda.complex_special_funtions [ OK ] cuda.complex_special_funtions (0 ms) [ RUN ] cuda.complex_io [ OK ] cuda.complex_io (0 ms) [ RUN ] cuda.complex_trivially_copyable [ OK ] cuda.complex_trivially_copyable (0 ms) [ RUN ] cuda.complex_issue_3865 [ OK ] cuda.complex_issue_3865 (0 ms) [ RUN ] cuda.complex_operations_arithmetic_types_overloads [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) [ RUN ] cuda.complex_structured_bindings [ OK ] cuda.complex_structured_bindings (0 ms) [ RUN ] cuda.atomic_operations_int [ OK ] cuda.atomic_operations_int (17 ms) [ RUN ] cuda.atomic_operations_unsigned [ OK ] cuda.atomic_operations_unsigned (14 ms) [ RUN ] cuda.atomic_operations_long [ OK ] cuda.atomic_operations_long (17 ms) [ RUN ] cuda.atomic_operations_unsignedlong [ OK ] cuda.atomic_operations_unsignedlong (14 ms) [ RUN ] cuda.atomic_operations_longlong [ OK ] cuda.atomic_operations_longlong (17 ms) [ RUN ] cuda.atomic_operations_double [ OK ] cuda.atomic_operations_double (6 ms) [ RUN ] cuda.atomic_operations_float [ OK ] cuda.atomic_operations_float (6 ms) [ RUN ] cuda.atomic_operations_complexfloat [ OK ] cuda.atomic_operations_complexfloat (5 ms) [ RUN ] cuda.atomic_operations_complexdouble [ OK ] cuda.atomic_operations_complexdouble (5 ms) [ RUN ] cuda.atomic_views_integral [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ OK ] cuda.atomic_views_integral (6463 ms) [ RUN ] cuda.atomic_views_nonintegral [ OK ] cuda.atomic_views_nonintegral (68 ms) [ RUN ] cuda.atomic_view_api [ OK ] cuda.atomic_view_api (0 ms) [ RUN ] cuda.atomics [ OK ] cuda.atomics (151 ms) [ RUN ] cuda.atomics_tpetra_max_abs [ OK ] cuda.atomics_tpetra_max_abs (0 ms) [ RUN ] cuda.team_for [ OK ] cuda.team_for (1 ms) [ RUN ] cuda.team_reduce [ OK ] cuda.team_reduce (1 ms) [ RUN ] cuda.team_reduce_large [ OK ] cuda.team_reduce_large (43 ms) [ RUN ] cuda.team_parallel_single [ OK ] cuda.team_parallel_single (7 ms) [ RUN ] cuda.large_team_scratch_size [ OK ] cuda.large_team_scratch_size (0 ms) [ RUN ] cuda.team_broadcast_long [ OK ] cuda.team_broadcast_long (1 ms) [ RUN ] cuda.team_broadcast_long_wrapper [ OK ] cuda.team_broadcast_long_wrapper (0 ms) [ RUN ] cuda.team_broadcast_char [ OK ] cuda.team_broadcast_char (0 ms) [ RUN ] cuda.team_broadcast_float [ OK ] cuda.team_broadcast_float (0 ms) [ RUN ] cuda.team_broadcast_double [ OK ] cuda.team_broadcast_double (0 ms) [ RUN ] cuda.team_handle_by_value [ OK ] cuda.team_handle_by_value (0 ms) [ RUN ] cuda.team_vector [ OK ] cuda.team_vector (12 ms) [ RUN ] cuda.triple_nested_parallelism [ OK ] cuda.triple_nested_parallelism (7 ms) [ RUN ] cuda.parallel_scan_with_reducers [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ OK ] cuda.parallel_scan_with_reducers (705 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 (6 ms) [ RUN ] cuda.team_scratch_memory_index_parallel_for [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) [ RUN ] cuda.team_reduction_scan [ OK ] cuda.team_reduction_scan (1193 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_long_array_reduce [ OK ] cuda.team_long_array_reduce (10 ms) [ RUN ] cuda.team_double_array_reduce [ OK ] cuda.team_double_array_reduce (10 ms) [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) [ RUN ] cuda.repeated_team_reduce [ OK ] cuda.repeated_team_reduce (11 ms) [ RUN ] cuda.nested_team_reduce_functor_as_reducer [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) [ RUN ] cuda.team_policy_max_recommended [ OK ] cuda.team_policy_max_recommended (321 ms) [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) [ RUN ] cuda.team_teamvector_range [ OK ] cuda.team_teamvector_range (2 ms) [ RUN ] cuda.memory_pool [ OK ] cuda.memory_pool (14 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 (184 ms) [ RUN ] cuda.mdrange_6d [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ OK ] cuda.mdrange_6d (266 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 (18 ms) [ RUN ] cuda.mdrange_neg_idx [ OK ] cuda.mdrange_neg_idx (1 ms) [ RUN ] cuda.mdrange_4d [ OK ] cuda.mdrange_4d (51 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 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ OK ] cuda.workgraph_fib (959 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 (3 ms) [ RUN ] cuda.unique_token_instance [ OK ] cuda.unique_token_instance (3 ms) [ RUN ] cuda.unique_token_team_acquire [ OK ] cuda.unique_token_team_acquire (12 ms) [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 75%] 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_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (5538 ms) [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 76%] Linking CXX executable Kokkos_UnitTest_Sort [ 76%] Built target Kokkos_UnitTest_Sort [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (6278 ms) [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ OK ] cuda.local_deepcopy_teampolicy_layoutright (6071 ms) [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o 3: [ OK ] hip.team_scratch_1_streams (51508 ms) 3: [ RUN ] hip.async_launcher 3: [ OK ] hip.async_launcher (3 ms) 3: [ RUN ] hip.preferred_blocksize_deduction 3: [ OK ] hip.preferred_blocksize_deduction (0 ms) 3: [ RUN ] hip.unified_memory_zero_memset 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped 3: this test should only be run with HIP unified memory enabled 3: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 3: [----------] 298 tests from hip (169477 ms total) 3: 3: [----------] 16 tests from hip_graph 3: [ RUN ] hip_graph.submit_once 3: [ OK ] hip_graph.submit_once (17 ms) 3: [ RUN ] hip_graph.submit_once_rvalue 3: [ OK ] hip_graph.submit_once_rvalue (17 ms) 3: [ RUN ] hip_graph.instantiate_and_submit_once 3: [ OK ] hip_graph.instantiate_and_submit_once (16 ms) 3: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 3: [ OK ] hip_graph.submit_onto_another_execution_space_instance (19 ms) 3: [ RUN ] hip_graph.create_graph_no_closure_with_exec 3: [ OK ] hip_graph.create_graph_no_closure_with_exec (16 ms) 3: [ RUN ] hip_graph.create_graph_no_arg 3: [ OK ] hip_graph.create_graph_no_arg (16 ms) 3: [ RUN ] hip_graph.submit_six 3: [ OK ] hip_graph.submit_six (20 ms) 3: [ RUN ] hip_graph.when_all_cycle 3: [ OK ] hip_graph.when_all_cycle (17 ms) 3: [ RUN ] hip_graph.repeat_chain 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 3: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 3: [ RUN ] hip_graph.zero_work_reduce 3: [ OK ] hip_graph.zero_work_reduce (16 ms) 3: [ RUN ] hip_graph.empty_graph 3: [ OK ] hip_graph.empty_graph (16 ms) 3: [ RUN ] hip_graph.force_global_launch 3: [ OK ] hip_graph.force_global_launch (17 ms) 3: [ RUN ] hip_graph.empty_graph_default_host_exec 3: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] hip_graph.node_lifetime 3: [ OK ] hip_graph.node_lifetime (17 ms) 3: [ RUN ] hip_graph.diamond 3: [ OK ] hip_graph.diamond (20 ms) 3: [ RUN ] hip_graph.end_of_submit_control_flow 3: [ OK ] hip_graph.end_of_submit_control_flow (20 ms) 3: [----------] 16 tests from hip_graph (251 ms total) 3: 3: [----------] 56 tests from hip_managed 3: [ RUN ] hip_managed.view_subview_auto_1d_left 3: [ OK ] hip_managed.view_subview_auto_1d_left (2 ms) 3: [ RUN ] hip_managed.view_subview_auto_1d_right 3: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 3: [ RUN ] hip_managed.view_subview_auto_1d_stride 3: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] hip_managed.view_subview_assign_strided 3: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 3: [ RUN ] hip_managed.view_subview_left_0 3: [ OK ] hip_managed.view_subview_left_0 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_1 3: [ OK ] hip_managed.view_subview_left_1 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_2 3: [ OK ] hip_managed.view_subview_left_2 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_3 3: [ OK ] hip_managed.view_subview_left_3 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_0 3: [ OK ] hip_managed.view_subview_right_0 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_1 3: [ OK ] hip_managed.view_subview_right_1 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_3 3: [ OK ] hip_managed.view_subview_right_3 (0 ms) 3: [ RUN ] hip_managed.view_static_tests 3: [ OK ] hip_managed.view_static_tests (0 ms) 3: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 3: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (3 ms) 3: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 3: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign 3: [ OK ] hip_managed.view_subview_1d_assign (3 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign_atomic 3: [ OK ] hip_managed.view_subview_1d_assign_atomic (3 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 3: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (4 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d 3: [ OK ] hip_managed.view_subview_2d_from_3d (50 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 3: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (51 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 3: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (50 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left 3: [ OK ] hip_managed.view_subview_3d_from_5d_left (133 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 3: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (135 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (135 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right 3: [ OK ] hip_managed.view_subview_3d_from_5d_right (141 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 3: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (142 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (143 ms) 3: [ RUN ] hip_managed.view_test_unmanaged_subview_reset 3: [ OK ] hip_managed.view_test_unmanaged_subview_reset (1 ms) 3: [ RUN ] hip_managed.view_subview_memory_traits_construction 3: [ OK ] hip_managed.view_subview_memory_traits_construction (0 ms) 3: [ RUN ] hip_managed.impl_shared_alloc 3: [ OK ] hip_managed.impl_shared_alloc (385 ms) 3: [ RUN ] hip_managed.view_api_a 3: [ OK ] hip_managed.view_api_a (7 ms) 3: [ RUN ] hip_managed.view_layout_left_with_stride 3: [ OK ] hip_managed.view_layout_left_with_stride (0 ms) 3: [ RUN ] hip_managed.view_layout_right_with_stride 3: [ OK ] hip_managed.view_layout_right_with_stride (0 ms) 3: [ RUN ] hip_managed.view_api_b 3: [ OK ] hip_managed.view_api_b (17 ms) 3: [ RUN ] hip_managed.view_api_c 3: [ OK ] hip_managed.view_api_c (2 ms) 3: [ RUN ] hip_managed.view_api_d 3: [ OK ] hip_managed.view_api_d (5 ms) 3: [ RUN ] hip_managed.view_remap 3: [ OK ] hip_managed.view_remap (2 ms) 3: [ RUN ] hip_managed.view_mirror_nonconst 3: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 3: [ RUN ] hip_managed.view_stride_method 3: [ OK ] hip_managed.view_stride_method (0 ms) 3: [ RUN ] hip_managed.anonymous_space 3: [ OK ] hip_managed.anonymous_space (0 ms) 3: [ RUN ] hip_managed.view_overload_resolution 3: [ OK ] hip_managed.view_overload_resolution (0 ms) 3: [ RUN ] hip_managed.view_allocation_large_rank 3: [ OK ] hip_managed.view_allocation_large_rank (850 ms) 3: [ RUN ] hip_managed.view_shmem_size_on_device 3: [ OK ] hip_managed.view_shmem_size_on_device (9 ms) 3: [ RUN ] hip_managed.view_is_assignable 3: [ OK ] hip_managed.view_is_assignable (2 ms) 3: [ RUN ] hip_managed.view_copy_tests 3: [ OK ] hip_managed.view_copy_tests (13 ms) 3: [ RUN ] hip_managed.view_copy_tests_rank_0 3: [ OK ] hip_managed.view_copy_tests_rank_0 (3 ms) 3: [ RUN ] hip_managed.view_copy_degenerated 3: [ OK ] hip_managed.view_copy_degenerated (0 ms) 3: [ RUN ] hip_managed.view_fill_tests_layout_right 3: [ OK ] hip_managed.view_fill_tests_layout_right (1964 ms) 3: [ RUN ] hip_managed.view_fill_tests_layout_left [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o 3: [ OK ] hip_managed.view_fill_tests_layout_left (807 ms) 3: [ RUN ] hip_managed.view_mapping [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 3: [ OK ] hip_managed.view_mapping (67 ms) 3: [ RUN ] hip_managed.view_mapping_operator 3: [ OK ] hip_managed.view_mapping_operator (21 ms) 3: [ RUN ] hip_managed.static_extent 3: [ OK ] hip_managed.static_extent (0 ms) 3: [ RUN ] hip_managed.view_mapping_atomic 3: [ OK ] hip_managed.view_mapping_atomic (2 ms) 3: [ RUN ] hip_managed.view_mapping_class_value 3: [ OK ] hip_managed.view_mapping_class_value (0 ms) 3: [ RUN ] hip_managed.view_mapping_assignable 3: [ OK ] hip_managed.view_mapping_assignable (0 ms) 3: [ RUN ] hip_managed.view_mapping_trivially_copyable 3: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip_managed.view_mapping_subview 3: [ OK ] hip_managed.view_mapping_subview (1 ms) 3: [----------] 56 tests from hip_managed (5178 ms total) 3: 3: [----------] 28 tests from hip_hostpinned 3: [ RUN ] hip_hostpinned.impl_shared_alloc 3: [ OK ] hip_hostpinned.impl_shared_alloc (243 ms) 3: [ RUN ] hip_hostpinned.view_api_a 3: [ OK ] hip_hostpinned.view_api_a (6 ms) 3: [ RUN ] hip_hostpinned.view_layout_left_with_stride 3: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 3: [ RUN ] hip_hostpinned.view_layout_right_with_stride 3: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 3: [ RUN ] hip_hostpinned.view_api_b 3: [ OK ] hip_hostpinned.view_api_b (8 ms) 3: [ RUN ] hip_hostpinned.view_api_c 3: [ OK ] hip_hostpinned.view_api_c (0 ms) 3: [ RUN ] hip_hostpinned.view_api_d 3: [ OK ] hip_hostpinned.view_api_d (2 ms) 3: [ RUN ] hip_hostpinned.view_remap 3: [ OK ] hip_hostpinned.view_remap (0 ms) 3: [ RUN ] hip_hostpinned.view_mirror_nonconst 3: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 3: [ RUN ] hip_hostpinned.view_stride_method 3: [ OK ] hip_hostpinned.view_stride_method (0 ms) 3: [ RUN ] hip_hostpinned.anonymous_space 3: [ OK ] hip_hostpinned.anonymous_space (0 ms) 3: [ RUN ] hip_hostpinned.view_overload_resolution 3: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 3: [ RUN ] hip_hostpinned.view_allocation_large_rank [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip_hostpinned.view_allocation_large_rank (941 ms) 3: [ RUN ] hip_hostpinned.view_shmem_size_on_device 3: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 3: [ RUN ] hip_hostpinned.view_is_assignable 3: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 3: [ RUN ] hip_hostpinned.view_copy_tests 3: [ OK ] hip_hostpinned.view_copy_tests (7 ms) 3: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 3: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] hip_hostpinned.view_copy_degenerated 3: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 3: [ RUN ] hip_hostpinned.view_fill_tests_layout_right [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o 3: [ OK ] hip_hostpinned.view_fill_tests_layout_right (1496 ms) 3: [ RUN ] hip_hostpinned.view_fill_tests_layout_left [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o 3: [ OK ] hip_hostpinned.view_fill_tests_layout_left (1426 ms) 3: [ RUN ] hip_hostpinned.view_mapping 3: [ OK ] hip_hostpinned.view_mapping (61 ms) 3: [ RUN ] hip_hostpinned.view_mapping_operator 3: [ OK ] hip_hostpinned.view_mapping_operator (0 ms) 3: [ RUN ] hip_hostpinned.static_extent 3: [ OK ] hip_hostpinned.static_extent (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_atomic 3: [ OK ] hip_hostpinned.view_mapping_atomic (1 ms) 3: [ RUN ] hip_hostpinned.view_mapping_class_value 3: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_assignable 3: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 3: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_subview 3: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 3: [----------] 28 tests from hip_hostpinned (4202 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 416 tests from 6 test suites ran. (315167 ms total) 3: [ PASSED ] 406 tests. 3: [ SKIPPED ] 10 tests, listed below: 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] hip.mathspecialfunc_cbesselj1y1 3: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 3: [ SKIPPED ] hip.mdspan_minimal_functional 3: [ SKIPPED ] hip.view_bad_alloc 3: [ SKIPPED ] hip.unified_memory_zero_memset 3: [ SKIPPED ] hip_graph.repeat_chain 3/57 Test #3: Kokkos_CoreUnitTest_HIP .................................... Passed 315.72 sec test 4 Start 4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks 4: Test timeout computed to be: 1500 4: [==========] Running 1 test from 1 test suite. 4: [----------] Global test environment set-up. 4: [----------] 1 test from hip 4: [ RUN ] hip.graph_lock_based_atomic_op 4: [ OK ] hip.graph_lock_based_atomic_op (18 ms) 4: [----------] 1 test from hip (18 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 1 test from 1 test suite ran. (18 ms total) 4: [ PASSED ] 1 test. 4/57 Test #4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.47 sec test 5 Start 5: Kokkos_CoreUnitTest_HIPInterOpInit 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/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 [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (6380 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 (662 ms) [ RUN ] cuda.team_scratch_1_streams [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp 5: [ OK ] hip.raw_hip_interop (391 ms) 5: [----------] 1 test from hip (391 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 1 test from 1 test suite ran. (391 ms total) 5: [ PASSED ] 1 test. 5/57 Test #5: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.44 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.raw_hip_streams 6: [ OK ] hip.raw_hip_streams (398 ms) 6: [----------] 1 test from hip (398 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (398 ms total) 6: [ PASSED ] 1 test. 6/57 Test #6: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.44 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpGraph 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph 7: Test timeout computed to be: 1500 7: [==========] Running 3 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 3 tests from hip 7: [ RUN ] hip.graph_promises_on_native_objects 7: [ OK ] hip.graph_promises_on_native_objects (18 ms) 7: [ RUN ] hip.graph_instantiate_and_debug_dot_print 7: [ OK ] hip.graph_instantiate_and_debug_dot_print (17 ms) 7: [ RUN ] hip.graph_construct_from_native 7: 7: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 7: does not support page migration between device and host. 7: HIPManagedSpace might not work as expected. 7: Please refer to the ROCm documentation on unified/managed memory. 7: [ OK ] hip.graph_construct_from_native (17 ms) 7: [----------] 3 tests from hip (52 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 3 tests from 1 test suite ran. (52 ms total) 7: [ PASSED ] 3 tests. 7/57 Test #7: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.48 sec test 8 Start 8: Kokkos_CoreUnitTest_Default 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 8: Test timeout computed to be: 1500 [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o 8: [==========] Running 59 tests from 41 test suites. 8: [----------] Global test environment set-up. 8: [----------] 19 tests from defaultdevicetype 8: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 8: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 8: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 8: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 8: [ RUN ] defaultdevicetype.shared_space 8: /var/jenkins/workspace/Kokkos_PR-7897/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 (7 ms) 8: [ RUN ] defaultdevicetype.bhalf_conversion 8: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 8: [ RUN ] defaultdevicetype.half_operators 8: [ OK ] defaultdevicetype.half_operators (0 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 (8 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b1 8: [ OK ] defaultdevicetype.reduce_instantiation_b1 (18 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c1 8: [ OK ] defaultdevicetype.reduce_instantiation_c1 (8 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a2 8: [ OK ] defaultdevicetype.reduce_instantiation_a2 (13 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b2 8: [ OK ] defaultdevicetype.reduce_instantiation_b2 (27 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c2 8: [ OK ] defaultdevicetype.reduce_instantiation_c2 (12 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a3 8: [ OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b3 8: [ OK ] defaultdevicetype.reduce_instantiation_b3 (32 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c3 8: [ OK ] defaultdevicetype.reduce_instantiation_c3 (16 ms) 8: [----------] 19 tests from defaultdevicetype (167 ms total) 8: 8: [----------] 1 test from kokkosresize 8: [ RUN ] kokkosresize.host_space_access 8: [ OK ] kokkosresize.host_space_access (21 ms) 8: [----------] 1 test from kokkosresize (21 ms total) 8: 8: [----------] 1 test from TestViewAPI/0, where TypeParam = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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: [==========] 59 tests from 41 test suites ran. (191 ms total) 8: [ PASSED ] 58 tests. 8: [ SKIPPED ] 1 test, listed below: 8: [ SKIPPED ] defaultdevicetype.shared_space 8/57 Test #8: Kokkos_CoreUnitTest_Default ................................ Passed 0.62 sec test 9 Start 9: Kokkos_CoreUnitTest_InitializeFinalize 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 9: Test timeout computed to be: 1500 9: [==========] Running 28 tests from 6 test suites. 9: [----------] Global test environment set-up. 9: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 9: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o 9: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (864 ms) 9: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o 9: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4708 ms) 9: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (5572 ms total) 9: 9: [----------] 4 tests from InitializeFinalize_DeathTest 9: [ RUN ] InitializeFinalize_DeathTest.initialize [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o 9: [ OK ] InitializeFinalize_DeathTest.initialize (3942 ms) 9: [ RUN ] InitializeFinalize_DeathTest.finalize [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o 9: [ OK ] InitializeFinalize_DeathTest.finalize (2742 ms) 9: [ RUN ] InitializeFinalize_DeathTest.is_initialized 9: [ OK ] InitializeFinalize_DeathTest.is_initialized (435 ms) 9: [ RUN ] InitializeFinalize_DeathTest.is_finalized 9: [ OK ] InitializeFinalize_DeathTest.is_finalized (429 ms) 9: [----------] 4 tests from InitializeFinalize_DeathTest (7550 ms total) 9: 9: [----------] 1 test from Legion_DeathTest 9: [ RUN ] Legion_DeathTest.individual_backend_initialization 9: [ OK ] Legion_DeathTest.individual_backend_initialization (431 ms) 9: [----------] 1 test from Legion_DeathTest (431 ms total) 9: 9: [----------] 2 tests from PushFinalizeHook_DeathTest 9: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o 9: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (417 ms) 9: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o 9: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1780 ms) 9: [----------] 2 tests from PushFinalizeHook_DeathTest (2197 ms total) 9: 9: [----------] 6 tests from ScopeGuard_DeathTest 9: [ RUN ] ScopeGuard_DeathTest.create [ OK ] cuda.team_scratch_1_streams (15253 ms) [----------] 150 tests from cuda (52818 ms total) [----------] 55 tests from cuda_uvm [ RUN ] cuda_uvm.impl_shared_alloc [ OK ] cuda_uvm.impl_shared_alloc (52 ms) [ RUN ] cuda_uvm.view_api_a [ OK ] cuda_uvm.view_api_a (77 ms) [ RUN ] cuda_uvm.view_layout_left_with_stride [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) [ RUN ] cuda_uvm.view_layout_right_with_stride [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) [ RUN ] cuda_uvm.view_api_b [ OK ] cuda_uvm.view_api_b (18 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 (5 ms) [ RUN ] cuda_uvm.view_remap [ OK ] cuda_uvm.view_remap (2 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 (296 ms) [ RUN ] cuda_uvm.view_shmem_size_on_device [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) [ RUN ] cuda_uvm.view_is_assignable [ OK ] cuda_uvm.view_is_assignable (25 ms) [ RUN ] cuda_uvm.view_copy_tests [ OK ] cuda_uvm.view_copy_tests (40 ms) [ RUN ] cuda_uvm.view_copy_tests_rank_0 [ OK ] cuda_uvm.view_copy_tests_rank_0 (8 ms) [ RUN ] cuda_uvm.view_copy_degenerated [ OK ] cuda_uvm.view_copy_degenerated (0 ms) [ RUN ] cuda_uvm.view_fill_tests_layout_right [ OK ] cuda_uvm.view_fill_tests_layout_right (138 ms) [ RUN ] cuda_uvm.view_fill_tests_layout_left [ OK ] cuda_uvm.view_fill_tests_layout_left (105 ms) [ RUN ] cuda_uvm.view_mapping [ OK ] cuda_uvm.view_mapping (630 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 (1 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_left [ OK ] cuda_uvm.view_subview_auto_1d_left (6 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_right [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_stride [ OK ] cuda_uvm.view_subview_auto_1d_stride (6 ms) [ RUN ] cuda_uvm.view_subview_assign_strided [ OK ] cuda_uvm.view_subview_assign_strided (5 ms) [ RUN ] cuda_uvm.view_subview_left_0 [ OK ] cuda_uvm.view_subview_left_0 (1 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 (1 ms) [ RUN ] cuda_uvm.view_subview_right_1 [ OK ] cuda_uvm.view_subview_right_1 (0 ms) [ RUN ] cuda_uvm.view_subview_right_3 [ OK ] cuda_uvm.view_subview_right_3 (0 ms) [ RUN ] cuda_uvm.view_static_tests [ OK ] cuda_uvm.view_static_tests (1 ms) [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (4 ms) [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) [ RUN ] cuda_uvm.view_subview_1d_assign [ OK ] cuda_uvm.view_subview_1d_assign (5 ms) [ RUN ] cuda_uvm.view_subview_1d_assign_atomic [ OK ] cuda_uvm.view_subview_1d_assign_atomic (5 ms) [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (5 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d [ OK ] cuda_uvm.view_subview_2d_from_3d (68 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (67 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (66 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left [ OK ] cuda_uvm.view_subview_3d_from_5d_left (94 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (90 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (87 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right [ OK ] cuda_uvm.view_subview_3d_from_5d_right (86 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (86 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (87 ms) [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) [----------] 55 tests from cuda_uvm (2207 ms total) [----------] 28 tests from cuda_hostpinned [ RUN ] cuda_hostpinned.impl_shared_alloc [ OK ] cuda_hostpinned.impl_shared_alloc (35 ms) [ RUN ] cuda_hostpinned.view_api_a [ OK ] cuda_hostpinned.view_api_a (62 ms) [ RUN ] cuda_hostpinned.view_layout_left_with_stride [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) [ RUN ] cuda_hostpinned.view_layout_right_with_stride [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) [ RUN ] cuda_hostpinned.view_api_b [ OK ] cuda_hostpinned.view_api_b (9 ms) [ RUN ] cuda_hostpinned.view_api_c [ OK ] cuda_hostpinned.view_api_c (0 ms) [ RUN ] cuda_hostpinned.view_api_d [ OK ] cuda_hostpinned.view_api_d (2 ms) [ RUN ] cuda_hostpinned.view_remap [ OK ] cuda_hostpinned.view_remap (0 ms) [ RUN ] cuda_hostpinned.view_mirror_nonconst [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) [ RUN ] cuda_hostpinned.view_stride_method [ OK ] cuda_hostpinned.view_stride_method (0 ms) [ RUN ] cuda_hostpinned.anonymous_space [ OK ] cuda_hostpinned.anonymous_space (0 ms) [ RUN ] cuda_hostpinned.view_overload_resolution [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) [ RUN ] cuda_hostpinned.view_allocation_large_rank 9: [ OK ] ScopeGuard_DeathTest.create (591 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_argument 9: [ OK ] ScopeGuard_DeathTest.create_argument (557 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp 9: [ OK ] ScopeGuard_DeathTest.create_while_initialize (2141 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ OK ] cuda_hostpinned.view_allocation_large_rank (3216 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 (91 ms) [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) [ RUN ] cuda_hostpinned.view_copy_degenerated [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) [ RUN ] cuda_hostpinned.view_fill_tests_layout_right [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o 9: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1806 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G 9: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1565 ms) 9: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o 9: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1598 ms) 9: [----------] 6 tests from ScopeGuard_DeathTest (8261 ms total) 9: 9: [----------] 13 tests from defaultdevicetype 9: [ RUN ] defaultdevicetype.initialization_settings 9: [ OK ] defaultdevicetype.initialization_settings (0 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 9: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_device_id 9: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 9: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 9: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_help 9: [ OK ] defaultdevicetype.cmd_line_args_help (1 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 9: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 9: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 9: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 9: [ RUN ] defaultdevicetype.env_vars_num_threads 9: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 9: [ RUN ] defaultdevicetype.env_vars_device_id 9: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 9: [ RUN ] defaultdevicetype.env_vars_disable_warnings 9: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 9: [ RUN ] defaultdevicetype.env_vars_tune_internals 9: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 9: [ RUN ] defaultdevicetype.visible_devices 9: [ OK ] defaultdevicetype.visible_devices (0 ms) 9: [----------] 13 tests from defaultdevicetype (3 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 28 tests from 6 test suites ran. (24016 ms total) 9: [ PASSED ] 28 tests. 9/57 Test #9: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 24.04 sec test 10 Start 10: Kokkos_CoreUnitTest_Develop 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 10: Test timeout computed to be: 1500 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from defaultdevicetype 10: [ RUN ] defaultdevicetype.development_test 10: [ OK ] defaultdevicetype.development_test (0 ms) 10: [----------] 1 test from defaultdevicetype (0 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (0 ms total) 10: [ PASSED ] 1 test. 10/57 Test #10: Kokkos_CoreUnitTest_Develop ................................ Passed 0.43 sec test 11 Start 11: Kokkos_CoreUnitTest_KokkosP 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 11: Test timeout computed to be: 1500 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E 11: [==========] Running 31 tests from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 31 tests from kokkosp 11: [ RUN ] kokkosp.test_named_instance_fence 11: Ref: 50331649 11: Ref: named_instance 11: 50331649 11: named_instance 11: [ OK ] kokkosp.test_named_instance_fence (0 ms) 11: [ RUN ] kokkosp.test_unnamed_instance_fence 11: Ref: 50331649 11: Ref: Unnamed Instance Fence 11: 50331649 11: Kokkos::HIP::fence(): Unnamed Instance Fence 11: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 11: [ RUN ] kokkosp.test_named_global_fence 11: Ref: 50331648 11: Ref: test global fence 11: 16777216 11: test global fence 11: Miss on id 11: 50331648 11: test global fence 11: [ OK ] kokkosp.test_named_global_fence (0 ms) 11: [ RUN ] kokkosp.test_unnamed_global_fence 11: Ref: 50331648 11: Ref: Unnamed Global Fence 11: 16777216 11: Kokkos::fence: Unnamed Global Fence 11: Miss on id 11: 50331648 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: 50331649 11: Ref: named_instance 11: 50331649 11: named_instance 11: Ref: 50331649 11: Ref: test_kernel 11: 50331649 11: named_instance 11: Miss on name 11: 16777216 11: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 11: Miss on name 11: Miss on id 11: 50331648 11: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 11: Miss on name 11: Miss on id 11: 50331649 11: test_kernel 11: [ OK ] kokkosp.test_kernel_sequence (1 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 (3 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.kernel_name_parallel_for 11: [ OK ] kokkosp.kernel_name_parallel_for (1 ms) 11: [ RUN ] kokkosp.kernel_name_parallel_reduce 11: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 11: [ RUN ] kokkosp.kernel_name_parallel_scan 11: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 11: [ RUN ] kokkosp.kernel_name_internal 11: [ OK ] kokkosp.kernel_name_internal (0 ms) 11: [ RUN ] kokkosp.profiling_section 11: [ OK ] kokkosp.profiling_section (0 ms) 11: [ RUN ] kokkosp.scoped_profile_region 11: [ OK ] kokkosp.scoped_profile_region (0 ms) 11: [ RUN ] kokkosp.create_mirror_no_init 11: [ OK ] kokkosp.create_mirror_no_init (0 ms) 11: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 11: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 11: [ RUN ] kokkosp.create_mirror_view_and_copy 11: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 11: [----------] 31 tests from kokkosp (10 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 31 tests from 1 test suite ran. (10 ms total) 11: [ PASSED ] 31 tests. 11/57 Test #11: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.44 sec test 12 Start 12: Kokkos_CoreUnitTest_ToolIndependence 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 12: Test timeout computed to be: 1500 12/57 Test #12: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoadHelp 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 13: Environment variables: 13: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 13: Test timeout computed to be: 1500 13: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 13: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 13/57 Test #13: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.42 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLineHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 14: Test timeout computed to be: 1500 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/57 Test #14: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.42 sec test 15 Start 15: Kokkos_ProfilingTestLibraryLoad 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 15: Environment variables: 15: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 15: Test timeout computed to be: 1500 15: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp 15: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1500::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.6.99::kokkosp_allocate_data:Host:source:0x19d9080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x19d9340:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x19d9440:Host:source:0x19d9180: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:0x19d9340:40::kokkosp_deallocate_data:Host:source:0x19d9080:40::kokkosp_finalize_library:: 15/57 Test #15: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.43 sec test 16 Start 16: Kokkos_ProfilingTestLibraryCmdLine 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 16: Test timeout computed to be: 1500 [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1500::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.6.99::kokkosp_allocate_data:Host:source:0x26ecfc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x26ed240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x26ed340:Host:source:0x26ed0c0: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:0x26ed240:40::kokkosp_deallocate_data:Host:source:0x26ecfc0:40::kokkosp_finalize_library:: 16/57 Test #16: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.42 sec test 17 Start 17: Kokkos_CoreUnitTest_StackTraceTest 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 17: Test timeout computed to be: 1500 17: [==========] Running 3 tests from 2 test suites. 17: [----------] Global test environment set-up. 17: [----------] 2 tests from defaultdevicetype_DeathTest 17: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x438ee0] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18fb] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x3ce231] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdb) [0x3cdd0b] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ad6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0028] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e184f] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2121] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f271c] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408896] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fcc] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf5a0] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fdfe97c9083] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb5e] 17: 17: demangled test_f1: 17: [0x438ee0] Kokkos::Impl::save_stacktrace() 17: [0x3d18fb] Test::stacktrace_test_f1(std::ostream&) 17: [0x3ce231] Test::test_stacktrace(bool, bool) 17: [0x3cdd0b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x407ad6] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0028] testing::Test::Run() 17: [0x3e184f] testing::TestInfo::Run() 17: [0x3e2121] testing::TestSuite::Run() 17: [0x3f271c] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408896] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fcc] testing::UnitTest::Run() 17: [0x3cf5a0] main 17: [0x7fdfe97c9083] __libc_start_main 17: [0x3cdb5e] _start 17: 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f1 17: Top of f0 17: Top of f0 17: StackTrace f3(std::cout, 4) returned: 110 17: test_f3: 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x438ee0] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18fb] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3d1dd6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9f3) [0x3cec03] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdb) [0x3cdd0b] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ad6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0028] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e184f] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2121] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f271c] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408896] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fcc] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf5a0] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fdfe97c9083] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb5e] 17: 17: demangled test_f3: 17: [0x438ee0] Kokkos::Impl::save_stacktrace() 17: [0x3d18fb] Test::stacktrace_test_f1(std::ostream&) 17: [0x3d1dd6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x3cec03] Test::test_stacktrace(bool, bool) 17: [0x3cdd0b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x407ad6] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0028] testing::Test::Run() 17: [0x3e184f] testing::TestInfo::Run() 17: [0x3e2121] testing::TestSuite::Run() 17: [0x3f271c] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408896] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fcc] testing::UnitTest::Run() 17: [0x3cf5a0] main 17: [0x7fdfe97c9083] __libc_start_main 17: [0x3cdb5e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (2203 ms) 17: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x438ee0] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18fb] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x3ce231] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd8) [0x3cdfd8] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ad6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0028] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e184f] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2121] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f271c] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408896] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fcc] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf5a0] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f93a6e42083] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb5e] 17: 17: demangled test_f1: 17: [0x438ee0] Kokkos::Impl::save_stacktrace() 17: [0x3d18fb] Test::stacktrace_test_f1(std::ostream&) 17: [0x3ce231] Test::test_stacktrace(bool, bool) 17: [0x3cdfd8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x407ad6] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0028] testing::Test::Run() 17: [0x3e184f] testing::TestInfo::Run() 17: [0x3e2121] testing::TestSuite::Run() 17: [0x3f271c] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408896] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fcc] testing::UnitTest::Run() 17: [0x3cf5a0] main 17: [0x7f93a6e42083] __libc_start_main 17: [0x3cdb5e] _start 17: 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f1 17: Top of f0 17: Top of f0 17: StackTrace f3(std::cout, 4) returned: 110 17: test_f3: 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x438ee0] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18fb] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3d1dd6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9f3) [0x3cec03] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd8) [0x3cdfd8] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ad6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0028] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e184f] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2121] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f271c] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408896] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fcc] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf5a0] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f93a6e42083] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb5e] 17: 17: demangled test_f3: 17: [0x438ee0] Kokkos::Impl::save_stacktrace() 17: [0x3d18fb] Test::stacktrace_test_f1(std::ostream&) 17: [0x3d1dd6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x3cec03] Test::test_stacktrace(bool, bool) 17: [0x3cdfd8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x407ad6] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0028] testing::Test::Run() 17: [0x3e184f] testing::TestInfo::Run() 17: [0x3e2121] testing::TestSuite::Run() 17: [0x3f271c] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408896] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fcc] testing::UnitTest::Run() 17: [0x3cf5a0] main 17: [0x7f93a6e42083] __libc_start_main 17: [0x3cdb5e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1929 ms) 17: [----------] 2 tests from defaultdevicetype_DeathTest (4133 ms total) 17: 17: [----------] 1 test from defaultdevicetype 17: [ RUN ] defaultdevicetype.stacktrace_normal 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x438ee0] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18fb] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x3ce231] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ad6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0028] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e184f] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2121] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f271c] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408896] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fcc] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf5a0] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9870f8b083] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb5e] 17: 17: demangled test_f1: 17: [0x438ee0] Kokkos::Impl::save_stacktrace() 17: [0x3d18fb] Test::stacktrace_test_f1(std::ostream&) 17: [0x3ce231] Test::test_stacktrace(bool, bool) 17: [0x407ad6] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0028] testing::Test::Run() 17: [0x3e184f] testing::TestInfo::Run() 17: [0x3e2121] testing::TestSuite::Run() 17: [0x3f271c] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408896] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fcc] testing::UnitTest::Run() 17: [0x3cf5a0] main 17: [0x7f9870f8b083] __libc_start_main 17: [0x3cdb5e] _start 17: 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f1 17: Top of f0 17: Top of f0 17: StackTrace f3(std::cout, 4) returned: 110 17: test_f3: 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x438ee0] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18fb] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3d1dd6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9f3) [0x3cec03] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ad6] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0028] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e184f] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2121] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f271c] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408896] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fcc] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf5a0] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9870f8b083] 17: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb5e] 17: 17: demangled test_f3: 17: [0x438ee0] Kokkos::Impl::save_stacktrace() 17: [0x3d18fb] Test::stacktrace_test_f1(std::ostream&) 17: [0x3d1dd6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x3cec03] Test::test_stacktrace(bool, bool) 17: [0x407ad6] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0028] testing::Test::Run() 17: [0x3e184f] testing::TestInfo::Run() 17: [0x3e2121] testing::TestSuite::Run() 17: [0x3f271c] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408896] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fcc] testing::UnitTest::Run() 17: [0x3cf5a0] main 17: [0x7f9870f8b083] __libc_start_main 17: [0x3cdb5e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 17: [----------] 1 test from defaultdevicetype (0 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 3 tests from 2 test suites ran. (4134 ms total) 17: [ PASSED ] 3 tests. 17/57 Test #17: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 4.56 sec test 18 Start 18: Kokkos_IncrementalTest_OPENMP 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 18: Test timeout computed to be: 1500 [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C 18: [==========] Running 28 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 28 tests from OPENMP 18: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 18: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 18: [ RUN ] OPENMP.IncrTest_01_execspace 18: Host Parallel Execution Space: 18: KOKKOS_ENABLE_OPENMP: yes 18: 18: OpenMP Runtime Configuration: 18: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 18: OpenMP 18: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 18: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 18: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 18: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 18: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 18: [ RUN ] OPENMP.IncrTest_02_AtomicSub 18: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 18: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 18: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 18: [ RUN ] OPENMP.IncrTest_03b_memspace_free 18: [ OK ] OPENMP.IncrTest_03b_memspace_free (79 ms) 18: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 18: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 18: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 18: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 18: [ RUN ] OPENMP.IncrTest_05_reduction 18: [ OK ] OPENMP.IncrTest_05_reduction (16 ms) 18: [ RUN ] OPENMP.IncrTest_06_mdrange2D 18: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 18: [ RUN ] OPENMP.IncrTest_06_mdrange3D 18: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 18: [ RUN ] OPENMP.IncrTest_06_mdrange4D 18: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 18: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 18: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 18: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 18: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 18: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 18: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 18: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 18: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 18: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 18: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 18: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 18: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 18: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 18: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (67 ms) 18: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 18: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 18: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 18: [ OK ] OPENMP.IncrTest_12b_TeamScratch (0 ms) 18: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 18: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 18: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 18: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 18: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 18: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 18: [ RUN ] OPENMP.incr_14_MDrangeReduce 18: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 18: [ RUN ] OPENMP.IncrTest_16_parallelscan 18: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 18: [ RUN ] OPENMP.incr_17_atomicView 18: [ OK ] OPENMP.incr_17_atomicView (0 ms) 18: [----------] 28 tests from OPENMP (166 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 28 tests from 1 test suite ran. (166 ms total) 18: [ PASSED ] 28 tests. 18/57 Test #18: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.59 sec test 19 Start 19: Kokkos_IncrementalTest_HIP 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_HIP 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 HIP 19: [ RUN ] HIP.IncrTest_01_execspace_typedef 19: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] HIP.IncrTest_01_execspace 19: Device Execution Space: 19: KOKKOS_ENABLE_HIP: yes 19: HIP Options: 19: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 19: 19: Runtime Configuration: 19: XNACK environment variable set: no 19: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 19: macro KOKKOS_ENABLE_HIP : defined 19: macro HIP_VERSION = 50322062 = version 5.3.22062 19: macro KOKKOS_ENABLE_ROCTHRUST : defined 19: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 19: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 19: Total Global Memory: 31.98 GiB 19: Shared Memory per Block: 64 KiB 19: APU or dGPU: dGPU 19: Is Large Bar: 1 19: Supports Managed Memory: 1 19: Architecture capable of accessing system allocated memory: 1 19: System allows accessing system allocated memory on GPU: 0 19: Wavefront Size: 64 19: HIP 19: [ OK ] HIP.IncrTest_01_execspace (0 ms) 19: [ RUN ] HIP.IncrTest_02_AtomicExchange 19: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] HIP.IncrTest_02_AtomicAdd 19: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] HIP.IncrTest_02_AtomicSub 19: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] HIP.IncrTest_03a_memspace_malloc 19: [ OK ] HIP.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] HIP.IncrTest_03b_memspace_free [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o 19: [ OK ] HIP.IncrTest_03b_memspace_free (3537 ms) 19: [ RUN ] HIP.IncrTest_04_simple_parallelFor 19: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 19: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] HIP.IncrTest_05_reduction 19: [ OK ] HIP.IncrTest_05_reduction (7 ms) 19: [ RUN ] HIP.IncrTest_06_mdrange2D 19: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] HIP.IncrTest_06_mdrange3D 19: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] HIP.IncrTest_06_mdrange4D 19: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] HIP.IncrTest_08_deep_copy_2D 19: [ OK ] HIP.IncrTest_08_deep_copy_2D (2 ms) 19: [ RUN ] HIP.IncrTest_08_deep_copy_3D 19: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] HIP.IncrTest_08_deep_copy_4D 19: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 19: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms) 19: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 19: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 19: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (189 ms) 19: [ RUN ] HIP.IncrTest_12a_ThreadScratch 19: [ OK ] HIP.IncrTest_12a_ThreadScratch (7 ms) 19: [ RUN ] HIP.IncrTest_12b_TeamScratch 19: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 19: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 19: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms) 19: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 19: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 19: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 19: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (10 ms) 19: [ RUN ] HIP.incr_14_MDrangeReduce 19: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 19: [ RUN ] HIP.IncrTest_16_parallelscan 19: [ OK ] HIP.IncrTest_16_parallelscan (3 ms) 19: [ RUN ] HIP.incr_17_atomicView 19: [ OK ] HIP.incr_17_atomicView (1 ms) 19: [----------] 28 tests from HIP (3772 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (3772 ms total) 19: [ PASSED ] 28 tests. 19/57 Test #19: Kokkos_IncrementalTest_HIP ................................. Passed 4.23 sec test 20 Start 20: Kokkos_CoreUnitTest_CTestDevice 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 20: Test timeout computed to be: 1500 20: [==========] Running 8 tests from 2 test suites. 20: [----------] Global test environment set-up. 20: [----------] 5 tests from ctest_environment_DeathTest 20: [ RUN ] ctest_environment_DeathTest.invalid_rank 20: [ OK ] ctest_environment_DeathTest.invalid_rank (394 ms) 20: [ RUN ] ctest_environment_DeathTest.no_type_str 20: [ OK ] ctest_environment_DeathTest.no_type_str (412 ms) 20: [ RUN ] ctest_environment_DeathTest.missing_type 20: [ OK ] ctest_environment_DeathTest.missing_type (812 ms) 20: [ RUN ] ctest_environment_DeathTest.no_id_str [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o 20: [ OK ] ctest_environment_DeathTest.no_id_str (404 ms) 20: [ RUN ] ctest_environment_DeathTest.invalid_id_str 20: [ OK ] ctest_environment_DeathTest.invalid_id_str (828 ms) 20: [----------] 5 tests from ctest_environment_DeathTest (2852 ms total) 20: 20: [----------] 3 tests from ctest_environment 20: [ RUN ] ctest_environment.no_device_type 20: [ OK ] ctest_environment.no_device_type (0 ms) 20: [ RUN ] ctest_environment.no_process_count 20: [ OK ] ctest_environment.no_process_count (0 ms) 20: [ RUN ] ctest_environment.good 20: [ OK ] ctest_environment.good (0 ms) 20: [----------] 3 tests from ctest_environment (0 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 8 tests from 2 test suites ran. (2853 ms total) 20: [ PASSED ] 8 tests. 20/57 Test #20: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 2.87 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 21: Test timeout computed to be: 1500 21/57 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.02 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 22: Test timeout computed to be: 1500 22: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 22/57 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.02 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 23: Test timeout computed to be: 1500 23/57 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.02 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 24: Environment variables: 24: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 24: Test timeout computed to be: 1500 24/57 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.02 sec test 25 Start 25: Kokkos_CoreUnitTest_DeviceAndThreads 25: Test command: /usr/bin/python3.8 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 25: Test timeout computed to be: 1500 25: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o 25: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 25: test_num_devices (__main__.KokkosInitializationTestCase) ... ok [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ OK ] serial.view_fill_tests_layout_right (89822 ms) [ RUN ] serial.view_fill_tests_layout_left 25: test_num_threads (__main__.KokkosInitializationTestCase) ... ok 25: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 25: 25: ---------------------------------------------------------------------- 25: Ran 5 tests in 7.815s 25: 25: OK 25/57 Test #25: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 7.88 sec test 26 Start 26: Kokkos_PerformanceTest_TaskDag 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 26: Test timeout computed to be: 1500 26/57 Test #26: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.02 sec test 27 Start 27: Kokkos_PerformanceTest_Benchmark 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-52-02.json" 27: Test timeout computed to be: 1500 [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o 27: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected" 27: 2025-03-17T16:11:47+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 27: Run on (64 X 3294.14 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x32) 27: L1 Instruction 32 KiB (x32) 27: L2 Unified 512 KiB (x32) 27: L3 Unified 16384 KiB (x16) 27: Load Average: 20.42, 21.81, 19.07 27: APU or dGPU: dGPU 27: Architecture capable of accessing system allocated memory: 1 27: CPU architecture: none 27: Default Device: HIP 27: GPU architecture: AMD_GFX908 27: Is Large Bar: 1 27: KOKKOS_COMPILER_CLANG: 1500 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 27: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 27: Kokkos Version: 4.6.99 27: Shared Memory per Block: 64 KiB 27: Supports Managed Memory: 1 27: System allows accessing system allocated memory on GPU: 0 27: Total Global Memory: 31.98 GiB 27: Wavefront Size: 64 27: XNACK environment variable set: no 27: macro KOKKOS_ENABLE_HIP: defined 27: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 27: macro KOKKOS_ENABLE_ROCTHRUST: defined 27: platform: 64bit 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Count Time normalized 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 6.85573u 27: GramSchmidt/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.3964u 27: GramSchmidt/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.69381u 27: GramSchmidt/Count:8192/iterations:5/manual_time 0.007 s 0.009 s 5 8.192k 850.637n 27: GramSchmidt/Count:16384/iterations:5/manual_time 0.008 s 0.010 s 5 16.384k 473.589n 27: GramSchmidt/Count:32768/iterations:5/manual_time 0.009 s 0.012 s 5 32.768k 276.395n 27: GramSchmidt/Count:65536/iterations:5/manual_time 0.010 s 0.016 s 5 65.536k 153.978n 27: GramSchmidt/Count:131072/iterations:5/manual_time 0.012 s 0.022 s 5 131.072k 90.6519n [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o 27: GramSchmidt/Count:262144/iterations:5/manual_time 0.032 s 0.051 s 5 262.144k 121.797n 27: GramSchmidt/Count:524288/iterations:5/manual_time 0.034 s 0.069 s 5 524.288k 64.0813n [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 78%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 78%] Built target Kokkos_ContainersUnitTest_HIP [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s Max 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: CustomReduction/N:100000/R:1000/manual_time 0.006 s 0.016 s 109 19.3741k/s 11.5 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 79%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 79%] Built target Kokkos_PerformanceTest_Benchmark [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o 27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: OverlapRangePolicy/N:2000/M:10000/R:10 0.518 s 0.515 s 2 0.0958434 0.0469655 0.0813648 0.0399576 0.041062 5.942u 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: OverlapMDRangePolicy/N:200/M:10000/R:10 0.044 s 0.043 s 16 8.11449m 4.00111m 7.73581m 3.79021m 3.83448m 4.298u 27: OverlapTeamPolicy/N:20/M:1000000/R:10 0.190 s 0.189 s 4 0.0352994 0.0179684 0.0331659 0.0163994 0.0166045 9.648u 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Count Time normalized 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 29.4502n 27: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 14.1577n 27: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 7.09814n 27: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.57117n 27: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.80511n 27: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 953.613p 27: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 578.796p 27: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 485.298p 27: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.000 s 5 262.144k 426.788p 27: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 374.735p [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: rate 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Malloc/N:1/manual_time 11.7 us 35.3 us 56370 85.4733k/s [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o 27: Malloc/N:16/manual_time 11.5 us 35.2 us 61339 86.7318k/s [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 27: Malloc/N:256/manual_time 10.9 us 34.1 us 60802 91.7826k/s [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp 27: Malloc/N:4096/manual_time 10.4 us 33.2 us 67436 96.0343k/s [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o 27: Malloc/N:65536/manual_time 10.4 us 33.0 us 67526 96.4442k/s [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o 27: Malloc/N:1048576/manual_time 11.2 us 35.3 us 67310 89.4669k/s [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o 27: Malloc/N:16777216/manual_time 11.3 us 35.6 us 61719 88.3877k/s [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o 27: Malloc/N:268435456/manual_time 11.3 us 35.7 us 62207 88.1144k/s [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 27: Malloc/N:4294967296/manual_time 11.3 us 35.7 us 61917 88.2459k/s [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o 27: MallocFree/N:1/manual_time 35.9 us 35.6 us 19529 27.8872k/s [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 27: MallocFree/N:16/manual_time 35.8 us 35.6 us 19538 27.9267k/s 27: MallocFree/N:256/manual_time 35.8 us 35.6 us 19569 27.9069k/s [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 27: MallocFree/N:4096/manual_time 36.4 us 36.2 us 19489 27.4857k/s 27: MallocFree/N:65536/manual_time 35.8 us 35.6 us 19521 27.9539k/s 27: MallocFree/N:1048576/manual_time 35.7 us 35.5 us 19591 27.9939k/s [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 27: MallocFree/N:16777216/manual_time 35.9 us 35.7 us 19582 27.8589k/s [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o 27: MallocFree/N:268435456/manual_time 35.8 us 35.5 us 19540 27.9686k/s 27: MallocFree/N:4294967296/manual_time 35.8 us 35.6 us 19584 27.9182k/s [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 27: MallocTouch/N:1/manual_time 12.3 us 36.6 us 57065 81.542k/s [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 82%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 82%] Built target Kokkos_ContainersUnitTest_Serial [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o 27: MallocTouch/N:16/manual_time 12.3 us 37.1 us 56999 81.5387k/s [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o 27: MallocTouch/N:256/manual_time 11.5 us 34.7 us 57161 86.8786k/s [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly 27: MallocTouch/N:4096/manual_time 31.7 us 54.5 us 22039 31.5807k/s [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o 27: MallocTouch/N:65536/manual_time 31.7 us 54.6 us 22124 31.5685k/s [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp 27: MallocTouch/N:1048576/manual_time 34.3 us 57.1 us 20419 29.1724k/s [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o 27: MallocTouch/N:16777216/manual_time 39.2 us 62.0 us 17840 25.5009k/s [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o 27: MallocTouch/N:268435456/manual_time 75.9 us 98.6 us 9218 13.1724k/s 27: MallocTouch/N:4294967296/manual_time 783 us 803 us 894 1.27673k/s [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o 27: MallocTouchFree/N:1/manual_time 34.0 us 33.8 us 20623 29.4534k/s 27: MallocTouchFree/N:16/manual_time 34.1 us 33.9 us 20613 29.3481k/s [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o 27: MallocTouchFree/N:256/manual_time 34.2 us 34.0 us 20505 29.2665k/s 27: MallocTouchFree/N:4096/manual_time 54.8 us 54.5 us 12748 18.2394k/s [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 27: MallocTouchFree/N:65536/manual_time 54.9 us 54.6 us 12759 18.2008k/s [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 27: MallocTouchFree/N:1048576/manual_time 69.4 us 68.9 us 12118 14.4183k/s [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o 27: MallocTouchFree/N:16777216/manual_time 73.2 us 72.4 us 9637 13.6615k/s 27: MallocTouchFree/N:268435456/manual_time 110 us 109 us 6393 9.10917k/s [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P 27: MallocTouchFree/N:4294967296/manual_time 817 us 811 us 857 1.22411k/s Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s MB 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: ViewAllocate_Rank1/N:10/manual_time 0.001 s 0.001 s 844 963.328/s 800 [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ OK ] cuda_hostpinned.view_fill_tests_layout_right (91594 ms) [ RUN ] cuda_hostpinned.view_fill_tests_layout_left [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 27: ViewAllocate_Rank1/N:10/manual_time 0.001 s 0.001 s 843 963.68/s 800 27: ViewAllocate_Rank2/N:10/manual_time 0.001 s 0.001 s 843 963.401/s 800 27: ViewAllocate_Rank2/N:10/manual_time 0.001 s 0.001 s 843 963.283/s 800 [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o 27: ViewAllocate_Rank3/N:10/manual_time 0.001 s 0.001 s 843 962.989/s 800 27: ViewAllocate_Rank3/N:10/manual_time 0.001 s 0.001 s 843 963.114/s 800 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o 27: ViewAllocate_Rank4/N:10/manual_time 0.001 s 0.001 s 842 963.159/s 800 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o 27: ViewAllocate_Rank4/N:10/manual_time 0.001 s 0.001 s 843 963.784/s 800 27: ViewAllocate_Rank5/N:10/manual_time 0.001 s 0.001 s 845 966.073/s 800 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 27: ViewAllocate_Rank5/N:10/manual_time 0.001 s 0.001 s 845 965.594/s 800 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 27: ViewAllocate_Rank6/N:10/manual_time 0.001 s 0.001 s 845 965.459/s 800 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o 27: ViewAllocate_Rank6/N:10/manual_time 0.001 s 0.001 s 845 965.952/s 800 [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o 27: ViewAllocate_Rank7/N:10/manual_time 0.001 s 0.001 s 845 965.998/s 800 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 27: ViewAllocate_Rank7/N:10/manual_time 0.001 s 0.001 s 845 965.781/s 800 27: ViewAllocate_Rank8/N:10/manual_time 0.001 s 0.001 s 845 965.557/s 800 27: ViewAllocate_Rank8/N:10/manual_time 0.001 s 0.001 s 845 965.065/s 800 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.047 s 0.046 s 15 34.2363/s 1.6k [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.048 s 0.047 s 15 33.6293/s 1.6k 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 432 986.6/s 1.6k 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 432 986.516/s 1.6k 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 432 986.221/s 1.6k [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o 27: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 260 297.207/s 800 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 92%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 92%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o 27: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.072 s 0.072 s 10 11.0511/s 800 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 432 986.893/s 1.6k [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 432 986.483/s 1.6k 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 432 986.59/s 1.6k [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 432 986.568/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o 27: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 219 500.616/s 1.6k 27: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 228 521.424/s 1.6k 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 431 986.233/s 1.6k [ OK ] serial.view_fill_tests_layout_left (90770 ms) [ RUN ] serial.view_mapping [ OK ] serial.view_mapping (624 ms) [ RUN ] serial.view_mapping_operator [ OK ] serial.view_mapping_operator (43 ms) [ RUN ] serial.static_extent [ OK ] serial.static_extent (0 ms) [ RUN ] serial.view_mapping_atomic [ OK ] serial.view_mapping_atomic (7 ms) [ RUN ] serial.view_mapping_class_value [ OK ] serial.view_mapping_class_value (0 ms) [ RUN ] serial.view_mapping_assignable [ OK ] serial.view_mapping_assignable (0 ms) [ RUN ] serial.view_mapping_trivially_copyable [ OK ] serial.view_mapping_trivially_copyable (0 ms) [ RUN ] serial.view_mapping_subview [ OK ] serial.view_mapping_subview (1 ms) [ RUN ] serial.view_resize [ OK ] serial.view_resize (106 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 (203 ms) [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (199 ms) [ RUN ] serial.view_irregular_layout [ OK ] serial.view_irregular_layout (0 ms) [ RUN ] serial.view_nested_view [ OK ] serial.view_nested_view (0 ms) [ RUN ] serial.view_subview_auto_1d_left [ OK ] serial.view_subview_auto_1d_left (0 ms) [ RUN ] serial.view_subview_auto_1d_right [ OK ] serial.view_subview_auto_1d_right (0 ms) [ RUN ] serial.view_subview_auto_1d_stride [ OK ] serial.view_subview_auto_1d_stride (0 ms) [ RUN ] serial.view_subview_assign_strided [ OK ] serial.view_subview_assign_strided (0 ms) [ RUN ] serial.view_subview_left_0 [ OK ] serial.view_subview_left_0 (0 ms) [ RUN ] serial.view_subview_left_1 [ OK ] serial.view_subview_left_1 (0 ms) [ RUN ] serial.view_subview_left_2 [ OK ] serial.view_subview_left_2 (0 ms) [ RUN ] serial.view_subview_left_3 [ OK ] serial.view_subview_left_3 (0 ms) [ RUN ] serial.view_subview_right_0 [ OK ] serial.view_subview_right_0 (0 ms) [ RUN ] serial.view_subview_right_1 [ OK ] serial.view_subview_right_1 (0 ms) [ RUN ] serial.view_subview_right_3 [ OK ] serial.view_subview_right_3 (0 ms) [ RUN ] serial.view_static_tests [ OK ] serial.view_static_tests (0 ms) [ RUN ] serial.view_subview_layoutleft_to_layoutleft [ OK ] serial.view_subview_layoutleft_to_layoutleft (1 ms) [ RUN ] serial.view_subview_layoutright_to_layoutright [ OK ] serial.view_subview_layoutright_to_layoutright (1 ms) [ RUN ] serial.view_subview_1d_assign [ OK ] serial.view_subview_1d_assign (0 ms) [ RUN ] serial.view_subview_1d_assign_atomic [ OK ] serial.view_subview_1d_assign_atomic (0 ms) [ RUN ] serial.view_subview_1d_assign_randomaccess [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) [ RUN ] serial.view_subview_2d_from_3d [ OK ] serial.view_subview_2d_from_3d (71 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 (74 ms) [ RUN ] serial.view_subview_3d_from_5d_left [ OK ] serial.view_subview_3d_from_5d_left (2517 ms) [ RUN ] serial.view_subview_3d_from_5d_left_atomic 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 320 729.802/s 1.6k [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 283 644.595/s 1.6k [ 92%] Built target Kokkos_PerformanceTest_InclusiveScan [ 92%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o 27: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 431 985.963/s 1.6k [ OK ] serial.view_subview_3d_from_5d_left_atomic (2464 ms) [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o 27: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 431 985.848/s 1.6k 27: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 431 985.585/s 1.6k [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (2538 ms) [ RUN ] serial.view_subview_3d_from_5d_right 27: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 431 985.835/s 1.6k [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o 27: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 48 110.738/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o 27: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 49 111.511/s 1.6k [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 27: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 210 478.955/s 1.6k [ 93%] Linking CXX executable Kokkos_query_device [ OK ] serial.view_subview_3d_from_5d_right (3006 ms) [ RUN ] serial.view_subview_3d_from_5d_right_atomic 27: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 99 227.29/s 1.6k 27: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 431 986.025/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 93%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ OK ] serial.view_subview_3d_from_5d_right_atomic (3047 ms) [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 27: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 431 985.574/s 1.6k [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 100.414/s 1.6k [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 93%] Linking CXX executable Kokkos_UnitTest_SIMD 27: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 38 87.4407/s 1.6k [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o 27: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 431 985.453/s 1.6k [ 93%] Built target Kokkos_query_device [ 93%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (3031 ms) [ RUN ] serial.view_test_unmanaged_subview_reset [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) [ RUN ] serial.int64_t_reduce 27: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 431 985.706/s 1.6k 27: ViewDeepCopy_Rank7/N:10/manual_time 0.016 s 0.016 s 43 97.9197/s 1.6k 27: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 37 84.3138/s 1.6k [ OK ] serial.int64_t_reduce (2418 ms) [ RUN ] serial.double_reduce 27: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 431 985.825/s 1.6k [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 27: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 431 985.695/s 1.6k [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 27: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 39 89.9187/s 1.6k [ OK ] serial.double_reduce (2446 ms) [ RUN ] serial.int64_t_reduce_dynamic 27: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 36 82.7251/s 1.6k 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 451 1031.64/s 1.6k 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 451 1031.54/s 1.6k 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 451 1031.51/s 1.6k 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 451 1031.71/s 1.6k [ OK ] serial.int64_t_reduce_dynamic (4246 ms) [ RUN ] serial.double_reduce_dynamic [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 93%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o 27: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 804 917.145/s 800 27: 27: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 27: does not support page migration between device and host. 27: HIPManagedSpace might not work as expected. 27: Please refer to the ROCm documentation on unified/managed memory. [ 93%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o 27: ViewFill_Rank1/N:10/manual_time 0.031 s 0.030 s 23 26.1543/s 800 27: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 807 918.234/s 800 [ OK ] serial.double_reduce_dynamic (4372 ms) [ RUN ] serial.int64_t_reduce_dynamic_view 27: ViewFill_Rank1/N:10/manual_time 0.031 s 0.031 s 23 26.0186/s 800 [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ OK ] serial.int64_t_reduce_dynamic_view (815 ms) [ RUN ] serial.int_combined_reduce [ OK ] serial.int_combined_reduce (0 ms) [ RUN ] serial.mdrange_combined_reduce [ OK ] serial.mdrange_combined_reduce (0 ms) [ RUN ] serial.int_combined_reduce_mixed [ OK ] serial.int_combined_reduce_mixed (0 ms) [ RUN ] serial.reduction_deduction [ OK ] serial.reduction_deduction (0 ms) [ RUN ] serial.parallel_scan_range_policy [ OK ] serial.parallel_scan_range_policy (35 ms) [ RUN ] serial.reduce_device_view_range_policy [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp 27: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 808 919.026/s 800 27: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 805 918.166/s 800 [ 93%] Built target Kokkos_tutorial_01_hello_world [ 93%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o 27: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 803 913.284/s 800 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp 27: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 803 916.981/s 800 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o 27: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 350 200.189/s 400 27: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 804 911.048/s 800 [ 93%] Built target Kokkos_tutorial_02_simple_reduce [ 93%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o 27: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 801 915.032/s 800 [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o 27: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 801 914.758/s 800 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o 27: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 801 914.54/s 800 27: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 800 914.214/s 800 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o 27: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 800 913.954/s 800 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o 27: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 799 909.335/s 800 [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o 27: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 799 913.25/s 800 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o 27: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 799 913.225/s 800 [ 93%] Linking CXX executable Kokkos_example_relocatable_function 27: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 799 912.49/s 800 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 27: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 797 909.686/s 800 27: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 796 905.209/s 800 27: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.25782k/s 1.6k 27: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.50618k/s 1.6k 27: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.20219k/s 1.6k 27: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.80597k/s 1.6k 27: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.79846k/s 1.6k 27: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.34292k/s 1.6k 27: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.1846k/s 1.6k 27: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.183k/s 1.6k 27: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.31563k/s 1.6k 27: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.92078k/s 1.6k 27: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.60093k/s 1.6k 27: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.79772k/s 1.6k 27: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.77402k/s 1.6k 27: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.21612k/s 1.6k 27: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.16955k/s 1.6k 27: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.73744k/s 1.6k 27: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.51951k/s 1.6k 27: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.53729k/s 1.6k 27: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.82786k/s 1.6k 27: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.22927k/s 1.6k 27: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.23957k/s 1.6k 27: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.92926k/s 1.6k 27: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.60991k/s 1.6k 27: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.16285k/s 1.6k 27: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.51708k/s 1.6k 27: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.72141k/s 1.6k 27: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.05553k/s 1.6k 27: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.41949k/s 1.6k 27: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.43583k/s 1.6k 27: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.80007k/s 1.6k 27: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.43282k/s 1.6k 27: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.63501k/s 1.6k 27: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 981.199/s 1.6k 27: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1023.92/s 1.6k 27/57 Test #27: Kokkos_PerformanceTest_Benchmark ........................... Passed 135.00 sec test 28 Start 28: Kokkos_Benchmark_Atomic_MinMax 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-52-02.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- : Selected" 28: 2025-03-17T16:14:02+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 28: Run on (64 X 3294.14 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x32) 28: L1 Instruction 32 KiB (x32) 28: L2 Unified 512 KiB (x32) 28: L3 Unified 16384 KiB (x16) 28: Load Average: 17.81, 20.25, 18.86 28: APU or dGPU: dGPU 28: Architecture capable of accessing system allocated memory: 1 28: CPU architecture: none 28: Default Device: HIP 28: GPU architecture: AMD_GFX908 28: Is Large Bar: 1 28: KOKKOS_COMPILER_CLANG: 1500 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 28: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 28: Kokkos Version: 4.6.99 28: Shared Memory per Block: 64 KiB 28: Supports Managed Memory: 1 28: System allows accessing system allocated memory on GPU: 0 28: Total Global Memory: 31.98 GiB 28: Wavefront Size: 64 28: XNACK environment variable set: no 28: macro KOKKOS_ENABLE_HIP: defined 28: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 28: macro KOKKOS_ENABLE_ROCTHRUST: defined 28: platform: 64bit 28: ---------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations 28: ---------------------------------------------------------------------------------------------------------------------------------------- 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28/57 Test #28: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.49 sec test 29 Start 29: Kokkos_PerformanceTest_Mempool 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-52-02.json" 29: Test timeout computed to be: 1500 29: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected" 29: 2025-03-17T16:14:03+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 29: Run on (64 X 3294.16 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x32) 29: L1 Instruction 32 KiB (x32) 29: L2 Unified 512 KiB (x32) 29: L3 Unified 16384 KiB (x16) 29: Load Average: 17.81, 20.25, 18.86 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 1500 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX17: yes 29: KOKKOS_ENABLE_CXX20: no 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_OPENMP: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 29: Kokkos Version: 4.6.99 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: platform: 64bit [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp 29: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: fill ops per second 29: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: 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 2387 18.7393M/s [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 93%] Built target Kokkos_example_relocatable_function [ 93%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: cycle ops per second 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: 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 9030 141.646M/s 29/57 Test #29: Kokkos_PerformanceTest_Mempool ............................. Passed 3.37 sec test 30 Start 30: Kokkos_PerformanceTest_Atomic 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-52-02.json" 30: Test timeout computed to be: 1500 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp 30: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected" 30: 2025-03-17T16:14:06+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 30: Run on (64 X 3294.17 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x32) 30: L1 Instruction 32 KiB (x32) 30: L2 Unified 512 KiB (x32) 30: L3 Unified 16384 KiB (x16) 30: Load Average: 17.81, 20.25, 18.86 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1500 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX17: yes 30: KOKKOS_ENABLE_CXX20: no 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_OPENMP: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 30: Kokkos Version: 4.6.99 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: platform: 64bit [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 30: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 30: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Test_Atomic/30000/iterations:10 0.362 s 0.359 s 10 1 4 6.3633m 5.05917m 304.9u 449.985M 47.732k 449.985M [ 93%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 34%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined [ OK ] serial.reduce_device_view_range_policy (25762 ms) [ RUN ] serial.reduce_device_view_mdrange_policy [ 93%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 93%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 93%] Built target Kokkos_tutorial_03_simple_view [ 93%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_Cuda3 [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ OK ] cuda_hostpinned.view_fill_tests_layout_left (90055 ms) [ RUN ] cuda_hostpinned.view_mapping [ OK ] cuda_hostpinned.view_mapping (664 ms) [ RUN ] cuda_hostpinned.view_mapping_operator [ OK ] cuda_hostpinned.view_mapping_operator (42 ms) [ RUN ] cuda_hostpinned.static_extent [ OK ] cuda_hostpinned.static_extent (0 ms) [ RUN ] cuda_hostpinned.view_mapping_atomic [ OK ] cuda_hostpinned.view_mapping_atomic (7 ms) [ RUN ] cuda_hostpinned.view_mapping_class_value [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) [ RUN ] cuda_hostpinned.view_mapping_assignable [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda_hostpinned.view_mapping_subview [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) [----------] 28 tests from cuda_hostpinned (185787 ms total) [----------] Global test environment tear-down [==========] 235 tests from 4 test suites ran. (254828 ms total) [ PASSED ] 235 tests. [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o ./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 (127 ms) [----------] 1 test from cuda (127 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (127 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 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ OK ] cuda.raw_cuda_streams (101 ms) [----------] 1 test from cuda (101 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (101 ms total) [ PASSED ] 1 test. [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 93%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 93%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 93%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 93%] Built target Kokkos_UnitTest_SIMD [ 93%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 93%] Built target Kokkos_tutorial_05_simple_atomics [ 94%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 95%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp(142): warning #20014-D: calling a __host__ function from a __host__ __device__ function is not allowed auto const min = finite_min::value; ^ detected during: instantiation of "void TestNumericTraits::operator()(FiniteMin, int, int &) const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 64 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp instantiation of "std::enable_if_t<, void> Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::exec_range(const Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::FunctorType &, Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::reference_type) [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer, Kokkos::Impl::FunctorAnalysis, TestNumericTraits, int>::Reducer, void>, Traits=, TagType=FiniteMin]" at line 107 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp instantiation of "void Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::execute() const [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer, Kokkos::Impl::FunctorAnalysis, TestNumericTraits, int>::Reducer, void>, Traits=]" at line 1543 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/Kokkos_Parallel_Reduce.hpp instantiation of "void Kokkos::Impl::ParallelReduceAdaptor::execute_impl(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy, FunctorType=TestNumericTraits, ReturnType=int]" at line 1559 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/Kokkos_Parallel_Reduce.hpp instantiation of "std::enable_if_t<, void> Kokkos::Impl::ParallelReduceAdaptor::execute(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy, FunctorType=TestNumericTraits, ReturnType=int, Dummy=int]" at line 1713 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/Kokkos_Parallel_Reduce.hpp instantiation of "std::enable_if_t<, void> Kokkos::parallel_reduce(const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy, FunctorType=TestNumericTraits, ReturnType=int]" at line 113 instantiation of "void TestNumericTraits::run() const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 107 instantiation of "TestNumericTraits::TestNumericTraits() [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 303 Remark: The warnings can be suppressed with "-diag-suppress " /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp(143): warning #20014-D: calling a __host__ function from a __host__ __device__ function is not allowed auto const max = finite_max::value; ^ detected during: instantiation of "void TestNumericTraits::operator()(FiniteMin, int, int &) const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 64 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp instantiation of "std::enable_if_t<, void> Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::exec_range(const Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::FunctorType &, Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::reference_type) [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer, Kokkos::Impl::FunctorAnalysis, TestNumericTraits, int>::Reducer, void>, Traits=, TagType=FiniteMin]" at line 107 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp instantiation of "void Kokkos::Impl::ParallelReduce, Kokkos::OpenMP>::execute() const [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer, Kokkos::Impl::FunctorAnalysis, TestNumericTraits, int>::Reducer, void>, Traits=]" at line 1543 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/Kokkos_Parallel_Reduce.hpp instantiation of "void Kokkos::Impl::ParallelReduceAdaptor::execute_impl(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy, FunctorType=TestNumericTraits, ReturnType=int]" at line 1559 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/Kokkos_Parallel_Reduce.hpp instantiation of "std::enable_if_t<, void> Kokkos::Impl::ParallelReduceAdaptor::execute(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy, FunctorType=TestNumericTraits, ReturnType=int, Dummy=int]" at line 1713 of /var/jenkins/workspace/Kokkos_PR-7897/core/src/Kokkos_Parallel_Reduce.hpp instantiation of "std::enable_if_t<, void> Kokkos::parallel_reduce(const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy, FunctorType=TestNumericTraits, ReturnType=int]" at line 113 instantiation of "void TestNumericTraits::run() const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 107 instantiation of "TestNumericTraits::TestNumericTraits() [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 303 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp(144): warning #20011-D: calling a __host__ function("extrema::min(long double)") from a __host__ __device__ function("TestNumericTraits< ::Kokkos::OpenMP, long double, ::FiniteMin> ::operator () const") is not allowed /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp(145): warning #20011-D: calling a __host__ function("extrema::max(long double)") from a __host__ __device__ function("TestNumericTraits< ::Kokkos::OpenMP, long double, ::FiniteMin> ::operator () const") is not allowed [ 95%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 95%] 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 30: Test_Atomic/100000/iterations:10 3.99 s 3.97 s 10 1 8 2.88282m 1.66222m 304.17u 4.99995G 654.198k 4.99995G [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 95%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 95%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 95%] 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 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ OK ] serial.reduce_device_view_mdrange_policy (54376 ms) [ RUN ] serial.reduce_device_view_team_policy [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 95%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 95%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 95%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 95%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o Scanning dependencies of target Kokkos_atomic [ 90%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o Scanning dependencies of target Kokkos_gather [ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ OK ] serial.reduce_device_view_team_policy (14280 ms) [ RUN ] serial.reducers_int [ OK ] serial.reducers_int (9 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 (3 ms) [ RUN ] serial.reducers_half_t [ OK ] serial.reducers_half_t (2 ms) [ RUN ] serial.reducers_bhalf_t [ OK ] serial.reducers_bhalf_t (1 ms) [ RUN ] serial.reducers_int8_t [ OK ] serial.reducers_int8_t (0 ms) [ RUN ] serial.reducers_int16_t [ OK ] serial.reducers_int16_t (0 ms) [ RUN ] serial.reducers_point_t [ OK ] serial.reducers_point_t (0 ms) [ RUN ] serial.reducers_bool [ OK ] serial.reducers_bool (0 ms) [ RUN ] serial.complex_construction [ OK ] serial.complex_construction (0 ms) [ RUN ] serial.complex_basic_math [ OK ] serial.complex_basic_math (0 ms) [ RUN ] serial.complex_special_funtions [ OK ] serial.complex_special_funtions (0 ms) [ RUN ] serial.complex_io [ OK ] serial.complex_io (0 ms) [ RUN ] serial.complex_trivially_copyable [ OK ] serial.complex_trivially_copyable (0 ms) [ RUN ] serial.complex_issue_3865 [ OK ] serial.complex_issue_3865 (0 ms) [ RUN ] serial.complex_operations_arithmetic_types_overloads [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) [ RUN ] serial.complex_structured_bindings [ OK ] serial.complex_structured_bindings (0 ms) [ RUN ] serial.atomic_operations_int [ OK ] serial.atomic_operations_int (4 ms) [ RUN ] serial.atomic_operations_unsigned [ OK ] serial.atomic_operations_unsigned (3 ms) [ RUN ] serial.atomic_operations_long [ OK ] serial.atomic_operations_long (4 ms) [ RUN ] serial.atomic_operations_unsignedlong [ OK ] serial.atomic_operations_unsignedlong (3 ms) [ RUN ] serial.atomic_operations_longlong [ OK ] serial.atomic_operations_longlong (4 ms) [ RUN ] serial.atomic_operations_double [ OK ] serial.atomic_operations_double (1 ms) [ RUN ] serial.atomic_operations_float [ OK ] serial.atomic_operations_float (1 ms) [ RUN ] serial.atomic_operations_complexfloat [ OK ] serial.atomic_operations_complexfloat (1 ms) [ RUN ] serial.atomic_operations_complexdouble [ OK ] serial.atomic_operations_complexdouble (1 ms) [ RUN ] serial.atomic_views_integral [ OK ] serial.atomic_views_integral (478 ms) [ RUN ] serial.atomic_views_nonintegral [ OK ] serial.atomic_views_nonintegral (265 ms) [ RUN ] serial.atomic_view_api [ OK ] serial.atomic_view_api (0 ms) [ RUN ] serial.atomics [ OK ] serial.atomics (9 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 [ 95%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 95%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o Scanning dependencies of target Kokkos_gups [ 91%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o Scanning dependencies of target Kokkos_launch_latency [ 92%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 96%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o 30: Test_Atomic/100000/iterations:10 4.04 s 4.01 s 10 1 8 2.80898m 1.50462m 304.17u 4.99995G 612.151k 4.99995G [ 92%] Linking CXX executable Kokkos_atomic [ 92%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_stream [ 92%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 96%] Linking CXX executable Kokkos_launch_bounds_reduce [ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o Scanning dependencies of target Kokkos_view_copy_constructor [ 93%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 96%] Built target Kokkos_tutorial_01_hello_world_lambda [ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 96%] Built target Kokkos_launch_bounds_reduce [ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 37%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 94%] Linking CXX executable Kokkos_gups [ 94%] Built target Kokkos_gups [ 94%] Linking CXX executable Kokkos_gather Scanning dependencies of target Kokkos_policy_performance [ 94%] Built target Kokkos_gather [ 95%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o Scanning dependencies of target Kokkos_bytes_and_flops [ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 95%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 95%] Built target Kokkos_PerformanceTest_InclusiveScan [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 95%] Linking CXX executable Kokkos_launch_latency [ 95%] Built target Kokkos_launch_latency [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 95%] Linking CXX executable Kokkos_stream [ OK ] serial.team_reduce_large (24727 ms) [ RUN ] serial.team_parallel_single [ OK ] serial.team_parallel_single (110 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 (74 ms) [ RUN ] serial.triple_nested_parallelism [ 95%] Built target Kokkos_stream [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 98%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 37%] Built target Kokkos_IncrementalTest_CUDA Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ OK ] serial.triple_nested_parallelism (3657 ms) [ RUN ] serial.parallel_scan_with_reducers [ 95%] Linking CXX executable Kokkos_view_copy_constructor [ 95%] Built target Kokkos_view_copy_constructor [ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ OK ] serial.parallel_scan_with_reducers (891 ms) [ RUN ] serial.team_shared_request [ OK ] serial.team_shared_request (477 ms) [ RUN ] serial.team_scratch_request [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ OK ] serial.team_scratch_request (77 ms) [ RUN ] serial.team_lambda_shared_request [ OK ] serial.team_lambda_shared_request (479 ms) [ RUN ] serial.scratch_align [ OK ] serial.scratch_align (0 ms) [ RUN ] serial.shmem_size [ OK ] serial.shmem_size (0 ms) [ RUN ] serial.multi_level_scratch [ OK ] serial.multi_level_scratch (106 ms) [ RUN ] serial.team_scratch_memory_index_parallel_for [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) [ RUN ] serial.team_teamvector_range [ OK ] serial.team_teamvector_range (21 ms) [ RUN ] serial.team_reduction_scan [ OK ] serial.team_reduction_scan (403 ms) [ RUN ] serial.team_long_reduce [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ OK ] serial.team_long_reduce (868 ms) [ RUN ] serial.team_double_reduce [ 98%] Built target Kokkos_tutorial_02_simple_reduce_lambda [ OK ] serial.team_double_reduce (908 ms) [ RUN ] serial.team_long_array_reduce [ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 98%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ OK ] serial.team_long_array_reduce (845 ms) [ RUN ] serial.team_double_array_reduce [ OK ] serial.team_double_array_reduce (869 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 [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 98%] Built target Kokkos_tutorial_03_simple_view_lambda [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 96%] Linking CXX executable Kokkos_UnitTest_SIMD [ 96%] Built target Kokkos_UnitTest_SIMD [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 37%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 99%] Linking CXX executable Kokkos_gups [ 99%] Linking CXX executable Kokkos_atomic [ OK ] serial.repeated_team_reduce (6551 ms) [ RUN ] serial.nested_team_reduce_functor_as_reducer [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) [ RUN ] serial.team_policy_max_recommended [ OK ] serial.team_policy_max_recommended (41 ms) [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) [ RUN ] serial.memory_pool [ OK ] serial.memory_pool (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 [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 37%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 37%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o 30: Test_Atomic/100000/iterations:10 3.55 s 3.53 s 10 1 4 2.78984m 1.61844m 304.28u 704.983M 68.792k 704.983M Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpGraph [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 37%] Built target Kokkos_IncrementalTest_SERIAL [ 99%] Linking CXX executable Kokkos_stream [ 99%] Linking CXX executable Kokkos_launch_latency [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ OK ] serial.mdrange_5d (6944 ms) [ RUN ] serial.mdrange_6d [ 97%] Linking CXX executable Kokkos_policy_performance [ 97%] Built target Kokkos_policy_performance [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 99%] Built target Kokkos_gups [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ OK ] serial.mdrange_6d (10702 ms) [ RUN ] serial.mdrange_2d [ OK ] serial.mdrange_2d (11 ms) [ RUN ] serial.mdrange_array_reduce [ OK ] serial.mdrange_array_reduce (0 ms) [ RUN ] serial.mdrange_3d [ OK ] serial.mdrange_3d (124 ms) [ RUN ] serial.mdrange_neg_idx [ 99%] Linking CXX executable Kokkos_view_copy_constructor [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ OK ] serial.mdrange_neg_idx (792 ms) [ RUN ] serial.mdrange_4d [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 97%] Linking CXX executable Kokkos_bytes_and_flops [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 97%] Built target Kokkos_bytes_and_flops [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ OK ] serial.mdrange_4d (4335 ms) [ RUN ] serial.crs_count_fill [ OK ] serial.crs_count_fill (4 ms) [ RUN ] serial.crs_copy_constructor [ OK ] serial.crs_copy_constructor (20 ms) [ RUN ] serial.workgraph_fib [ OK ] serial.workgraph_fib (718 ms) [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 99%] Built target Kokkos_launch_latency [ 99%] Built target Kokkos_stream [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [100%] Built target Kokkos_atomic [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_view_copy_constructor [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 38%] 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_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ OK ] serial.local_deepcopy_teampolicy_layoutleft (13239 ms) [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o 30: Test_Atomic/100000/iterations:10 4.04 s 4.02 s 10 1 8 2.80907m 1.5421m 304.17u 4.99995G 601.271k 4.99995G [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (12839 ms) [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 38%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ OK ] serial.local_deepcopy_teampolicy_layoutright (6361 ms) [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ OK ] serial.local_deepcopy_rangepolicy_layoutright (6810 ms) [ RUN ] serial.deep_copy_scratch [ OK ] serial.deep_copy_scratch (0 ms) [----------] 166 tests from serial (414679 ms total) [----------] Global test environment tear-down [==========] 168 tests from 2 test suites ran. (421205 ms total) [ PASSED ] 167 tests. [ SKIPPED ] 1 test, listed below: [ SKIPPED ] serial.large_parallel_for_reduce make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test' make -C core/perf_test test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-7897/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-7897/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' ./KokkosCore_PerformanceTest_TaskDAG make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test' make -C containers/unit_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' ./KokkosContainers_UnitTest_Cuda ./KokkosContainers_UnitTest_Serial [==========] Running 45 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from serial_DeathTest [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [==========] Running 45 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from cuda_DeathTest [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ OK ] serial_DeathTest.offsetview_unmanaged_construction (5144 ms) [----------] 1 test from serial_DeathTest (5144 ms total) [----------] 44 tests from serial [ RUN ] serial.bitset [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (5649 ms) [----------] 1 test from cuda_DeathTest (5649 ms total) [----------] 44 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 (2 ms) [ RUN ] cuda.dualview_sync_should_fence [ OK ] cuda.dualview_sync_should_fence (1 ms) [ RUN ] cuda.dualview_realloc [ OK ] cuda.dualview_realloc (0 ms) [ RUN ] cuda.dualview_resize [ OK ] cuda.dualview_resize (1 ms) [ RUN ] cuda.dualview_device_correct_kokkos_device [ OK ] cuda.dualview_device_correct_kokkos_device (1 ms) [ RUN ] cuda.dualview_host_correct_kokkos_device [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) [ RUN ] cuda.dualview_host_modify_template_device_sync [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) [ RUN ] cuda.dualview_device_modify_template_host_sync [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) [ RUN ] cuda.dualview_sequential_host_init [ OK ] cuda.dualview_sequential_host_init (1 ms) [ RUN ] cuda.dynamic_view [ OK ] cuda.dynamic_view (31 ms) [ RUN ] cuda.dyn_rank_view_api_generic [ OK ] cuda.dyn_rank_view_api_generic (36 ms) [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms) [ RUN ] cuda.dyn_rank_view_api_operator_rank67 [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) [ RUN ] cuda.ErrorReporterViaLambda [ OK ] cuda.ErrorReporterViaLambda (0 ms) [ RUN ] cuda.ErrorReporter [ OK ] cuda.ErrorReporter (0 ms) [ RUN ] cuda.offsetview_construction [ OK ] cuda.offsetview_construction (2 ms) [ RUN ] cuda.offsetview_unmanaged_construction [ OK ] cuda.offsetview_unmanaged_construction (0 ms) [ RUN ] cuda.offsetview_subview [ OK ] cuda.offsetview_subview (1 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 [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_gather [ 39%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [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 [ OK ] serial.bitset (7653 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_sync_should_fence [ OK ] serial.dualview_sync_should_fence (1 ms) [ RUN ] serial.dualview_realloc [ OK ] serial.dualview_realloc (0 ms) [ RUN ] serial.dualview_resize [ OK ] serial.dualview_resize (0 ms) [ RUN ] serial.dualview_device_correct_kokkos_device [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) [ RUN ] serial.dualview_host_correct_kokkos_device [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) [ RUN ] serial.dualview_host_modify_template_device_sync [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) [ RUN ] serial.dualview_host_modify_template_device_execspace_sync [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) [ RUN ] serial.dualview_device_modify_template_host_sync [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) [ RUN ] serial.dualview_device_modify_template_host_execspace_sync [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) [ RUN ] serial.dualview_template_views_return_correct_executionspace_views [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) [ RUN ] serial.dualview_sequential_host_init [ OK ] serial.dualview_sequential_host_init (0 ms) [ RUN ] serial.dynamic_view [ OK ] serial.dynamic_view (113 ms) [ RUN ] serial.dyn_rank_view_api_generic [ OK ] serial.dyn_rank_view_api_generic (31 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-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped skipping since not default execution space [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) [ RUN ] serial.dyn_rank_view_api_operator_rank67 [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) [ RUN ] serial.ErrorReporterViaLambda [ OK ] serial.ErrorReporterViaLambda (0 ms) [ RUN ] serial.ErrorReporter [ OK ] serial.ErrorReporter (0 ms) [ RUN ] serial.offsetview_construction [ OK ] serial.offsetview_construction (668 ms) [ RUN ] serial.offsetview_unmanaged_construction [ OK ] serial.offsetview_unmanaged_construction (0 ms) [ RUN ] serial.offsetview_subview [ OK ] serial.offsetview_subview (16 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 [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [100%] Built target Kokkos_policy_performance [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o 30: Test_Atomic/100000/iterations:10 4.06 s 4.03 s 10 1 8 2.83693m 1.53879m 304.27u 4.99995G 578.807k 4.99995G [100%] Linking CXX executable Kokkos_bytes_and_flops [ OK ] serial.scatterview (18765 ms) [ RUN ] serial.scatterview_devicetype [ OK ] serial.scatterview_devicetype (6 ms) [ RUN ] serial.UnorderedMap_insert [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_TuningBuiltins [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [100%] Built target Kokkos_CoreUnitTest_HIP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 24180cf8c7a5 Build name: Linux-amdclang++ Create new tag: 20250317-1618 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/58 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.41 sec test 2 Start 2: Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test timeout computed to be: 1500 2: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from hip 2: [ RUN ] hip.basic_view_default_ctor 2: [ OK ] hip.basic_view_default_ctor (0 ms) 2: [ RUN ] hip.basic_view_extents_ctor 2: [ OK ] hip.basic_view_extents_ctor (0 ms) 2: [ RUN ] hip.basic_view_mapping_ctor_right 2: [ OK ] hip.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] hip.basic_view_access 2: [ OK ] hip.basic_view_access (2 ms) 2: [ RUN ] hip.basic_view_atomic_accessor 2: [ OK ] hip.basic_view_atomic_accessor (0 ms) 2: [ RUN ] hip.RefCountedAcc_Typedefs 2: [ OK ] hip.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedAcc_Ctors 2: [ OK ] hip.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] hip.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] hip.RefCountedAcc_Access 2: [ OK ] hip.RefCountedAcc_Access (1 ms) 2: [ RUN ] hip.RefCountedAcc_Conversion 2: [ OK ] hip.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] hip.RefCountedDataHandle_Typedefs 2: [ OK ] hip.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedDataHandle 2: [ OK ] hip.RefCountedDataHandle (0 ms) 2: [ RUN ] hip.RefCountedDataHandleAnonym 2: [ OK ] hip.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] hip.RefCountedDataHandleConversion 2: [ OK ] hip.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from hip (5 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (5 ms total) 2: [ PASSED ] 14 tests. 2/58 Test #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................ Passed 0.40 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 3: [==========] Running 221 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (1528 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (1356 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1346 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1350 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (5584 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 193 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (69 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (41 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (19 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp 3: [ OK ] serial.exec_space_thread_safety_range (1080 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (109 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (109 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (109 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1967 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [100%] Built target Kokkos_bytes_and_flops + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 2f066fcd06fe Build name: Linux-clang++ Create new tag: 20250317-1618 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/64 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.85 sec test 2 Start 2: Kokkos_CoreUnitTest_SYCL_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from sycl 2: [ RUN ] sycl.basic_view_default_ctor 2: [ OK ] sycl.basic_view_default_ctor (0 ms) 2: [ RUN ] sycl.basic_view_extents_ctor 2: [ OK ] sycl.basic_view_extents_ctor (1 ms) 2: [ RUN ] sycl.basic_view_mapping_ctor_right 2: [ OK ] sycl.basic_view_mapping_ctor_right (1 ms) 2: [ RUN ] sycl.basic_view_access 2: [ OK ] sycl.basic_view_access (4 ms) 2: [ RUN ] sycl.basic_view_atomic_accessor 2: [ OK ] sycl.basic_view_atomic_accessor (1 ms) 2: [ RUN ] sycl.RefCountedAcc_Typedefs 2: [ OK ] sycl.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Ctors 2: [ OK ] sycl.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] sycl.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] sycl.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Access 2: [ OK ] sycl.RefCountedAcc_Access (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Conversion 2: [ OK ] sycl.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] sycl.RefCountedDataHandle_Typedefs 2: [ OK ] sycl.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] sycl.RefCountedDataHandle 2: [ OK ] sycl.RefCountedDataHandle (0 ms) 2: [ RUN ] sycl.RefCountedDataHandleAnonym 2: [ OK ] sycl.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] sycl.RefCountedDataHandleConversion 2: [ OK ] sycl.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from sycl (9 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (10 ms total) 2: [ PASSED ] 14 tests. 2/64 Test #2: Kokkos_CoreUnitTest_SYCL_ViewSupport ....................... Passed 0.33 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 209 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 10 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (600 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (530 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (503 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (552 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (502 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds Scanning dependencies of target Kokkos_CoreUnitTest_CategoricalTuner [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (1082 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (524 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (1092 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (7055 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (563 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (570 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (28 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (97 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (5 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (75 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (5 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (445 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (2090 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 10 tests from serial_DeathTest (7480 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 182 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (1 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (69 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (41 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (3 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (19 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o 3: [ OK ] serial.exec_space_thread_safety_range (1067 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (106 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (107 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3102 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (1 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (5 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (32 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (0 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (87 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (248 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (1133 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2233 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.double_reduce_dynamic (1235 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (262 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.reduce_device_view_mdrange_policy (2353 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (177 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (8 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 193 tests from serial (21364 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 221 tests from 4 test suites ran. (26949 ms total) 3: [ PASSED ] 214 tests. 3: [ SKIPPED ] 7 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/58 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 27.36 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 4: [==========] Running 143 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 39%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ OK ] cuda.scatterview (75081 ms) [ RUN ] cuda.scatterview_devicetype [ OK ] cuda.scatterview_devicetype (30 ms) [ RUN ] cuda.UnorderedMap_insert [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 39%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ OK ] serial.UnorderedMap_insert (52869 ms) [ RUN ] serial.UnorderedMap_failed_insert [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ OK ] cuda.UnorderedMap_insert (8280 ms) [ RUN ] cuda.UnorderedMap_failed_insert 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9601 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ OK ] cuda.UnorderedMap_failed_insert (1233 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) [----------] 44 tests from cuda (84742 ms total) [----------] Global test environment tear-down [==========] 45 tests from 2 test suites ran. (90392 ms total) [ PASSED ] 45 tests. 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (13700 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (874 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (869 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (18 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (91 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (4 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (43 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (4 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (22 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2803 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (1 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (3 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (132 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (11 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (1016 ms) 3: [ RUN ] serial.reduce_device_view_team_policy [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o 3: [ OK ] serial.reduce_device_view_team_policy (108 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (3 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 182 tests from serial (23825 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 209 tests from 4 test suites ran. (31306 ms total) 3: [ PASSED ] 203 tests. 3: [ SKIPPED ] 6 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/64 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 31.64 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 139 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 7 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 39%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_CategoricalTuner 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4003 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (9653 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (19255 ms total) 4: 4: [----------] 135 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (300 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (9 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (321 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (57 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (69 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (89 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (37 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (92 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (68 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3925 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 7 tests from serial_DeathTest (7928 ms total) 4: 4: [----------] 132 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (0 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (6 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (404 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (78 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (52 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (32 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (36 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (31 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (36 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ OK ] serial.UnorderedMap_failed_insert (21936 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) [----------] 44 tests from serial (102088 ms total) [----------] Global test environment tear-down [==========] 45 tests from 2 test suites ran. (107232 ms total) [ PASSED ] 44 tests. [ SKIPPED ] 1 test, listed below: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests' make -C containers/performance_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/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.00131532 View sum computation time: 0.00131532 Strided View time (init only): 0.00113843 View Rank7 time (init only): 0.00125824 DynRankView time (init only): 0.00121808 DynRankView sum computation time: 0.00188413 Ratio of View to DynRankView time: 1.07984 Ratio of View to DynRankView sum computation time: 0.960811 Ratio of View to View Rank7 time: 1.04536 Ratio of StrideView to DynRankView time: 0.934612 Ratio of DynRankView to View Rank7 time: 0.968076 [ OK ] TEST_CATEGORY.dynrankview_perf (13 ms) [ RUN ] TEST_CATEGORY.global_2_local Cuda size, create, generate, fill, find 256, 0.000355787, 5.1783e-05, 0.00291786, 0.00228039 512, 0.000202011, 1.6669e-05, 2.6402e-05, 0.00225665 1024, 0.000177242, 1.5175e-05, 2.5267e-05, 0.00224844 2048, 0.00018855, 1.3396e-05, 2.4917e-05, 0.00226211 4096, 0.000171955, 1.2946e-05, 2.6402e-05, 0.00231989 8192, 0.000187253, 1.475e-05, 2.9101e-05, 0.00232287 16384, 0.000182077, 1.3669e-05, 3.3037e-05, 0.00234884 32768, 0.00059834, 1.4259e-05, 3.7952e-05, 0.00250506 65536, 0.000289778, 1.5013e-05, 4.7831e-05, 0.00279596 131072, 0.000392101, 1.5495e-05, 6.5915e-05, 0.00332696 262144, 0.000593706, 1.7277e-05, 0.000159386, 0.00541104 524288, 0.000559208, 2.074e-05, 0.000525476, 0.0164712 1048576, 0.00065013, 2.9336e-05, 0.00138309, 0.0472976 2097152, 0.000735762, 4.0647e-05, 0.00302568, 0.109008 4194304, 0.000985295, 6.8182e-05, 0.00681826, 0.23706 [ 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 (479 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test suite ran. (479 ms total) [ PASSED ] 4 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests' make -C algorithms/unit_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-7897 CXX=/var/jenkins/workspace/Kokkos_PR-7897/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror -Werror=all-warnings" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-7897/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-7897 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' 4: [ OK ] serial.repeated_team_reduce (7165 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (96 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (87 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (28 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (28 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (5 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (3 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (459 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o ./KokkosAlgorithms_UnitTest_Cuda ./KokkosAlgorithms_UnitTest_Serial [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [==========] Running 13 tests from 1 test suite. [----------] Global test environment set-up. [----------] 13 tests from serial [ RUN ] serial.Random_XorShift64 Test Seed:1742228338849185601 Test Scalar=int -- Testing randomness properties [==========] Running 13 tests from 1 test suite. [----------] Global test environment set-up. [----------] 13 tests from cuda [ RUN ] cuda.Random_XorShift64 Test Seed:1742228338858078548 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00225194 -0.00335079 || 0.051031 28049 29398 || 28739.1 28674.4 || -46.3214 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0199818 0.00522991 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00312227 0.000251102 || 0.051031 28056 29331 || 28585.1 28674.4 || 3.47123 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00545231 0.00144311 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00882713 -0.0167011 || 0.051031 28036 29289 || 28929.8 28674.4 || -230.876 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00877186 0.000291433 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00433997 -0.0397774 || 0.051031 28056 29291 || 28799.4 28674.4 || -549.882 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0160294 -0.00487199 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000244352 -0.99999 -48246.2 || 0.051031 0 195108 || 2.92866e+09 28674.4 || -6.66955e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00073192 -0.319735 0.154337 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195972 -0.999999 -57855.4 || 0.051031 0 1.55106e+06 || 2.8688e+10 28674.4 || -7.99793e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00588894 -0.967895 10.3155 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.71e-07 -0.0271291 -0.0100075 || 0.051031 27990 29375 || 29474 28674.4 || -138.343 -2.0744 -- Testing 3-D histogram Density 3D: 7.26496e-07 -0.00367909 0.00387024 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0097521 0.0176019 || 0.051031 28087 29313 || 28397.5 28674.4 || 243.329 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0162105 0.00689896 || 0.051031 1e+64 -1e+64 Test Seed:1742228338969959226 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0105533 -0.00502206 || 0.051031 28061 29315 || 28374.9 28674.4 || -69.425 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0166523 0.00450934 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00275717 0.0151799 || 0.051031 28068 29336 || 28753.7 28674.4 || 209.847 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0159345 -0.0042033 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00112227 -0.0131313 || 0.051031 27962 29306 || 28706.6 28674.4 || -181.527 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00259738 -0.0069814 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00196543 0.00269552 || 0.051031 28074 29270 || 28618.1 28674.4 || 37.2629 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0163093 -0.00698173 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000244647 -0.99999 -48245.6 || 0.051031 0 195052 || 2.92857e+09 28674.4 || -6.66947e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000732792 -0.31089 0.145444 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.0019605 -0.999999 -57855.9 || 0.051031 0 1.55146e+06 || 2.86881e+10 28674.4 || -7.998e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00589174 -0.967696 10.2638 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.73523e-07 -0.000283805 0.00191638 || 0.051031 28104 29281 || 28682.5 28674.4 || 26.4921 -2.0744 -- Testing 3-D histogram Density 3D: 7.34064e-07 -0.0169146 -0.00712969 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00702993 -0.0119365 || 0.051031 28002 29388 || 28474.2 28674.4 || -165.01 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00198575 0.000481212 || 0.051031 1e+64 -1e+64 [ OK ] cuda.Random_XorShift64 (229 ms) [ RUN ] cuda.Random_XorShift1024_0 Test Seed:1742228339087693877 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0150741 0.00290601 || 0.051031 10949 11826 || 11551.1 11377 || 40.1727 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00872925 0.00335818 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0163157 0.00929315 || 0.051031 10952 11812 || 11565.7 11377 || 128.469 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0147884 0.00157615 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0114444 -0.00120968 || 0.051031 10973 11794 || 11508.7 11377 || -16.7226 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00230216 -0.000460054 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0174926 -0.00657187 || 0.051031 10928 11808 || 11181.4 11377 || -90.8495 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.014246 -0.000396809 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000245568 -0.999975 -7595.02 || 0.051031 0 77773 || 4.61046e+08 11377 || -1.04994e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000736359 -0.151296 0.020778 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195931 -0.999997 -9108.07 || 0.051031 0 616200 || 4.51647e+09 11377 || -1.2591e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.0058893 -0.922633 1.64205 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.79744e-07 0.00718664 -0.00754313 || 0.051031 10984 11817 || 11295.8 11377 || -104.276 -0.823045 -- Testing 3-D histogram Density 3D: 3.43323e-07 -0.00947862 -0.00374875 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00837219 0.000133602 || 0.051031 10969 11759 || 11282.5 11377 || 1.84692 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00658799 -0.00012051 || 0.051031 1e+64 -1e+64 Test Seed:1742228339278484547 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00517884 0.00320906 || 0.051031 10950 11784 || 11318.3 11377 || 44.3621 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0171853 0.000380192 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0115721 -0.000730072 || 0.051031 10962 11887 || 11510.2 11377 || -10.0925 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0106937 -0.00286513 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0274299 0.00366389 || 0.051031 10980 11805 || 11697.8 11377 || 50.6497 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.000673786 -0.000462075 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00312424 0.00995365 || 0.051031 11005 11819 || 11412.6 11377 || 137.599 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00548072 0.00456627 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000244995 -0.999975 -7594.75 || 0.051031 0 77593 || 4.61001e+08 11377 || -1.0499e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000734716 -0.154882 0.0270768 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.0019576 -0.999997 -9108.08 || 0.051031 0 616709 || 4.51641e+09 11377 || -1.2591e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00588358 -0.923117 1.62536 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 3.05176e-07 -0.00837439 0.00533501 || 0.051031 10962 11808 || 11473 11377 || 73.7512 -0.823045 -- Testing 3-D histogram Density 3D: 4.19617e-07 0.00517767 -0.00149354 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00248574 -0.00513087 || 0.051031 10954 11760 || 11348.7 11377 || -70.9292 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0069688 -2.09553e-05 || 0.051031 1e+64 -1e+64 [ OK ] cuda.Random_XorShift1024_0 (505 ms) [ RUN ] cuda.Multi_streams 4: [ OK ] serial.view_fill_tests_layout_right (2242 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ OK ] cuda.Multi_streams (2385 ms) [ RUN ] cuda.SortUnsignedValueType [ OK ] cuda.SortUnsignedValueType (22 ms) [ RUN ] cuda.SortEmptyView [ OK ] cuda.SortEmptyView (0 ms) [ RUN ] cuda.BinSortGenericTests [ OK ] cuda.BinSortGenericTests (23 ms) [ RUN ] cuda.BinSortEmptyView [ OK ] cuda.BinSortEmptyView (0 ms) [ RUN ] cuda.BinSortEmptyKeysView [ OK ] cuda.BinSortEmptyKeysView (0 ms) [ RUN ] cuda.BinSort_issue_7221 [ OK ] cuda.BinSort_issue_7221 (0 ms) [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 4: [ OK ] serial.repeated_team_reduce (7048 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (93 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (90 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (24 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (4 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (28 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (5 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (4 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (1 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_fill_tests_layout_left (2831 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (46 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (70 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (1 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (1 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.view_allocation_large_rank (1908 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (5 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (4 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.workgraph_fib (117 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (120 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (120 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (119 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (144 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (146 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (145 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (15139 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 143 tests from 2 test suites ran. (34394 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/58 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 34.80 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 1500 5: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 5: [==========] Running 427 tests from 6 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 5: [ OK ] hip_DeathTest.abort_from_host (1406 ms) 5: [ RUN ] hip_DeathTest.abort_from_device [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o 4: [ OK ] serial.view_fill_tests_layout_right (4198 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 5: [ OK ] hip_DeathTest.abort_from_device (1443 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1419 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions 30: Test_Atomic/100000/iterations:10 10.1 s 10.1 s 10 0 4 14.8724 2.43537m 985.96u 4.99996G 783.44k 4.99989G [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1406 ms) 5: [ RUN ] hip_DeathTest.policy_invalid_bounds 5: [ OK ] hip_DeathTest.policy_invalid_bounds (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_invalid_bounds 5: [ OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_check_sign_changes 5: [ OK ] hip_DeathTest.range_policy_check_sign_changes (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1389 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1429 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_stat 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_mix 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_static_extents 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] serial.view_fill_tests_layout_left (5413 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (43 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (39 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (57 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (1 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (2 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (119 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (129 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (129 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (129 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (135 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (135 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (134 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 132 tests from serial (20624 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 139 tests from 2 test suites ran. (28553 ms total) 4: [ PASSED ] 133 tests. 4: [ SKIPPED ] 6 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/64 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 28.90 sec test 5 Start 5: Kokkos_CoreUnitTest_SYCL1A 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A 5: Test timeout computed to be: 1500 [ 65%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP 5: [==========] Running 127 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 3 tests from sycl_DeathTest 5: [ RUN ] sycl_DeathTest.abort_from_host 5: [ OK ] sycl_DeathTest.abort_from_host (584 ms) 5: [ RUN ] sycl_DeathTest.abort_from_device 5: [ OK ] sycl_DeathTest.abort_from_device (21 ms) 5: [ RUN ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (596 ms) 5: [----------] 3 tests from sycl_DeathTest (1203 ms total) 5: 5: [----------] 1 test from sycl_graph_DeathTest 5: [ RUN ] sycl_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from sycl_graph_DeathTest (0 ms total) 5: 5: [----------] 107 tests from sycl 5: [ RUN ] sycl.array_capacity 5: [ OK ] sycl.array_capacity (0 ms) 5: [ RUN ] sycl.array_element_access 5: [ OK ] sycl.array_element_access (0 ms) 5: [ RUN ] sycl.array_operator_equal 5: [ OK ] sycl.array_operator_equal (0 ms) 5: [ RUN ] sycl.array_zero_capacity 5: [ OK ] sycl.array_zero_capacity (0 ms) 5: [ RUN ] sycl.array_zero_data_nullptr 5: [ OK ] sycl.array_zero_data_nullptr (0 ms) 5: [ RUN ] sycl.atomic_operations_complexdouble 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped 5: skipping since device_global variables are not available 5: [ SKIPPED ] sycl.atomic_operations_complexdouble (0 ms) 5: [ RUN ] sycl.atomic_operations_complexfloat 5: [ OK ] sycl.atomic_operations_complexfloat (9 ms) 5: [ RUN ] sycl.atomic_operations_double 5: [ OK ] sycl.atomic_operations_double (8 ms) 5: [ RUN ] sycl.atomic_operations_float 5: [ OK ] sycl.atomic_operations_float (6 ms) 5: [ RUN ] sycl.atomic_operations_int 5: [ OK ] sycl.atomic_operations_int (19 ms) 5: [ RUN ] sycl.atomic_operations_long 5: [ OK ] sycl.atomic_operations_long (19 ms) 5: [ RUN ] sycl.atomic_operations_longlong 5: [ OK ] sycl.atomic_operations_longlong (19 ms) 5: [ RUN ] sycl.atomic_operations_unsigned 5: [ OK ] sycl.atomic_operations_unsigned (17 ms) 5: [ RUN ] sycl.atomic_operations_unsignedlong 5: [ OK ] sycl.atomic_operations_unsignedlong (17 ms) 5: [ RUN ] sycl.atomics 5: [ OK ] sycl.atomics (128 ms) 5: [ RUN ] sycl.atomics_tpetra_max_abs 5: [ OK ] sycl.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] sycl.atomic_views_integral -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0097007 0.00391799 || 0.051031 28052 29398 || 28398.9 28674.4 || 54.1623 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00489824 0.00233446 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [ 65%] Built target Kokkos_ContainersUnitTest_OpenMP [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 65%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9705 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 65%] Built target Kokkos_ContainersUnitTest_Cuda [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o 5: [ OK ] sycl.atomic_views_integral (12654 ms) 5: [ RUN ] sycl.atomic_views_nonintegral 5: [ OK ] sycl.atomic_views_nonintegral (91 ms) 5: [ RUN ] sycl.atomic_view_api 5: [ OK ] sycl.atomic_view_api (0 ms) 5: [ RUN ] sycl.bit_manip_countl_zero 5: [ OK ] sycl.bit_manip_countl_zero (2 ms) 5: [ RUN ] sycl.bit_manip_countl_one 5: [ OK ] sycl.bit_manip_countl_one (2 ms) 5: [ RUN ] sycl.bit_manip_countr_zero 5: [ OK ] sycl.bit_manip_countr_zero (2 ms) 5: [ RUN ] sycl.bit_manip_countr_one 5: [ OK ] sycl.bit_manip_countr_one (2 ms) 5: [ RUN ] sycl.bit_manip_popcount 5: [ OK ] sycl.bit_manip_popcount (3 ms) 5: [ RUN ] sycl.bit_manip_has_single_bit 5: [ OK ] sycl.bit_manip_has_single_bit (3 ms) 5: [ RUN ] sycl.bit_manip_bit_floor 5: [ OK ] sycl.bit_manip_bit_floor (3 ms) 5: [ RUN ] sycl.bit_manip_bit_ceil 5: [ OK ] sycl.bit_manip_bit_ceil (3 ms) 5: [ RUN ] sycl.bit_manip_bit_width 5: [ OK ] sycl.bit_manip_bit_width (3 ms) 5: [ RUN ] sycl.bit_manip_rotl 5: [ OK ] sycl.bit_manip_rotl (3 ms) 5: [ RUN ] sycl.bit_manip_rotr 5: [ OK ] sycl.bit_manip_rotr (3 ms) 5: [ RUN ] sycl.bit_manip_byeswap 5: [ OK ] sycl.bit_manip_byeswap (3 ms) 5: [ RUN ] sycl.bit_manip_bit_cast 5: [ OK ] sycl.bit_manip_bit_cast (0 ms) 5: [ RUN ] sycl.test_block_deduction_bug_pr_3103 5: [ OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] sycl.checked_integer_operations_multiply_overflow 5: [ OK ] sycl.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] sycl.execution_policy_occupancy_and_hint 5: [ OK ] sycl.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] sycl.complex_construction 5: [ OK ] sycl.complex_construction (0 ms) 5: [ RUN ] sycl.complex_basic_math 5: [ OK ] sycl.complex_basic_math (0 ms) 5: [ RUN ] sycl.complex_special_funtions 5: [ OK ] sycl.complex_special_funtions (0 ms) 5: [ RUN ] sycl.complex_io 5: [ OK ] sycl.complex_io (0 ms) 5: [ RUN ] sycl.complex_trivially_copyable 5: [ OK ] sycl.complex_trivially_copyable (0 ms) 5: [ RUN ] sycl.complex_issue_3865 5: [ OK ] sycl.complex_issue_3865 (0 ms) 5: [ RUN ] sycl.complex_operations_arithmetic_types_overloads 5: [ OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] sycl.complex_structured_bindings 5: [ OK ] sycl.complex_structured_bindings (0 ms) 5: [ RUN ] sycl.crs_count_fill 5: [ OK ] sycl.crs_count_fill (3 ms) 5: [ RUN ] sycl.crs_copy_constructor 5: [ OK ] sycl.crs_copy_constructor (9 ms) 5: [ RUN ] sycl.deep_copy_alignment 5: [ OK ] sycl.deep_copy_alignment (6 ms) 5: [ RUN ] sycl.deep_copy_conversion 5: [ OK ] sycl.deep_copy_conversion (19 ms) 5: [ RUN ] sycl.partitioning_by_args 5: [ OK ] sycl.partitioning_by_args (2 ms) 5: [ RUN ] sycl.partitioning_by_vector 5: [ OK ] sycl.partitioning_by_vector (0 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9805 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o 5: [ OK ] sycl.exec_space_thread_safety_range (5675 ms) 5: [ RUN ] sycl.exec_space_thread_safety_mdrange 5: [ OK ] sycl.exec_space_thread_safety_mdrange (574 ms) 5: [ RUN ] sycl.exec_space_thread_safety_team_policy 5: [ OK ] sycl.exec_space_thread_safety_team_policy (94 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range_reduce 5: [ OK ] sycl.exec_space_thread_safety_range_reduce (568 ms) 5: [ RUN ] sycl.exec_space_thread_safety_mdrange_reduce 5: [ OK ] sycl.exec_space_thread_safety_mdrange_reduce (574 ms) 5: [ RUN ] sycl.exec_space_thread_safety_team_policy_reduce 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestExecSpaceThreadSafety.hpp:318: Skipped 5: skipping since test is know to fail with SYCL+Cuda 5: [ SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce (0 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range_scan 5: [ OK ] sycl.exec_space_thread_safety_range_scan (569 ms) 5: [ RUN ] sycl.execution_space_as_class_data_member 5: [ OK ] sycl.execution_space_as_class_data_member (0 ms) 5: [ RUN ] sycl.functor_analysis 5: [ OK ] sycl.functor_analysis (0 ms) 5: [ RUN ] sycl.when_all_type 5: [ OK ] sycl.when_all_type (0 ms) 5: [ RUN ] sycl.graph_then 5: [ OK ] sycl.graph_then (0 ms) 5: [ RUN ] sycl.host_shared_ptr_use_count 5: [ OK ] sycl.host_shared_ptr_use_count (0 ms) 5: [ RUN ] sycl.host_shared_ptr_get 5: [ OK ] sycl.host_shared_ptr_get (0 ms) 5: [ RUN ] sycl.host_shared_ptr_dereference_on_device 5: [ OK ] sycl.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] sycl.host_shared_ptr_special_members_on_device 5: [ OK ] sycl.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] sycl.host_shared_ptr_tracking 5: [ OK ] sycl.host_shared_ptr_tracking (2 ms) 5: [ RUN ] sycl.join_backward_compatibility 5: [ OK ] sycl.join_backward_compatibility (0 ms) 5: [ RUN ] sycl.local_deepcopy_teampolicy_layoutleft [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o 5: [ OK ] sycl.local_deepcopy_teampolicy_layoutleft (1064 ms) 5: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutleft -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.0113904 -0.0140765 || 0.051031 28003 29349 || 29004.8 28674.4 || -194.594 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00438864 0.00425363 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties 5: [ OK ] sycl.local_deepcopy_rangepolicy_layoutleft (2149 ms) 5: [ RUN ] sycl.local_deepcopy_teampolicy_layoutright 5: [ OK ] sycl.local_deepcopy_teampolicy_layoutright (1050 ms) 5: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutright [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o 5: [ OK ] sycl.local_deepcopy_rangepolicy_layoutright (1359 ms) 5: [ RUN ] sycl.deep_copy_scratch 5: [ OK ] sycl.deep_copy_scratch (1 ms) 5: [ RUN ] sycl.mathematical_constants_e 5: [ OK ] sycl.mathematical_constants_e (0 ms) 5: [ RUN ] sycl.mathematical_constants_log2e 5: [ OK ] sycl.mathematical_constants_log2e (0 ms) 5: [ RUN ] sycl.mathematical_constants_log10e 5: [ OK ] sycl.mathematical_constants_log10e (0 ms) 5: [ RUN ] sycl.mathematical_constants_pi 5: [ OK ] sycl.mathematical_constants_pi (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_pi 5: [ OK ] sycl.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_sqrtpi 5: [ OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] sycl.mathematical_constants_ln2 5: [ OK ] sycl.mathematical_constants_ln2 (0 ms) 5: [ RUN ] sycl.mathematical_constants_ln10 5: [ OK ] sycl.mathematical_constants_ln10 (0 ms) 5: [ RUN ] sycl.mathematical_constants_sqrt2 5: [ OK ] sycl.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] sycl.mathematical_constants_sqrt3 5: [ OK ] sycl.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_sqrt3 5: [ OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] sycl.mathematical_constants_egamma 5: [ OK ] sycl.mathematical_constants_egamma (0 ms) 5: [ RUN ] sycl.mathematical_constants_phi 5: [ OK ] sycl.mathematical_constants_phi (0 ms) 5: [ RUN ] sycl.mathematical_functions_trigonometric_functions 5: [ OK ] sycl.mathematical_functions_trigonometric_functions (54 ms) 5: [ RUN ] sycl.mathematical_functions_hyperbolic_functions 5: [ OK ] sycl.mathematical_functions_hyperbolic_functions (44 ms) 5: [ RUN ] sycl.mathematical_functions_non_standard 5: [ OK ] sycl.mathematical_functions_non_standard (5 ms) 5: [ RUN ] sycl.mathematical_functions_power_functions 5: [ OK ] sycl.mathematical_functions_power_functions (18 ms) 5: [ RUN ] sycl.mathematical_functions_fma 5: [ OK ] sycl.mathematical_functions_fma (1 ms) 5: [ RUN ] sycl.mathematical_functions_error_and_gamma_functions 5: [ OK ] sycl.mathematical_functions_error_and_gamma_functions (31 ms) 5: [ RUN ] sycl.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (28 ms) 5: [ RUN ] sycl.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] sycl.mathematical_functions_floating_point_manipulation_functions (10 ms) 5: [ RUN ] sycl.mathematical_functions_absolute_value 5: [ OK ] sycl.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] sycl.mathematical_functions_floating_point_absolute_value 5: [ OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] sycl.mathematical_functions_remainder_function 5: [ OK ] sycl.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] sycl.mathematical_functions_isfinite 5: [ OK ] sycl.mathematical_functions_isfinite (0 ms) 5: [ RUN ] sycl.mathematical_functions_isinf 5: [ OK ] sycl.mathematical_functions_isinf (0 ms) 5: [ RUN ] sycl.mathematical_functions_isnan 5: [ OK ] sycl.mathematical_functions_isnan (0 ms) 5: [ RUN ] sycl.mathematical_functions_exponential_functions 5: [ OK ] sycl.mathematical_functions_exponential_functions (55 ms) 5: [ RUN ] sycl.mathspecialfunc_expint1 5: [ OK ] sycl.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] sycl.mathspecialfunc_errorfunc 5: [ OK ] sycl.mathspecialfunc_errorfunc (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselj0y0 5: [ OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselj1y1 5: [ OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesseli0k0 5: [ OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesseli1k1 5: [ OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselh1stkind 5: [ OK ] sycl.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselh2ndkind 5: [ OK ] sycl.mathspecialfunc_cbesselh2ndkind (2 ms) 5: [----------] 107 tests from sycl (27088 ms total) 5: 5: [----------] 16 tests from sycl_graph 5: [ RUN ] sycl_graph.submit_once 5: [ OK ] sycl_graph.submit_once (0 ms) 5: [ RUN ] sycl_graph.submit_once_rvalue 5: [ OK ] sycl_graph.submit_once_rvalue (0 ms) 5: [ RUN ] sycl_graph.instantiate_and_submit_once 5: [ OK ] sycl_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] sycl_graph.submit_onto_another_execution_space_instance 5: [ OK ] sycl_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] sycl_graph.create_graph_no_closure_with_exec 5: [ OK ] sycl_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] sycl_graph.create_graph_no_arg 5: [ OK ] sycl_graph.create_graph_no_arg (0 ms) 5: [ RUN ] sycl_graph.submit_six 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:279: Skipped 5: skipping since test case is known to fail with SYCL 5: [ SKIPPED ] sycl_graph.submit_six (0 ms) 5: [ RUN ] sycl_graph.when_all_cycle 5: [ OK ] sycl_graph.when_all_cycle (0 ms) 5: [ RUN ] sycl_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] sycl_graph.repeat_chain (0 ms) 5: [ RUN ] sycl_graph.zero_work_reduce 5: [ OK ] sycl_graph.zero_work_reduce (0 ms) 5: [ RUN ] sycl_graph.empty_graph 5: [ OK ] sycl_graph.empty_graph (0 ms) 5: [ RUN ] sycl_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] sycl_graph.force_global_launch (0 ms) 5: [ RUN ] sycl_graph.empty_graph_default_host_exec 5: [ OK ] sycl_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] sycl_graph.node_lifetime 5: [ OK ] sycl_graph.node_lifetime (0 ms) 5: [ RUN ] sycl_graph.diamond 5: [ OK ] sycl_graph.diamond (1 ms) 5: [ RUN ] sycl_graph.end_of_submit_control_flow 5: [ OK ] sycl_graph.end_of_submit_control_flow (1 ms) 5: [----------] 16 tests from sycl_graph (7 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 127 tests from 4 test suites ran. (28299 ms total) 5: [ PASSED ] 121 tests. 5: [ SKIPPED ] 6 tests, listed below: 5: [ SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] sycl.atomic_operations_complexdouble 5: [ SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] sycl_graph.submit_six 5: [ SKIPPED ] sycl_graph.repeat_chain 5: [ SKIPPED ] sycl_graph.force_global_launch 5/64 Test #5: Kokkos_CoreUnitTest_SYCL1A ................................. Passed 29.01 sec test 6 Start 6: Kokkos_CoreUnitTest_SYCL1B 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B 6: Test timeout computed to be: 1500 6: [==========] Running 82 tests from 2 test suites. 6: [----------] Global test environment set-up. 6: [----------] 7 tests from sycl_DeathTest 6: [ RUN ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions 6: [ OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (580 ms) 6: [ RUN ] sycl_DeathTest.policy_invalid_bounds 6: [ OK ] sycl_DeathTest.policy_invalid_bounds (607 ms) 6: [ RUN ] sycl_DeathTest.range_policy_invalid_bounds [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o 6: [ OK ] sycl_DeathTest.range_policy_invalid_bounds (1190 ms) 6: [ RUN ] sycl_DeathTest.range_policy_round_trip_conversion_fires 6: [ OK ] sycl_DeathTest.range_policy_round_trip_conversion_fires (607 ms) 6: [ RUN ] sycl_DeathTest.range_policy_check_sign_changes 6: [ OK ] sycl_DeathTest.range_policy_check_sign_changes (1174 ms) 6: [ RUN ] sycl_DeathTest.range_policy_implicitly_converted_bounds [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o 6: [ OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (2366 ms) 6: [ RUN ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:110: Skipped 6: skipping SYCL device-side abort does not work when NDEBUG is defined 6: [ SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 6: [----------] 7 tests from sycl_DeathTest (6527 ms total) 6: 6: [----------] 75 tests from sycl 6: [ RUN ] sycl.mdrange_5d 6: [ OK ] sycl.mdrange_5d (26 ms) 6: [ RUN ] sycl.mdrange_6d 6: [ OK ] sycl.mdrange_6d (24 ms) 6: [ RUN ] sycl.mdrange_2d 6: [ OK ] sycl.mdrange_2d (3 ms) 6: [ RUN ] sycl.mdrange_array_reduce 6: [ OK ] sycl.mdrange_array_reduce (0 ms) 6: [ RUN ] sycl.mdrange_3d 6: [ OK ] sycl.mdrange_3d (8 ms) 6: [ RUN ] sycl.mdrange_neg_idx 6: [ OK ] sycl.mdrange_neg_idx (2 ms) 6: [ RUN ] sycl.mdrange_4d 6: [ OK ] sycl.mdrange_4d (4 ms) 6: [ RUN ] sycl.mdrange_scalar 6: [ OK ] sycl.mdrange_scalar (0 ms) 6: [ RUN ] sycl.mdrange_large_deep_copy 6: [ OK ] sycl.mdrange_large_deep_copy (9 ms) 6: [ RUN ] sycl.md_range_policy_construction_from_arrays 6: [ OK ] sycl.md_range_policy_construction_from_arrays (0 ms) 6: [ RUN ] sycl.policy_get_tile_size 6: [ OK ] sycl.policy_get_tile_size (0 ms) 6: [ RUN ] sycl.mdrange_parallel_reduce_primitive_types [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o 6: [ OK ] sycl.mdrange_parallel_reduce_primitive_types (2184 ms) 6: [ RUN ] sycl.mdspan_minimal_functional 6: [ OK ] sycl.mdspan_minimal_functional (0 ms) 6: [ RUN ] sycl.mdspan_atomic_accessor 6: [ OK ] sycl.mdspan_atomic_accessor (0 ms) 6: [ RUN ] sycl.view_mdspan_conversion 6: [ OK ] sycl.view_mdspan_conversion (3 ms) 6: [ RUN ] sycl.view_mdspan_conversion_with_stride 6: [ OK ] sycl.view_mdspan_conversion_with_stride (0 ms) 6: [ RUN ] sycl.max 6: [ OK ] sycl.max (0 ms) 6: [ RUN ] sycl.max_within_parfor 6: [ OK ] sycl.max_within_parfor (0 ms) 6: [ RUN ] sycl.min 6: [ OK ] sycl.min (0 ms) 6: [ RUN ] sycl.min_within_parfor 6: [ OK ] sycl.min_within_parfor (0 ms) 6: [ RUN ] sycl.minmax 6: [ OK ] sycl.minmax (0 ms) 6: [ RUN ] sycl.minmax_within_parfor 6: [ OK ] sycl.minmax_within_parfor (0 ms) 6: [ RUN ] sycl.clamp 6: [ OK ] sycl.clamp (0 ms) 6: [ RUN ] sycl.clamp_within_parfor 6: [ OK ] sycl.clamp_within_parfor (0 ms) 6: [ RUN ] sycl.numeric_traits_infinity 6: [ OK ] sycl.numeric_traits_infinity (0 ms) 6: [ RUN ] sycl.numeric_traits_epsilon 6: [ OK ] sycl.numeric_traits_epsilon (0 ms) 6: [ RUN ] sycl.numeric_traits_round_error 6: [ OK ] sycl.numeric_traits_round_error (0 ms) 6: [ RUN ] sycl.numeric_traits_norm_min 6: [ OK ] sycl.numeric_traits_norm_min (0 ms) 6: [ RUN ] sycl.numeric_traits_denorm_min 6: [ OK ] sycl.numeric_traits_denorm_min (0 ms) 6: [ RUN ] sycl.numeric_traits_finite_min_max 6: [ OK ] sycl.numeric_traits_finite_min_max (2 ms) 6: [ RUN ] sycl.numeric_traits_digits 6: [ OK ] sycl.numeric_traits_digits (1 ms) 6: [ RUN ] sycl.numeric_traits_digits10 6: [ OK ] sycl.numeric_traits_digits10 (1 ms) 6: [ RUN ] sycl.numeric_traits_max_digits10 6: [ OK ] sycl.numeric_traits_max_digits10 (0 ms) 6: [ RUN ] sycl.numeric_traits_radix 6: [ OK ] sycl.numeric_traits_radix (1 ms) 6: [ RUN ] sycl.numeric_traits_min_max_exponent 6: [ OK ] sycl.numeric_traits_min_max_exponent (0 ms) 6: [ RUN ] sycl.numeric_traits_min_max_exponent10 6: [ OK ] sycl.numeric_traits_min_max_exponent10 (0 ms) 6: [ RUN ] sycl.numeric_traits_quiet_and_signaling_nan 6: [ OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms) 6: [ RUN ] sycl.numeric_traits_sfinae_friendly 6: [ OK ] sycl.numeric_traits_sfinae_friendly (0 ms) 6: [ RUN ] sycl.occupancy_control 6: [ OK ] sycl.occupancy_control (1 ms) 6: [ RUN ] sycl.memory_pool 6: [ OK ] sycl.memory_pool (51 ms) 6: [ RUN ] sycl.cxx11 6: [ OK ] sycl.cxx11 (1 ms) 6: [ RUN ] sycl.viewctorprop_embedded_dim 6: [ OK ] sycl.viewctorprop_embedded_dim (0 ms) 6: [ RUN ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility 6: [ OK ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 6: [ RUN ] sycl.parallel_scan_range_policy 6: [ OK ] sycl.parallel_scan_range_policy (37 ms) 6: [ RUN ] sycl.kokkos_printf 6: [ OK ] sycl.kokkos_printf (8 ms) 6: [ RUN ] sycl.range_for 6: [ OK ] sycl.range_for (1 ms) 6: [ RUN ] sycl.range_reduce 6: [ OK ] sycl.range_reduce (2 ms) 6: [ RUN ] sycl.range_dynamic_policy 6: [ OK ] sycl.range_dynamic_policy (0 ms) 6: [ RUN ] sycl.large_parallel_for_reduce 6: [ OK ] sycl.large_parallel_for_reduce (13 ms) 6: [ RUN ] sycl.range_policy_runtime_parameters 6: [ OK ] sycl.range_policy_runtime_parameters (0 ms) 6: [ RUN ] sycl.range_policy_one_way_convertible_bounds 6: [ OK ] sycl.range_policy_one_way_convertible_bounds (0 ms) 6: [ RUN ] sycl.range_for_require 6: [ OK ] sycl.range_for_require (1 ms) 6: [ RUN ] sycl.range_reduce_require 6: [ OK ] sycl.range_reduce_require (2 ms) 6: [ RUN ] sycl.range_dynamic_policy_require 6: [ OK ] sycl.range_dynamic_policy_require (0 ms) 6: [ RUN ] sycl.reducers_int 6: [ OK ] sycl.reducers_int (11 ms) 6: [ RUN ] sycl.reducers_double 6: [ OK ] sycl.reducers_double (13 ms) 6: [ RUN ] sycl.reducers_complex_double 6: [ OK ] sycl.reducers_complex_double (3 ms) 6: [ RUN ] sycl.reducers_struct 6: [ OK ] sycl.reducers_struct (11 ms) 6: [ RUN ] sycl.reducers_half_t 6: [ OK ] sycl.reducers_half_t (5 ms) 6: [ RUN ] sycl.reducers_bhalf_t 6: [ OK ] sycl.reducers_bhalf_t (5 ms) 6: [ RUN ] sycl.reducers_int8_t 6: [ OK ] sycl.reducers_int8_t (4 ms) 6: [ RUN ] sycl.reducers_int16_t 6: [ OK ] sycl.reducers_int16_t (4 ms) 6: [ RUN ] sycl.reducers_point_t 6: [ OK ] sycl.reducers_point_t (3 ms) 6: [ RUN ] sycl.reducers_bool 6: [ OK ] sycl.reducers_bool (1 ms) 6: [ RUN ] sycl.int_combined_reduce 6: [ OK ] sycl.int_combined_reduce (0 ms) 6: [ RUN ] sycl.mdrange_combined_reduce 6: [ OK ] sycl.mdrange_combined_reduce (0 ms) 6: [ RUN ] sycl.int_combined_reduce_mixed 6: [ OK ] sycl.int_combined_reduce_mixed (0 ms) 6: [ RUN ] sycl.reduction_with_large_iteration_count 6: [ OK ] sycl.reduction_with_large_iteration_count (347 ms) 6: [ RUN ] sycl.reduction_deduction 6: [ OK ] sycl.reduction_deduction (0 ms) 6: [ RUN ] sycl.reduce_device_view_range_policy 6: [ OK ] sycl.reduce_device_view_range_policy (3 ms) 6: [ RUN ] sycl.reduce_device_view_mdrange_policy [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.0153799 0.030559 || 0.051031 27982 29314 || 29122.3 28674.4 || 422.448 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00511021 0.000985613 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties 6: [ OK ] sycl.reduce_device_view_mdrange_policy (578 ms) 6: [ RUN ] sycl.reduce_device_view_team_policy 6: [ OK ] sycl.reduce_device_view_team_policy (3 ms) 6: [ RUN ] sycl.impl_shared_alloc 6: [ OK ] sycl.impl_shared_alloc (67 ms) 6: [ RUN ] sycl.mdspan_space_aware_accessor 6: [ OK ] sycl.mdspan_space_aware_accessor (1 ms) 6: [ RUN ] sycl.kokkos_swap 6: [ OK ] sycl.kokkos_swap (0 ms) 6: [----------] 75 tests from sycl (3473 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 82 tests from 2 test suites ran. (10001 ms total) 6: [ PASSED ] 81 tests. 6: [ SKIPPED ] 1 test, listed below: 6: [ SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 6/64 Test #6: Kokkos_CoreUnitTest_SYCL1B ................................. Passed 10.45 sec test 7 Start 7: Kokkos_CoreUnitTest_SYCL2A 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A 7: Test timeout computed to be: 1500 7: [==========] Running 113 tests from 2 test suites. 7: [----------] Global test environment set-up. 7: [----------] 7 tests from sycl_DeathTest 7: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_dyn 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 7: only enforced when debug bound checks is enabled 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 7: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_stat 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 7: only enforced when debug bound checks is enabled 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat (0 ms) 7: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_mix 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 7: only enforced when debug bound checks is enabled 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix (0 ms) 7: [ RUN ] sycl_DeathTest.view_construction_with_wrong_static_extents 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 7: only enforced when debug bound checks is enabled 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents (0 ms) 7: [ RUN ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o 7: [ OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4092 ms) 7: [ RUN ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (25362 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device 7: [ OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (4255 ms) 7: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_device 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:176: Skipped 7: skipping SYCL device-side abort does not work when NDEBUG is defined 7: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms) 7: [----------] 7 tests from sycl_DeathTest (8348 ms total) 7: 7: [----------] 106 tests from sycl 7: [ RUN ] sycl.team_for 7: [ OK ] sycl.team_for (14 ms) 7: [ RUN ] sycl.team_reduce 7: [ OK ] sycl.team_reduce (1 ms) 7: [ RUN ] sycl.team_reduce_large 7: [ OK ] sycl.team_reduce_large (119 ms) 7: [ RUN ] sycl.team_parallel_single 7: [ OK ] sycl.team_parallel_single (6 ms) 7: [ RUN ] sycl.large_team_scratch_size 7: [ OK ] sycl.large_team_scratch_size (0 ms) 7: [ RUN ] sycl.team_broadcast_long 7: [ OK ] sycl.team_broadcast_long (1 ms) 7: [ RUN ] sycl.team_broadcast_long_wrapper 7: [ OK ] sycl.team_broadcast_long_wrapper (1 ms) 7: [ RUN ] sycl.team_broadcast_char 7: [ OK ] sycl.team_broadcast_char (1 ms) 7: [ RUN ] sycl.team_broadcast_float 7: [ OK ] sycl.team_broadcast_float (1 ms) 7: [ RUN ] sycl.team_broadcast_double 7: [ OK ] sycl.team_broadcast_double (1 ms) 7: [ RUN ] sycl.team_handle_by_value 7: [ OK ] sycl.team_handle_by_value (0 ms) 7: [ RUN ] sycl.team_vector 7: [ OK ] sycl.team_vector (32 ms) 7: [ RUN ] sycl.triple_nested_parallelism 7: [ OK ] sycl.triple_nested_parallelism (5 ms) 7: [ RUN ] sycl.parallel_scan_with_reducers 7: [ OK ] sycl.parallel_scan_with_reducers (94 ms) 7: [ RUN ] sycl.team_thread_range_combined_reducers 7: [ OK ] sycl.team_thread_range_combined_reducers (1 ms) 7: [ RUN ] sycl.thread_vector_range_combined_reducers 7: [ OK ] sycl.thread_vector_range_combined_reducers (0 ms) 7: [ RUN ] sycl.team_vector_range_combined_reducers 7: [ OK ] sycl.team_vector_range_combined_reducers (0 ms) 7: [ RUN ] sycl.TeamThreadMDRangeParallelFor 7: [ OK ] sycl.TeamThreadMDRangeParallelFor (20 ms) 7: [ RUN ] sycl.ThreadVectorMDRangeParallelFor 7: [ OK ] sycl.ThreadVectorMDRangeParallelFor (11 ms) 7: [ RUN ] sycl.TeamVectorMDRangeParallelFor 7: [ OK ] sycl.TeamVectorMDRangeParallelFor (13 ms) 7: [ RUN ] sycl.TeamThreadMDRangeParallelReduce 7: [ OK ] sycl.TeamThreadMDRangeParallelReduce (16 ms) 7: [ RUN ] sycl.ThreadVectorMDRangeParallelReduce 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTeamMDRange.hpp:2186: Skipped 7: skipping because of bug in group_barrier implementation 7: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce (0 ms) 7: [ RUN ] sycl.TeamVectorMDRangeParallelReduce 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTeamMDRange.hpp:2219: Skipped 7: skipping because of bug in group_barrier implementation 7: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce (0 ms) 7: [ RUN ] sycl.team_policy_runtime_parameters 7: [ OK ] sycl.team_policy_runtime_parameters (0 ms) 7: [ RUN ] sycl.team_reduction_scan 7: [ OK ] sycl.team_reduction_scan (1226 ms) 7: [ RUN ] sycl.team_long_reduce 7: [ OK ] sycl.team_long_reduce (14 ms) 7: [ RUN ] sycl.team_double_reduce 7: [ OK ] sycl.team_double_reduce (14 ms) 7: [ RUN ] sycl.team_long_array_reduce 7: [ OK ] sycl.team_long_array_reduce (15 ms) 7: [ RUN ] sycl.team_double_array_reduce 7: [ OK ] sycl.team_double_array_reduce (15 ms) 7: [ RUN ] sycl.team_parallel_dummy_with_reducer_and_scratch_space 7: [ OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 7: [ RUN ] sycl.repeated_team_reduce 7: [ OK ] sycl.repeated_team_reduce (16 ms) 7: [ RUN ] sycl.nested_team_reduce_functor_as_reducer 7: [ OK ] sycl.nested_team_reduce_functor_as_reducer (0 ms) 7: [ RUN ] sycl.team_scan 7: [ OK ] sycl.team_scan (139 ms) 7: [ RUN ] sycl.team_scan_ret_val 7: [ OK ] sycl.team_scan_ret_val (144 ms) 7: [ RUN ] sycl.team_shared_request 7: [ OK ] sycl.team_shared_request (0 ms) 7: [ RUN ] sycl.team_scratch_request 7: [ OK ] sycl.team_scratch_request (1 ms) 7: [ RUN ] sycl.team_lambda_shared_request 7: [ OK ] sycl.team_lambda_shared_request (15 ms) 7: [ RUN ] sycl.scratch_align 7: [ OK ] sycl.scratch_align (0 ms) 7: [ RUN ] sycl.shmem_size 7: [ OK ] sycl.shmem_size (0 ms) 7: [ RUN ] sycl.multi_level_scratch 7: [ OK ] sycl.multi_level_scratch (14 ms) 7: [ RUN ] sycl.team_scratch_memory_index_parallel_for 7: [ OK ] sycl.team_scratch_memory_index_parallel_for (0 ms) 7: [ RUN ] sycl.team_policy_max_recommended 7: [ OK ] sycl.team_policy_max_recommended (12 ms) 7: [ RUN ] sycl.team_policy_minmax_scalar_without_plus_equal_k 7: [ OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 7: [ RUN ] sycl.team_teamvector_range 7: [ OK ] sycl.team_teamvector_range (5 ms) 7: [ RUN ] sycl.unique_token_global 7: [ OK ] sycl.unique_token_global (2 ms) 7: [ RUN ] sycl.unique_token_instance 7: [ OK ] sycl.unique_token_instance (1 ms) 7: [ RUN ] sycl.unique_token_team_acquire 7: [ OK ] sycl.unique_token_team_acquire (1 ms) 7: [ RUN ] sycl.view_api_a 7: [ OK ] sycl.view_api_a (6 ms) 7: [ RUN ] sycl.view_layout_left_with_stride 7: [ OK ] sycl.view_layout_left_with_stride (0 ms) 7: [ RUN ] sycl.view_layout_right_with_stride 7: [ OK ] sycl.view_layout_right_with_stride (0 ms) 7: [ RUN ] sycl.view_api_b 7: [ OK ] sycl.view_api_b (5 ms) 7: [ RUN ] sycl.view_api_c 7: [ OK ] sycl.view_api_c (0 ms) 7: [ RUN ] sycl.view_api_d 7: [ OK ] sycl.view_api_d (0 ms) 7: [ RUN ] sycl.view_remap 7: [ OK ] sycl.view_remap (0 ms) 7: [ RUN ] sycl.view_mirror_nonconst 7: [ OK ] sycl.view_mirror_nonconst (0 ms) 7: [ RUN ] sycl.view_stride_method 7: [ OK ] sycl.view_stride_method (0 ms) 7: [ RUN ] sycl.anonymous_space 7: [ OK ] sycl.anonymous_space (0 ms) 7: [ RUN ] sycl.view_overload_resolution 7: [ OK ] sycl.view_overload_resolution (0 ms) 7: [ RUN ] sycl.view_allocation_large_rank 7: [ OK ] sycl.view_allocation_large_rank (5 ms) 7: [ RUN ] sycl.view_shmem_size_on_device 7: [ OK ] sycl.view_shmem_size_on_device (0 ms) 7: [ RUN ] sycl.view_is_assignable 7: [ OK ] sycl.view_is_assignable (0 ms) 7: [ RUN ] sycl.view_bad_alloc 7: 7: PI CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: cuda_piextUSMDeviceAlloc 7: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4899 7: 7: 7: PI CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: cuda_piextUSMSharedAlloc 7: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4924 7: 7: 7: PI CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: cuda_piextUSMHostAlloc 7: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4875 7: 7: [ OK ] sycl.view_bad_alloc (0 ms) 7: [ RUN ] sycl.view_copy_tests 7: [ OK ] sycl.view_copy_tests (6 ms) 7: [ RUN ] sycl.view_copy_tests_rank_0 7: [ OK ] sycl.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] sycl.view_copy_degenerated 7: [ OK ] sycl.view_copy_degenerated (0 ms) 7: [ RUN ] sycl.view_fill_tests_layout_right 7: [ OK ] sycl.view_fill_tests_layout_right (86 ms) 7: [ RUN ] sycl.view_fill_tests_layout_left 7: [ OK ] sycl.view_fill_tests_layout_left (78 ms) 7: [ RUN ] sycl.vcp_empty_traits 7: [ OK ] sycl.vcp_empty_traits (0 ms) 7: [ RUN ] sycl.is_view_label 7: [ OK ] sycl.is_view_label (0 ms) 7: [ RUN ] sycl.vcp_label_base_traits 7: [ OK ] sycl.vcp_label_base_traits (0 ms) 7: [ RUN ] sycl.vcp_label_traits 7: [ OK ] sycl.vcp_label_traits (0 ms) 7: [ RUN ] sycl.view_alloc_can_perfect_forward_label 7: [ OK ] sycl.view_alloc_can_perfect_forward_label (0 ms) 7: [ RUN ] sycl.vcp_label_copy_constructor 7: [ OK ] sycl.vcp_label_copy_constructor (0 ms) 7: [ RUN ] sycl.vcp_pointer_add_property 7: [ OK ] sycl.vcp_pointer_add_property (0 ms) 7: [ RUN ] sycl.view_empty_runtime_unmanaged 7: [ OK ] sycl.view_empty_runtime_unmanaged (0 ms) 7: [ RUN ] sycl.view_hooks 7: [ OK ] sycl.view_hooks (0 ms) 7: [ RUN ] sycl.view_layoutstride_left_to_layoutleft_assignment 7: [ OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (54 ms) 7: [ RUN ] sycl.view_layoutstride_right_to_layoutright_assignment 7: [ OK ] sycl.view_layoutstride_right_to_layoutright_assignment (48 ms) 7: [ RUN ] sycl.view_irregular_layout 7: [ OK ] sycl.view_irregular_layout (0 ms) 7: [ RUN ] sycl.view_mapping 7: [ OK ] sycl.view_mapping (64 ms) 7: [ RUN ] sycl.view_mapping_operator 7: [ OK ] sycl.view_mapping_operator (15 ms) 7: [ RUN ] sycl.static_extent 7: [ OK ] sycl.static_extent (0 ms) 7: [ RUN ] sycl.view_mapping_atomic 7: [ OK ] sycl.view_mapping_atomic (0 ms) 7: [ RUN ] sycl.view_mapping_class_value 7: [ OK ] sycl.view_mapping_class_value (0 ms) 7: [ RUN ] sycl.view_mapping_assignable 7: [ OK ] sycl.view_mapping_assignable (0 ms) 7: [ RUN ] sycl.view_mapping_trivially_copyable 7: [ OK ] sycl.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] sycl.view_mapping_subview 7: [ OK ] sycl.view_mapping_subview (0 ms) 7: [ RUN ] sycl.view_nested_view 7: [ OK ] sycl.view_nested_view (0 ms) 7: [ RUN ] sycl.view_of_views_default 7: [ OK ] sycl.view_of_views_default (0 ms) 7: [ RUN ] sycl.view_of_views_without_initializing 7: [ OK ] sycl.view_of_views_without_initializing (0 ms) 7: [ RUN ] sycl.test_view_of_views_sequential_host_init 7: [ OK ] sycl.test_view_of_views_sequential_host_init (0 ms) 7: [ RUN ] sycl.append_formatted_multidimensional_index 7: [ OK ] sycl.append_formatted_multidimensional_index (0 ms) 7: [ RUN ] sycl.view_resize 7: [ OK ] sycl.view_resize (9 ms) 7: [ RUN ] sycl.view_realloc 7: [ OK ] sycl.view_realloc (0 ms) 7: [ RUN ] sycl.resize_realloc_no_init 7: [ OK ] sycl.resize_realloc_no_init (0 ms) 7: [ RUN ] sycl.resize_realloc_no_alloc 7: [ OK ] sycl.resize_realloc_no_alloc (0 ms) 7: [ RUN ] sycl.realloc_exec_space 7: [ OK ] sycl.realloc_exec_space (0 ms) 7: [ RUN ] sycl.view_alloc 7: [ OK ] sycl.view_alloc (0 ms) 7: [ RUN ] sycl.view_alloc_exec_space 7: [ OK ] sycl.view_alloc_exec_space (0 ms) 7: [ RUN ] sycl.view_alloc_int 7: [ OK ] sycl.view_alloc_int (0 ms) 7: [ RUN ] sycl.view_alloc_exec_space_int 7: [ OK ] sycl.view_alloc_exec_space_int (0 ms) 7: [ RUN ] sycl.deep_copy_zero_memset 7: [ OK ] sycl.deep_copy_zero_memset (0 ms) 7: [ RUN ] sycl.resize_exec_space 7: [ OK ] sycl.resize_exec_space (0 ms) 7: [ RUN ] sycl.view_allocation_int 7: [ OK ] sycl.view_allocation_int (0 ms) 7: [ RUN ] sycl.view_allocation_exec_space_int 7: [ OK ] sycl.view_allocation_exec_space_int (0 ms) 7: [ RUN ] sycl.view_not_default_constructible 7: [ OK ] sycl.view_not_default_constructible (0 ms) 7: [----------] 106 tests from sycl (2388 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 113 tests from 2 test suites ran. (10736 ms total) 7: [ PASSED ] 106 tests. 7: [ SKIPPED ] 7 tests, listed below: 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents 7: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device 7: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce 7: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce 7/64 Test #7: Kokkos_CoreUnitTest_SYCL2A ................................. Passed 11.18 sec test 8 Start 8: Kokkos_CoreUnitTest_SYCL2B 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B 8: Test timeout computed to be: 1500 8: [==========] Running 16 tests from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 16 tests from sycl_shared_usm 8: [ RUN ] sycl_shared_usm.view_subview_assign_strided 8: [ OK ] sycl_shared_usm.view_subview_assign_strided (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_0 8: [ OK ] sycl_shared_usm.view_subview_left_0 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_1 8: [ OK ] sycl_shared_usm.view_subview_left_1 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_2 8: [ OK ] sycl_shared_usm.view_subview_left_2 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_3 8: [ OK ] sycl_shared_usm.view_subview_left_3 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_0 8: [ OK ] sycl_shared_usm.view_subview_right_0 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_1 8: [ OK ] sycl_shared_usm.view_subview_right_1 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_3 8: [ OK ] sycl_shared_usm.view_subview_right_3 (0 ms) 8: [ RUN ] sycl_shared_usm.view_static_tests 8: [ OK ] sycl_shared_usm.view_static_tests (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft 8: [ OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (5 ms) 8: [ RUN ] sycl_shared_usm.view_subview_layoutright_to_layoutright 8: [ OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (2 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign 8: [ OK ] sycl_shared_usm.view_subview_1d_assign (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign_atomic 8: [ OK ] sycl_shared_usm.view_subview_1d_assign_atomic (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign_randomaccess 8: [ OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d (69 ms) 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_atomic 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (71 ms) 8: [----------] 16 tests from sycl_shared_usm (171 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 16 tests from 1 test suite ran. (171 ms total) 8: [ PASSED ] 16 tests. [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o 8/64 Test #8: Kokkos_CoreUnitTest_SYCL2B ................................. Passed 0.51 sec test 9 Start 9: Kokkos_CoreUnitTest_SYCL2C 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C 9: Test timeout computed to be: 1500 9: [==========] Running 4 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 4 tests from sycl_shared_usm 9: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess 9: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (71 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left (141 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (137 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess (136 ms) 9: [----------] 4 tests from sycl_shared_usm (487 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 4 tests from 1 test suite ran. (487 ms total) 9: [ PASSED ] 4 tests. 9/64 Test #9: Kokkos_CoreUnitTest_SYCL2C ................................. Passed 0.86 sec test 10 Start 10: Kokkos_CoreUnitTest_SYCL2D 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D 10: Test timeout computed to be: 1500 10: [==========] Running 5 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 5 tests from sycl_shared_usm 10: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right 10: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right (142 ms) 10: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic 10: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic (142 ms) 10: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess 10: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (144 ms) 10: [ RUN ] sycl_shared_usm.view_test_unmanaged_subview_reset 10: [ OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (10 ms) 10: [ RUN ] sycl_shared_usm.view_subview_memory_traits_construction 10: [ OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms) 10: [----------] 5 tests from sycl_shared_usm (440 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 5 tests from 1 test suite ran. (440 ms total) 10: [ PASSED ] 5 tests. 10/64 Test #10: Kokkos_CoreUnitTest_SYCL2D ................................. Passed 0.79 sec test 11 Start 11: Kokkos_CoreUnitTest_SYCL3 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCL3 11: Test timeout computed to be: 1500 11: [==========] Running 60 tests from 3 test suites. 11: [----------] Global test environment set-up. 11: [----------] 4 tests from sycl 11: [ RUN ] sycl.team_scratch_1_queues [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 65%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00116985 -0.00759689 || 0.051031 28065 29320 || 28640.9 28674.4 || -105.019 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0041255 -0.00263772 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [ 65%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 65%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 66%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (26165 ms) 5: [----------] 19 tests from hip_DeathTest (79535 ms total) 5: 5: [----------] 1 test from hip_graph_DeathTest 5: [ RUN ] hip_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from hip_graph_DeathTest (0 ms total) 5: 5: [----------] 308 tests from hip 5: [ RUN ] hip.array_capacity 5: [ OK ] hip.array_capacity (0 ms) 5: [ RUN ] hip.array_element_access 5: [ OK ] hip.array_element_access (0 ms) 5: [ RUN ] hip.array_operator_equal 5: [ OK ] hip.array_operator_equal (0 ms) 5: [ RUN ] hip.array_zero_capacity 5: [ OK ] hip.array_zero_capacity (0 ms) 5: [ RUN ] hip.array_zero_data_nullptr 5: [ OK ] hip.array_zero_data_nullptr (0 ms) 5: [ RUN ] hip.array_contiguous_capacity 5: [ OK ] hip.array_contiguous_capacity (0 ms) 5: [ RUN ] hip.array_contiguous_element_access 5: [ OK ] hip.array_contiguous_element_access (0 ms) 5: [ RUN ] hip.array_contiguous_assignment 5: [ OK ] hip.array_contiguous_assignment (0 ms) 5: [ RUN ] hip.array_strided_capacity 5: [ OK ] hip.array_strided_capacity (0 ms) 5: [ RUN ] hip.array_strided_element_access 5: [ OK ] hip.array_strided_element_access (0 ms) 5: [ RUN ] hip.array_strided_assignment 5: [ OK ] hip.array_strided_assignment (0 ms) 5: [ RUN ] hip.atomic_operations_complexdouble 5: [ OK ] hip.atomic_operations_complexdouble (13 ms) 5: [ RUN ] hip.atomic_operations_complexfloat 5: [ OK ] hip.atomic_operations_complexfloat (10 ms) 5: [ RUN ] hip.atomic_operations_double 5: [ OK ] hip.atomic_operations_double (14 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (12 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (36 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (35 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (35 ms) 5: [ RUN ] hip.atomic_shared 5: [ OK ] hip.atomic_shared (0 ms) 5: [ RUN ] hip.atomic_operations_unsigned 5: [ OK ] hip.atomic_operations_unsigned (29 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (29 ms) 5: [ RUN ] hip.atomics 5: [ OK ] hip.atomics (339 ms) 5: [ RUN ] hip.atomics_tpetra_max_abs 5: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] hip.atomic_views_integral 5: [ OK ] hip.atomic_views_integral (5108 ms) 5: [ RUN ] hip.atomic_views_nonintegral 11: [ OK ] sycl.team_scratch_1_queues (23415 ms) 11: [ RUN ] sycl.space_access 11: [ OK ] sycl.space_access (0 ms) 11: [ RUN ] sycl.uvm 11: [ OK ] sycl.uvm (0 ms) 11: [ RUN ] sycl.impl_view_accessible 11: [ OK ] sycl.impl_view_accessible (3 ms) 11: [----------] 4 tests from sycl (23419 ms total) 11: 11: [----------] 28 tests from sycl_host_usm 11: [ RUN ] sycl_host_usm.impl_shared_alloc 11: [ OK ] sycl_host_usm.impl_shared_alloc (27 ms) 11: [ RUN ] sycl_host_usm.view_api_a 11: [ OK ] sycl_host_usm.view_api_a (6 ms) 11: [ RUN ] sycl_host_usm.view_layout_left_with_stride 11: [ OK ] sycl_host_usm.view_layout_left_with_stride (0 ms) 11: [ RUN ] sycl_host_usm.view_layout_right_with_stride 11: [ OK ] sycl_host_usm.view_layout_right_with_stride (0 ms) 11: [ RUN ] sycl_host_usm.view_api_b 11: [ OK ] sycl_host_usm.view_api_b (1 ms) 11: [ RUN ] sycl_host_usm.view_api_c 11: [ OK ] sycl_host_usm.view_api_c (0 ms) 11: [ RUN ] sycl_host_usm.view_api_d 11: [ OK ] sycl_host_usm.view_api_d (0 ms) 11: [ RUN ] sycl_host_usm.view_remap 11: [ OK ] sycl_host_usm.view_remap (0 ms) 11: [ RUN ] sycl_host_usm.view_mirror_nonconst 11: [ OK ] sycl_host_usm.view_mirror_nonconst (0 ms) 11: [ RUN ] sycl_host_usm.view_stride_method 11: [ OK ] sycl_host_usm.view_stride_method (0 ms) 11: [ RUN ] sycl_host_usm.anonymous_space 11: [ OK ] sycl_host_usm.anonymous_space (0 ms) 11: [ RUN ] sycl_host_usm.view_overload_resolution 11: [ OK ] sycl_host_usm.view_overload_resolution (0 ms) 11: [ RUN ] sycl_host_usm.view_allocation_large_rank 11: [ OK ] sycl_host_usm.view_allocation_large_rank (4165 ms) 11: [ RUN ] sycl_host_usm.view_shmem_size_on_device 11: [ OK ] sycl_host_usm.view_shmem_size_on_device (0 ms) 11: [ RUN ] sycl_host_usm.view_is_assignable 11: [ OK ] sycl_host_usm.view_is_assignable (0 ms) 11: [ RUN ] sycl_host_usm.view_copy_tests 11: [ OK ] sycl_host_usm.view_copy_tests (4 ms) 11: [ RUN ] sycl_host_usm.view_copy_tests_rank_0 11: [ OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms) 11: [ RUN ] sycl_host_usm.view_copy_degenerated 11: [ OK ] sycl_host_usm.view_copy_degenerated (0 ms) 11: [ RUN ] sycl_host_usm.view_fill_tests_layout_right [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o 11: [ OK ] sycl_host_usm.view_fill_tests_layout_right (4855 ms) 11: [ RUN ] sycl_host_usm.view_fill_tests_layout_left [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o 5: [ OK ] hip.atomic_views_nonintegral (11887 ms) 5: [ RUN ] hip.atomic_view_api 5: [ OK ] hip.atomic_view_api (0 ms) 5: [ RUN ] hip.bit_manip_countl_zero 5: [ OK ] hip.bit_manip_countl_zero (10 ms) 5: [ RUN ] hip.bit_manip_countl_one 5: [ OK ] hip.bit_manip_countl_one (0 ms) 5: [ RUN ] hip.bit_manip_countr_zero 5: [ OK ] hip.bit_manip_countr_zero (0 ms) 5: [ RUN ] hip.bit_manip_countr_one 5: [ OK ] hip.bit_manip_countr_one (0 ms) 5: [ RUN ] hip.bit_manip_popcount 5: [ OK ] hip.bit_manip_popcount (0 ms) 5: [ RUN ] hip.bit_manip_has_single_bit 5: [ OK ] hip.bit_manip_has_single_bit (0 ms) 5: [ RUN ] hip.bit_manip_bit_floor 5: [ OK ] hip.bit_manip_bit_floor (0 ms) 5: [ RUN ] hip.bit_manip_bit_ceil 5: [ OK ] hip.bit_manip_bit_ceil (0 ms) 5: [ RUN ] hip.bit_manip_bit_width 5: [ OK ] hip.bit_manip_bit_width (0 ms) 5: [ RUN ] hip.bit_manip_rotl 5: [ OK ] hip.bit_manip_rotl (0 ms) 5: [ RUN ] hip.bit_manip_rotr 5: [ OK ] hip.bit_manip_rotr (0 ms) 5: [ RUN ] hip.bit_manip_byeswap 5: [ OK ] hip.bit_manip_byeswap (0 ms) 5: [ RUN ] hip.bit_manip_bit_cast 5: [ OK ] hip.bit_manip_bit_cast (0 ms) 5: [ RUN ] hip.test_block_deduction_bug_pr_3103 5: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] hip.checked_integer_operations_multiply_overflow 5: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] hip.execution_policy_occupancy_and_hint 5: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] hip.complex_construction 5: [ OK ] hip.complex_construction (1 ms) 5: [ RUN ] hip.complex_basic_math 5: [ OK ] hip.complex_basic_math (0 ms) 5: [ RUN ] hip.complex_special_funtions 5: [ OK ] hip.complex_special_funtions (0 ms) 5: [ RUN ] hip.complex_io 5: [ OK ] hip.complex_io (0 ms) 5: [ RUN ] hip.complex_trivially_copyable 5: [ OK ] hip.complex_trivially_copyable (0 ms) 5: [ RUN ] hip.complex_issue_3865 5: [ OK ] hip.complex_issue_3865 (0 ms) 5: [ RUN ] hip.complex_operations_arithmetic_types_overloads 5: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] hip.complex_structured_bindings 5: [ OK ] hip.complex_structured_bindings (0 ms) 5: [ RUN ] hip.crs_count_fill 5: [ OK ] hip.crs_count_fill (4 ms) 5: [ RUN ] hip.crs_copy_constructor 5: [ OK ] hip.crs_copy_constructor (10 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (10 ms) 5: [ RUN ] hip.deep_copy_conversion 5: [ OK ] hip.deep_copy_conversion (6 ms) 5: [ RUN ] hip.partitioning_by_args 5: [ OK ] hip.partitioning_by_args (24 ms) 5: [ RUN ] hip.partitioning_by_vector 5: [ OK ] hip.partitioning_by_vector (1 ms) 5: [ RUN ] hip.exec_space_thread_safety_range 11: [ OK ] sycl_host_usm.view_fill_tests_layout_left (4949 ms) 11: [ RUN ] sycl_host_usm.view_mapping 11: [ OK ] sycl_host_usm.view_mapping (57 ms) 11: [ RUN ] sycl_host_usm.view_mapping_operator 11: [ OK ] sycl_host_usm.view_mapping_operator (3 ms) 11: [ RUN ] sycl_host_usm.static_extent 11: [ OK ] sycl_host_usm.static_extent (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_atomic 11: [ OK ] sycl_host_usm.view_mapping_atomic (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_class_value 11: [ OK ] sycl_host_usm.view_mapping_class_value (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_assignable 11: [ OK ] sycl_host_usm.view_mapping_assignable (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_trivially_copyable 11: [ OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_subview 11: [ OK ] sycl_host_usm.view_mapping_subview (0 ms) 11: [----------] 28 tests from sycl_host_usm (14075 ms total) 11: 11: [----------] 28 tests from sycl_shared_usm 11: [ RUN ] sycl_shared_usm.impl_shared_alloc 11: [ OK ] sycl_shared_usm.impl_shared_alloc (42 ms) 11: [ RUN ] sycl_shared_usm.view_api_a 11: [ OK ] sycl_shared_usm.view_api_a (16 ms) 11: [ RUN ] sycl_shared_usm.view_layout_left_with_stride 11: [ OK ] sycl_shared_usm.view_layout_left_with_stride (0 ms) 11: [ RUN ] sycl_shared_usm.view_layout_right_with_stride 11: [ OK ] sycl_shared_usm.view_layout_right_with_stride (0 ms) 11: [ RUN ] sycl_shared_usm.view_api_b 11: [ OK ] sycl_shared_usm.view_api_b (18 ms) 11: [ RUN ] sycl_shared_usm.view_api_c 11: [ OK ] sycl_shared_usm.view_api_c (0 ms) 11: [ RUN ] sycl_shared_usm.view_api_d 11: [ OK ] sycl_shared_usm.view_api_d (4 ms) 11: [ RUN ] sycl_shared_usm.view_remap 11: [ OK ] sycl_shared_usm.view_remap (1 ms) 11: [ RUN ] sycl_shared_usm.view_mirror_nonconst 11: [ OK ] sycl_shared_usm.view_mirror_nonconst (0 ms) 11: [ RUN ] sycl_shared_usm.view_stride_method 11: [ OK ] sycl_shared_usm.view_stride_method (0 ms) 11: [ RUN ] sycl_shared_usm.anonymous_space 11: [ OK ] sycl_shared_usm.anonymous_space (0 ms) 11: [ RUN ] sycl_shared_usm.view_overload_resolution 11: [ OK ] sycl_shared_usm.view_overload_resolution (0 ms) 11: [ RUN ] sycl_shared_usm.view_allocation_large_rank 11: [ OK ] sycl_shared_usm.view_allocation_large_rank (1003 ms) 11: [ RUN ] sycl_shared_usm.view_shmem_size_on_device 11: [ OK ] sycl_shared_usm.view_shmem_size_on_device (9 ms) 11: [ RUN ] sycl_shared_usm.view_is_assignable 11: [ OK ] sycl_shared_usm.view_is_assignable (5 ms) 11: [ RUN ] sycl_shared_usm.view_copy_tests 11: [ OK ] sycl_shared_usm.view_copy_tests (27 ms) 11: [ RUN ] sycl_shared_usm.view_copy_tests_rank_0 11: [ OK ] sycl_shared_usm.view_copy_tests_rank_0 (3 ms) 11: [ RUN ] sycl_shared_usm.view_copy_degenerated 11: [ OK ] sycl_shared_usm.view_copy_degenerated (0 ms) 11: [ RUN ] sycl_shared_usm.view_fill_tests_layout_right 11: [ OK ] sycl_shared_usm.view_fill_tests_layout_right (279 ms) 11: [ RUN ] sycl_shared_usm.view_fill_tests_layout_left 11: [ OK ] sycl_shared_usm.view_fill_tests_layout_left (272 ms) 11: [ RUN ] sycl_shared_usm.view_mapping [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (100577 ms) [ RUN ] cuda.NestedSort [ OK ] cuda.NestedSort (127 ms) [ RUN ] cuda.NestedSortByKey [ OK ] cuda.NestedSortByKey (566 ms) [ RUN ] cuda.SortWithCustomComparator [ OK ] cuda.SortWithCustomComparator (374 ms) [----------] 13 tests from cuda (104811 ms total) [----------] Global test environment tear-down [==========] 13 tests from 1 test suite ran. (104811 ms total) [ PASSED ] 13 tests. 11: [ OK ] sycl_shared_usm.view_mapping (60 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_operator 11: [ OK ] sycl_shared_usm.view_mapping_operator (16 ms) 11: [ RUN ] sycl_shared_usm.static_extent 11: [ OK ] sycl_shared_usm.static_extent (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_atomic 11: [ OK ] sycl_shared_usm.view_mapping_atomic (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_class_value 11: [ OK ] sycl_shared_usm.view_mapping_class_value (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_assignable 11: [ OK ] sycl_shared_usm.view_mapping_assignable (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_trivially_copyable 11: [ OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_subview 11: [ OK ] sycl_shared_usm.view_mapping_subview (0 ms) 11: [----------] 28 tests from sycl_shared_usm (1767 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 60 tests from 3 test suites ran. (39262 ms total) 11: [ PASSED ] 60 tests. 11/64 Test #11: Kokkos_CoreUnitTest_SYCL3 .................................. Passed 39.58 sec test 12 Start 12: Kokkos_CoreUnitTest_SYCLInterOpInit 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit 12: Test timeout computed to be: 1500 12: [==========] Running 1 test from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 1 test from sycl 12: [ RUN ] sycl.raw_sycl_interop 12: [ OK ] sycl.raw_sycl_interop (180 ms) 12: [----------] 1 test from sycl (180 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (180 ms total) 12: [ PASSED ] 1 test. 12/64 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit ........................ Passed 0.30 sec test 13 Start 13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context 13: Test timeout computed to be: 1500 13: [==========] Running 2 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 2 tests from sycl 13: [ RUN ] sycl.raw_sycl_interop_context_1 13: [ OK ] sycl.raw_sycl_interop_context_1 (2 ms) 13: [ RUN ] sycl.raw_sycl_interop_context_2 13: [ OK ] sycl.raw_sycl_interop_context_2 (0 ms) 13: [----------] 2 tests from sycl (2 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 2 tests from 1 test suite ran. (2 ms total) 13: [ PASSED ] 2 tests. 13/64 Test #13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ................ Passed 0.29 sec test 14 Start 14: Kokkos_CoreUnitTest_SYCLInterOpStreams 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams 14: Test timeout computed to be: 1500 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from sycl 14: [ RUN ] sycl.raw_sycl_queues 14: [ OK ] sycl.raw_sycl_queues (184 ms) 14: [----------] 1 test from sycl (184 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (184 ms total) 14: [ PASSED ] 1 test. 5: [ OK ] hip.exec_space_thread_safety_range (4686 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange 5: [ OK ] hip.exec_space_thread_safety_mdrange (462 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o 14/64 Test #14: Kokkos_CoreUnitTest_SYCLInterOpStreams ..................... Passed 0.30 sec test 15 Start 15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU 15: Test timeout computed to be: 1500 15: [==========] Running 3 tests from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 3 tests from sycl_multi_gpu 15: [ RUN ] sycl_multi_gpu.managed_views 15: [ OK ] sycl_multi_gpu.managed_views (5 ms) 15: [ RUN ] sycl_multi_gpu.unmanaged_views 15: [ OK ] sycl_multi_gpu.unmanaged_views (3 ms) 15: [ RUN ] sycl_multi_gpu.scratch_space 15: [ OK ] sycl_multi_gpu.scratch_space (5 ms) 15: [----------] 3 tests from sycl_multi_gpu (14 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 1 test suite ran. (14 ms total) 15: [ PASSED ] 3 tests. 5: [ OK ] hip.exec_space_thread_safety_team_policy (520 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_reduce 15/64 Test #15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU ............. Passed 0.32 sec test 16 Start 16: Kokkos_CoreUnitTest_Default 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 16: Test timeout computed to be: 1500 16: [==========] Running 58 tests from 41 test suites. 16: [----------] Global test environment set-up. 16: [----------] 18 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 16: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 16: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 16: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 16: [ RUN ] defaultdevicetype.shared_host_pinned_space 16: [ OK ] defaultdevicetype.shared_host_pinned_space (2 ms) 16: [ RUN ] defaultdevicetype.compiler_macros 16: [ OK ] defaultdevicetype.compiler_macros (0 ms) 16: [ RUN ] defaultdevicetype.half_conversion 16: [ OK ] defaultdevicetype.half_conversion (1 ms) 16: [ RUN ] defaultdevicetype.bhalf_conversion 16: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 16: [ RUN ] defaultdevicetype.half_operators 16: [ OK ] defaultdevicetype.half_operators (1 ms) 16: [ RUN ] defaultdevicetype.bhalf_operators 16: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 16: [ RUN ] defaultdevicetype.host_space_access 16: [ OK ] defaultdevicetype.host_space_access (0 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_a1 16: [ OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_b1 16: [ OK ] defaultdevicetype.reduce_instantiation_b1 (12 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_c1 16: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_a2 16: [ OK ] defaultdevicetype.reduce_instantiation_a2 (9 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_b2 16: [ OK ] defaultdevicetype.reduce_instantiation_b2 (17 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_c2 16: [ OK ] defaultdevicetype.reduce_instantiation_c2 (6 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_a3 5: [ OK ] hip.exec_space_thread_safety_range_reduce (521 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 16: [ OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_b3 16: [ OK ] defaultdevicetype.reduce_instantiation_b3 (19 ms) 16: [ RUN ] defaultdevicetype.reduce_instantiation_c3 16: [ OK ] defaultdevicetype.reduce_instantiation_c3 (6 ms) 16: [----------] 18 tests from defaultdevicetype (104 ms total) 16: 16: [----------] 1 test from kokkosresize 16: [ RUN ] kokkosresize.host_space_access 16: [ OK ] kokkosresize.host_space_access (12 ms) 16: [----------] 1 test from kokkosresize (12 ms total) 16: 16: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/0.sizes 16: [ OK ] TestViewAPI/0.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/0 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/1.sizes 16: [ OK ] TestViewAPI/1.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/1 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/2.sizes 16: [ OK ] TestViewAPI/2.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/2 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/3.sizes 16: [ OK ] TestViewAPI/3.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/3 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/4.sizes 16: [ OK ] TestViewAPI/4.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/4 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/5.sizes 16: [ OK ] TestViewAPI/5.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/5 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/6.sizes 16: [ OK ] TestViewAPI/6.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/6 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/7.sizes 16: [ OK ] TestViewAPI/7.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/7 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/8.sizes 16: [ OK ] TestViewAPI/8.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/8 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/9.sizes 16: [ OK ] TestViewAPI/9.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/9 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/10.sizes 16: [ OK ] TestViewAPI/10.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/10 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/11.sizes 16: [ OK ] TestViewAPI/11.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/11 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/12.sizes 16: [ OK ] TestViewAPI/12.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/12 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/13.sizes 16: [ OK ] TestViewAPI/13.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/13 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/14.sizes 16: [ OK ] TestViewAPI/14.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/14 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/15.sizes 16: [ OK ] TestViewAPI/15.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/15 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/16.sizes 16: [ OK ] TestViewAPI/16.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/16 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/17.sizes 16: [ OK ] TestViewAPI/17.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/17 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/18.sizes 16: [ OK ] TestViewAPI/18.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/18 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/19.sizes 16: [ OK ] TestViewAPI/19.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/19 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/20.sizes 16: [ OK ] TestViewAPI/20.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/20 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/21.sizes 16: [ OK ] TestViewAPI/21.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/21 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/22.sizes 16: [ OK ] TestViewAPI/22.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/22 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/23.sizes 16: [ OK ] TestViewAPI/23.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/23 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/24.sizes 16: [ OK ] TestViewAPI/24.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/24 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/25.sizes 16: [ OK ] TestViewAPI/25.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/25 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/26.sizes 16: [ OK ] TestViewAPI/26.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/26 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/27.sizes 16: [ OK ] TestViewAPI/27.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/27 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/28.sizes 16: [ OK ] TestViewAPI/28.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/28 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/29.sizes 16: [ OK ] TestViewAPI/29.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/29 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/30.sizes 16: [ OK ] TestViewAPI/30.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/30 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/31.sizes 16: [ OK ] TestViewAPI/31.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/31 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/32.sizes 16: [ OK ] TestViewAPI/32.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/32 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/33.sizes 16: [ OK ] TestViewAPI/33.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/33 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/34.sizes 16: [ OK ] TestViewAPI/34.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/34 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/35.sizes 16: [ OK ] TestViewAPI/35.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/35 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/36.sizes 16: [ OK ] TestViewAPI/36.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/36 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/37.sizes 16: [ OK ] TestViewAPI/37.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/37 (0 ms total) 16: 16: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 16: [ RUN ] TestViewAPI/38.sizes 16: [ OK ] TestViewAPI/38.sizes (0 ms) 16: [----------] 1 test from TestViewAPI/38 (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 58 tests from 41 test suites ran. (118 ms total) 16: [ PASSED ] 58 tests. 16/64 Test #16: Kokkos_CoreUnitTest_Default ................................ Passed 0.56 sec test 17 Start 17: Kokkos_CoreUnitTest_InitializeFinalize 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 17: Test timeout computed to be: 1500 17: [==========] Running 28 tests from 6 test suites. 17: [----------] Global test environment set-up. 17: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 17: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 5: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (462 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce 17: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (634 ms) 17: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 5: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (521 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_scan 5: [ OK ] hip.exec_space_thread_safety_range_scan (520 ms) 5: [ RUN ] hip.execution_space_as_class_data_member 5: [ OK ] hip.execution_space_as_class_data_member (0 ms) 5: [ RUN ] hip.functor_analysis 5: [ OK ] hip.functor_analysis (0 ms) 5: [ RUN ] hip.when_all_type 5: [ OK ] hip.when_all_type (1 ms) 5: [ RUN ] hip.graph_then 5: [ OK ] hip.graph_then (0 ms) 5: [ RUN ] hip.host_shared_ptr_use_count 5: [ OK ] hip.host_shared_ptr_use_count (0 ms) 5: [ RUN ] hip.host_shared_ptr_get 5: [ OK ] hip.host_shared_ptr_get (0 ms) 5: [ RUN ] hip.host_shared_ptr_dereference_on_device 5: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_special_members_on_device 5: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_tracking 5: 5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 5: does not support page migration between device and host. 5: HIPManagedSpace might not work as expected. 5: Please refer to the ROCm documentation on unified/managed memory. 5: [ OK ] hip.host_shared_ptr_tracking (0 ms) 5: [ RUN ] hip.join_backward_compatibility 5: [ OK ] hip.join_backward_compatibility (0 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 5: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (636 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o 17: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1911 ms) 17: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (2545 ms total) 17: 17: [----------] 4 tests from InitializeFinalize_DeathTest 17: [ RUN ] InitializeFinalize_DeathTest.initialize [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o 17: [ OK ] InitializeFinalize_DeathTest.initialize (1452 ms) 17: [ RUN ] InitializeFinalize_DeathTest.finalize 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (1973 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (606 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 17: [ OK ] InitializeFinalize_DeathTest.finalize (1046 ms) 17: [ RUN ] InitializeFinalize_DeathTest.is_initialized 17: [ OK ] InitializeFinalize_DeathTest.is_initialized (313 ms) 17: [ RUN ] InitializeFinalize_DeathTest.is_finalized 17: [ OK ] InitializeFinalize_DeathTest.is_finalized (304 ms) 17: [----------] 4 tests from InitializeFinalize_DeathTest (3116 ms total) 17: 17: [----------] 1 test from Legion_DeathTest 17: [ RUN ] Legion_DeathTest.individual_backend_initialization 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1402 ms) 5: [ RUN ] hip.deep_copy_scratch 5: [ OK ] hip.deep_copy_scratch (0 ms) 5: [ RUN ] hip.mathematical_constants_e 5: [ OK ] hip.mathematical_constants_e (2 ms) 5: [ RUN ] hip.mathematical_constants_log2e 5: [ OK ] hip.mathematical_constants_log2e (0 ms) 5: [ RUN ] hip.mathematical_constants_log10e 5: [ OK ] hip.mathematical_constants_log10e (0 ms) 5: [ RUN ] hip.mathematical_constants_pi 5: [ OK ] hip.mathematical_constants_pi (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_pi 5: [ OK ] hip.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_sqrtpi 5: [ OK ] hip.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] hip.mathematical_constants_ln2 5: [ OK ] hip.mathematical_constants_ln2 (0 ms) 5: [ RUN ] hip.mathematical_constants_ln10 5: [ OK ] hip.mathematical_constants_ln10 (0 ms) 5: [ RUN ] hip.mathematical_constants_sqrt2 5: [ OK ] hip.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] hip.mathematical_constants_sqrt3 5: [ OK ] hip.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_sqrt3 5: [ OK ] hip.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] hip.mathematical_constants_egamma 5: [ OK ] hip.mathematical_constants_egamma (0 ms) 5: [ RUN ] hip.mathematical_constants_phi 5: [ OK ] hip.mathematical_constants_phi (0 ms) 5: [ RUN ] hip.mathematical_functions_trigonometric_functions 5: [ OK ] hip.mathematical_functions_trigonometric_functions (25 ms) 5: [ RUN ] hip.mathematical_functions_hyperbolic_functions 5: [ OK ] hip.mathematical_functions_hyperbolic_functions (3 ms) 5: [ RUN ] hip.mathematical_functions_non_standard 5: [ OK ] hip.mathematical_functions_non_standard (0 ms) 5: [ RUN ] hip.mathematical_functions_power_functions 5: [ OK ] hip.mathematical_functions_power_functions (20 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_absolute_value 5: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 5: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_remainder_function 5: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] hip.mathematical_functions_isfinite 5: [ OK ] hip.mathematical_functions_isfinite (0 ms) 5: [ RUN ] hip.mathematical_functions_isinf 5: [ OK ] hip.mathematical_functions_isinf (0 ms) 5: [ RUN ] hip.mathematical_functions_isnan 5: [ OK ] hip.mathematical_functions_isnan (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (10 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (4 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (27 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj1y1 5: [ OK ] hip.mathspecialfunc_cbesselj1y1 (28 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli0k0 5: [ OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli1k1 5: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestMathematicalSpecialFunctions.hpp:2019: Skipped 5: skipping since test is known to fail on MI100 and for some versions of ROCm 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 5: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] hip.mdrange_5d 5: [ OK ] hip.mdrange_5d (13 ms) 5: [ RUN ] hip.mdrange_6d [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o 17: [ OK ] Legion_DeathTest.individual_backend_initialization (309 ms) 17: [----------] 1 test from Legion_DeathTest (309 ms total) 17: 17: [----------] 2 tests from PushFinalizeHook_DeathTest 17: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 5: [ OK ] hip.mdrange_6d (15 ms) 5: [ RUN ] hip.mdrange_2d 5: [ OK ] hip.mdrange_2d (4 ms) 5: [ RUN ] hip.mdrange_array_reduce 5: [ OK ] hip.mdrange_array_reduce (0 ms) 5: [ RUN ] hip.mdrange_3d 5: [ OK ] hip.mdrange_3d (8 ms) 5: [ RUN ] hip.mdrange_neg_idx 5: [ OK ] hip.mdrange_neg_idx (1 ms) 5: [ RUN ] hip.mdrange_4d 5: [ OK ] hip.mdrange_4d (5 ms) 5: [ RUN ] hip.mdrange_scalar 5: [ OK ] hip.mdrange_scalar (0 ms) 5: [ RUN ] hip.mdrange_large_deep_copy 5: [ OK ] hip.mdrange_large_deep_copy (53 ms) 5: [ RUN ] hip.md_range_policy_construction_from_arrays 5: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] hip.policy_get_tile_size 5: [ OK ] hip.policy_get_tile_size (0 ms) 5: [ RUN ] hip.mdrange_parallel_reduce_primitive_types 17: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (314 ms) 17: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 17: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (578 ms) 17: [----------] 2 tests from PushFinalizeHook_DeathTest (893 ms total) 17: 17: [----------] 6 tests from ScopeGuard_DeathTest 17: [ RUN ] ScopeGuard_DeathTest.create 17: [ OK ] ScopeGuard_DeathTest.create (307 ms) 17: [ RUN ] ScopeGuard_DeathTest.create_argument [ 68%] Built target Kokkos_ContainersTestCompileOnly 17: [ OK ] ScopeGuard_DeathTest.create_argument (307 ms) 17: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 17: [ OK ] ScopeGuard_DeathTest.create_while_initialize (562 ms) 17: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 17: [ OK ] ScopeGuard_DeathTest.create_after_initialize (551 ms) 17: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 17: [ OK ] ScopeGuard_DeathTest.create_after_finalize (559 ms) 17: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 17: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (554 ms) 17: [----------] 6 tests from ScopeGuard_DeathTest (2841 ms total) 17: 17: [----------] 13 tests from defaultdevicetype 17: [ RUN ] defaultdevicetype.initialization_settings 17: [ OK ] defaultdevicetype.initialization_settings (0 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 17: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_device_id 17: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 17: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 17: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_help 17: [ OK ] defaultdevicetype.cmd_line_args_help (18 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 17: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (5 ms) 17: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 17: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (22 ms) 17: [ RUN ] defaultdevicetype.env_vars_num_threads 17: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 17: [ RUN ] defaultdevicetype.env_vars_device_id 17: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 17: [ RUN ] defaultdevicetype.env_vars_disable_warnings 17: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 17: [ RUN ] defaultdevicetype.env_vars_tune_internals 17: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 17: [ RUN ] defaultdevicetype.visible_devices 17: [ OK ] defaultdevicetype.visible_devices (7 ms) 17: [----------] 13 tests from defaultdevicetype (54 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 6 test suites ran. (9762 ms total) 17: [ PASSED ] 28 tests. 17/64 Test #17: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 9.78 sec test 18 Start 18: Kokkos_CoreUnitTest_Develop 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 18: Test timeout computed to be: 1500 18: [==========] Running 1 test from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 1 test from defaultdevicetype 18: [ RUN ] defaultdevicetype.development_test 18: [ OK ] defaultdevicetype.development_test (0 ms) 18: [----------] 1 test from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 1 test from 1 test suite ran. (0 ms total) 18: [ PASSED ] 1 test. 18/64 Test #18: Kokkos_CoreUnitTest_Develop ................................ Passed 0.30 sec test 19 Start 19: Kokkos_CoreUnitTest_KokkosP 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 19: Test timeout computed to be: 1500 19: [==========] Running 31 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 31 tests from kokkosp 19: [ RUN ] kokkosp.test_named_instance_fence 19: Ref: 117440513 19: Ref: named_instance 19: 117440513 19: named_instance 19: [ OK ] kokkosp.test_named_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_instance_fence 19: Ref: 117440513 19: Ref: Unnamed Instance Fence 19: 117440513 19: Kokkos::SYCL::fence: Unnamed Instance Fence 19: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_named_global_fence 19: Ref: 117440512 19: Ref: test global fence 19: 0 19: test global fence 19: Miss on id 19: 117440512 19: test global fence 19: [ OK ] kokkosp.test_named_global_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_global_fence 19: Ref: 117440512 19: Ref: Unnamed Global Fence 19: 0 19: Kokkos::fence: Unnamed Global Fence 19: Miss on id 19: 117440512 19: Kokkos::fence: Unnamed Global Fence 19: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 19: [ RUN ] kokkosp.test_multiple_default_instances 19: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 19: [ RUN ] kokkosp.test_id_gen 19: [ OK ] kokkosp.test_id_gen (0 ms) 19: [ RUN ] kokkosp.test_kernel_sequence 19: Ref: 117440513 19: Ref: named_instance 19: 117440513 19: named_instance 19: Ref: 117440513 19: Ref: test_kernel 19: 117440513 19: named_instance 19: Miss on name 19: 0 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 117440512 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 117440513 19: test_kernel 19: [ OK ] kokkosp.test_kernel_sequence (0 ms) 19: [ RUN ] kokkosp.async_deep_copy 19: [ OK ] kokkosp.async_deep_copy (0 ms) 19: [ RUN ] kokkosp.parallel_for 19: [ OK ] kokkosp.parallel_for (0 ms) 19: [ RUN ] kokkosp.parallel_reduce 19: [ OK ] kokkosp.parallel_reduce (1 ms) 19: [ RUN ] kokkosp.parallel_scan 19: [ OK ] kokkosp.parallel_scan (0 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence 19: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence_view 19: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 19: [ RUN ] kokkosp.regions 19: [ OK ] kokkosp.regions (0 ms) 19: [ RUN ] kokkosp.fences 19: [ OK ] kokkosp.fences (0 ms) 19: [ RUN ] kokkosp.raw_allocation 19: [ OK ] kokkosp.raw_allocation (0 ms) 19: [ RUN ] kokkosp.view 19: [ OK ] kokkosp.view (0 ms) 19: [ RUN ] kokkosp.sections 19: [ OK ] kokkosp.sections (0 ms) 19: [ RUN ] kokkosp.metadata 19: [ OK ] kokkosp.metadata (0 ms) 19: [ RUN ] kokkosp.profile_events 19: [ OK ] kokkosp.profile_events (0 ms) 19: [ RUN ] kokkosp.no_init_kernel 19: [ OK ] kokkosp.no_init_kernel (0 ms) 19: [ RUN ] kokkosp.get_events 19: [ OK ] kokkosp.get_events (0 ms) 19: [ RUN ] kokkosp.kernel_name_parallel_for 19: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 19: [ RUN ] kokkosp.kernel_name_parallel_reduce 19: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 19: [ RUN ] kokkosp.kernel_name_parallel_scan 19: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 19: [ RUN ] kokkosp.kernel_name_internal 19: [ OK ] kokkosp.kernel_name_internal (0 ms) 19: [ RUN ] kokkosp.profiling_section 19: [ OK ] kokkosp.profiling_section (0 ms) 19: [ RUN ] kokkosp.scoped_profile_region 19: [ OK ] kokkosp.scoped_profile_region (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init 19: [ OK ] kokkosp.create_mirror_no_init (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 19: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 19: [ RUN ] kokkosp.create_mirror_view_and_copy 19: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 19: [----------] 31 tests from kokkosp (5 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 31 tests from 1 test suite ran. (5 ms total) 19: [ PASSED ] 31 tests. 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3525 ms) 5: [ RUN ] hip.mdspan_minimal_functional 5: [ OK ] hip.mdspan_minimal_functional (1 ms) 5: [ RUN ] hip.mdspan_atomic_accessor 5: [ OK ] hip.mdspan_atomic_accessor (1 ms) 5: [ RUN ] hip.view_mdspan_conversion 5: [ OK ] hip.view_mdspan_conversion (7 ms) 5: [ RUN ] hip.view_mdspan_conversion_with_stride 5: [ OK ] hip.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] hip.max 5: [ OK ] hip.max (0 ms) 5: [ RUN ] hip.max_within_parfor 5: [ OK ] hip.max_within_parfor (0 ms) 5: [ RUN ] hip.min 5: [ OK ] hip.min (0 ms) 5: [ RUN ] hip.min_within_parfor 5: [ OK ] hip.min_within_parfor (0 ms) 5: [ RUN ] hip.minmax 5: [ OK ] hip.minmax (0 ms) 5: [ RUN ] hip.minmax_within_parfor 5: [ OK ] hip.minmax_within_parfor (0 ms) 5: [ RUN ] hip.clamp 5: [ OK ] hip.clamp (0 ms) 5: [ RUN ] hip.clamp_within_parfor 5: [ OK ] hip.clamp_within_parfor (0 ms) 5: [ RUN ] hip.numeric_traits_infinity 5: [ OK ] hip.numeric_traits_infinity (11 ms) 5: [ RUN ] hip.numeric_traits_epsilon 5: [ OK ] hip.numeric_traits_epsilon (0 ms) 5: [ RUN ] hip.numeric_traits_round_error 5: [ OK ] hip.numeric_traits_round_error (0 ms) 5: [ RUN ] hip.numeric_traits_norm_min 5: [ OK ] hip.numeric_traits_norm_min (0 ms) 5: [ RUN ] hip.numeric_traits_denorm_min 5: [ OK ] hip.numeric_traits_denorm_min (0 ms) 5: [ RUN ] hip.numeric_traits_finite_min_max 5: [ OK ] hip.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] hip.numeric_traits_digits 5: [ OK ] hip.numeric_traits_digits (1 ms) 5: [ RUN ] hip.numeric_traits_digits10 5: [ OK ] hip.numeric_traits_digits10 (1 ms) 5: [ RUN ] hip.numeric_traits_max_digits10 5: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] hip.numeric_traits_radix 5: [ OK ] hip.numeric_traits_radix (1 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent 5: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent10 5: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 5: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] hip.numeric_traits_sfinae_friendly 5: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] hip.occupancy_control 5: [ OK ] hip.occupancy_control (1 ms) 5: [ RUN ] hip.memory_pool 5: [ OK ] hip.memory_pool (21 ms) 5: [ RUN ] hip.cxx11 5: [ OK ] hip.cxx11 (1 ms) 5: [ RUN ] hip.viewctorprop_embedded_dim 5: [ OK ] hip.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] hip.parallel_scan_range_policy 5: [ OK ] hip.parallel_scan_range_policy (43 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (1 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (3 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (1 ms) 5: [ RUN ] hip.range_dynamic_policy 5: [ OK ] hip.range_dynamic_policy (0 ms) 5: [ RUN ] hip.large_parallel_for_reduce 5: [ OK ] hip.large_parallel_for_reduce (31 ms) 5: [ RUN ] hip.range_policy_runtime_parameters 5: [ OK ] hip.range_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.range_policy_one_way_convertible_bounds 5: [ OK ] hip.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] hip.range_for_require 5: [ OK ] hip.range_for_require (2 ms) 5: [ RUN ] hip.range_reduce_require 5: [ OK ] hip.range_reduce_require (0 ms) 5: [ RUN ] hip.range_dynamic_policy_require 5: [ OK ] hip.range_dynamic_policy_require (0 ms) 5: [ RUN ] hip.reducers_int 5: [ OK ] hip.reducers_int (8 ms) 5: [ RUN ] hip.reducers_double 5: [ OK ] hip.reducers_double (7 ms) 5: [ RUN ] hip.reducers_complex_double 5: [ OK ] hip.reducers_complex_double (10 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (4 ms) 5: [ RUN ] hip.reducers_half_t 5: [ OK ] hip.reducers_half_t (5 ms) 5: [ RUN ] hip.reducers_bhalf_t 5: [ OK ] hip.reducers_bhalf_t (4 ms) 5: [ RUN ] hip.reducers_int8_t 5: [ OK ] hip.reducers_int8_t (4 ms) 5: [ RUN ] hip.reducers_int16_t 5: [ OK ] hip.reducers_int16_t (4 ms) 5: [ RUN ] hip.reducers_bool 5: [ OK ] hip.reducers_bool (1 ms) 5: [ RUN ] hip.int64_t_reduce 5: [ OK ] hip.int64_t_reduce (26 ms) 5: [ RUN ] hip.double_reduce 5: [ OK ] hip.double_reduce (24 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic 5: [ OK ] hip.int64_t_reduce_dynamic (32 ms) 5: [ RUN ] hip.double_reduce_dynamic 5: [ OK ] hip.double_reduce_dynamic (32 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic_view 5: [ OK ] hip.int64_t_reduce_dynamic_view (10 ms) 5: [ RUN ] hip.int_combined_reduce 5: [ OK ] hip.int_combined_reduce (0 ms) 5: [ RUN ] hip.mdrange_combined_reduce 5: [ OK ] hip.mdrange_combined_reduce (0 ms) 5: [ RUN ] hip.int_combined_reduce_mixed 5: [ OK ] hip.int_combined_reduce_mixed (0 ms) 5: [ RUN ] hip.reduction_with_large_iteration_count 5: [ OK ] hip.reduction_with_large_iteration_count (310 ms) 5: [ RUN ] hip.reduction_deduction 5: [ OK ] hip.reduction_deduction (0 ms) 5: [ RUN ] hip.reduce_device_view_range_policy 19/64 Test #19: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.30 sec test 20 Start 20: Kokkos_CoreUnitTest_ToolIndependence 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 20: Test timeout computed to be: 1500 20/64 Test #20: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.01 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoadHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 21/64 Test #21: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.30 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLineHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 22/64 Test #22: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.29 sec test 23 Start 23: Kokkos_ProfilingTestLibraryLoad 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 23: Environment variables: 23: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 23: Test timeout computed to be: 1500 23: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0xe34480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe34700:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe34780:Host:source:0xe34500: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:0xe34840: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:0xe34700:40::kokkosp_deallocate_data:Host:source:0xe34480:40::kokkosp_finalize_library:: 23/64 Test #23: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.30 sec test 24 Start 24: Kokkos_ProfilingTestLibraryCmdLine 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 24: Test timeout computed to be: 1500 24: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0xe34480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe34700:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe34780:Host:source:0xe34500: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:0xe34840: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:0xe34700:40::kokkosp_deallocate_data:Host:source:0xe34480:40::kokkosp_finalize_library:: 24/64 Test #24: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.29 sec test 25 Start 25: Kokkos_CoreUnitTest_StackTraceTest 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 25: Test timeout computed to be: 1500 25: [==========] Running 3 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 2 tests from defaultdevicetype_DeathTest 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4950d0] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x437fec] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x434e08] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdb) [0x43617b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e66b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x446638] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447a6f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x448331] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45863f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46ef8b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457c42] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436670] 25: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434cd5] 25: 25: demangled test_f1: 25: [0x4950d0] Kokkos::Impl::save_stacktrace() 25: [0x437fec] Test::stacktrace_test_f1(std::ostream&) 25: [0x434e08] Test::test_stacktrace(bool, bool) 25: [0x43617b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x46e66b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x446638] testing::Test::Run() 25: [0x447a6f] testing::TestInfo::Run() 25: [0x448331] testing::TestSuite::Run() 25: [0x45863f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x46ef8b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x457c42] testing::UnitTest::Run() 25: [0x436670] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x434cd5] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4950d0] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x437fec] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x4381b6] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4357e8] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdb) [0x43617b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e66b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x446638] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447a6f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x448331] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45863f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46ef8b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457c42] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436670] 25: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434cd5] 25: 25: demangled test_f3: 25: [0x4950d0] Kokkos::Impl::save_stacktrace() 25: [0x437fec] Test::stacktrace_test_f1(std::ostream&) 25: [0x4381b6] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4357e8] Test::test_stacktrace(bool, bool) 25: [0x43617b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x46e66b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x446638] testing::Test::Run() 25: [0x447a6f] testing::TestInfo::Run() 25: [0x448331] testing::TestSuite::Run() 25: [0x45863f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x46ef8b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x457c42] testing::UnitTest::Run() 25: [0x436670] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x434cd5] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (562 ms) 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 30: Test_Atomic/100000/iterations:10 10.8 s 10.8 s 10 1 8 17.4314 1.69528m 912.01u 4.99995G 617.175k 4.99995G 30/57 Test #30: Kokkos_PerformanceTest_Atomic .............................. Passed 410.69 sec test 31 Start 31: Kokkos_PerformanceTest_Reduction 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-52-02.json" 31: Test timeout computed to be: 1500 31: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected" 31: 2025-03-17T16:20:57+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 31: Run on (64 X 3294.12 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x32) 31: L1 Instruction 32 KiB (x32) 31: L2 Unified 512 KiB (x32) 31: L3 Unified 16384 KiB (x16) 31: Load Average: 4.07, 11.04, 15.47 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1500 31: KOKKOS_ENABLE_ASM: no 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_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_OPENMP: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 31: Kokkos Version: 4.6.99 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: platform: 64bit 31: ---------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations 31: ---------------------------------------------------------------------------------------------------- 31: ReductionCheapScalarResult/10000/iterations:10 33.2 us 32.3 us 10 31: ReductionCheapScalarResult/100000/iterations:10 35.4 us 35.3 us 10 31: ReductionCheapScalarResult/1000000/iterations:10 44.7 us 44.6 us 10 31: ReductionCheapScalarResult/10000000/iterations:10 145 us 143 us 10 31: ReductionCheapHostResult/10000/iterations:10 32.0 us 31.9 us 10 31: ReductionCheapHostResult/100000/iterations:10 35.6 us 35.1 us 10 31: ReductionCheapHostResult/1000000/iterations:10 44.1 us 44.1 us 10 31: ReductionCheapHostResult/10000000/iterations:10 145 us 144 us 10 31: ReductionCheapDeviceResult/10000/iterations:10 31.4 us 31.4 us 10 31: ReductionCheapDeviceResult/100000/iterations:10 31.3 us 31.3 us 10 31: ReductionCheapDeviceResult/1000000/iterations:10 40.8 us 40.8 us 10 31: ReductionCheapDeviceResult/10000000/iterations:10 146 us 145 us 10 31: ReductionExpensive/10000/iterations:10 105 us 104 us 10 31: ReductionExpensive/100000/iterations:10 304 us 302 us 10 31: ReductionExpensive/1000000/iterations:10 2640 us 2624 us 10 31: ReductionExpensive/10000000/iterations:10 22729 us 22611 us 10 31/57 Test #31: Kokkos_PerformanceTest_Reduction ........................... Passed 0.71 sec test 32 Start 32: Kokkos_ContainersUnitTest_OpenMP 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 32: Test timeout computed to be: 1500 32: [==========] Running 0 tests from 0 test suites. 32: [==========] 0 tests from 0 test suites ran. (0 ms total) 32: [ PASSED ] 0 tests. 32/57 Test #32: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 0.41 sec test 33 Start 33: Kokkos_ContainersUnitTest_HIP 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 33: Test timeout computed to be: 1500 33: [==========] Running 0 tests from 0 test suites. 33: [==========] 0 tests from 0 test suites ran. (0 ms total) 33: [ PASSED ] 0 tests. 33/57 Test #33: Kokkos_ContainersUnitTest_HIP .............................. Passed 0.41 sec test 34 Start 34: Kokkos_ContainersPerformanceTest_OpenMP 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 34: Test timeout computed to be: 1500 34: [==========] Running 5 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 5 tests from TEST_CATEGORY 34: [ RUN ] TEST_CATEGORY.dynrankview_perf 34: OpenMP 34: DynRankView vs View: Initialization Only 34: View time (init only): 0.00776039 34: View sum computation time: 0.00776039 34: Strided View time (init only): 0.00632172 34: View Rank7 time (init only): 0.00697779 34: DynRankView time (init only): 0.00692597 34: DynRankView sum computation time: 0.00873369 34: Ratio of View to DynRankView time: 1.12048 34: Ratio of View to DynRankView sum computation time: 1.00202 34: Ratio of View to View Rank7 time: 1.11216 34: Ratio of StrideView to DynRankView time: 0.912757 34: Ratio of DynRankView to View Rank7 time: 0.992574 34: [ OK ] TEST_CATEGORY.dynrankview_perf (125 ms) 34: [ RUN ] TEST_CATEGORY.global_2_local 34: OpenMP 34: size, create, generate, fill, find 34: 256, 7.7335e-05, 1.2593e-05, 6.5002e-05, 0.000663497 34: 512, 0.000232577, 1.4558e-05, 8.9017e-05, 0.000665721 34: 1024, 0.000231575, 1.2123e-05, 0.00011699, 0.000751882 34: 2048, 3.8573e-05, 8.987e-06, 0.000199134, 0.00074545 34: 4096, 4.6347e-05, 8.987e-06, 0.000330551, 0.000983567 34: 8192, 7.6564e-05, 7.203e-06, 0.000601099, 0.00145104 34: 16384, 0.000102823, 1.2053e-05, 0.0011368, 0.00273405 34: 32768, 0.000192061, 1.3506e-05, 0.00224101, 0.0063 34: 65536, 0.000364084, 2.1039e-05, 0.00443586, 0.0170165 34: 131072, 0.00192859, 4.3813e-05, 0.00866166, 0.0395009 34: 262144, 0.00344736, 7.5021e-05, 0.018474, 0.0826917 34: 524288, 0.00580427, 0.000217809, 0.0369794, 0.228049 34: 1048576, 0.00901275, 0.000200557, 0.0759078, 1.31425 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4950d0] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x437fec] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x434e08] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd8) [0x436448] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e66b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x446638] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447a6f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x448331] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45863f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46ef8b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457c42] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436670] 25: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434cd5] 25: 25: demangled test_f1: 25: [0x4950d0] Kokkos::Impl::save_stacktrace() 25: [0x437fec] Test::stacktrace_test_f1(std::ostream&) 25: [0x434e08] Test::test_stacktrace(bool, bool) 25: [0x436448] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x46e66b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x446638] testing::Test::Run() 25: [0x447a6f] testing::TestInfo::Run() 25: [0x448331] testing::TestSuite::Run() 25: [0x45863f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x46ef8b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x457c42] testing::UnitTest::Run() 25: [0x436670] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x434cd5] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4950d0] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x437fec] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x4381b6] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4357e8] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd8) [0x436448] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e66b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x446638] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447a6f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x448331] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45863f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46ef8b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457c42] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436670] 25: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434cd5] 25: 25: demangled test_f3: 25: [0x4950d0] Kokkos::Impl::save_stacktrace() 25: [0x437fec] Test::stacktrace_test_f1(std::ostream&) 25: [0x4381b6] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4357e8] Test::test_stacktrace(bool, bool) 25: [0x436448] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x46e66b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x446638] testing::Test::Run() 25: [0x447a6f] testing::TestInfo::Run() 25: [0x448331] testing::TestSuite::Run() 25: [0x45863f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x46ef8b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x457c42] testing::UnitTest::Run() 25: [0x436670] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x434cd5] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (519 ms) 25: [----------] 2 tests from defaultdevicetype_DeathTest (1082 ms total) 25: 25: [----------] 1 test from defaultdevicetype 25: [ RUN ] defaultdevicetype.stacktrace_normal 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4950d0] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x437fec] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x434e08] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e66b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x446638] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447a6f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x448331] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45863f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46ef8b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457c42] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436670] 25: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434cd5] 25: 25: demangled test_f1: 25: [0x4950d0] Kokkos::Impl::save_stacktrace() 25: [0x437fec] Test::stacktrace_test_f1(std::ostream&) 25: [0x434e08] Test::test_stacktrace(bool, bool) 25: [0x46e66b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x446638] testing::Test::Run() 25: [0x447a6f] testing::TestInfo::Run() 25: [0x448331] testing::TestSuite::Run() 25: [0x45863f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x46ef8b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x457c42] testing::UnitTest::Run() 25: [0x436670] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x434cd5] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4950d0] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x437fec] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x4381b6] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4357e8] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e66b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x446638] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447a6f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x448331] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45863f] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46ef8b] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457c42] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436670] 25: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434cd5] 25: 25: demangled test_f3: 25: [0x4950d0] Kokkos::Impl::save_stacktrace() 25: [0x437fec] Test::stacktrace_test_f1(std::ostream&) 25: [0x4381b6] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4357e8] Test::test_stacktrace(bool, bool) 25: [0x46e66b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x446638] testing::Test::Run() 25: [0x447a6f] testing::TestInfo::Run() 25: [0x448331] testing::TestSuite::Run() 25: [0x45863f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x46ef8b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x457c42] testing::UnitTest::Run() 25: [0x436670] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x434cd5] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 25: [----------] 1 test from defaultdevicetype (1 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 3 tests from 2 test suites ran. (1083 ms total) 25: [ PASSED ] 3 tests. [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o 25/64 Test #25: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.40 sec test 26 Start 26: Kokkos_IncrementalTest_SERIAL 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 26: Test timeout computed to be: 1500 26: [==========] Running 28 tests from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 28 tests from SERIAL 26: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 26: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 26: [ RUN ] SERIAL.IncrTest_01_execspace 26: Host Serial Execution Space: 26: KOKKOS_ENABLE_SERIAL: yes 26: 26: Serial Runtime Configuration: 26: Serial 26: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 26: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 26: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 26: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 26: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 26: [ RUN ] SERIAL.IncrTest_02_AtomicSub 26: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 26: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 26: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 26: [ RUN ] SERIAL.IncrTest_03b_memspace_free 26: [ OK ] SERIAL.IncrTest_03b_memspace_free (53 ms) 26: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 26: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 26: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 26: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 26: [ RUN ] SERIAL.IncrTest_05_reduction 26: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 26: [ RUN ] SERIAL.IncrTest_06_mdrange2D 26: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 26: [ RUN ] SERIAL.IncrTest_06_mdrange3D 26: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 26: [ RUN ] SERIAL.IncrTest_06_mdrange4D 26: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 26: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 26: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 26: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 26: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 26: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 26: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 26: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 26: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 26: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 26: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 26: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 26: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 26: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 26: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (91 ms) 26: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 26: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 26: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 26: [ OK ] SERIAL.IncrTest_12b_TeamScratch (3 ms) 26: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 26: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 26: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 26: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 26: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 26: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 26: [ RUN ] SERIAL.incr_14_MDrangeReduce 26: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 26: [ RUN ] SERIAL.IncrTest_16_parallelscan 26: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 26: [ RUN ] SERIAL.incr_17_atomicView 26: [ OK ] SERIAL.incr_17_atomicView (0 ms) 26: [----------] 28 tests from SERIAL (150 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 28 tests from 1 test suite ran. (150 ms total) 26: [ PASSED ] 28 tests. [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o 26/64 Test #26: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.46 sec test 27 Start 27: Kokkos_IncrementalTest_SYCL 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SYCL 27: Test timeout computed to be: 1500 27: [==========] Running 28 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 28 tests from SYCL 27: [ RUN ] SYCL.IncrTest_01_execspace_typedef 27: [ OK ] SYCL.IncrTest_01_execspace_typedef (0 ms) 27: [ RUN ] SYCL.IncrTest_01_execspace 27: 27: Runtime Configuration: 27: macro KOKKOS_ENABLE_ONEDPL : defined 27: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined 27: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE : defined 27: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL : undefined 27: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined 27: macro SYCL_EXT_ONEAPI_GRAPH : undefined 27: macro SYCL_EXT_ONEAPI_BFLOAT16 : defined 27: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE : undefined 27: Immediate command lists and standard command queue allowed. 27: SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS not defined. 27: 27: Available devices: 27: [ext_oneapi_cuda]:gpu:0] NVIDIA A100 80GB PCIe : Selected 27: SYCL 27: [ OK ] SYCL.IncrTest_01_execspace (0 ms) 27: [ RUN ] SYCL.IncrTest_02_AtomicExchange 27: [ OK ] SYCL.IncrTest_02_AtomicExchange (0 ms) 27: [ RUN ] SYCL.IncrTest_02_AtomicAdd 27: [ OK ] SYCL.IncrTest_02_AtomicAdd (0 ms) 27: [ RUN ] SYCL.IncrTest_02_AtomicSub 27: [ OK ] SYCL.IncrTest_02_AtomicSub (0 ms) 27: [ RUN ] SYCL.IncrTest_03a_memspace_malloc 27: [ OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms) 27: [ RUN ] SYCL.IncrTest_03b_memspace_free 34: 2097152, 0.0141458, 0.000379342, 0.140691, 3.93798 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o 34: 4194304, 0.0242607, 0.000328928, 0.272153, 8.84327 34: [ OK ] TEST_CATEGORY.global_2_local (15106 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 34: [ RUN ] TEST_CATEGORY.scatter_view 34: ScatterView data-duplicated test: 34: num_threads 8 34: hand-coded test took 0.0578401 seconds 34: test took 0.0579059 seconds 34: num_threads 8 34: hand-coded test took 0.0579944 seconds 34: test took 0.0579245 seconds 34: num_threads 8 34: hand-coded test took 0.0586763 seconds 34: test took 0.0576886 seconds 34: num_threads 8 34: hand-coded test took 0.058182 seconds 34: test took 0.0577151 seconds 34: num_threads 8 34: hand-coded test took 0.0581677 seconds 34: test took 0.0578295 seconds 34: [ OK ] TEST_CATEGORY.scatter_view (721 ms) 34: [----------] 5 tests from TEST_CATEGORY (15954 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 5 tests from 1 test suite ran. (15954 ms total) 34: [ PASSED ] 5 tests. 34/57 Test #34: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 16.37 sec test 35 Start 35: Kokkos_ContainersPerformanceTest_HIP 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 35: Test timeout computed to be: 1500 35: [==========] Running 4 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 4 tests from TEST_CATEGORY 35: [ RUN ] TEST_CATEGORY.dynrankview_perf 35: HIP 35: DynRankView vs View: Initialization Only 35: View time (init only): 0.00414263 35: View sum computation time: 0.00414263 35: Strided View time (init only): 0.00172323 35: View Rank7 time (init only): 0.00175002 35: DynRankView time (init only): 0.00570448 35: DynRankView sum computation time: 0.00142287 35: Ratio of View to DynRankView time: 0.726206 35: Ratio of View to DynRankView sum computation time: 1.1437 35: Ratio of View to View Rank7 time: 2.36719 35: Ratio of StrideView to DynRankView time: 0.302083 35: Ratio of DynRankView to View Rank7 time: 3.25967 35: [ OK ] TEST_CATEGORY.dynrankview_perf (20 ms) 35: [ RUN ] TEST_CATEGORY.global_2_local 35: HIP 35: size, create, generate, fill, find 35: 256, 0.000275347, 2.4055e-05, 3.4044e-05, 0.0042362 35: 512, 0.000203092, 1.6321e-05, 3.0687e-05, 0.00364639 35: 1024, 0.000207961, 1.6e-05, 3.2692e-05, 0.00360991 35: 2048, 0.00020241, 1.591e-05, 3.2672e-05, 0.00362375 35: 4096, 0.000860286, 1.6421e-05, 3.22e-05, 0.00363719 35: 8192, 0.000209513, 1.608e-05, 3.1379e-05, 0.00361777 35: 16384, 0.000217168, 1.6291e-05, 3.3683e-05, 0.00366147 35: 32768, 0.000241844, 1.7593e-05, 3.5236e-05, 0.003796 35: 65536, 0.000890452, 1.9417e-05, 4.3622e-05, 0.00406603 35: 131072, 0.00153351, 2.1039e-05, 5.7398e-05, 0.00498765 35: 262144, 0.00290454, 2.2042e-05, 0.00010637, 0.00660899 35: 524288, 0.00295138, 2.3164e-05, 0.000274676, 0.00961249 35: 1048576, 0.00284654, 2.4717e-05, 0.000677082, 0.0211186 35: 2097152, 0.00294202, 3.3473e-05, 0.00155046, 0.0467981 35: 4194304, 0.00311428, 5.1166e-05, 0.00348656, 0.101239 35: [ OK ] TEST_CATEGORY.global_2_local (252 ms) 35: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 35: skipping test 35: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 35: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 35: skipping test 35: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 35: [----------] 4 tests from TEST_CATEGORY (272 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 4 tests from 1 test suite ran. (272 ms total) 35: [ PASSED ] 4 tests. 35/57 Test #35: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.69 sec test 36 Start 36: Kokkos_UnitTest_Sort 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 36: Test timeout computed to be: 1500 36: [==========] Running 17 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from hip_DeathTest 36: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues 36: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (4127 ms) 36: [----------] 1 test from hip_DeathTest (4127 ms total) 36: 36: [----------] 16 tests from hip 36: [ RUN ] hip.SortUnsignedValueType 36: [ OK ] hip.SortUnsignedValueType (31 ms) 36: [ RUN ] hip.SortEmptyView 36: [ OK ] hip.SortEmptyView (0 ms) 36: [ RUN ] hip.SortByKeyEmptyView 36: [ OK ] hip.SortByKeyEmptyView (0 ms) 36: [ RUN ] hip.SortByKeyEmptyViewHost 36: [ OK ] hip.SortByKeyEmptyViewHost (0 ms) 36: [ RUN ] hip.SortByKey 36: [ OK ] hip.SortByKey (14 ms) 36: [ RUN ] hip.SortByKeyWithComparator 36: [ OK ] hip.SortByKeyWithComparator (1 ms) 36: [ RUN ] hip.SortByKeyStaticExtents 36: [ OK ] hip.SortByKeyStaticExtents (0 ms) 36: [ RUN ] hip.SortByKeyWithStrides 36: [ OK ] hip.SortByKeyWithStrides (0 ms) 36: [ RUN ] hip.SortWithCustomComparator 36: [ OK ] hip.SortWithCustomComparator (95 ms) 36: [ RUN ] hip.BinSortGenericTests 36: [ OK ] hip.BinSortGenericTests (24 ms) 36: [ RUN ] hip.BinSortEmptyView 36: [ OK ] hip.BinSortEmptyView (0 ms) 36: [ RUN ] hip.BinSortEmptyKeysView 36: [ OK ] hip.BinSortEmptyKeysView (0 ms) 36: [ RUN ] hip.BinSort_issue_7221 36: [ OK ] hip.BinSort_issue_7221 (0 ms) 36: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 27: [ OK ] SYCL.IncrTest_03b_memspace_free (19339 ms) 27: [ RUN ] SYCL.IncrTest_04_simple_parallelFor 27: [ OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SYCL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SYCL.IncrTest_05_reduction 27: [ OK ] SYCL.IncrTest_05_reduction (5 ms) 27: [ RUN ] SYCL.IncrTest_06_mdrange2D 27: [ OK ] SYCL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SYCL.IncrTest_06_mdrange3D 27: [ OK ] SYCL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SYCL.IncrTest_06_mdrange4D 27: [ OK ] SYCL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SYCL.IncrTest_08_deep_copy_2D 27: [ OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SYCL.IncrTest_08_deep_copy_3D 27: [ OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SYCL.IncrTest_08_deep_copy_4D 27: [ OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SYCL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SYCL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SYCL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SYCL.IncrTest_11c_Hierarchical_ForLoop 27: [ OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (173 ms) 27: [ RUN ] SYCL.IncrTest_12a_ThreadScratch 27: [ OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms) 27: [ RUN ] SYCL.IncrTest_12b_TeamScratch 27: [ OK ] SYCL.IncrTest_12b_TeamScratch (0 ms) 27: [ RUN ] SYCL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SYCL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SYCL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SYCL.incr_14_MDrangeReduce 27: [ OK ] SYCL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SYCL.IncrTest_16_parallelscan 27: [ OK ] SYCL.IncrTest_16_parallelscan (2 ms) 27: [ RUN ] SYCL.incr_17_atomicView 27: [ OK ] SYCL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SYCL (19530 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (19530 ms total) 27: [ PASSED ] 28 tests. 27/64 Test #27: Kokkos_IncrementalTest_SYCL ................................ Passed 19.84 sec test 28 Start 28: Kokkos_CoreUnitTest_CTestDevice 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 28: Test timeout computed to be: 1500 28: [==========] Running 8 tests from 2 test suites. 28: [----------] Global test environment set-up. 28: [----------] 5 tests from ctest_environment_DeathTest 28: [ RUN ] ctest_environment_DeathTest.invalid_rank 28: [ OK ] ctest_environment_DeathTest.invalid_rank (149 ms) 28: [ RUN ] ctest_environment_DeathTest.no_type_str 28: [ OK ] ctest_environment_DeathTest.no_type_str (161 ms) 28: [ RUN ] ctest_environment_DeathTest.missing_type 28: [ OK ] ctest_environment_DeathTest.missing_type (338 ms) 28: [ RUN ] ctest_environment_DeathTest.no_id_str 28: [ OK ] ctest_environment_DeathTest.no_id_str (148 ms) 28: [ RUN ] ctest_environment_DeathTest.invalid_id_str 28: [ OK ] ctest_environment_DeathTest.invalid_id_str (317 ms) 28: [----------] 5 tests from ctest_environment_DeathTest (1116 ms total) 28: 28: [----------] 3 tests from ctest_environment 28: [ RUN ] ctest_environment.no_device_type 28: [ OK ] ctest_environment.no_device_type (0 ms) 28: [ RUN ] ctest_environment.no_process_count 28: [ OK ] ctest_environment.no_process_count (0 ms) 28: [ RUN ] ctest_environment.good 28: [ OK ] ctest_environment.good (0 ms) 28: [----------] 3 tests from ctest_environment (0 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 8 tests from 2 test suites ran. (1116 ms total) 28: [ PASSED ] 8 tests. 28/64 Test #28: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.13 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 29: Test timeout computed to be: 1500 29/64 Test #29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 30: Test timeout computed to be: 1500 30: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 30/64 Test #30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 31: Test timeout computed to be: 1500 31/64 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 32: Environment variables: 32: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 32: Test timeout computed to be: 1500 32/64 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 33 Start 33: Kokkos_CoreUnitTest_DeviceAndThreads 33: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 33: Test timeout computed to be: 1500 33: test_device_id (__main__.KokkosInitializationTestCase) ... ok 5: [ OK ] hip.reduce_device_view_range_policy (23621 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy 33: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 33: test_num_devices (__main__.KokkosInitializationTestCase) ... ok [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 33: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 33: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 33: 33: ---------------------------------------------------------------------- 33: Ran 5 tests in 3.282s 33: 33: OK (skipped=1) 33/64 Test #33: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 3.85 sec test 34 Start 34: Kokkos_PerformanceTest_TaskDag 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 34: Test timeout computed to be: 1500 34/64 Test #34: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.01 sec test 35 Start 35: Kokkos_PerformanceTest_Benchmark 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-27-51.json" 35: Test timeout computed to be: 1500 35: 35: Available devices: 35: 2025-03-17T16:21:27+00:00 35: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 35: Run on (20 X 2345.59 MHz CPU s) 35: CPU Caches: 35: L1 Data 64 KiB (x20) 35: L1 Instruction 64 KiB (x20) 35: L2 Unified 512 KiB (x20) 35: L3 Unified 16384 KiB (x20) 35: Load Average: 1.22, 3.93, 5.91 35: Address Bits: 64 35: CPU architecture: none 35: Default Device: SYCL 35: Driver Version: CUDA 12.8 35: Error Correction Support: 1 35: GIT_BRANCH: HEAD 35: GIT_CLEAN_STATUS: CLEAN 35: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 35: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 35: GIT_COMMIT_HASH: 10d579f4f 35: GPU architecture: AMPERE80 35: Global Cache Mem Line Size: 128 35: Global Mem Cache Size: 41943040 35: Global Mem Size: 85095874560 35: Image Max Buffer Size: 32768 35: Image2d Max Height: 65536 35: Image2d Max Width: 131072 35: Image3d Max Depth: 16384 35: Image3d Max Height: 16384 35: Image3d Max Width: 16384 35: Is Accelerator: 0 35: Is Available: 1 35: Is CPU: 0 35: Is GPU: 1 35: KOKKOS_COMPILER_INTEL_LLVM: 20230000 35: KOKKOS_ENABLE_ASM: yes 35: KOKKOS_ENABLE_CXX17: yes 35: KOKKOS_ENABLE_CXX20: no 35: KOKKOS_ENABLE_CXX23: no 35: KOKKOS_ENABLE_CXX26: no 35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 35: KOKKOS_ENABLE_HWLOC: no 35: KOKKOS_ENABLE_LIBDL: yes 35: KOKKOS_ENABLE_PRAGMA_IVDEP: no 35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 35: KOKKOS_ENABLE_PRAGMA_UNROLL: no 35: KOKKOS_ENABLE_PRAGMA_VECTOR: no 35: KOKKOS_ENABLE_SERIAL: yes 35: Kokkos Version: 4.6.99 35: Local Mem Size: 49152 35: Max Compute Units: 108 35: Max Mem Alloc Size: 1073741824 35: Max Parameter Size: 4000 35: Max Read Image Args: 128 35: Max Samplers: 128 35: Max Work Group Size: 1024 35: Max Work Item Dimensions: 3 35: Mem Base Addr Align: 4096 35: Name: NVIDIA A100 80GB PCIe 35: Native Vector Width Char: 1 35: Native Vector Width Double: 1 35: Native Vector Width Float: 1 35: Native Vector Width Half: 0 35: Native Vector Width Int: 1 35: Native Vector Width Long: 1 35: Native Vector Width Short: 1 35: Partition Max Sub Devices: 0 35: Preferred Vector Width Char: 1 35: Preferred Vector Width Double: 1 35: Preferred Vector Width Float: 1 35: Preferred Vector Width Half: 0 35: Preferred Vector Width Int: 1 35: Preferred Vector Width Long: 1 35: Preferred Vector Width Short: 1 35: Profiling Timer Resolution: 1000 35: Reference Count: 1 35: Vendor: NVIDIA Corporation 35: Vendor Id: 4318 35: Version: 0.0 35: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 35: macro KOKKOS_ENABLE_ONEDPL: defined 35: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 35: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 35: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 35: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: undefined 35: macro SYCL_EXT_ONEAPI_BFLOAT16: defined 35: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 35: macro SYCL_EXT_ONEAPI_GRAPH: undefined 35: platform: 64bit 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Count Time normalized 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: GramSchmidt/Count:1024/iterations:5/manual_time 0.009 s 0.010 s 5 1024 9.23604u 35: GramSchmidt/Count:2048/iterations:5/manual_time 0.009 s 0.010 s 5 2.048k 4.60461u 35: GramSchmidt/Count:4096/iterations:5/manual_time 0.010 s 0.010 s 5 4.096k 2.41254u 35: GramSchmidt/Count:8192/iterations:5/manual_time 0.010 s 0.011 s 5 8.192k 1.27227u 35: GramSchmidt/Count:16384/iterations:5/manual_time 0.011 s 0.012 s 5 16.384k 698.251n 35: GramSchmidt/Count:32768/iterations:5/manual_time 0.012 s 0.014 s 5 32.768k 377.481n 35: GramSchmidt/Count:65536/iterations:5/manual_time 0.015 s 0.020 s 5 65.536k 227.1n 35: GramSchmidt/Count:131072/iterations:5/manual_time 0.019 s 0.030 s 5 131.072k 144.034n 35: GramSchmidt/Count:262144/iterations:5/manual_time 0.019 s 0.039 s 5 262.144k 73.4516n [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: Benchmark Time CPU Iterations FOM: GB/s Max 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: CustomReduction/N:100000/R:1000/manual_time 0.004 s 0.010 s 185 56.3614k/s 11.5 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: OverlapRangePolicy/N:2000/M:10000/R:10 0.663 s 0.663 s 1 0.118779 0.0554788 0.103357 0.0485077 0.0518788 18.916u 36: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (11312 ms) 36: [ RUN ] hip.NestedSort 36: [ OK ] hip.NestedSort (43 ms) 36: [ RUN ] hip.NestedSortByKey 36: [ OK ] hip.NestedSortByKey (135 ms) 36: [----------] 16 tests from hip (11660 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 17 tests from 2 test suites ran. (15788 ms total) 36: [ PASSED ] 17 tests. 36/57 Test #36: Kokkos_UnitTest_Sort ....................................... Passed 16.22 sec test 37 Start 37: Kokkos_UnitTest_Random 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 37: Test timeout computed to be: 1500 37: [==========] Running 3 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 3 tests from hip 37: [ RUN ] hip.Random_XorShift64 37: Test Seed:1742228492066820489 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.00101755 -0.0105586 || 0.051031 27856 29420 || 28703.6 28674.4 || -145.962 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00210565 -0.00206288 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.004853 -0.013024 || 0.051031 27966 29378 || 28814.2 28674.4 || -180.044 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00525719 0.00607439 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.0197256 0.00447603 || 0.051031 28043 29332 || 29251.4 28674.4 || 61.8766 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0170577 0.00159105 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.0030918 -0.0424416 || 0.051031 28050 29312 || 28763.3 28674.4 || -586.713 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0110223 -0.00991838 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000244748 -0.99999 -48247.1 || 0.051031 0 194769 || 2.92869e+09 28674.4 || -6.66967e+08 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 0.000733117 -0.318953 0.160284 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.65955e-07 -0.027289 -0.0231517 || 0.051031 27952 29313 || 29478.8 28674.4 || -320.05 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 7.11361e-07 0.00773064 -0.00152806 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.65955e-07 -0.0159483 0.0123354 || 0.051031 28046 29380 || 29139.1 28674.4 || 170.524 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 7.11361e-07 -0.013733 -0.000194072 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.0136016 -0.0390167 || 0.051031 28061 29286 || 29069.8 28674.4 || -539.367 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 0.002313 0.010535 || 0.051031 1e+64 -1e+64 37: Test Seed:1742228492209672454 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.014756 0.0128757 || 0.051031 28035 29363 || 29103.8 28674.4 || 177.994 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 0.00854012 0.00320367 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.0125644 -0.026662 || 0.051031 27926 29308 || 28318.6 28674.4 || -368.575 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00380101 0.0070929 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.00452056 -0.00333644 || 0.051031 28031 29294 || 28804.6 28674.4 || -46.1229 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 0.00644705 0.00711736 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.0225348 -0.0241614 || 0.051031 28079 29303 || 28042.5 28674.4 || -334.008 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0171985 -0.00345948 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.00024607 -0.99999 -48242.9 || 0.051031 0 194897 || 2.9284e+09 28674.4 || -6.6691e+08 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 0.000737111 -0.309072 0.153099 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.76045e-07 0.00352908 0.014505 || 0.051031 28051 29319 || 28573.6 28674.4 || 200.517 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 7.41632e-07 0.0274606 0.0124608 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.76045e-07 0.0269901 -0.0169858 || 0.051031 28070 29307 || 27920.8 28674.4 || -234.811 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 7.41632e-07 -0.0195856 -0.00400049 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.0127986 -0.000635604 || 0.051031 27951 29305 || 28312 28674.4 || -8.78659 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00901414 -0.00699979 || 0.051031 1e+64 -1e+64 37: [ OK ] hip.Random_XorShift64 (268 ms) 37: [ RUN ] hip.Random_XorShift1024_0 37: Test Seed:1742228492334821950 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.54313e-07 0.00316129 0.00260141 || 0.051031 11009 11778 || 11341.1 11377 || 35.9619 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.67029e-07 -0.0137553 -0.00263757 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.00548529 0.00623205 || 0.051031 10958 11805 || 11439.7 11377 || 86.1518 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.00704597 0.00176697 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.00393896 0.00329542 || 0.051031 10881 11822 || 11421.9 11377 || 45.5559 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.00197076 -0.0024817 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.00420908 -0.000138114 || 0.051031 10982 11787 || 11425 11377 || -1.90929 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.0018557 -0.00242766 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000244378 -0.999975 -7594.69 || 0.051031 0 77845 || 4.61036e+08 11377 || -1.04989e+08 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 0.000732844 -0.154859 0.0257718 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 3.24249e-07 0.00661123 -0.00449261 || 0.051031 11004 11786 || 11302.2 11377 || -62.1058 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 4.76837e-07 0.00461039 -0.000473089 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.79744e-07 0.0287855 0.00124244 || 0.051031 10968 11794 || 11058.6 11377 || 17.1755 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 3.43323e-07 0.0192171 -0.000548833 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0108978 -0.00194711 || 0.051031 10960 11783 || 11254.3 11377 || -26.9169 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.00117148 -0.00264524 || 0.051031 1e+64 -1e+64 37: Test Seed:1742228492437122739 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0163127 -0.00567252 || 0.051031 10965 11809 || 11194.3 11377 || -78.417 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.00559071 0.00576894 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.0209178 0.00177013 || 0.051031 11002 11824 || 11620 11377 || 24.4703 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.0327484 -0.000419615 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0173677 0.00406789 || 0.051031 10970 11770 || 11182.7 11377 || 56.2345 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.00442155 -0.00212395 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.00107085 -0.00190596 || 0.051031 10954 11864 || 11364.8 11377 || -26.3479 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.00555819 0.00296002 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000244575 -0.999975 -7595.04 || 0.051031 0 77669 || 4.60969e+08 11377 || -1.04994e+08 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 0.000733398 -0.159276 0.0270265 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.54313e-07 0.0105776 -0.00566962 || 0.051031 10975 11852 || 11257.9 11377 || -78.3768 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.67029e-07 -0.0112617 -0.00105935 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.73387e-07 0.00771124 -0.00117543 || 0.051031 10935 11773 || 11289.9 11377 || -16.2491 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 3.24249e-07 -0.0120487 -0.000189927 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.00218223 0.0145806 || 0.051031 10947 11797 || 11401.8 11377 || 201.562 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.0131617 0.000482541 || 0.051031 1e+64 -1e+64 37: [ OK ] hip.Random_XorShift1024_0 (251 ms) 37: [ RUN ] hip.Multi_streams 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: OverlapMDRangePolicy/N:200/M:10000/R:10 0.025 s 0.025 s 28 4.79988m 2.54833m 3.55861m 1.79309m 2.26175m 12.213u 37: [ OK ] hip.Multi_streams (297 ms) 37: [----------] 3 tests from hip (816 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 3 tests from 1 test suite ran. (816 ms total) 37: [ PASSED ] 3 tests. 37/57 Test #37: Kokkos_UnitTest_Random ..................................... Passed 1.23 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_A 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 38: Test timeout computed to be: 1500 38: [==========] Running 16 tests from 4 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_DeathTest 38: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 35: OverlapTeamPolicy/N:20/M:1000000/R:10 0.225 s 0.225 s 3 0.0438594 0.0210957 0.0376986 0.0182688 0.0189143 17.342u 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Count Time normalized 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 23.6387n 35: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 11.4814n 35: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 5.79224n 35: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.001 s 5 8.192k 3.0304n 35: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.6131n 35: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.001 s 5 32.768k 894.592p 35: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 546.219p 35: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 319.885p 35: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 284.84p 35: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.002 s 5 524.288k 248.4p 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations FOM: rate 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Malloc/N:1/manual_time 10.4 us 23.3 us 68125 96.5349k/s 35: Malloc/N:16/manual_time 10.4 us 23.5 us 67317 96.0287k/s [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o 35: Malloc/N:256/manual_time 10.4 us 23.3 us 67277 96.5217k/s [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o 35: Malloc/N:4096/manual_time 10.4 us 23.4 us 67551 96.3799k/s 35: Malloc/N:65536/manual_time 9.91 us 22.5 us 70474 100.861k/s [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o 35: Malloc/N:1048576/manual_time 10.4 us 23.5 us 66842 95.9478k/s 35: Malloc/N:16777216/manual_time 500 us 610 us 1000 1.99952k/s 38: [ OK ] std_algorithms_DeathTest.expect_no_overlap (10205 ms) 38: [----------] 1 test from std_algorithms_DeathTest (10205 ms total) 38: 38: [----------] 3 tests from std_algorithms_reducers 38: [ RUN ] std_algorithms_reducers.max_first_loc 38: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 38: [ RUN ] std_algorithms_reducers.min_first_loc 38: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 38: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 38: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 38: [----------] 3 tests from std_algorithms_reducers (0 ms total) 38: 38: [----------] 1 test from std_algorithms 38: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 38: [ OK ] std_algorithms.is_admissible_to_std_algorithms (3 ms) 38: [----------] 1 test from std_algorithms (3 ms total) 38: 38: [----------] 11 tests from random_access_iterator_test 38: [ RUN ] random_access_iterator_test.constructor 38: [ OK ] random_access_iterator_test.constructor (2 ms) 38: [ RUN ] random_access_iterator_test.constructiblity 38: [ OK ] random_access_iterator_test.constructiblity (0 ms) 38: [ RUN ] random_access_iterator_test.dereference 38: [ OK ] random_access_iterator_test.dereference (0 ms) 38: [ RUN ] random_access_iterator_test.subscript_operator 38: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet1 38: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet2 38: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet3 38: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet4 38: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 38: [ RUN ] random_access_iterator_test.assignment_operator 38: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 38: [ RUN ] random_access_iterator_test.distance 38: [ OK ] random_access_iterator_test.distance (0 ms) 38: [ RUN ] random_access_iterator_test.traits_helpers 38: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 38: [----------] 11 tests from random_access_iterator_test (6 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 16 tests from 4 test suites ran. (10214 ms total) 38: [ PASSED ] 16 tests. 38/57 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 10.64 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_B 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 39: Test timeout computed to be: 1500 39: [==========] Running 7 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 7 tests from std_algorithms_min_max_element_test 39: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 39: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 39: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 39: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 39: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 39: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (12 ms) 39: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 39: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 39: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 39: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 39: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 39: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 39: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 39: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms) 39: [----------] 7 tests from std_algorithms_min_max_element_test (49 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 7 tests from 1 test suite ran. (49 ms total) 39: [ PASSED ] 7 tests. 39/57 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.46 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_C 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 40: Test timeout computed to be: 1500 40: [==========] Running 13 tests from 10 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_lexicographical_compare_test 40: [ RUN ] std_algorithms_lexicographical_compare_test.test 40: [ OK ] std_algorithms_lexicographical_compare_test.test (31 ms) 40: [----------] 1 test from std_algorithms_lexicographical_compare_test (31 ms total) 40: 40: [----------] 1 test from std_algorithms_for_each_test 40: [ RUN ] std_algorithms_for_each_test.test 40: [ OK ] std_algorithms_for_each_test.test (58 ms) 40: [----------] 1 test from std_algorithms_for_each_test (58 ms total) 40: 40: [----------] 1 test from std_algorithms_find_test 40: [ RUN ] std_algorithms_find_test.test 40: [ OK ] std_algorithms_find_test.test (33 ms) 40: [----------] 1 test from std_algorithms_find_test (33 ms total) 40: 40: [----------] 4 tests from std_algorithms_non_mod_seq_ops 40: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 40: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (576 ms) 40: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 40: [ OK ] std_algorithms_non_mod_seq_ops.find_end (637 ms) 40: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o 40: [ OK ] std_algorithms_non_mod_seq_ops.search (635 ms) 40: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 40: [ OK ] std_algorithms_non_mod_seq_ops.search_n (361 ms) 40: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2211 ms total) 40: 40: [----------] 1 test from std_algorithms_count_test 40: [ RUN ] std_algorithms_count_test.test 40: [ OK ] std_algorithms_count_test.test (24 ms) 40: [----------] 1 test from std_algorithms_count_test (24 ms total) 40: 40: [----------] 1 test from std_algorithms_equal_test 40: [ RUN ] std_algorithms_equal_test.test 40: [ OK ] std_algorithms_equal_test.test (19 ms) 40: [----------] 1 test from std_algorithms_equal_test (19 ms total) 40: 40: [----------] 1 test from std_algorithms_all_any_none_of_test 40: [ RUN ] std_algorithms_all_any_none_of_test.test 40: [ OK ] std_algorithms_all_any_none_of_test.test (33 ms) 40: [----------] 1 test from std_algorithms_all_any_none_of_test (33 ms total) 40: 40: [----------] 1 test from std_algorithms_nonmod_seq_ops 40: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 40: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (74 ms) 40: [----------] 1 test from std_algorithms_nonmod_seq_ops (74 ms total) 40: 40: [----------] 1 test from std_algorithms_mismatch_test 40: [ RUN ] std_algorithms_mismatch_test.test 40: [ OK ] std_algorithms_mismatch_test.test (80 ms) 40: [----------] 1 test from std_algorithms_mismatch_test (80 ms total) 40: 40: [----------] 1 test from std_algorithms_mod_seq_ops 40: [ RUN ] std_algorithms_mod_seq_ops.move_backward 40: [ OK ] std_algorithms_mod_seq_ops.move_backward (65 ms) 40: [----------] 1 test from std_algorithms_mod_seq_ops (65 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 13 tests from 10 test suites ran. (2631 ms total) 40: [ PASSED ] 13 tests. 40/57 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 3.07 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_D 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 41: Test timeout computed to be: 1500 41: [==========] Running 31 tests from 5 test suites. 41: [----------] Global test environment set-up. 41: [----------] 3 tests from std_algorithms_mod_ops_test 41: [ RUN ] std_algorithms_mod_ops_test.move 41: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 41: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 41: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 41: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 41: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 41: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 41: 41: [----------] 12 tests from std_algorithms_mod_seq_ops_test 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy 41: [ OK ] std_algorithms_mod_seq_ops_test.copy (4 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 41: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 41: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 41: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 41: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.fill 41: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 41: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 41: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 41: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.generate 41: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 41: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 41: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 41: [----------] 12 tests from std_algorithms_mod_seq_ops_test (7 ms total) 41: 41: [----------] 4 tests from std_algorithms_replace_ops_test 41: [ RUN ] std_algorithms_replace_ops_test.replace 41: [ OK ] std_algorithms_replace_ops_test.replace (36 ms) 41: [ RUN ] std_algorithms_replace_ops_test.replace_if 41: [ OK ] std_algorithms_replace_ops_test.replace_if (114 ms) 41: [ RUN ] std_algorithms_replace_ops_test.replace_copy 41: [ OK ] std_algorithms_replace_ops_test.replace_copy (56 ms) 41: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 41: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (54 ms) 41: [----------] 4 tests from std_algorithms_replace_ops_test (262 ms total) 41: 41: [----------] 11 tests from std_algorithms_mod_seq_ops 41: [ RUN ] std_algorithms_mod_seq_ops.copy_if [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o 41: [ OK ] std_algorithms_mod_seq_ops.copy_if (45 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.unique 41: [ OK ] std_algorithms_mod_seq_ops.unique (98 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 41: [ OK ] std_algorithms_mod_seq_ops.unique_copy (56 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove 41: [ OK ] std_algorithms_mod_seq_ops.remove (41 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove_if 41: [ OK ] std_algorithms_mod_seq_ops.remove_if (47 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 41: [ OK ] std_algorithms_mod_seq_ops.remove_copy (153 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 41: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (49 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.rotate 41: [ OK ] std_algorithms_mod_seq_ops.rotate (1383 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 41: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (556 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.shift_left 35: Malloc/N:268435456/manual_time 4943 us 1089 us 863 202.326/s 35: Malloc/N:4294967296/manual_time 110642 us 5823 us 6 9.03813/s [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o 35: MallocFree/N:1/manual_time 23.8 us 23.9 us 29392 41.9608k/s 5: [ OK ] hip.reduce_device_view_mdrange_policy (27236 ms) 5: [ RUN ] hip.reduce_device_view_team_policy 41: [ OK ] std_algorithms_mod_seq_ops.shift_left (1533 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.shift_right 35: MallocFree/N:16/manual_time 24.0 us 24.1 us 29291 41.6555k/s 41: [ OK ] std_algorithms_mod_seq_ops.shift_right (1576 ms) 41: [----------] 11 tests from std_algorithms_mod_seq_ops (5543 ms total) 41: 41: [----------] 1 test from std_algorithms_modseq_test 41: [ RUN ] std_algorithms_modseq_test.reverse 41: [ OK ] std_algorithms_modseq_test.reverse (75 ms) 41: [----------] 1 test from std_algorithms_modseq_test (75 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 31 tests from 5 test suites ran. (5892 ms total) 41: [ PASSED ] 31 tests. 41/57 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 6.39 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_E 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 42: Test timeout computed to be: 1500 35: MallocFree/N:256/manual_time 23.5 us 23.6 us 29430 42.5273k/s 42: [==========] Running 29 tests from 7 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_sorting_ops_test 42: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 42: [ OK ] std_algorithms_sorting_ops_test.is_sorted (15 ms) 42: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 42: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms) 42: [----------] 2 tests from std_algorithms_sorting_ops_test (27 ms total) 42: 42: [----------] 4 tests from std_algorithms_partitioning_test 42: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 42: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 42: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 42: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 42: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 42: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 42: [ RUN ] std_algorithms_partitioning_test.partition_point 42: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 42: [----------] 4 tests from std_algorithms_partitioning_test (5 ms total) 42: 42: [----------] 1 test from std_algorithms_partitioning_ops 42: [ RUN ] std_algorithms_partitioning_ops.partition_copy 42: [ OK ] std_algorithms_partitioning_ops.partition_copy (35 ms) 42: [----------] 1 test from std_algorithms_partitioning_ops (35 ms total) 42: 42: [----------] 12 tests from std_algorithms_numerics_test 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (9 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 42: [----------] 12 tests from std_algorithms_numerics_test (19 ms total) 42: 42: [----------] 1 test from std_algorithms_numerics_ops_test 42: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 42: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (77 ms) 42: [----------] 1 test from std_algorithms_numerics_ops_test (77 ms total) 42: 42: [----------] 8 tests from std_algorithms_numeric_ops_test 42: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 35: MallocFree/N:4096/manual_time 23.5 us 23.7 us 29703 42.4851k/s 42: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (753 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 42: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (680 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 35: MallocFree/N:65536/manual_time 22.8 us 22.9 us 30755 43.9227k/s 42: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (222 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 42: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (388 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 42: [----------] 8 tests from std_algorithms_numeric_ops_test (2045 ms total) 42: 42: [----------] 1 test from std_algorithms_transform_ops_test 42: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 42: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (41 ms) 42: [----------] 1 test from std_algorithms_transform_ops_test (41 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 29 tests from 7 test suites ran. (2252 ms total) 42: [ PASSED ] 29 tests. 42/57 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.68 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 43: Test timeout computed to be: 1500 35: MallocFree/N:1048576/manual_time 23.7 us 23.8 us 29526 42.221k/s 43: [==========] Running 12 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_adjacent_find_team_test 43: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 35: MallocFree/N:16777216/manual_time 609 us 609 us 1149 1.64178k/s 43: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (559 ms) 43: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 43: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (556 ms) 43: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1116 ms total) 43: 43: [----------] 2 tests from std_algorithms_count_team_test 43: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 43: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (268 ms) 43: [ RUN ] std_algorithms_count_team_test.count_returns_zero 43: [ OK ] std_algorithms_count_team_test.count_returns_zero (256 ms) 43: [----------] 2 tests from std_algorithms_count_team_test (525 ms total) 43: 43: [----------] 1 test from std_algorithms_count_if_team_test 43: [ RUN ] std_algorithms_count_if_team_test.test 43: [ OK ] std_algorithms_count_if_team_test.test (308 ms) 43: [----------] 1 test from std_algorithms_count_if_team_test (308 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_team_test 43: [ RUN ] std_algorithms_for_each_team_test.test 43: [ OK ] std_algorithms_for_each_team_test.test (386 ms) 43: [----------] 1 test from std_algorithms_for_each_team_test (386 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_n_team_test 43: [ RUN ] std_algorithms_for_each_n_team_test.test 43: [ OK ] std_algorithms_for_each_n_team_test.test (417 ms) 43: [----------] 1 test from std_algorithms_for_each_n_team_test (417 ms total) 43: 43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 43: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 43: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (754 ms) 43: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 35: MallocFree/N:268435456/manual_time 4655 us 1089 us 659 214.802/s 43: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (651 ms) 43: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 43: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (643 ms) 43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2049 ms total) 43: 43: [----------] 2 tests from std_algorithms_mismatch_team_test 43: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 35: MallocFree/N:4294967296/manual_time 112343 us 5567 us 9 8.90128/s 43: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (747 ms) 43: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 43: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (844 ms) 43: [----------] 2 tests from std_algorithms_mismatch_team_test (1592 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 12 tests from 7 test suites ran. (6396 ms total) 43: [ PASSED ] 12 tests. 43/57 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.89 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 44: Test timeout computed to be: 1500 44: [==========] Running 8 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_equal_team_test 44: [ RUN ] std_algorithms_equal_team_test.views_are_equal 35: MallocTouch/N:1/manual_time 11.3 us 24.5 us 62146 88.4037k/s 44: [ OK ] std_algorithms_equal_team_test.views_are_equal (1144 ms) 44: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 35: MallocTouch/N:16/manual_time 11.1 us 24.0 us 62017 90.0987k/s 44: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1267 ms) 44: [----------] 2 tests from std_algorithms_equal_team_test (2411 ms total) 44: 44: [----------] 2 tests from std_algorithms_search_team_test 44: [ RUN ] std_algorithms_search_team_test.sequences_exist 44: [ OK ] std_algorithms_search_team_test.sequences_exist (521 ms) 44: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 44: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (532 ms) 44: [----------] 2 tests from std_algorithms_search_team_test (1053 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_end_team_test 44: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 35: MallocTouch/N:256/manual_time 11.0 us 24.0 us 63583 90.7631k/s 44: [ OK ] std_algorithms_find_end_team_test.sequences_exist (617 ms) 44: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist -- Testing 1-D histogram Density 1D: 0.000246146 -0.99999 -48247.4 || 0.051031 0 194873 || 2.9287e+09 28674.4 || -6.66972e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00073724 -0.304295 0.156538 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 44: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (614 ms) 44: [----------] 2 tests from std_algorithms_find_end_team_test (1231 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_first_of_team_test 44: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 44: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (556 ms) 44: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 35: MallocTouch/N:4096/manual_time 21.7 us 37.7 us 32228 46.0126k/s [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o 44: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (687 ms) 44: [----------] 2 tests from std_algorithms_find_first_of_team_test (1244 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 8 tests from 4 test suites ran. (5941 ms total) 44: [ PASSED ] 8 tests. 44/57 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.39 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 45: Test timeout computed to be: 1500 45: [==========] Running 11 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_find_team_test 45: [ RUN ] std_algorithms_find_team_test.searched_values_exist 45: [ OK ] std_algorithms_find_team_test.searched_values_exist (260 ms) 45: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o 45: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (251 ms) 45: [----------] 2 tests from std_algorithms_find_team_test (512 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_if_team_test 45: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 45: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (252 ms) 45: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 35: MallocTouch/N:65536/manual_time 21.5 us 37.1 us 32738 46.5986k/s 45: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (250 ms) 45: [----------] 2 tests from std_algorithms_find_if_team_test (503 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_if_not_team_test 45: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 45: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (255 ms) 45: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 45: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (240 ms) 45: [----------] 2 tests from std_algorithms_find_if_not_team_test (496 ms total) 45: 45: [----------] 1 test from std_algorithms_all_of_team_test 45: [ RUN ] std_algorithms_all_of_team_test.test 45: [ OK ] std_algorithms_all_of_team_test.test (251 ms) 45: [----------] 1 test from std_algorithms_all_of_team_test (251 ms total) 45: 45: [----------] 1 test from std_algorithms_any_of_team_test 45: [ RUN ] std_algorithms_any_of_team_test.test 45: [ OK ] std_algorithms_any_of_team_test.test (240 ms) 45: [----------] 1 test from std_algorithms_any_of_team_test (240 ms total) 45: 45: [----------] 1 test from std_algorithms_none_of_team_test 45: [ RUN ] std_algorithms_none_of_team_test.test 35: MallocTouch/N:1048576/manual_time 23.4 us 39.3 us 29931 42.7584k/s 45: [ OK ] std_algorithms_none_of_team_test.test (250 ms) 45: [----------] 1 test from std_algorithms_none_of_team_test (251 ms total) 45: 45: [----------] 2 tests from std_algorithms_search_n_team_test 45: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 45: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (279 ms) 45: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 45: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (263 ms) 45: [----------] 2 tests from std_algorithms_search_n_team_test (543 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 11 tests from 7 test suites ran. (2798 ms total) 45: [ PASSED ] 11 tests. 45/57 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.23 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 46: Test timeout computed to be: 1500 35: MallocTouch/N:16777216/manual_time 519 us 635 us 1350 1.92683k/s 46: [==========] Running 3 tests from 3 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_min_element_team_test 46: [ RUN ] std_algorithms_min_element_team_test.test 5: [ OK ] hip.reduce_device_view_team_policy (21551 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (158 ms) 5: [ RUN ] hip.mdspan_space_aware_accessor 5: [ OK ] hip.mdspan_space_aware_accessor (2 ms) 5: [ RUN ] hip.kokkos_swap 5: [ OK ] hip.kokkos_swap (0 ms) 5: [ RUN ] hip.team_for 5: [ OK ] hip.team_for (15 ms) 5: [ RUN ] hip.team_reduce 5: [ OK ] hip.team_reduce (0 ms) 5: [ RUN ] hip.team_reduce_large 5: [ OK ] hip.team_reduce_large (73 ms) 5: [ RUN ] hip.team_parallel_single 5: [ OK ] hip.team_parallel_single (7 ms) 5: [ RUN ] hip.large_team_scratch_size 5: [ OK ] hip.large_team_scratch_size (0 ms) 5: [ RUN ] hip.team_broadcast_long 5: [ OK ] hip.team_broadcast_long (1 ms) 5: [ RUN ] hip.team_broadcast_long_wrapper 5: [ OK ] hip.team_broadcast_long_wrapper (1 ms) 5: [ RUN ] hip.team_broadcast_char 5: [ OK ] hip.team_broadcast_char (1 ms) 5: [ RUN ] hip.team_broadcast_float 5: [ OK ] hip.team_broadcast_float (0 ms) 5: [ RUN ] hip.team_broadcast_double 5: [ OK ] hip.team_broadcast_double (0 ms) 5: [ RUN ] hip.team_handle_by_value 5: [ OK ] hip.team_handle_by_value (0 ms) 5: [ RUN ] hip.team_vector 5: [ OK ] hip.team_vector (11 ms) 5: [ RUN ] hip.triple_nested_parallelism 5: [ OK ] hip.triple_nested_parallelism (6 ms) 5: [ RUN ] hip.parallel_scan_with_reducers 5: [ OK ] hip.parallel_scan_with_reducers (65 ms) 5: [ RUN ] hip.team_thread_range_combined_reducers 5: [ OK ] hip.team_thread_range_combined_reducers (2 ms) 5: [ RUN ] hip.thread_vector_range_combined_reducers 5: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.team_vector_range_combined_reducers 5: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelFor 5: [ OK ] hip.TeamThreadMDRangeParallelFor (38 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelFor 5: [ OK ] hip.ThreadVectorMDRangeParallelFor (10 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelFor 5: [ OK ] hip.TeamVectorMDRangeParallelFor (11 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelReduce 5: [ OK ] hip.TeamThreadMDRangeParallelReduce (22 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 5: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelReduce 5: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.team_policy_runtime_parameters 5: [ OK ] hip.team_policy_runtime_parameters (1 ms) 5: [ RUN ] hip.team_reduction_scan 5: [ OK ] hip.team_reduction_scan (1853 ms) 5: [ RUN ] hip.team_long_reduce 5: [ OK ] hip.team_long_reduce (20 ms) 5: [ RUN ] hip.team_double_reduce 5: [ OK ] hip.team_double_reduce (20 ms) 5: [ RUN ] hip.team_long_array_reduce 5: [ OK ] hip.team_long_array_reduce (21 ms) 5: [ RUN ] hip.team_double_array_reduce 5: [ OK ] hip.team_double_array_reduce (21 ms) 5: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] hip.repeated_team_reduce 5: [ OK ] hip.repeated_team_reduce (22 ms) 5: [ RUN ] hip.nested_team_reduce_functor_as_reducer 5: [ OK ] hip.nested_team_reduce_functor_as_reducer (0 ms) 5: [ RUN ] hip.team_scan 46: [ OK ] std_algorithms_min_element_team_test.test (605 ms) 46: [----------] 1 test from std_algorithms_min_element_team_test (605 ms total) 46: 46: [----------] 1 test from std_algorithms_max_element_team_test 46: [ RUN ] std_algorithms_max_element_team_test.test 5: [ OK ] hip.team_scan (116 ms) 5: [ RUN ] hip.team_scan_ret_val 5: [ OK ] hip.team_scan_ret_val (104 ms) 5: [ RUN ] hip.team_shared_request 5: [ OK ] hip.team_shared_request (3 ms) 5: [ RUN ] hip.team_scratch_request 5: [ OK ] hip.team_scratch_request (1 ms) 5: [ RUN ] hip.team_lambda_shared_request 5: [ OK ] hip.team_lambda_shared_request (3 ms) 5: [ RUN ] hip.scratch_align 5: [ OK ] hip.scratch_align (0 ms) 5: [ RUN ] hip.shmem_size 5: [ OK ] hip.shmem_size (0 ms) 5: [ RUN ] hip.multi_level_scratch 5: [ OK ] hip.multi_level_scratch (11 ms) 5: [ RUN ] hip.team_scratch_memory_index_parallel_for 5: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] hip.team_policy_max_recommended 5: [ OK ] hip.team_policy_max_recommended (24 ms) 5: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] hip.team_teamvector_range 5: [ OK ] hip.team_teamvector_range (3 ms) 5: [ RUN ] hip.unique_token_global 5: [ OK ] hip.unique_token_global (20 ms) 5: [ RUN ] hip.unique_token_instance 5: [ OK ] hip.unique_token_instance (21 ms) 5: [ RUN ] hip.unique_token_team_acquire 5: [ OK ] hip.unique_token_team_acquire (17 ms) 5: [ RUN ] hip.view_api_a 5: [ OK ] hip.view_api_a (4 ms) 5: [ RUN ] hip.view_layout_left_with_stride 5: [ OK ] hip.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip.view_layout_right_with_stride 5: [ OK ] hip.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip.view_api_b 5: [ OK ] hip.view_api_b (7 ms) 5: [ RUN ] hip.view_api_c 5: [ OK ] hip.view_api_c (6 ms) 5: [ RUN ] hip.view_api_d 5: [ OK ] hip.view_api_d (1 ms) 5: [ RUN ] hip.view_remap 5: [ OK ] hip.view_remap (0 ms) 5: [ RUN ] hip.view_mirror_nonconst 5: [ OK ] hip.view_mirror_nonconst (0 ms) 5: [ RUN ] hip.view_stride_method 5: [ OK ] hip.view_stride_method (0 ms) 5: [ RUN ] hip.anonymous_space 5: [ OK ] hip.anonymous_space (1 ms) 5: [ RUN ] hip.view_overload_resolution 5: [ OK ] hip.view_overload_resolution (0 ms) 5: [ RUN ] hip.view_allocation_large_rank 5: [ OK ] hip.view_allocation_large_rank (4 ms) 5: [ RUN ] hip.view_shmem_size_on_device 5: [ OK ] hip.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip.view_is_assignable 5: [ OK ] hip.view_is_assignable (1 ms) 5: [ RUN ] hip.view_bad_alloc 5: [ OK ] hip.view_bad_alloc (0 ms) 5: [ RUN ] hip.view_copy_tests 5: [ OK ] hip.view_copy_tests (6 ms) 5: [ RUN ] hip.view_copy_tests_rank_0 5: [ OK ] hip.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] hip.view_copy_degenerated 5: [ OK ] hip.view_copy_degenerated (0 ms) 5: [ RUN ] hip.view_fill_tests_layout_right 5: [ OK ] hip.view_fill_tests_layout_right (66 ms) 5: [ RUN ] hip.view_fill_tests_layout_left 5: [ OK ] hip.view_fill_tests_layout_left (38 ms) 5: [ RUN ] hip.vcp_empty_traits 5: [ OK ] hip.vcp_empty_traits (0 ms) 5: [ RUN ] hip.is_view_label 5: [ OK ] hip.is_view_label (0 ms) 5: [ RUN ] hip.vcp_label_base_traits 5: [ OK ] hip.vcp_label_base_traits (0 ms) 5: [ RUN ] hip.vcp_label_traits 5: [ OK ] hip.vcp_label_traits (0 ms) 5: [ RUN ] hip.view_alloc_can_perfect_forward_label 5: [ OK ] hip.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] hip.vcp_label_copy_constructor 5: [ OK ] hip.vcp_label_copy_constructor (0 ms) 5: [ RUN ] hip.vcp_pointer_add_property 5: [ OK ] hip.vcp_pointer_add_property (0 ms) 5: [ RUN ] hip.view_empty_runtime_unmanaged 5: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] hip.view_hooks 5: [ OK ] hip.view_hooks (0 ms) 5: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (47 ms) 5: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (48 ms) 5: [ RUN ] hip.view_irregular_layout 5: [ OK ] hip.view_irregular_layout (4 ms) 5: [ RUN ] hip.view_mapping 46: [ OK ] std_algorithms_max_element_team_test.test (580 ms) 46: [----------] 1 test from std_algorithms_max_element_team_test (580 ms total) 46: 46: [----------] 1 test from std_algorithms_minmax_element_team_test 46: [ RUN ] std_algorithms_minmax_element_team_test.test 5: [ OK ] hip.view_mapping (67 ms) 5: [ RUN ] hip.view_mapping_operator 5: [ OK ] hip.view_mapping_operator (24 ms) 5: [ RUN ] hip.static_extent 5: [ OK ] hip.static_extent (0 ms) 5: [ RUN ] hip.view_mapping_atomic 5: [ OK ] hip.view_mapping_atomic (1 ms) 5: [ RUN ] hip.view_mapping_class_value 5: [ OK ] hip.view_mapping_class_value (0 ms) 5: [ RUN ] hip.view_mapping_assignable 5: [ OK ] hip.view_mapping_assignable (0 ms) 5: [ RUN ] hip.view_mapping_trivially_copyable 5: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip.view_mapping_subview 5: [ OK ] hip.view_mapping_subview (1 ms) 5: [ RUN ] hip.view_nested_view 5: [ OK ] hip.view_nested_view (1 ms) 5: [ RUN ] hip.view_of_views_default 5: [ OK ] hip.view_of_views_default (0 ms) 5: [ RUN ] hip.view_of_views_without_initializing 5: [ OK ] hip.view_of_views_without_initializing (0 ms) 5: [ RUN ] hip.test_view_of_views_sequential_host_init 5: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] hip.append_formatted_multidimensional_index 5: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] hip.view_resize 5: [ OK ] hip.view_resize (13 ms) 5: [ RUN ] hip.view_realloc 5: [ OK ] hip.view_realloc (1 ms) 5: [ RUN ] hip.workgraph_fib 46: [ OK ] std_algorithms_minmax_element_team_test.test (610 ms) 46: [----------] 1 test from std_algorithms_minmax_element_team_test (610 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 3 tests from 3 test suites ran. (1796 ms total) 46: [ PASSED ] 3 tests. 46/57 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.22 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 47: Test timeout computed to be: 1500 47: [==========] Running 6 tests from 6 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_fill_team_test 47: [ RUN ] std_algorithms_fill_team_test.test 47: [ OK ] std_algorithms_fill_team_test.test (287 ms) 47: [----------] 1 test from std_algorithms_fill_team_test (287 ms total) 47: 47: [----------] 1 test from std_algorithms_fill_n_team_test 47: [ RUN ] std_algorithms_fill_n_team_test.test 47: [ OK ] std_algorithms_fill_n_team_test.test (424 ms) 47: [----------] 1 test from std_algorithms_fill_n_team_test (424 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_team_test 47: [ RUN ] std_algorithms_replace_team_test.test 47: [ OK ] std_algorithms_replace_team_test.test (400 ms) 47: [----------] 1 test from std_algorithms_replace_team_test (400 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_if_team_test 47: [ RUN ] std_algorithms_replace_if_team_test.test 47: [ OK ] std_algorithms_replace_if_team_test.test (334 ms) 47: [----------] 1 test from std_algorithms_replace_if_team_test (334 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_copy_team_test 47: [ RUN ] std_algorithms_replace_copy_team_test.test 47: [ OK ] std_algorithms_replace_copy_team_test.test (411 ms) 47: [----------] 1 test from std_algorithms_replace_copy_team_test (411 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_copy_if_team_test 47: [ RUN ] std_algorithms_replace_copy_if_team_test.test 47: [ OK ] std_algorithms_replace_copy_if_team_test.test (379 ms) 47: [----------] 1 test from std_algorithms_replace_copy_if_team_test (379 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 6 tests from 6 test suites ran. (2238 ms total) 47: [ PASSED ] 6 tests. 47/57 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.66 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 48: Test timeout computed to be: 1500 5: [ OK ] hip.workgraph_fib (3131 ms) 5: [ RUN ] hip.resize_realloc_no_init 5: [ OK ] hip.resize_realloc_no_init (0 ms) 5: [ RUN ] hip.resize_realloc_no_alloc 5: [ OK ] hip.resize_realloc_no_alloc (0 ms) 5: [ RUN ] hip.realloc_exec_space 5: [ OK ] hip.realloc_exec_space (0 ms) 5: [ RUN ] hip.view_alloc 5: [ OK ] hip.view_alloc (1 ms) 5: [ RUN ] hip.view_alloc_exec_space 5: [ OK ] hip.view_alloc_exec_space (0 ms) 5: [ RUN ] hip.view_alloc_int 5: [ OK ] hip.view_alloc_int (0 ms) 5: [ RUN ] hip.view_alloc_exec_space_int 5: [ OK ] hip.view_alloc_exec_space_int (0 ms) 5: [ RUN ] hip.deep_copy_zero_memset 5: [ OK ] hip.deep_copy_zero_memset (0 ms) 5: [ RUN ] hip.resize_exec_space 5: [ OK ] hip.resize_exec_space (0 ms) 5: [ RUN ] hip.view_allocation_int 5: [ OK ] hip.view_allocation_int (0 ms) 5: [ RUN ] hip.view_allocation_exec_space_int 5: [ OK ] hip.view_allocation_exec_space_int (0 ms) 5: [ RUN ] hip.view_not_default_constructible 5: [ OK ] hip.view_not_default_constructible (0 ms) 5: [ RUN ] hip.scan_unit 5: [ OK ] hip.scan_unit (3 ms) 5: [ RUN ] hip.space_access 5: [ OK ] hip.space_access (0 ms) 5: [ RUN ] hip.impl_view_accessible 5: [ OK ] hip.impl_view_accessible (2 ms) 5: [ RUN ] hip.memory_requirements 5: [ OK ] hip.memory_requirements (0 ms) 5: [ RUN ] hip.team_scratch_1_streams 48: [==========] Running 4 tests from 4 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_reverse_team_test 48: [ RUN ] std_algorithms_reverse_team_test.test 35: MallocTouch/N:268435456/manual_time 4958 us 1125 us 873 201.688/s 48: [ OK ] std_algorithms_reverse_team_test.test (297 ms) 48: [----------] 1 test from std_algorithms_reverse_team_test (297 ms total) 48: 48: [----------] 1 test from std_algorithms_reverse_copy_team_test 48: [ RUN ] std_algorithms_reverse_copy_team_test.test 48: [ OK ] std_algorithms_reverse_copy_team_test.test (345 ms) 48: [----------] 1 test from std_algorithms_reverse_copy_team_test (345 ms total) 48: 48: [----------] 1 test from std_algorithms_rotate_team_test 48: [ RUN ] std_algorithms_rotate_team_test.test 35: MallocTouch/N:4294967296/manual_time 109650 us 6058 us 6 9.11996/s 48: [ OK ] std_algorithms_rotate_team_test.test (601 ms) 48: [----------] 1 test from std_algorithms_rotate_team_test (601 ms total) 48: 48: [----------] 1 test from std_algorithms_rotate_copy_team_test 48: [ RUN ] std_algorithms_rotate_copy_team_test.test 35: MallocTouchFree/N:1/manual_time 24.4 us 24.5 us 28754 40.9233k/s 48: [ OK ] std_algorithms_rotate_copy_team_test.test (618 ms) 48: [----------] 1 test from std_algorithms_rotate_copy_team_test (618 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (1862 ms total) 48: [ PASSED ] 4 tests. 48/57 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.29 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 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_move_team_test 49: [ RUN ] std_algorithms_move_team_test.test [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o 49: [ OK ] std_algorithms_move_team_test.test (492 ms) 49: [----------] 1 test from std_algorithms_move_team_test (492 ms total) 49: 49: [----------] 1 test from std_algorithms_move_backward_team_test 49: [ RUN ] std_algorithms_move_backward_team_test.test 35: MallocTouchFree/N:16/manual_time 24.4 us 24.5 us 28643 40.961k/s 49: [ OK ] std_algorithms_move_backward_team_test.test (473 ms) 49: [----------] 1 test from std_algorithms_move_backward_team_test (473 ms total) 49: 49: [----------] 1 test from std_algorithms_shift_left_team_test 49: [ RUN ] std_algorithms_shift_left_team_test.test 35: MallocTouchFree/N:256/manual_time 23.9 us 24.0 us 29189 41.9093k/s 49: [ OK ] std_algorithms_shift_left_team_test.test (1555 ms) 49: [----------] 1 test from std_algorithms_shift_left_team_test (1555 ms total) 49: 49: [----------] 1 test from std_algorithms_shift_right_team_test 49: [ RUN ] std_algorithms_shift_right_team_test.test 35: MallocTouchFree/N:4096/manual_time 37.3 us 37.4 us 18763 26.8188k/s 35: MallocTouchFree/N:65536/manual_time 36.6 us 36.7 us 19113 27.2943k/s 49: [ OK ] std_algorithms_shift_right_team_test.test (1531 ms) 49: [----------] 1 test from std_algorithms_shift_right_team_test (1531 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (4053 ms total) 49: [ PASSED ] 4 tests. 49/57 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.48 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 50: Test timeout computed to be: 1500 50: [==========] Running 9 tests from 9 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_copy_team_test 50: [ RUN ] std_algorithms_copy_team_test.test 35: MallocTouchFree/N:1048576/manual_time 39.0 us 39.1 us 17924 25.6149k/s 50: [ OK ] std_algorithms_copy_team_test.test (593 ms) 50: [----------] 1 test from std_algorithms_copy_team_test (593 ms total) 50: 50: [----------] 1 test from std_algorithms_copy_n_team_test 50: [ RUN ] std_algorithms_copy_n_team_test.test 50: [ OK ] std_algorithms_copy_n_team_test.test (481 ms) 50: [----------] 1 test from std_algorithms_copy_n_team_test (481 ms total) 50: 50: [----------] 1 test from std_algorithms_copy_backward_team_test 50: [ RUN ] std_algorithms_copy_backward_team_test.test 35: MallocTouchFree/N:16777216/manual_time 634 us 634 us 1105 1.57659k/s 50: [ OK ] std_algorithms_copy_backward_team_test.test (438 ms) 50: [----------] 1 test from std_algorithms_copy_backward_team_test (438 ms total) 50: 50: [----------] 1 test from std_algorithms_copy_if_team_test 50: [ RUN ] std_algorithms_copy_if_team_test.test 50: [ OK ] std_algorithms_copy_if_team_test.test (392 ms) 50: [----------] 1 test from std_algorithms_copy_if_team_test (392 ms total) 50: 50: [----------] 1 test from std_algorithms_unique_copy_team_test 50: [ RUN ] std_algorithms_unique_copy_team_test.test 50: [ OK ] std_algorithms_unique_copy_team_test.test (505 ms) 50: [----------] 1 test from std_algorithms_unique_copy_team_test (505 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_team_test 50: [ RUN ] std_algorithms_remove_team_test.test [ 44%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP 50: [ OK ] std_algorithms_remove_team_test.test (436 ms) 50: [----------] 1 test from std_algorithms_remove_team_test (436 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_if_team_test 50: [ RUN ] std_algorithms_remove_if_team_test.test 50: [ OK ] std_algorithms_remove_if_team_test.test (393 ms) 50: [----------] 1 test from std_algorithms_remove_if_team_test (393 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_copy_team_test 50: [ RUN ] std_algorithms_remove_copy_team_test.test 50: [ OK ] std_algorithms_remove_copy_team_test.test (471 ms) 50: [----------] 1 test from std_algorithms_remove_copy_team_test (471 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_copy_if_team_test 50: [ RUN ] std_algorithms_remove_copy_if_team_test.test 50: [ OK ] std_algorithms_remove_copy_if_team_test.test (351 ms) 50: [----------] 1 test from std_algorithms_remove_copy_if_team_test (351 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 9 tests from 9 test suites ran. (4064 ms total) 50: [ PASSED ] 9 tests. 50/57 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.49 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 51: Test timeout computed to be: 1500 35: MallocTouchFree/N:268435456/manual_time 4648 us 1111 us 660 215.134/s 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_unique_team_test 51: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 51: [ OK ] std_algorithms_unique_team_test.test_default_predicate (691 ms) 51: [----------] 1 test from std_algorithms_unique_team_test (691 ms total) 51: 51: [----------] 1 test from std_algorithms_adjacent_difference_team_test 51: [ RUN ] std_algorithms_adjacent_difference_team_test.test 35: MallocTouchFree/N:4294967296/manual_time 125121 us 6728 us 9 7.99229/s 51: [ OK ] std_algorithms_adjacent_difference_team_test.test (771 ms) 51: [----------] 1 test from std_algorithms_adjacent_difference_team_test (771 ms total) 51: 51: [----------] 1 test from std_algorithms_reduce_team_test 51: [ RUN ] std_algorithms_reduce_team_test.test 51: [ OK ] std_algorithms_reduce_team_test.test (818 ms) 51: [----------] 1 test from std_algorithms_reduce_team_test (818 ms total) 51: 51: [----------] 1 test from std_algorithms_transform_reduce_team_test 51: [ RUN ] std_algorithms_transform_reduce_team_test.test 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: Benchmark Time CPU Iterations FOM: GB/s MB 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: ViewAllocate_Rank1/N:10/manual_time 0.020 s 0.002 s 76 39.2977/s 800 51: [ OK ] std_algorithms_transform_reduce_team_test.test (1379 ms) 51: [----------] 1 test from std_algorithms_transform_reduce_team_test (1379 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (3661 ms total) 51: [ PASSED ] 4 tests. 51/57 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.09 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 52: Test timeout computed to be: 1500 [ 44%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp 52: [==========] Running 18 tests from 5 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_is_sorted_team_test 52: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 35: ViewAllocate_Rank1/N:10/manual_time 0.021 s 0.002 s 33 38.894/s 800 [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o 52: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (512 ms) 52: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 35: ViewAllocate_Rank2/N:10/manual_time 0.020 s 0.002 s 32 40.0939/s 800 52: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (391 ms) 52: [----------] 2 tests from std_algorithms_is_sorted_team_test (903 ms total) 52: 52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (23 ms) 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms) 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (313 ms) 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (429 ms) 52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (792 ms total) 52: 52: [----------] 4 tests from std_algorithms_is_partitioned_team_test 52: [ RUN ] std_algorithms_is_partitioned_team_test.empty 52: [ OK ] std_algorithms_is_partitioned_team_test.empty (13 ms) 52: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 52: [ OK ] std_algorithms_is_partitioned_team_test.all_true (206 ms) 52: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 35: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 35 41.1637/s 800 52: [ OK ] std_algorithms_is_partitioned_team_test.all_false (210 ms) 52: [ RUN ] std_algorithms_is_partitioned_team_test.random 52: [ OK ] std_algorithms_is_partitioned_team_test.random (152 ms) 52: [----------] 4 tests from std_algorithms_is_partitioned_team_test (582 ms total) 52: 52: [----------] 4 tests from std_algorithms_partition_copy_team_test 52: [ RUN ] std_algorithms_partition_copy_team_test.empty 52: [ OK ] std_algorithms_partition_copy_team_test.empty (20 ms) 52: [ RUN ] std_algorithms_partition_copy_team_test.all_true 35: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 35 41.0469/s 800 52: [ OK ] std_algorithms_partition_copy_team_test.all_true (494 ms) 52: [ RUN ] std_algorithms_partition_copy_team_test.all_false 52: [ OK ] std_algorithms_partition_copy_team_test.all_false (492 ms) 52: [ RUN ] std_algorithms_partition_copy_team_test.random 52: [ OK ] std_algorithms_partition_copy_team_test.random (450 ms) 52: [----------] 4 tests from std_algorithms_partition_copy_team_test (1457 ms total) 52: 52: [----------] 4 tests from std_algorithms_partition_point_team_test 52: [ RUN ] std_algorithms_partition_point_team_test.empty 52: [ OK ] std_algorithms_partition_point_team_test.empty (14 ms) 52: [ RUN ] std_algorithms_partition_point_team_test.all_true 35: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 35 41.1739/s 800 [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o 52: [ OK ] std_algorithms_partition_point_team_test.all_true (202 ms) 52: [ RUN ] std_algorithms_partition_point_team_test.all_false 52: [ OK ] std_algorithms_partition_point_team_test.all_false (201 ms) 52: [ RUN ] std_algorithms_partition_point_team_test.random 52: [ OK ] std_algorithms_partition_point_team_test.random (145 ms) 52: [----------] 4 tests from std_algorithms_partition_point_team_test (564 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 18 tests from 5 test suites ran. (4300 ms total) 52: [ PASSED ] 18 tests. 52/57 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.74 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 53: Test timeout computed to be: 1500 35: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 35 41.0355/s 800 53: [==========] Running 5 tests from 4 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_transform_team_test 53: [ RUN ] std_algorithms_transform_team_test.test_unary_op 53: [ OK ] std_algorithms_transform_team_test.test_unary_op (611 ms) 53: [ RUN ] std_algorithms_transform_team_test.test_binary_op 35: ViewAllocate_Rank4/N:10/manual_time 0.020 s 0.002 s 35 40.9732/s 800 53: [ OK ] std_algorithms_transform_team_test.test_binary_op (765 ms) 53: [----------] 2 tests from std_algorithms_transform_team_test (1376 ms total) 53: 53: [----------] 1 test from std_algorithms_generate_team_test 53: [ RUN ] std_algorithms_generate_team_test.test_unary_op 35: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 35 41.3018/s 800 35: ViewAllocate_Rank5/N:10/manual_time 0.021 s 0.002 s 35 39.0008/s 800 53: [ OK ] std_algorithms_generate_team_test.test_unary_op (1398 ms) 53: [----------] 1 test from std_algorithms_generate_team_test (1398 ms total) 53: 53: [----------] 1 test from std_algorithms_generate_n_team_test 53: [ RUN ] std_algorithms_generate_n_team_test.test 53: [ OK ] std_algorithms_generate_n_team_test.test (386 ms) 53: [----------] 1 test from std_algorithms_generate_n_team_test (386 ms total) 53: 53: [----------] 1 test from std_algorithms_swap_ranges_team_test 53: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o 35: ViewAllocate_Rank6/N:10/manual_time 0.021 s 0.002 s 35 38.9929/s 800 53: [ OK ] std_algorithms_swap_ranges_team_test.test (705 ms) 53: [----------] 1 test from std_algorithms_swap_ranges_team_test (705 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 5 tests from 4 test suites ran. (3866 ms total) 53: [ PASSED ] 5 tests. 53/57 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.30 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 54: Test timeout computed to be: 1500 54: [==========] Running 2 tests from 2 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_exclusive_scan_team_test 54: [ RUN ] std_algorithms_exclusive_scan_team_test.test 35: ViewAllocate_Rank6/N:10/manual_time 0.021 s 0.002 s 35 39.019/s 800 [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o 35: ViewAllocate_Rank7/N:10/manual_time 0.020 s 0.002 s 35 39.0896/s 800 54: [ OK ] std_algorithms_exclusive_scan_team_test.test (1667 ms) 54: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1668 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 54: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 35: ViewAllocate_Rank7/N:10/manual_time 0.021 s 0.002 s 35 38.8983/s 800 54: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (818 ms) 54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (818 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 2 tests from 2 test suites ran. (2486 ms total) 54: [ PASSED ] 2 tests. 54/57 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.92 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 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_inclusive_scan_team_test 55: [ RUN ] std_algorithms_inclusive_scan_team_test.test 35: ViewAllocate_Rank8/N:10/manual_time 0.021 s 0.002 s 35 39.0111/s 800 35: ViewAllocate_Rank8/N:10/manual_time 0.020 s 0.002 s 35 39.0268/s 800 [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 55: [ OK ] std_algorithms_inclusive_scan_team_test.test (2393 ms) 55: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2394 ms total) 55: 55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 55: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 35: ViewDeepCopy_Rank1/N:10/manual_time 0.438 s 0.438 s 2 3.65045/s 1.6k [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o 35: ViewDeepCopy_Rank1/N:10/manual_time 0.099 s 0.099 s 7 16.2159/s 1.6k 55: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1555 ms) 55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1555 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 2 tests from 2 test suites ran. (3949 ms total) 55: [ PASSED ] 2 tests. 55/57 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.40 sec test 56 Start 56: Kokkos_PerformanceTest_InclusiveScan 56: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-52-02.json" 56: Test timeout computed to be: 1500 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 70%] Linking CXX executable Kokkos_UnitTest_Random 56: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected" 56: 2025-03-17T16:22:49+00:00 56: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 56: Run on (64 X 3276.64 MHz CPU s) 56: CPU Caches: 56: L1 Data 32 KiB (x32) 56: L1 Instruction 32 KiB (x32) 56: L2 Unified 512 KiB (x32) 56: L3 Unified 16384 KiB (x16) 56: Load Average: 7.12, 10.03, 14.61 56: APU or dGPU: dGPU 56: Architecture capable of accessing system allocated memory: 1 56: CPU architecture: none 56: Default Device: HIP 56: GPU architecture: AMD_GFX908 56: Is Large Bar: 1 56: KOKKOS_COMPILER_CLANG: 1500 56: KOKKOS_ENABLE_ASM: no 56: KOKKOS_ENABLE_CXX17: yes 56: KOKKOS_ENABLE_CXX20: no 56: KOKKOS_ENABLE_CXX23: no 56: KOKKOS_ENABLE_CXX26: no 56: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 56: KOKKOS_ENABLE_HIP: yes 56: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 56: KOKKOS_ENABLE_HWLOC: no 56: KOKKOS_ENABLE_LIBDL: yes 56: KOKKOS_ENABLE_OPENMP: yes 56: KOKKOS_ENABLE_PRAGMA_IVDEP: no 56: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 56: KOKKOS_ENABLE_PRAGMA_UNROLL: no 56: KOKKOS_ENABLE_PRAGMA_VECTOR: no 56: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 56: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 56: Kokkos Version: 4.6.99 56: Shared Memory per Block: 64 KiB 56: Supports Managed Memory: 1 56: System allows accessing system allocated memory on GPU: 0 56: Total Global Memory: 31.98 GiB 56: Wavefront Size: 64 56: XNACK environment variable set: no 56: macro KOKKOS_ENABLE_HIP: defined 56: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 56: macro KOKKOS_ENABLE_ROCTHRUST: defined 56: platform: 64bit 35: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 704 1.64497k/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 699 1.64452k/s 1.6k 35: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 699 1.64369k/s 1.6k [ 70%] Built target Kokkos_UnitTest_Random 56: ---------------------------------------------------------------------------------------------------------------------------------------------- 56: Benchmark Time CPU Iterations FOM: GB/s MB Passed 56: ---------------------------------------------------------------------------------------------------------------------------------------------- 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 414 967.415/s 1.6k 1 35: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.001 s 0.001 s 471 550.91/s 800 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 425 965.819/s 1.6k 1 [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o 35: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.129 s 0.129 s 5 6.18384/s 800 35: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 706 1.64492k/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 699 1.64569k/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 426 973.367/s 1.6k 1 [ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o 35: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 699 1.64447k/s 1.6k 35: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 699 1.64551k/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 297 680.236/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 425 970.928/s 1.6k 1 [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o 35: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 183 416.545/s 1.6k 35: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 699 1.64487k/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 425 965.665/s 1.6k 1 [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o 35: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 298 681.73/s 1.6k 35: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 397 916.266/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 426 973.108/s 1.6k 1 [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp 35: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 699 1.64352k/s 1.6k 35: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 698 1.64464k/s 1.6k 35: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 700 1.64412k/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 426 974.873/s 1.6k 1 35: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 699 1.64483k/s 1.6k [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp 35: ViewDeepCopy_Rank4/N:10/manual_time 0.004 s 0.004 s 181 417.435/s 1.6k [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o 35: ViewDeepCopy_Rank5/N:10/manual_time 0.004 s 0.004 s 179 410.839/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 426 975.039/s 1.6k 1 35: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 373 867.267/s 1.6k 35: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 310 711.288/s 1.6k 56: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 425 972.863/s 1.6k 1 56/57 Test #56: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 22.30 sec test 57 Start 57: Kokkos_UnitTest_SIMD 57: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 57: Test timeout computed to be: 1500 35: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 700 1.64435k/s 1.6k 57: [==========] Running 18 tests from 1 test suite. 57: [----------] Global test environment set-up. 57: [----------] 18 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 (4 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: [ RUN ] simd.host_construction 57: [ OK ] simd.host_construction (0 ms) 57: [ RUN ] simd.device_construction 57: [ OK ] simd.device_construction (0 ms) 57: [----------] 18 tests from simd (5 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 18 tests from 1 test suite ran. (5 ms total) 57: [ PASSED ] 18 tests. 57/57 Test #57: Kokkos_UnitTest_SIMD ....................................... Passed 0.41 sec 100% tests passed, 0 tests failed out of 57 Label Time Summary: Kokkos = 560.28 sec*proc (50 tests) Total Test time (real) = 1140.76 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 Mon Mar 17 15:58:43 2025 stats zeroed Mon Mar 17 15:58:43 2025 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] xunit INFO: Processing CTest-Version 3.x (default) 35: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 699 1.64503k/s 1.6k [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 d252bf530e8893aa20ed3a53e3e89a180d6f368d11b8478b78e00583dcbe9823 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes d252bf530e8893aa20ed3a53e3e89a180d6f368d11b8478b78e00583dcbe9823 35: ViewDeepCopy_Rank6/N:10/manual_time 0.004 s 0.004 s 168 381.943/s 1.6k [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 35: ViewDeepCopy_Rank6/N:10/manual_time 0.003 s 0.003 s 226 516.392/s 1.6k 35: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 698 1.64379k/s 1.6k 35: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 699 1.64504k/s 1.6k 35: ViewDeepCopy_Rank7/N:10/manual_time 0.005 s 0.005 s 135 300.173/s 1.6k 35: ViewDeepCopy_Rank7/N:10/manual_time 0.003 s 0.003 s 216 491.796/s 1.6k 35: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 699 1.64469k/s 1.6k 35: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 699 1.64448k/s 1.6k [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o 35: ViewDeepCopy_Rank8/N:10/manual_time 0.004 s 0.004 s 171 391.465/s 1.6k 35: ViewDeepCopy_Rank8/N:10/manual_time 0.003 s 0.003 s 245 562.747/s 1.6k 35: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 690 1.61326k/s 1.6k [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o 35: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 690 1.6129k/s 1.6k 35: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 690 1.61364k/s 1.6k 35: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 691 1.61186k/s 1.6k 5: [ OK ] hip.team_scratch_1_streams (65134 ms) 5: [ RUN ] hip.async_launcher 5: [ OK ] hip.async_launcher (3 ms) 5: [ RUN ] hip.preferred_blocksize_deduction 5: [ OK ] hip.preferred_blocksize_deduction (0 ms) 5: [ RUN ] hip.unified_memory_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped 5: this test should only be run with HIP unified memory enabled 5: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 5: [----------] 308 tests from hip (178134 ms total) 5: 5: [----------] 16 tests from hip_graph 5: [ RUN ] hip_graph.submit_once 5: [ OK ] hip_graph.submit_once (0 ms) 5: [ RUN ] hip_graph.submit_once_rvalue 5: [ OK ] hip_graph.submit_once_rvalue (0 ms) 5: [ RUN ] hip_graph.instantiate_and_submit_once 5: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 5: [ OK ] hip_graph.submit_onto_another_execution_space_instance (2 ms) 5: [ RUN ] hip_graph.create_graph_no_closure_with_exec 5: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] hip_graph.create_graph_no_arg 5: [ OK ] hip_graph.create_graph_no_arg (0 ms) 5: [ RUN ] hip_graph.submit_six 5: [ OK ] hip_graph.submit_six (3 ms) 5: [ RUN ] hip_graph.when_all_cycle 5: [ OK ] hip_graph.when_all_cycle (0 ms) 5: [ RUN ] hip_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 5: [ RUN ] hip_graph.zero_work_reduce 5: [ OK ] hip_graph.zero_work_reduce (0 ms) 5: [ RUN ] hip_graph.empty_graph 5: [ OK ] hip_graph.empty_graph (0 ms) 5: [ RUN ] hip_graph.force_global_launch 5: [ OK ] hip_graph.force_global_launch (0 ms) 5: [ RUN ] hip_graph.empty_graph_default_host_exec 5: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] hip_graph.node_lifetime 5: [ OK ] hip_graph.node_lifetime (0 ms) 5: [ RUN ] hip_graph.diamond 5: [ OK ] hip_graph.diamond (4 ms) 5: [ RUN ] hip_graph.end_of_submit_control_flow 5: [ OK ] hip_graph.end_of_submit_control_flow (4 ms) 5: [----------] 16 tests from hip_graph (22 ms total) 5: 5: [----------] 56 tests from hip_managed 5: [ RUN ] hip_managed.view_subview_auto_1d_left 5: [ OK ] hip_managed.view_subview_auto_1d_left (1 ms) 5: [ RUN ] hip_managed.view_subview_auto_1d_right 5: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 5: [ RUN ] hip_managed.view_subview_auto_1d_stride 5: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 5: [ RUN ] hip_managed.view_subview_assign_strided 5: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 5: [ RUN ] hip_managed.view_subview_left_0 5: [ OK ] hip_managed.view_subview_left_0 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_1 5: [ OK ] hip_managed.view_subview_left_1 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_2 5: [ OK ] hip_managed.view_subview_left_2 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_3 5: [ OK ] hip_managed.view_subview_left_3 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_0 5: [ OK ] hip_managed.view_subview_right_0 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_1 5: [ OK ] hip_managed.view_subview_right_1 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_3 5: [ OK ] hip_managed.view_subview_right_3 (0 ms) 5: [ RUN ] hip_managed.view_static_tests 5: [ OK ] hip_managed.view_static_tests (0 ms) 5: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 5: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms) 5: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 5: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign 5: [ OK ] hip_managed.view_subview_1d_assign (3 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign_atomic 5: [ OK ] hip_managed.view_subview_1d_assign_atomic (3 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 5: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d 5: [ OK ] hip_managed.view_subview_2d_from_3d (45 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 5: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (45 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 5: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (45 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left 5: [ OK ] hip_managed.view_subview_3d_from_5d_left (122 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (122 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (121 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right 5: [ OK ] hip_managed.view_subview_3d_from_5d_right (126 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (126 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (126 ms) 5: [ RUN ] hip_managed.view_test_unmanaged_subview_reset 5: [ OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] hip_managed.view_subview_memory_traits_construction 5: [ OK ] hip_managed.view_subview_memory_traits_construction (0 ms) 5: [ RUN ] hip_managed.impl_shared_alloc 5: [ OK ] hip_managed.impl_shared_alloc (258 ms) 5: [ RUN ] hip_managed.view_api_a 5: [ OK ] hip_managed.view_api_a (6 ms) 5: [ RUN ] hip_managed.view_layout_left_with_stride 5: [ OK ] hip_managed.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_managed.view_layout_right_with_stride 5: [ OK ] hip_managed.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_managed.view_api_b 5: [ OK ] hip_managed.view_api_b (16 ms) 5: [ RUN ] hip_managed.view_api_c 5: [ OK ] hip_managed.view_api_c (1 ms) 5: [ RUN ] hip_managed.view_api_d 5: [ OK ] hip_managed.view_api_d (4 ms) 5: [ RUN ] hip_managed.view_remap 5: [ OK ] hip_managed.view_remap (1 ms) 5: [ RUN ] hip_managed.view_mirror_nonconst 5: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_managed.view_stride_method 5: [ OK ] hip_managed.view_stride_method (0 ms) 5: [ RUN ] hip_managed.anonymous_space 5: [ OK ] hip_managed.anonymous_space (0 ms) 5: [ RUN ] hip_managed.view_overload_resolution 5: [ OK ] hip_managed.view_overload_resolution (0 ms) 5: [ RUN ] hip_managed.view_allocation_large_rank 5: [ OK ] hip_managed.view_allocation_large_rank (826 ms) 5: [ RUN ] hip_managed.view_shmem_size_on_device 5: [ OK ] hip_managed.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip_managed.view_is_assignable 5: [ OK ] hip_managed.view_is_assignable (2 ms) 5: [ RUN ] hip_managed.view_copy_tests 5: [ OK ] hip_managed.view_copy_tests (10 ms) 5: [ RUN ] hip_managed.view_copy_tests_rank_0 5: [ OK ] hip_managed.view_copy_tests_rank_0 (3 ms) 5: [ RUN ] hip_managed.view_copy_degenerated 5: [ OK ] hip_managed.view_copy_degenerated (0 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_right [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o 5: [ OK ] hip_managed.view_fill_tests_layout_right (1943 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 35: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1516 1.73498k/s 800 5: [ OK ] hip_managed.view_fill_tests_layout_left (786 ms) 5: [ RUN ] hip_managed.view_mapping 5: [ OK ] hip_managed.view_mapping (70 ms) 5: [ RUN ] hip_managed.view_mapping_operator 5: [ OK ] hip_managed.view_mapping_operator (22 ms) 5: [ RUN ] hip_managed.static_extent 5: [ OK ] hip_managed.static_extent (0 ms) 5: [ RUN ] hip_managed.view_mapping_atomic 5: [ OK ] hip_managed.view_mapping_atomic (1 ms) 5: [ RUN ] hip_managed.view_mapping_class_value 5: [ OK ] hip_managed.view_mapping_class_value (0 ms) 5: [ RUN ] hip_managed.view_mapping_assignable 5: [ OK ] hip_managed.view_mapping_assignable (0 ms) 5: [ RUN ] hip_managed.view_mapping_trivially_copyable 5: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_managed.view_mapping_subview 5: [ OK ] hip_managed.view_mapping_subview (1 ms) 5: [----------] 56 tests from hip_managed (4867 ms total) 5: 5: [----------] 27 tests from hip_hostpinned 5: [ RUN ] hip_hostpinned.impl_shared_alloc 5: [ OK ] hip_hostpinned.impl_shared_alloc (173 ms) 5: [ RUN ] hip_hostpinned.view_api_a 5: [ OK ] hip_hostpinned.view_api_a (6 ms) 5: [ RUN ] hip_hostpinned.view_layout_left_with_stride 5: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_layout_right_with_stride 5: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_api_b 5: [ OK ] hip_hostpinned.view_api_b (8 ms) 5: [ RUN ] hip_hostpinned.view_api_c 5: [ OK ] hip_hostpinned.view_api_c (0 ms) 5: [ RUN ] hip_hostpinned.view_api_d 5: [ OK ] hip_hostpinned.view_api_d (2 ms) 5: [ RUN ] hip_hostpinned.view_remap 5: [ OK ] hip_hostpinned.view_remap (0 ms) 5: [ RUN ] hip_hostpinned.view_mirror_nonconst 5: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_hostpinned.view_stride_method 5: [ OK ] hip_hostpinned.view_stride_method (0 ms) 5: [ RUN ] hip_hostpinned.anonymous_space 5: [ OK ] hip_hostpinned.anonymous_space (0 ms) 5: [ RUN ] hip_hostpinned.view_overload_resolution 5: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 5: [ RUN ] hip_hostpinned.view_shmem_size_on_device 5: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip_hostpinned.view_is_assignable 5: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests 5: [ OK ] hip_hostpinned.view_copy_tests (4 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 5: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (1 ms) 5: [ RUN ] hip_hostpinned.view_copy_degenerated 5: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_right 35: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1510 1.72547k/s 800 35: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1517 1.73488k/s 800 5: [ OK ] hip_hostpinned.view_fill_tests_layout_right (2151 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left 35: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1509 1.72448k/s 800 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (2548 ms) 5: [ RUN ] hip_hostpinned.view_mapping 5: [ OK ] hip_hostpinned.view_mapping (67 ms) 5: [ RUN ] hip_hostpinned.view_mapping_operator 5: [ OK ] hip_hostpinned.view_mapping_operator (2 ms) 5: [ RUN ] hip_hostpinned.static_extent 5: [ OK ] hip_hostpinned.static_extent (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_atomic 5: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_class_value 5: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_assignable 5: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 5: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_subview 5: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 5: [----------] 27 tests from hip_hostpinned (4969 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 427 tests from 6 test suites ran. (267530 ms total) 5: [ PASSED ] 419 tests. 5: [ SKIPPED ] 8 tests, listed below: 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 5: [ SKIPPED ] hip.unified_memory_zero_memset 5: [ SKIPPED ] hip_graph.repeat_chain 5/58 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 268.03 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test timeout computed to be: 1500 6: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.graph_lock_based_atomic_op 6: [ OK ] hip.graph_lock_based_atomic_op (13 ms) 6: [----------] 1 test from hip (13 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (13 ms total) 6: [ PASSED ] 1 test. 6/58 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.43 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit 7: Test timeout computed to be: 1500 7: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 7: [==========] Running 1 test from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 1 test from hip 7: [ RUN ] hip.raw_hip_interop 7: [ OK ] hip.raw_hip_interop (338 ms) 7: [----------] 1 test from hip (338 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (338 ms total) 7: [ PASSED ] 1 test. 35: ViewFill_Rank2/N:10/manual_time 0.000 s 0.000 s 1518 1.73182k/s 800 7/58 Test #7: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.40 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test timeout computed to be: 1500 8: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from hip 8: [ RUN ] hip.raw_hip_streams 8: [ OK ] hip.raw_hip_streams (352 ms) 8: [----------] 1 test from hip (352 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (352 ms total) 8: [ PASSED ] 1 test. 8/58 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.42 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test timeout computed to be: 1500 9: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 9: [==========] Running 3 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 3 tests from hip 9: [ RUN ] hip.graph_promises_on_native_objects 9: [ OK ] hip.graph_promises_on_native_objects (12 ms) 9: [ RUN ] hip.graph_instantiate_and_debug_dot_print 9: [ OK ] hip.graph_instantiate_and_debug_dot_print (1 ms) 9: [ RUN ] hip.graph_construct_from_native 9: 9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 9: does not support page migration between device and host. 9: HIPManagedSpace might not work as expected. 9: Please refer to the ROCm documentation on unified/managed memory. 9: [ OK ] hip.graph_construct_from_native (0 ms) 9: [----------] 3 tests from hip (13 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 3 tests from 1 test suite ran. (14 ms total) 9: [ PASSED ] 3 tests. 9/58 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.42 sec test 10 Start 10: Kokkos_CoreUnitTest_Default 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 10: Test timeout computed to be: 1500 10: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 10: [==========] Running 59 tests from 41 test suites. 10: [----------] Global test environment set-up. 10: [----------] 19 tests from defaultdevicetype 10: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 10: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (1 ms) 10: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 10: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 10: [ RUN ] defaultdevicetype.shared_space 10: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSharedSpace.cpp:109: Skipped 10: skipping because specified arch does not support page migration 10: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 10: [ RUN ] defaultdevicetype.shared_host_pinned_space 10: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 10: [ RUN ] defaultdevicetype.compiler_macros 10: [ OK ] defaultdevicetype.compiler_macros (0 ms) 10: [ RUN ] defaultdevicetype.half_conversion 10: [ OK ] defaultdevicetype.half_conversion (4 ms) 10: [ RUN ] defaultdevicetype.bhalf_conversion 10: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 10: [ RUN ] defaultdevicetype.half_operators 10: [ OK ] defaultdevicetype.half_operators (1 ms) 10: [ RUN ] defaultdevicetype.bhalf_operators 10: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 10: [ RUN ] defaultdevicetype.host_space_access 10: [ OK ] defaultdevicetype.host_space_access (0 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_a1 10: [ OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_b1 10: [ OK ] defaultdevicetype.reduce_instantiation_b1 (18 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_c1 10: [ OK ] defaultdevicetype.reduce_instantiation_c1 (7 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_a2 10: [ OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_b2 10: [ OK ] defaultdevicetype.reduce_instantiation_b2 (24 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_c2 10: [ OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_a3 35: ViewFill_Rank2/N:10/manual_time 0.000 s 0.000 s 1518 1.73316k/s 800 10: [ OK ] defaultdevicetype.reduce_instantiation_a3 (13 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_b3 10: [ OK ] defaultdevicetype.reduce_instantiation_b3 (29 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_c3 10: [ OK ] defaultdevicetype.reduce_instantiation_c3 (12 ms) 10: [----------] 19 tests from defaultdevicetype (144 ms total) 10: 10: [----------] 1 test from kokkosresize 10: [ RUN ] kokkosresize.host_space_access 10: [ OK ] kokkosresize.host_space_access (16 ms) 10: [----------] 1 test from kokkosresize (16 ms total) 10: 10: [----------] 1 test from TestViewAPI/0, where TypeParam = 10: [ RUN ] TestViewAPI/0.sizes 10: [ OK ] TestViewAPI/0.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/0 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/1, where TypeParam = 10: [ RUN ] TestViewAPI/1.sizes 10: [ OK ] TestViewAPI/1.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/1 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/2, where TypeParam = 10: [ RUN ] TestViewAPI/2.sizes 10: [ OK ] TestViewAPI/2.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/2 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/3, where TypeParam = 10: [ RUN ] TestViewAPI/3.sizes 10: [ OK ] TestViewAPI/3.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/3 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/4, where TypeParam = 10: [ RUN ] TestViewAPI/4.sizes 10: [ OK ] TestViewAPI/4.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/4 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/5, where TypeParam = 10: [ RUN ] TestViewAPI/5.sizes 10: [ OK ] TestViewAPI/5.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/5 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/6, where TypeParam = 10: [ RUN ] TestViewAPI/6.sizes 10: [ OK ] TestViewAPI/6.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/6 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/7, where TypeParam = 10: [ RUN ] TestViewAPI/7.sizes 10: [ OK ] TestViewAPI/7.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/7 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/8, where TypeParam = 10: [ RUN ] TestViewAPI/8.sizes 10: [ OK ] TestViewAPI/8.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/8 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/9, where TypeParam = 10: [ RUN ] TestViewAPI/9.sizes 10: [ OK ] TestViewAPI/9.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/9 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/10, where TypeParam = 10: [ RUN ] TestViewAPI/10.sizes 10: [ OK ] TestViewAPI/10.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/10 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/11, where TypeParam = 10: [ RUN ] TestViewAPI/11.sizes 10: [ OK ] TestViewAPI/11.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/11 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/12, where TypeParam = 10: [ RUN ] TestViewAPI/12.sizes 10: [ OK ] TestViewAPI/12.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/12 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/13, where TypeParam = 10: [ RUN ] TestViewAPI/13.sizes 10: [ OK ] TestViewAPI/13.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/13 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/14, where TypeParam = 10: [ RUN ] TestViewAPI/14.sizes 10: [ OK ] TestViewAPI/14.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/14 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/15, where TypeParam = 10: [ RUN ] TestViewAPI/15.sizes 10: [ OK ] TestViewAPI/15.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/15 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/16, where TypeParam = 10: [ RUN ] TestViewAPI/16.sizes 10: [ OK ] TestViewAPI/16.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/16 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/17, where TypeParam = 10: [ RUN ] TestViewAPI/17.sizes 10: [ OK ] TestViewAPI/17.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/17 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/18, where TypeParam = 10: [ RUN ] TestViewAPI/18.sizes 10: [ OK ] TestViewAPI/18.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/18 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/19, where TypeParam = 10: [ RUN ] TestViewAPI/19.sizes 10: [ OK ] TestViewAPI/19.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/19 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/20, where TypeParam = 10: [ RUN ] TestViewAPI/20.sizes 10: [ OK ] TestViewAPI/20.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/20 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/21, where TypeParam = 10: [ RUN ] TestViewAPI/21.sizes 10: [ OK ] TestViewAPI/21.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/21 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/22, where TypeParam = 10: [ RUN ] TestViewAPI/22.sizes 10: [ OK ] TestViewAPI/22.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/22 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/23, where TypeParam = 10: [ RUN ] TestViewAPI/23.sizes 10: [ OK ] TestViewAPI/23.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/23 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/24, where TypeParam = 10: [ RUN ] TestViewAPI/24.sizes 10: [ OK ] TestViewAPI/24.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/24 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/25, where TypeParam = 10: [ RUN ] TestViewAPI/25.sizes 10: [ OK ] TestViewAPI/25.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/25 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/26, where TypeParam = 10: [ RUN ] TestViewAPI/26.sizes 10: [ OK ] TestViewAPI/26.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/26 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/27, where TypeParam = 10: [ RUN ] TestViewAPI/27.sizes 10: [ OK ] TestViewAPI/27.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/27 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/28, where TypeParam = 10: [ RUN ] TestViewAPI/28.sizes 10: [ OK ] TestViewAPI/28.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/28 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/29, where TypeParam = 10: [ RUN ] TestViewAPI/29.sizes 10: [ OK ] TestViewAPI/29.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/29 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/30, where TypeParam = 10: [ RUN ] TestViewAPI/30.sizes 10: [ OK ] TestViewAPI/30.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/30 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/31, where TypeParam = 10: [ RUN ] TestViewAPI/31.sizes 10: [ OK ] TestViewAPI/31.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/31 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/32, where TypeParam = 10: [ RUN ] TestViewAPI/32.sizes 10: [ OK ] TestViewAPI/32.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/32 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/33, where TypeParam = 10: [ RUN ] TestViewAPI/33.sizes 10: [ OK ] TestViewAPI/33.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/33 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/34, where TypeParam = 10: [ RUN ] TestViewAPI/34.sizes 10: [ OK ] TestViewAPI/34.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/34 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/35, where TypeParam = 10: [ RUN ] TestViewAPI/35.sizes 10: [ OK ] TestViewAPI/35.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/35 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/36, where TypeParam = 10: [ RUN ] TestViewAPI/36.sizes 10: [ OK ] TestViewAPI/36.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/36 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/37, where TypeParam = 10: [ RUN ] TestViewAPI/37.sizes 10: [ OK ] TestViewAPI/37.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/37 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/38, where TypeParam = 10: [ RUN ] TestViewAPI/38.sizes 10: [ OK ] TestViewAPI/38.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/38 (0 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 59 tests from 41 test suites ran. (163 ms total) 10: [ PASSED ] 58 tests. 10: [ SKIPPED ] 1 test, listed below: 10: [ SKIPPED ] defaultdevicetype.shared_space 10/58 Test #10: Kokkos_CoreUnitTest_Default ................................ Passed 0.56 sec test 11 Start 11: Kokkos_CoreUnitTest_InitializeFinalize 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 11: Test timeout computed to be: 1500 11: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 11: [==========] Running 28 tests from 6 test suites. 11: [----------] Global test environment set-up. 11: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 11: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o 35: ViewFill_Rank3/N:10/manual_time 0.000 s 0.000 s 1517 1.73491k/s 800 11: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (822 ms) 11: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 35: ViewFill_Rank3/N:10/manual_time 0.000 s 0.000 s 1516 1.73598k/s 800 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o 35: ViewFill_Rank1Strided/N:10/manual_time 0.001 s 0.001 s 701 406.15/s 400 35: ViewFill_Rank4/N:10/manual_time 0.000 s 0.000 s 1515 1.73232k/s 800 11: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4038 ms) 11: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4860 ms total) 11: 11: [----------] 4 tests from InitializeFinalize_DeathTest 11: [ RUN ] InitializeFinalize_DeathTest.initialize 35: ViewFill_Rank4/N:10/manual_time 0.000 s 0.000 s 1516 1.73443k/s 800 [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o 35: ViewFill_Rank5/N:10/manual_time 0.000 s 0.000 s 1517 1.73585k/s 800 35: ViewFill_Rank5/N:10/manual_time 0.000 s 0.000 s 1517 1.73473k/s 800 11: [ OK ] InitializeFinalize_DeathTest.initialize (3173 ms) 11: [ RUN ] InitializeFinalize_DeathTest.finalize 35: ViewFill_Rank6/N:10/manual_time 0.000 s 0.000 s 1517 1.73378k/s 800 -- Testing 1-D histogram Density 1D: 0.0019596 -0.999999 -57858.1 || 0.051031 0 1.55221e+06 || 2.86897e+10 28674.4 || -7.99831e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00588895 -0.967872 10.3497 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 11: [ OK ] InitializeFinalize_DeathTest.finalize (2222 ms) 11: [ RUN ] InitializeFinalize_DeathTest.is_initialized [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp 35: ViewFill_Rank6/N:10/manual_time 0.000 s 0.000 s 1518 1.73645k/s 800 11: [ OK ] InitializeFinalize_DeathTest.is_initialized (397 ms) 11: [ RUN ] InitializeFinalize_DeathTest.is_finalized 11: [ OK ] InitializeFinalize_DeathTest.is_finalized (400 ms) 11: [----------] 4 tests from InitializeFinalize_DeathTest (6193 ms total) 11: 11: [----------] 1 test from Legion_DeathTest 11: [ RUN ] Legion_DeathTest.individual_backend_initialization 35: ViewFill_Rank7/N:10/manual_time 0.000 s 0.000 s 1516 1.73066k/s 800 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp 11: [ OK ] Legion_DeathTest.individual_backend_initialization (398 ms) 11: [----------] 1 test from Legion_DeathTest (398 ms total) 11: 11: [----------] 2 tests from PushFinalizeHook_DeathTest 11: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 11: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (414 ms) 11: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o 35: ViewFill_Rank7/N:10/manual_time 0.000 s 0.000 s 1516 1.73495k/s 800 11: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1372 ms) 11: [----------] 2 tests from PushFinalizeHook_DeathTest (1786 ms total) 11: 11: [----------] 6 tests from ScopeGuard_DeathTest 11: [ RUN ] ScopeGuard_DeathTest.create 11: [ OK ] ScopeGuard_DeathTest.create (397 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_argument 11: [ OK ] ScopeGuard_DeathTest.create_argument (399 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 35: ViewFill_Rank8/N:10/manual_time 0.000 s 0.000 s 1519 1.73637k/s 800 [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o 35: ViewFill_Rank8/N:10/manual_time 0.000 s 0.000 s 1518 1.73506k/s 800 11: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1379 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_after_initialize -- Testing 1-D histogram Density 1D: 6.65955e-07 0.0035111 -0.0265252 || 0.051031 27975 29294 || 28574.1 28674.4 || -366.684 -2.0744 -- Testing 3-D histogram Density 3D: 7.11361e-07 -0.00340138 -0.00841234 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 35: ViewFill_Raw/N:10/manual_time 0.000 s 0.000 s 1540 1.76125k/s 800 11: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1387 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o 35: ViewFill_Raw/N:10/manual_time 0.000 s 0.000 s 1540 1.76171k/s 800 35: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.4235k/s 1.6k 35: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.42443k/s 1.6k 35: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.61981k/s 1.6k 35: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.4938k/s 1.6k 35: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.7674k/s 1.6k 35: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.28964k/s 1.6k 35: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.62443k/s 1.6k 35: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.64717k/s 1.6k 35: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.3962k/s 1.6k 35: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.39426k/s 1.6k 35: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.72241k/s 1.6k 35: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.37455k/s 1.6k 35: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.77332k/s 1.6k 35: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.21621k/s 1.6k 35: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.20797k/s 1.6k 35: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.25527k/s 1.6k 35: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.09029k/s 1.6k 35: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.28099k/s 1.6k 35: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.98575k/s 1.6k 35: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.00786k/s 1.6k 35: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.43908k/s 1.6k 35: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.40553k/s 1.6k 35: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.91705k/s 1.6k 35: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.85754k/s 1.6k 35: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.85994k/s 1.6k 35: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.6585k/s 1.6k 35: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.87357k/s 1.6k 35: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.21841k/s 1.6k 35: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 2.01346M/s 688 35: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 478.809k/s 688 35: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 874.873k/s 688 35: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 2.08801M/s 688 35: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1034.33/s 1.6k 35: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1007.93/s 1.6k 35/64 Test #35: Kokkos_PerformanceTest_Benchmark ........................... Passed 145.84 sec test 36 Start 36: Kokkos_Benchmark_Atomic_MinMax 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-27-51.json" 36: Test timeout computed to be: 1500 11: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1368 ms) 11: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 36: 36: Available devices: 36: 2025-03-17T16:23:52+00:00 36: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 36: Run on (20 X 2345.59 MHz CPU s) 36: CPU Caches: 36: L1 Data 64 KiB (x20) 36: L1 Instruction 64 KiB (x20) 36: L2 Unified 512 KiB (x20) 36: L3 Unified 16384 KiB (x20) 36: Load Average: 0.89, 2.71, 5.16 36: Address Bits: 64 36: CPU architecture: none 36: Default Device: SYCL 36: Driver Version: CUDA 12.8 36: Error Correction Support: 1 36: GIT_BRANCH: HEAD 36: GIT_CLEAN_STATUS: CLEAN 36: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 36: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 36: GIT_COMMIT_HASH: 10d579f4f 36: GPU architecture: AMPERE80 36: Global Cache Mem Line Size: 128 36: Global Mem Cache Size: 41943040 36: Global Mem Size: 85095874560 36: Image Max Buffer Size: 32768 36: Image2d Max Height: 65536 36: Image2d Max Width: 131072 36: Image3d Max Depth: 16384 36: Image3d Max Height: 16384 36: Image3d Max Width: 16384 36: Is Accelerator: 0 36: Is Available: 1 36: Is CPU: 0 36: Is GPU: 1 36: KOKKOS_COMPILER_INTEL_LLVM: 20230000 36: KOKKOS_ENABLE_ASM: yes 36: KOKKOS_ENABLE_CXX17: yes 36: KOKKOS_ENABLE_CXX20: no 36: KOKKOS_ENABLE_CXX23: no 36: KOKKOS_ENABLE_CXX26: no 36: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 36: KOKKOS_ENABLE_HWLOC: no 36: KOKKOS_ENABLE_LIBDL: yes 36: KOKKOS_ENABLE_PRAGMA_IVDEP: no 36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 36: KOKKOS_ENABLE_PRAGMA_UNROLL: no 36: KOKKOS_ENABLE_PRAGMA_VECTOR: no 36: KOKKOS_ENABLE_SERIAL: yes 36: Kokkos Version: 4.6.99 36: Local Mem Size: 49152 36: Max Compute Units: 108 36: Max Mem Alloc Size: 1073741824 36: Max Parameter Size: 4000 36: Max Read Image Args: 128 36: Max Samplers: 128 36: Max Work Group Size: 1024 36: Max Work Item Dimensions: 3 36: Mem Base Addr Align: 4096 36: Name: NVIDIA A100 80GB PCIe 36: Native Vector Width Char: 1 36: Native Vector Width Double: 1 36: Native Vector Width Float: 1 36: Native Vector Width Half: 0 36: Native Vector Width Int: 1 36: Native Vector Width Long: 1 36: Native Vector Width Short: 1 36: Partition Max Sub Devices: 0 36: Preferred Vector Width Char: 1 36: Preferred Vector Width Double: 1 36: Preferred Vector Width Float: 1 36: Preferred Vector Width Half: 0 36: Preferred Vector Width Int: 1 36: Preferred Vector Width Long: 1 36: Preferred Vector Width Short: 1 36: Profiling Timer Resolution: 1000 36: Reference Count: 1 36: Vendor: NVIDIA Corporation 36: Vendor Id: 4318 36: Version: 0.0 36: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 36: macro KOKKOS_ENABLE_ONEDPL: defined 36: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 36: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 36: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 36: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: undefined 36: macro SYCL_EXT_ONEAPI_BFLOAT16: defined 36: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 36: macro SYCL_EXT_ONEAPI_GRAPH: undefined 36: platform: 64bit 36: ---------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations 36: ---------------------------------------------------------------------------------------------------------------------------------------- 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36/64 Test #36: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.46 sec test 37 Start 37: Kokkos_PerformanceTest_Mempool 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-27-51.json" 37: Test timeout computed to be: 1500 37: 37: Available devices: 37: 2025-03-17T16:23:53+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 37: Run on (20 X 2345.59 MHz CPU s) 37: CPU Caches: 37: L1 Data 64 KiB (x20) 37: L1 Instruction 64 KiB (x20) 37: L2 Unified 512 KiB (x20) 37: L3 Unified 16384 KiB (x20) 37: Load Average: 0.89, 2.71, 5.16 37: Address Bits: 64 37: CPU architecture: none 37: Default Device: SYCL 37: Driver Version: CUDA 12.8 37: Error Correction Support: 1 37: GIT_BRANCH: HEAD 37: GIT_CLEAN_STATUS: CLEAN 37: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 37: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 37: GIT_COMMIT_HASH: 10d579f4f 37: GPU architecture: AMPERE80 37: Global Cache Mem Line Size: 128 37: Global Mem Cache Size: 41943040 37: Global Mem Size: 85095874560 37: Image Max Buffer Size: 32768 37: Image2d Max Height: 65536 37: Image2d Max Width: 131072 37: Image3d Max Depth: 16384 37: Image3d Max Height: 16384 37: Image3d Max Width: 16384 37: Is Accelerator: 0 37: Is Available: 1 37: Is CPU: 0 37: Is GPU: 1 37: KOKKOS_COMPILER_INTEL_LLVM: 20230000 37: KOKKOS_ENABLE_ASM: yes 37: KOKKOS_ENABLE_CXX17: yes 37: KOKKOS_ENABLE_CXX20: no 37: KOKKOS_ENABLE_CXX23: no 37: KOKKOS_ENABLE_CXX26: no 37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 37: KOKKOS_ENABLE_HWLOC: no 37: KOKKOS_ENABLE_LIBDL: yes 37: KOKKOS_ENABLE_PRAGMA_IVDEP: no 37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 37: KOKKOS_ENABLE_PRAGMA_UNROLL: no 37: KOKKOS_ENABLE_PRAGMA_VECTOR: no 37: KOKKOS_ENABLE_SERIAL: yes 37: Kokkos Version: 4.6.99 37: Local Mem Size: 49152 37: Max Compute Units: 108 37: Max Mem Alloc Size: 1073741824 37: Max Parameter Size: 4000 37: Max Read Image Args: 128 37: Max Samplers: 128 37: Max Work Group Size: 1024 37: Max Work Item Dimensions: 3 37: Mem Base Addr Align: 4096 37: Name: NVIDIA A100 80GB PCIe 37: Native Vector Width Char: 1 37: Native Vector Width Double: 1 37: Native Vector Width Float: 1 37: Native Vector Width Half: 0 37: Native Vector Width Int: 1 37: Native Vector Width Long: 1 37: Native Vector Width Short: 1 37: Partition Max Sub Devices: 0 37: Preferred Vector Width Char: 1 37: Preferred Vector Width Double: 1 37: Preferred Vector Width Float: 1 37: Preferred Vector Width Half: 0 37: Preferred Vector Width Int: 1 37: Preferred Vector Width Long: 1 37: Preferred Vector Width Short: 1 37: Profiling Timer Resolution: 1000 37: Reference Count: 1 37: Vendor: NVIDIA Corporation 37: Vendor Id: 4318 37: Version: 0.0 37: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 37: macro KOKKOS_ENABLE_ONEDPL: defined 37: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 37: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 37: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 37: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: undefined 37: macro SYCL_EXT_ONEAPI_BFLOAT16: defined 37: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 37: macro SYCL_EXT_ONEAPI_GRAPH: undefined 37: platform: 64bit [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o 37: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations FOM: fill ops per second 37: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 37: 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 2460 19.5119M/s 11: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1372 ms) 11: [----------] 6 tests from ScopeGuard_DeathTest (6305 ms total) 11: 11: [----------] 13 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.initialization_settings 11: [ OK ] defaultdevicetype.initialization_settings (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 11: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_device_id 11: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 11: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 11: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_help 11: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 11: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 11: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_threads 11: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_device_id 11: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_disable_warnings 11: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_tune_internals 11: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.visible_devices 11: [ OK ] defaultdevicetype.visible_devices (0 ms) 11: [----------] 13 tests from defaultdevicetype (2 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 28 tests from 6 test suites ran. (19547 ms total) 11: [ PASSED ] 28 tests. 11/58 Test #11: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 19.58 sec test 12 Start 12: Kokkos_CoreUnitTest_Develop 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 12: Test timeout computed to be: 1500 12: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 12: [==========] Running 1 test from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 1 test from defaultdevicetype 12: [ RUN ] defaultdevicetype.development_test 12: [ OK ] defaultdevicetype.development_test (0 ms) 12: [----------] 1 test from defaultdevicetype (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (0 ms total) 12: [ PASSED ] 1 test. 12/58 Test #12: Kokkos_CoreUnitTest_Develop ................................ Passed 0.39 sec test 13 Start 13: Kokkos_CoreUnitTest_KokkosP 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 13: Test timeout computed to be: 1500 13: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 13: [==========] Running 31 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 31 tests from kokkosp 13: [ RUN ] kokkosp.test_named_instance_fence 13: Ref: 50331649 13: Ref: named_instance 13: 50331649 13: named_instance 13: [ OK ] kokkosp.test_named_instance_fence (0 ms) 13: [ RUN ] kokkosp.test_unnamed_instance_fence 13: Ref: 50331649 13: Ref: Unnamed Instance Fence 13: 50331649 13: Kokkos::HIP::fence(): Unnamed Instance Fence 13: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 13: [ RUN ] kokkosp.test_named_global_fence 13: Ref: 50331648 13: Ref: test global fence 13: 0 13: test global fence 13: Miss on id 13: 50331648 13: test global fence 13: [ OK ] kokkosp.test_named_global_fence (0 ms) 13: [ RUN ] kokkosp.test_unnamed_global_fence 13: Ref: 50331648 13: Ref: Unnamed Global Fence 13: 0 13: Kokkos::fence: Unnamed Global Fence 13: Miss on id 13: 50331648 13: Kokkos::fence: Unnamed Global Fence 13: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 13: [ RUN ] kokkosp.test_multiple_default_instances 13: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 13: [ RUN ] kokkosp.test_id_gen 13: [ OK ] kokkosp.test_id_gen (0 ms) 13: [ RUN ] kokkosp.test_kernel_sequence 13: Ref: 50331649 13: Ref: named_instance 13: 50331649 13: named_instance 13: Ref: 50331649 13: Ref: test_kernel 13: 50331649 13: named_instance 13: Miss on name 13: 0 13: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 13: Miss on name 13: Miss on id 13: 50331648 13: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 13: Miss on name 13: Miss on id 13: 50331649 13: test_kernel 13: [ OK ] kokkosp.test_kernel_sequence (1 ms) 13: [ RUN ] kokkosp.async_deep_copy 13: [ OK ] kokkosp.async_deep_copy (0 ms) 13: [ RUN ] kokkosp.parallel_for 13: [ OK ] kokkosp.parallel_for (0 ms) 13: [ RUN ] kokkosp.parallel_reduce 13: [ OK ] kokkosp.parallel_reduce (0 ms) 13: [ RUN ] kokkosp.parallel_scan 13: [ OK ] kokkosp.parallel_scan (5 ms) 13: [ RUN ] kokkosp.parallel_scan_no_fence 13: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 13: [ RUN ] kokkosp.parallel_scan_no_fence_view 13: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 13: [ RUN ] kokkosp.regions 13: [ OK ] kokkosp.regions (0 ms) 13: [ RUN ] kokkosp.fences 13: [ OK ] kokkosp.fences (0 ms) 13: [ RUN ] kokkosp.raw_allocation 13: [ OK ] kokkosp.raw_allocation (0 ms) 13: [ RUN ] kokkosp.view 13: [ OK ] kokkosp.view (0 ms) 13: [ RUN ] kokkosp.sections 13: [ OK ] kokkosp.sections (0 ms) 13: [ RUN ] kokkosp.metadata 13: [ OK ] kokkosp.metadata (0 ms) 13: [ RUN ] kokkosp.profile_events 13: [ OK ] kokkosp.profile_events (0 ms) 13: [ RUN ] kokkosp.no_init_kernel 13: [ OK ] kokkosp.no_init_kernel (0 ms) 13: [ RUN ] kokkosp.get_events 13: [ OK ] kokkosp.get_events (0 ms) 13: [ RUN ] kokkosp.kernel_name_parallel_for 13: [ OK ] kokkosp.kernel_name_parallel_for (1 ms) 13: [ RUN ] kokkosp.kernel_name_parallel_reduce 13: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 13: [ RUN ] kokkosp.kernel_name_parallel_scan 13: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 13: [ RUN ] kokkosp.kernel_name_internal 13: [ OK ] kokkosp.kernel_name_internal (0 ms) 13: [ RUN ] kokkosp.profiling_section 13: [ OK ] kokkosp.profiling_section (0 ms) 13: [ RUN ] kokkosp.scoped_profile_region 13: [ OK ] kokkosp.scoped_profile_region (0 ms) 13: [ RUN ] kokkosp.create_mirror_no_init 13: [ OK ] kokkosp.create_mirror_no_init (0 ms) 13: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 13: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 13: [ RUN ] kokkosp.create_mirror_view_and_copy 13: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 13: [----------] 31 tests from kokkosp (10 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 31 tests from 1 test suite ran. (10 ms total) 13: [ PASSED ] 31 tests. 13/58 Test #13: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.41 sec test 14 Start 14: Kokkos_CoreUnitTest_ToolIndependence 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 14: Test timeout computed to be: 1500 14/58 Test #14: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.03 sec test 15 Start 15: Kokkos_ProfilingTestLibraryLoadHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 15: Environment variables: 15: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 15: Test timeout computed to be: 1500 15: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/58 Test #15: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.40 sec test 16 Start 16: Kokkos_ProfilingTestLibraryCmdLineHelp 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 16: Test timeout computed to be: 1500 37: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations FOM: cycle ops per second 37: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 37: 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 3882 61.5867M/s 37/64 Test #37: Kokkos_PerformanceTest_Mempool ............................. Passed 2.75 sec test 38 Start 38: Kokkos_PerformanceTest_Atomic 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-27-51.json" 38: Test timeout computed to be: 1500 38: 38: Available devices: 38: 2025-03-17T16:23:56+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 38: Run on (20 X 2345.59 MHz CPU s) 38: CPU Caches: 38: L1 Data 64 KiB (x20) 38: L1 Instruction 64 KiB (x20) 38: L2 Unified 512 KiB (x20) 38: L3 Unified 16384 KiB (x20) 38: Load Average: 0.90, 2.68, 5.14 38: Address Bits: 64 38: CPU architecture: none 38: Default Device: SYCL 38: Driver Version: CUDA 12.8 38: Error Correction Support: 1 38: GIT_BRANCH: HEAD 38: GIT_CLEAN_STATUS: CLEAN 38: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 38: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 38: GIT_COMMIT_HASH: 10d579f4f 38: GPU architecture: AMPERE80 38: Global Cache Mem Line Size: 128 38: Global Mem Cache Size: 41943040 38: Global Mem Size: 85095874560 38: Image Max Buffer Size: 32768 38: Image2d Max Height: 65536 38: Image2d Max Width: 131072 38: Image3d Max Depth: 16384 38: Image3d Max Height: 16384 38: Image3d Max Width: 16384 38: Is Accelerator: 0 38: Is Available: 1 38: Is CPU: 0 38: Is GPU: 1 38: KOKKOS_COMPILER_INTEL_LLVM: 20230000 38: KOKKOS_ENABLE_ASM: yes 38: KOKKOS_ENABLE_CXX17: yes 38: KOKKOS_ENABLE_CXX20: no 38: KOKKOS_ENABLE_CXX23: no 38: KOKKOS_ENABLE_CXX26: no 38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 38: KOKKOS_ENABLE_HWLOC: no 38: KOKKOS_ENABLE_LIBDL: yes 38: KOKKOS_ENABLE_PRAGMA_IVDEP: no 38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 38: KOKKOS_ENABLE_PRAGMA_UNROLL: no 38: KOKKOS_ENABLE_PRAGMA_VECTOR: no 38: KOKKOS_ENABLE_SERIAL: yes 38: Kokkos Version: 4.6.99 38: Local Mem Size: 49152 38: Max Compute Units: 108 38: Max Mem Alloc Size: 1073741824 38: Max Parameter Size: 4000 38: Max Read Image Args: 128 38: Max Samplers: 128 38: Max Work Group Size: 1024 38: Max Work Item Dimensions: 3 38: Mem Base Addr Align: 4096 38: Name: NVIDIA A100 80GB PCIe 38: Native Vector Width Char: 1 38: Native Vector Width Double: 1 38: Native Vector Width Float: 1 38: Native Vector Width Half: 0 38: Native Vector Width Int: 1 38: Native Vector Width Long: 1 38: Native Vector Width Short: 1 38: Partition Max Sub Devices: 0 38: Preferred Vector Width Char: 1 38: Preferred Vector Width Double: 1 38: Preferred Vector Width Float: 1 38: Preferred Vector Width Half: 0 38: Preferred Vector Width Int: 1 38: Preferred Vector Width Long: 1 38: Preferred Vector Width Short: 1 38: Profiling Timer Resolution: 1000 38: Reference Count: 1 38: Vendor: NVIDIA Corporation 38: Vendor Id: 4318 38: Version: 0.0 38: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 38: macro KOKKOS_ENABLE_ONEDPL: defined 38: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 38: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 38: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 38: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: undefined 38: macro SYCL_EXT_ONEAPI_BFLOAT16: defined 38: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 38: macro SYCL_EXT_ONEAPI_GRAPH: undefined 38: platform: 64bit 16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 16/58 Test #16: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.40 sec test 17 Start 17: Kokkos_ProfilingTestLibraryLoad 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 17: Environment variables: 17: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 17: Test timeout computed to be: 1500 17: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1700::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.6.99::kokkosp_allocate_data:Host:source:0x1612140:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1612440:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1612540:Host:source:0x1612240: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:0x1876c40: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:0x1612440:40::kokkosp_deallocate_data:Host:source:0x1612140:40::kokkosp_finalize_library:: 17/58 Test #17: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.40 sec test 18 Start 18: Kokkos_ProfilingTestLibraryCmdLine 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 18: Test timeout computed to be: 1500 18: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1700::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.6.99::kokkosp_allocate_data:Host:source:0x2148bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x22beb80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x22bec80:Host:source:0x2148cc0: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:0x2745000: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:0x22beb80:40::kokkosp_deallocate_data:Host:source:0x2148bc0:40::kokkosp_finalize_library:: 18/58 Test #18: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.40 sec test 19 Start 19: Kokkos_CoreUnitTest_StackTraceTest 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 19: Test timeout computed to be: 1500 19: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 19: [==========] Running 3 tests from 2 test suites. 19: [----------] Global test environment set-up. 19: [----------] 2 tests from defaultdevicetype_DeathTest 19: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 19: Top of f1 19: Top of f0 19: Top of f0 19: test_f1: 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f2ce5798d52] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26cc7e] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26913f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xda) [0x26a5fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2ce58c7fb9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f2ce58a4238] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f2ce58a559d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f2ce58a5f32] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x45f) [0x7f2ce58b4b8f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2ce58c8cd9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f2ce58b46fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26aad0] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f2ce33a1d90] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f2ce33a1e40] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269025] 19: 19: demangled test_f1: 19: [0x7f2ce5798d52] Kokkos::Impl::save_stacktrace() 19: [0x26cc7e] Test::stacktrace_test_f1(std::ostream&) 19: [0x26913f] Test::test_stacktrace(bool, bool) 19: [0x26a5fa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 19: [0x7f2ce58c7fb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f2ce58a4238] testing::Test::Run() 19: [0x7f2ce58a559d] testing::TestInfo::Run() 19: [0x7f2ce58a5f32] testing::TestSuite::Run() 19: [0x7f2ce58b4b8f] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f2ce58c8cd9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f2ce58b46fa] testing::UnitTest::Run() 19: [0x26aad0] main 19: [0x7f2ce33a1d90] 19: [0x7f2ce33a1e40] __libc_start_main 19: [0x269025] _start 19: 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f1 19: Top of f0 19: Top of f0 19: StackTrace f3(std::cout, 4) returned: 110 19: test_f3: 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f2ce5798d52] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26cc7e] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26d166] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9fd) [0x269b1d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xda) [0x26a5fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2ce58c7fb9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f2ce58a4238] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f2ce58a559d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f2ce58a5f32] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x45f) [0x7f2ce58b4b8f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2ce58c8cd9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f2ce58b46fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26aad0] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f2ce33a1d90] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f2ce33a1e40] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269025] 19: 19: demangled test_f3: 19: [0x7f2ce5798d52] Kokkos::Impl::save_stacktrace() 19: [0x26cc7e] Test::stacktrace_test_f1(std::ostream&) 19: [0x26d166] Test::stacktrace_test_f3(std::ostream&, int) 19: [0x269b1d] Test::test_stacktrace(bool, bool) 19: [0x26a5fa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 19: [0x7f2ce58c7fb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f2ce58a4238] testing::Test::Run() 19: [0x7f2ce58a559d] testing::TestInfo::Run() 19: [0x7f2ce58a5f32] testing::TestSuite::Run() 19: [0x7f2ce58b4b8f] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f2ce58c8cd9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f2ce58b46fa] testing::UnitTest::Run() 19: [0x26aad0] main 19: [0x7f2ce33a1d90] 19: [0x7f2ce33a1e40] __libc_start_main 19: [0x269025] _start 19: 19: Test setting std::terminate handler that prints the last saved stack trace 38: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 38: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Test_Atomic/30000/iterations:10 0.233 s 0.233 s 10 1 4 0.0114928 0.0100164 590.8u 449.985M 194.616k 449.985M 19: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1376 ms) 19: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 19: Top of f1 19: Top of f0 19: Top of f0 19: test_f1: 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fe95a02dd52] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26cc7e] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26913f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd7) [0x26a8b7] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fe95a15cfb9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fe95a139238] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fe95a13a59d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fe95a13af32] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x45f) [0x7fe95a149b8f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fe95a15dcd9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fe95a1496fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26aad0] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fe957c36d90] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fe957c36e40] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269025] 19: 19: demangled test_f1: 19: [0x7fe95a02dd52] Kokkos::Impl::save_stacktrace() 19: [0x26cc7e] Test::stacktrace_test_f1(std::ostream&) 19: [0x26913f] Test::test_stacktrace(bool, bool) 19: [0x26a8b7] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 19: [0x7fe95a15cfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7fe95a139238] testing::Test::Run() 19: [0x7fe95a13a59d] testing::TestInfo::Run() 19: [0x7fe95a13af32] testing::TestSuite::Run() 19: [0x7fe95a149b8f] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7fe95a15dcd9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7fe95a1496fa] testing::UnitTest::Run() 19: [0x26aad0] main 19: [0x7fe957c36d90] 19: [0x7fe957c36e40] __libc_start_main 19: [0x269025] _start 19: 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f1 19: Top of f0 19: Top of f0 19: StackTrace f3(std::cout, 4) returned: 110 19: test_f3: 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fe95a02dd52] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26cc7e] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26d166] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9fd) [0x269b1d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd7) [0x26a8b7] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fe95a15cfb9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fe95a139238] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fe95a13a59d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fe95a13af32] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x45f) [0x7fe95a149b8f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fe95a15dcd9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fe95a1496fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26aad0] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fe957c36d90] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fe957c36e40] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269025] 19: 19: demangled test_f3: 19: [0x7fe95a02dd52] Kokkos::Impl::save_stacktrace() 19: [0x26cc7e] Test::stacktrace_test_f1(std::ostream&) 19: [0x26d166] Test::stacktrace_test_f3(std::ostream&, int) 19: [0x269b1d] Test::test_stacktrace(bool, bool) 19: [0x26a8b7] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 19: [0x7fe95a15cfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7fe95a139238] testing::Test::Run() 19: [0x7fe95a13a59d] testing::TestInfo::Run() 19: [0x7fe95a13af32] testing::TestSuite::Run() 19: [0x7fe95a149b8f] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7fe95a15dcd9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7fe95a1496fa] testing::UnitTest::Run() 19: [0x26aad0] main 19: [0x7fe957c36d90] 19: [0x7fe957c36e40] __libc_start_main 19: [0x269025] _start 19: 19: Test setting std::terminate handler that prints the last saved stack trace 19: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1361 ms) 19: [----------] 2 tests from defaultdevicetype_DeathTest (2738 ms total) 19: 19: [----------] 1 test from defaultdevicetype 19: [ RUN ] defaultdevicetype.stacktrace_normal 19: Top of f1 19: Top of f0 19: Top of f0 19: test_f1: 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdc9f054d52] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26cc7e] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26913f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdc9f183fb9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdc9f160238] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdc9f16159d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdc9f161f32] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x45f) [0x7fdc9f170b8f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdc9f184cd9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fdc9f1706fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26aad0] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdc9cc5dd90] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdc9cc5de40] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269025] 19: 19: demangled test_f1: 19: [0x7fdc9f054d52] Kokkos::Impl::save_stacktrace() 19: [0x26cc7e] Test::stacktrace_test_f1(std::ostream&) 19: [0x26913f] Test::test_stacktrace(bool, bool) 19: [0x7fdc9f183fb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7fdc9f160238] testing::Test::Run() 19: [0x7fdc9f16159d] testing::TestInfo::Run() 19: [0x7fdc9f161f32] testing::TestSuite::Run() 19: [0x7fdc9f170b8f] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7fdc9f184cd9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7fdc9f1706fa] testing::UnitTest::Run() 19: [0x26aad0] main 19: [0x7fdc9cc5dd90] 19: [0x7fdc9cc5de40] __libc_start_main 19: [0x269025] _start 19: 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f3 19: Top of f1 19: Top of f0 19: Top of f0 19: StackTrace f3(std::cout, 4) returned: 110 19: test_f3: 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/src/libkokkoscore.so.4.6(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdc9f054d52] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26cc7e] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26d166] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9fd) [0x269b1d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdc9f183fb9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdc9f160238] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdc9f16159d] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdc9f161f32] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x45f) [0x7fdc9f170b8f] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdc9f184cd9] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fdc9f1706fa] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26aad0] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdc9cc5dd90] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdc9cc5de40] 19: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269025] 19: 19: demangled test_f3: 19: [0x7fdc9f054d52] Kokkos::Impl::save_stacktrace() 19: [0x26cc7e] Test::stacktrace_test_f1(std::ostream&) 19: [0x26d166] Test::stacktrace_test_f3(std::ostream&, int) 19: [0x269b1d] Test::test_stacktrace(bool, bool) 19: [0x7fdc9f183fb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7fdc9f160238] testing::Test::Run() 19: [0x7fdc9f16159d] testing::TestInfo::Run() 19: [0x7fdc9f161f32] testing::TestSuite::Run() 19: [0x7fdc9f170b8f] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7fdc9f184cd9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7fdc9f1706fa] testing::UnitTest::Run() 19: [0x26aad0] main 19: [0x7fdc9cc5dd90] 19: [0x7fdc9cc5de40] __libc_start_main 19: [0x269025] _start 19: 19: Test setting std::terminate handler that prints the last saved stack trace 19: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 19: [----------] 1 test from defaultdevicetype (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 3 tests from 2 test suites ran. (2739 ms total) 19: [ PASSED ] 3 tests. 19/58 Test #19: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.14 sec test 20 Start 20: Kokkos_IncrementalTest_SERIAL 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 20: Test timeout computed to be: 1500 20: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 20: [==========] Running 28 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 28 tests from SERIAL 20: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 20: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] SERIAL.IncrTest_01_execspace 20: Host Serial Execution Space: 20: KOKKOS_ENABLE_SERIAL: yes 20: 20: Serial Runtime Configuration: 20: Serial 20: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 20: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 20: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicSub 20: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 20: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 20: [ RUN ] SERIAL.IncrTest_03b_memspace_free 20: [ OK ] SERIAL.IncrTest_03b_memspace_free (60 ms) 20: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 20: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 20: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] SERIAL.IncrTest_05_reduction 20: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange2D 20: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange3D 20: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange4D 20: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 20: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 20: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 20: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 20: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (86 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 (3 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 (151 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (151 ms total) 20: [ PASSED ] 28 tests. 20/58 Test #20: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.55 sec test 21 Start 21: Kokkos_IncrementalTest_HIP 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_HIP 21: Test timeout computed to be: 1500 21: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 21: [==========] Running 28 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 28 tests from HIP 21: [ RUN ] HIP.IncrTest_01_execspace_typedef 21: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 21: [ RUN ] HIP.IncrTest_01_execspace 21: Device Execution Space: 21: KOKKOS_ENABLE_HIP: yes 21: HIP Options: 21: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 21: 21: Runtime Configuration: 21: XNACK environment variable set: no 21: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 21: macro KOKKOS_ENABLE_HIP : defined 21: macro HIP_VERSION = 60032830 = version 6.0.32830 21: macro KOKKOS_ENABLE_ROCTHRUST : defined 21: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 21: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 21: Total Global Memory: 31.98 GiB 21: Shared Memory per Block: 64 KiB 21: APU or dGPU: dGPU 21: Is Large Bar: 1 21: Supports Managed Memory: 1 21: Architecture capable of accessing system allocated memory: 1 21: System allows accessing system allocated memory on GPU: 0 21: Wavefront Size: 64 21: HIP 21: [ OK ] HIP.IncrTest_01_execspace (0 ms) 21: [ RUN ] HIP.IncrTest_02_AtomicExchange 21: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 21: [ RUN ] HIP.IncrTest_02_AtomicAdd 21: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 21: [ RUN ] HIP.IncrTest_02_AtomicSub 21: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 21: [ RUN ] HIP.IncrTest_03a_memspace_malloc 21: [ OK ] HIP.IncrTest_03a_memspace_malloc (1 ms) 21: [ RUN ] HIP.IncrTest_03b_memspace_free [ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B 21: [ OK ] HIP.IncrTest_03b_memspace_free (5908 ms) 21: [ RUN ] HIP.IncrTest_04_simple_parallelFor 21: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 21: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 21: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 21: [ RUN ] HIP.IncrTest_05_reduction 21: [ OK ] HIP.IncrTest_05_reduction (7 ms) 21: [ RUN ] HIP.IncrTest_06_mdrange2D 21: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 21: [ RUN ] HIP.IncrTest_06_mdrange3D 21: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 21: [ RUN ] HIP.IncrTest_06_mdrange4D 21: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 21: [ RUN ] HIP.IncrTest_08_deep_copy_2D 21: [ OK ] HIP.IncrTest_08_deep_copy_2D (1 ms) 21: [ RUN ] HIP.IncrTest_08_deep_copy_3D 21: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 21: [ RUN ] HIP.IncrTest_08_deep_copy_4D 21: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 21: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 21: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms) 21: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 21: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 21: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 21: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 21: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 21: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (173 ms) 21: [ RUN ] HIP.IncrTest_12a_ThreadScratch 21: [ OK ] HIP.IncrTest_12a_ThreadScratch (3 ms) 21: [ RUN ] HIP.IncrTest_12b_TeamScratch 21: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 21: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 21: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (0 ms) 21: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 21: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 21: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 21: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms) 21: [ RUN ] HIP.incr_14_MDrangeReduce 21: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 21: [ RUN ] HIP.IncrTest_16_parallelscan 21: [ OK ] HIP.IncrTest_16_parallelscan (7 ms) 21: [ RUN ] HIP.incr_17_atomicView 21: [ OK ] HIP.incr_17_atomicView (1 ms) 21: [----------] 28 tests from HIP (6117 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (6117 ms total) 21: [ PASSED ] 28 tests. 21/58 Test #21: Kokkos_IncrementalTest_HIP ................................. Passed 6.53 sec test 22 Start 22: Kokkos_CoreUnitTest_CTestDevice 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 22: Test timeout computed to be: 1500 22: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 22: [==========] Running 8 tests from 2 test suites. 22: [----------] Global test environment set-up. 22: [----------] 5 tests from ctest_environment_DeathTest 22: [ RUN ] ctest_environment_DeathTest.invalid_rank 22: [ OK ] ctest_environment_DeathTest.invalid_rank (485 ms) 22: [ RUN ] ctest_environment_DeathTest.no_type_str 22: [ OK ] ctest_environment_DeathTest.no_type_str (464 ms) 22: [ RUN ] ctest_environment_DeathTest.missing_type 22: [ OK ] ctest_environment_DeathTest.missing_type (912 ms) 22: [ RUN ] ctest_environment_DeathTest.no_id_str 22: [ OK ] ctest_environment_DeathTest.no_id_str (447 ms) 22: [ RUN ] ctest_environment_DeathTest.invalid_id_str 22: [ OK ] ctest_environment_DeathTest.invalid_id_str (892 ms) 22: [----------] 5 tests from ctest_environment_DeathTest (3201 ms total) 22: 22: [----------] 3 tests from ctest_environment 22: [ RUN ] ctest_environment.no_device_type 22: [ OK ] ctest_environment.no_device_type (0 ms) 22: [ RUN ] ctest_environment.no_process_count 22: [ OK ] ctest_environment.no_process_count (0 ms) 22: [ RUN ] ctest_environment.good 22: [ OK ] ctest_environment.good (0 ms) 22: [----------] 3 tests from ctest_environment (0 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 8 tests from 2 test suites ran. (3202 ms total) 22: [ PASSED ] 8 tests. 22/58 Test #22: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 3.23 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 23: Test timeout computed to be: 1500 23/58 Test #23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.03 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 24: Test timeout computed to be: 1500 24: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 24/58 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.03 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 25: Test timeout computed to be: 1500 25/58 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.03 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 26: Environment variables: 26: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 26: Test timeout computed to be: 1500 26/58 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.03 sec test 27 Start 27: Kokkos_CoreUnitTest_DeviceAndThreads 27: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 27: Test timeout computed to be: 1500 [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 27: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0114962 -0.0148557 || 0.051031 28027 29375 || 28348.5 28674.4 || -205.365 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00263692 -0.00713975 || 0.051031 1e+64 -1e+64 Test Seed:1742228649261413229 Test Scalar=int -- Testing randomness properties 27: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 27: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 27: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 27: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 27: 27: ---------------------------------------------------------------------- 27: Ran 5 tests in 4.359s 27: 27: OK (skipped=1) 27/58 Test #27: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 4.41 sec test 28 Start 28: Kokkos_PerformanceTest_TaskDag 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 28: Test timeout computed to be: 1500 28/58 Test #28: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.03 sec test 29 Start 29: Kokkos_PerformanceTest_Benchmark 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-58-50.json" 29: Test timeout computed to be: 1500 29: 2025-03-17T16:24:15+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 29: Run on (64 X 3293.1 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x32) 29: L1 Instruction 32 KiB (x32) 29: L2 Unified 512 KiB (x32) 29: L3 Unified 16384 KiB (x16) 29: Load Average: 5.61, 8.61, 13.70 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 1700 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX17: yes 29: KOKKOS_ENABLE_CXX20: no 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 29: Kokkos Version: 4.6.99 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: platform: 64bit 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.007 s 5 1024 6.68313u 29: GramSchmidt/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.3287u 29: GramSchmidt/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.65475u 29: GramSchmidt/Count:8192/iterations:5/manual_time 0.007 s 0.008 s 5 8.192k 803.161n 29: GramSchmidt/Count:16384/iterations:5/manual_time 0.007 s 0.009 s 5 16.384k 404.051n 29: GramSchmidt/Count:32768/iterations:5/manual_time 0.007 s 0.010 s 5 32.768k 210.059n 29: GramSchmidt/Count:65536/iterations:5/manual_time 0.007 s 0.013 s 5 65.536k 116.866n 29: GramSchmidt/Count:131072/iterations:5/manual_time 0.010 s 0.018 s 5 131.072k 72.4803n 29: GramSchmidt/Count:262144/iterations:5/manual_time 0.031 s 0.048 s 5 262.144k 116.752n 29: GramSchmidt/Count:524288/iterations:5/manual_time 0.033 s 0.065 s 5 524.288k 62.3376n 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s Max 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: CustomReduction/N:100000/R:1000/manual_time 0.008 s 0.018 s 93 14.0722k/s 11.5 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: OverlapRangePolicy/N:2000/M:10000/R:10 0.543 s 0.541 s 1 0.0954524 0.100759 0.0816018 0.0398115 0.0408551 22.973u 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: OverlapMDRangePolicy/N:200/M:10000/R:10 0.044 s 0.043 s 16 8.14004m 3.96907m 7.63698m 3.79041m 3.79641m 2.675u 38: Test_Atomic/100000/iterations:10 2.03 s 2.03 s 10 1 8 4.83113m 3.22502m 299.75u 4.99995G 780.84k 4.99995G 29: OverlapTeamPolicy/N:20/M:1000000/R:10 0.193 s 0.191 s 4 0.035108 0.0179009 0.0332895 0.0166642 0.0167128 4.89u 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 29.9678n 29: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 15.0234n 29: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 7.71704n 29: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 4.01636n 29: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.93359n 29: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1013.89p 29: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 600.8p 29: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 513.885p 29: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.000 s 5 262.144k 452.244p 29: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 394.857p [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: rate 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Malloc/N:1/manual_time 27.6 us 65.7 us 26220 36.2235k/s 29: Malloc/N:16/manual_time 27.5 us 65.3 us 25422 36.4149k/s -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00398592 -0.00735479 || 0.051031 28040 29362 || 28789.1 28674.4 || -101.673 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0175656 0.0106794 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties 29: Malloc/N:256/manual_time 25.3 us 60.1 us 25500 39.5268k/s [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o 29: Malloc/N:4096/manual_time 24.7 us 58.7 us 28330 40.4275k/s 29: Malloc/N:65536/manual_time 24.8 us 58.0 us 27708 40.2987k/s 29: Malloc/N:1048576/manual_time 25.1 us 58.8 us 28474 39.9079k/s 29: Malloc/N:16777216/manual_time 25.4 us 59.0 us 27457 39.4092k/s 29: Malloc/N:268435456/manual_time 24.7 us 57.1 us 28251 40.4827k/s 29: Malloc/N:4294967296/manual_time 25.9 us 59.1 us 28077 38.5452k/s 38: Test_Atomic/100000/iterations:10 2.04 s 2.04 s 10 1 8 4.94474m 3.0535m 299.76u 4.99995G 642.008k 4.99995G 29: MallocFree/N:1/manual_time 65.6 us 65.1 us 10669 15.2376k/s 29: MallocFree/N:16/manual_time 66.2 us 65.7 us 10595 15.1005k/s [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o 29: MallocFree/N:256/manual_time 65.8 us 65.3 us 10688 15.2042k/s 29: MallocFree/N:4096/manual_time 65.0 us 64.5 us 10712 15.3898k/s 29: MallocFree/N:65536/manual_time 64.8 us 64.4 us 10826 15.441k/s 29: MallocFree/N:1048576/manual_time 65.3 us 65.0 us 10721 15.3081k/s 29: MallocFree/N:16777216/manual_time 65.8 us 65.4 us 10726 15.2071k/s 29: MallocFree/N:268435456/manual_time 65.7 us 65.3 us 10550 15.2215k/s [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o 29: MallocFree/N:4294967296/manual_time 65.9 us 65.5 us 10724 15.1756k/s -- Testing 1-D histogram Density 1D: 6.45775e-07 0.00528965 -0.0193394 || 0.051031 28040 29305 || 28523.5 28674.4 || -267.348 -2.0744 -- Testing 3-D histogram Density 3D: 6.5082e-07 0.0111283 -0.00090097 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 29: MallocTouch/N:1/manual_time 28.2 us 65.5 us 24923 35.5211k/s [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o 29: MallocTouch/N:16/manual_time 28.7 us 66.1 us 24705 34.8187k/s 29: MallocTouch/N:256/manual_time 27.2 us 63.3 us 24759 36.729k/s [ 46%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o 29: MallocTouch/N:4096/manual_time 43.1 us 79.3 us 16246 23.2124k/s 29: MallocTouch/N:65536/manual_time 43.3 us 79.6 us 16185 23.1147k/s [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o 29: MallocTouch/N:1048576/manual_time 45.9 us 82.1 us 15286 21.8097k/s 38: Test_Atomic/100000/iterations:10 2.16 s 2.16 s 10 1 4 4.04876m 3.22433m 299.67u 704.983M 893.312k 704.983M -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00645994 -0.0085638 || 0.051031 27928 29380 || 28490.3 28674.4 || -118.386 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00626867 0.00189664 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties 29: MallocTouch/N:16777216/manual_time 47.9 us 84.8 us 14656 20.8768k/s 29: MallocTouch/N:268435456/manual_time 89.7 us 126 us 7809 11.1431k/s [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 29: MallocTouch/N:4294967296/manual_time 797 us 829 us 880 1.25476k/s 29: MallocTouchFree/N:1/manual_time 63.1 us 62.7 us 11082 15.8577k/s 29: MallocTouchFree/N:16/manual_time 63.5 us 63.1 us 11158 15.754k/s 29: MallocTouchFree/N:256/manual_time 63.6 us 63.2 us 11053 15.7341k/s 29: MallocTouchFree/N:4096/manual_time 82.3 us 81.8 us 8634 12.1501k/s 29: MallocTouchFree/N:65536/manual_time 82.2 us 81.7 us 8624 12.1657k/s [ 46%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o 29: MallocTouchFree/N:1048576/manual_time 85.7 us 85.2 us 8375 11.6635k/s 29: MallocTouchFree/N:16777216/manual_time 85.3 us 84.8 us 8195 11.7176k/s 29: MallocTouchFree/N:268435456/manual_time 127 us 126 us 5516 7.86896k/s 29: MallocTouchFree/N:4294967296/manual_time 835 us 830 us 841 1.19733k/s [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: ViewAllocate_Rank1/N:10/manual_time 0.001 s 0.001 s 881 1008.95/s 800 29: ViewAllocate_Rank1/N:10/manual_time 0.001 s 0.001 s 884 1008.57/s 800 29: ViewAllocate_Rank2/N:10/manual_time 0.001 s 0.001 s 884 1009.3/s 800 29: ViewAllocate_Rank2/N:10/manual_time 0.001 s 0.001 s 880 1010.19/s 800 29: ViewAllocate_Rank3/N:10/manual_time 0.001 s 0.001 s 884 1009.38/s 800 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o 29: ViewAllocate_Rank3/N:10/manual_time 0.001 s 0.001 s 884 1008.82/s 800 29: ViewAllocate_Rank4/N:10/manual_time 0.001 s 0.001 s 883 1009.01/s 800 29: ViewAllocate_Rank4/N:10/manual_time 0.001 s 0.001 s 884 1009.01/s 800 29: ViewAllocate_Rank5/N:10/manual_time 0.001 s 0.001 s 883 1009.06/s 800 29: ViewAllocate_Rank5/N:10/manual_time 0.001 s 0.001 s 883 1009.66/s 800 38: Test_Atomic/100000/iterations:10 2.04 s 2.04 s 10 1 8 4.89414m 3.16852m 299.66u 4.99995G 784.456k 4.99995G 29: ViewAllocate_Rank6/N:10/manual_time 0.001 s 0.001 s 884 1009.45/s 800 29: ViewAllocate_Rank6/N:10/manual_time 0.001 s 0.001 s 883 1009.89/s 800 29: ViewAllocate_Rank7/N:10/manual_time 0.001 s 0.001 s 885 1009.92/s 800 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 72%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 29: ViewAllocate_Rank7/N:10/manual_time 0.001 s 0.001 s 884 1010.25/s 800 29: ViewAllocate_Rank8/N:10/manual_time 0.001 s 0.001 s 883 1010.38/s 800 29: ViewAllocate_Rank8/N:10/manual_time 0.001 s 0.001 s 884 1010.05/s 800 29: ViewDeepCopy_Rank1/N:10/manual_time 0.034 s 0.034 s 21 47.1372/s 1.6k [ 72%] Built target Kokkos_CoreUnitTest_Cuda2 [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o 29: ViewDeepCopy_Rank1/N:10/manual_time 0.030 s 0.030 s 22 53.4446/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 449 1025.86/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 450 1027.56/s 1.6k -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.000294583 0.0100456 || 0.051031 27893 29345 || 28682.8 28674.4 || 138.87 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00243713 0.00248819 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 449 1016.36/s 1.6k [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 48%] Linking CXX executable Kokkos_CoreTestCompileOnly 29: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 261 298.556/s 800 29: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.084 s 0.084 s 8 9.48796/s 800 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 450 1012.29/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 450 1027.33/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 449 1026.52/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 449 1022.88/s 1.6k [ 48%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o 29: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 220 501.279/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 229 522.145/s 1.6k [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 450 1027.34/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 324 741.014/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 282 634.396/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 449 1027.25/s 1.6k 38: Test_Atomic/100000/iterations:10 2.03 s 2.03 s 10 1 8 4.94865m 3.45455m 335.03u 4.99995G 979.032k 4.99995G 29: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 450 1027.16/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 449 1027.24/s 1.6k [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp 29: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 449 1026.97/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 49 110.416/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 49 111.131/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 223 510.609/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 102 232.746/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 449 1026.81/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 449 1011.36/s 1.6k [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp 29: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 100.312/s 1.6k Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp 29: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 39 88.1325/s 1.6k [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o 29: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 449 1027.54/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 450 1027.56/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.018 s 0.017 s 40 91.128/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.018 s 38 86.1226/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 450 1027.46/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 449 1027.57/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 38 86.7931/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 37 84.5308/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 453 1034.7/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 453 1030.98/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 453 1034.56/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 453 1034.79/s 1.6k 29: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 916 1043.14/s 800 29: 29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 29: does not support page migration between device and host. 29: HIPManagedSpace might not work as expected. 29: Please refer to the ROCm documentation on unified/managed memory. 38: Test_Atomic/100000/iterations:10 2.16 s 2.16 s 10 0 4 6.06462m 3.37651m 900.79u 5G 711.144k 4.99989G 29: ViewFill_Rank1/N:10/manual_time 0.034 s 0.034 s 21 23.686/s 800 [ 48%] Linking CXX executable Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o 29: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 916 1041.61/s 800 [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 48%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 29: ViewFill_Rank1/N:10/manual_time 0.035 s 0.034 s 21 23.1634/s 800 29: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 915 1046.33/s 800 [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o 29: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 916 1047.43/s 800 29: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 917 1046.51/s 800 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o 29: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 916 1046.66/s 800 [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o 29: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 352 200.959/s 400 29: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 916 1047.13/s 800 29: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 916 1046.75/s 800 29: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 915 1047.5/s 800 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 29: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 917 1047.67/s 800 29: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 917 1047.83/s 800 29: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 917 1047/s 800 [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o 29: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 916 1046.32/s 800 29: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 916 1046.56/s 800 29: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 917 1028.98/s 800 [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 29: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 917 1047.69/s 800 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o 29: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 917 1048.27/s 800 29: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 917 1045.13/s 800 29: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.41384k/s 1.6k 29: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.23052k/s 1.6k 29: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.29489k/s 1.6k 29: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.51906k/s 1.6k 29: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.47424k/s 1.6k 29: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.4608k/s 1.6k 29: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.23873k/s 1.6k 29: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.09533k/s 1.6k 29: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.22861k/s 1.6k 29: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.19302k/s 1.6k 29: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.19341k/s 1.6k 29: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.18286k/s 1.6k 29: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.20503k/s 1.6k 29: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.43962k/s 1.6k 29: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.09907k/s 1.6k 29: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.36824k/s 1.6k 29: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.3483k/s 1.6k 29: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.79081k/s 1.6k 29: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.19162k/s 1.6k 29: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.07893k/s 1.6k 29: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.61763k/s 1.6k 29: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.05442k/s 1.6k 29: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.11715k/s 1.6k 29: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.30889k/s 1.6k 29: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.77399k/s 1.6k 29: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.76392k/s 1.6k 29: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.49111k/s 1.6k 29: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.38509k/s 1.6k 29: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.49083k/s 1.6k 29: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.94382k/s 1.6k 29: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.36603k/s 1.6k 29: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.70249k/s 1.6k 29: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 972.493/s 1.6k 29: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1015.31/s 1.6k 29/58 Test #29: Kokkos_PerformanceTest_Benchmark ........................... Passed 127.93 sec test 30 Start 30: Kokkos_Benchmark_Atomic_MinMax 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-58-50.json" 30: Test timeout computed to be: 1500 30: 2025-03-17T16:26:23+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 30: Run on (64 X 3294.16 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x32) 30: L1 Instruction 32 KiB (x32) 30: L2 Unified 512 KiB (x32) 30: L3 Unified 16384 KiB (x16) 30: Load Average: 16.11, 11.79, 14.21 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1700 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX17: yes 30: KOKKOS_ENABLE_CXX20: no 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 30: Kokkos Version: 4.6.99 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: platform: 64bit 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30/58 Test #30: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.48 sec test 31 Start 31: Kokkos_PerformanceTest_Mempool 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-58-50.json" 31: Test timeout computed to be: 1500 31: 2025-03-17T16:26:23+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 31: Run on (64 X 3294.13 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x32) 31: L1 Instruction 32 KiB (x32) 31: L2 Unified 512 KiB (x32) 31: L3 Unified 16384 KiB (x16) 31: Load Average: 16.11, 11.79, 14.21 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1700 31: KOKKOS_ENABLE_ASM: no 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_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 31: Kokkos Version: 4.6.99 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: platform: 64bit [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp 38: Test_Atomic/100000/iterations:10 2.04 s 2.04 s 10 1 8 6.33283m 3.18165m 897.58u 4.99995G 790.936k 4.99995G 38/64 Test #38: Kokkos_PerformanceTest_Atomic .............................. Passed 147.62 sec test 39 Start 39: Kokkos_PerformanceTest_Reduction 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-27-51.json" 39: Test timeout computed to be: 1500 39: 39: Available devices: 39: 2025-03-17T16:26:23+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 39: Run on (20 X 2345.59 MHz CPU s) 39: CPU Caches: 39: L1 Data 64 KiB (x20) 39: L1 Instruction 64 KiB (x20) 39: L2 Unified 512 KiB (x20) 39: L3 Unified 16384 KiB (x20) 39: Load Average: 0.99, 2.03, 4.53 39: Address Bits: 64 39: CPU architecture: none 39: Default Device: SYCL 39: Driver Version: CUDA 12.8 39: Error Correction Support: 1 39: GIT_BRANCH: HEAD 39: GIT_CLEAN_STATUS: CLEAN 39: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 39: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 39: GIT_COMMIT_HASH: 10d579f4f 39: GPU architecture: AMPERE80 39: Global Cache Mem Line Size: 128 39: Global Mem Cache Size: 41943040 39: Global Mem Size: 85095874560 39: Image Max Buffer Size: 32768 39: Image2d Max Height: 65536 39: Image2d Max Width: 131072 39: Image3d Max Depth: 16384 39: Image3d Max Height: 16384 39: Image3d Max Width: 16384 39: Is Accelerator: 0 39: Is Available: 1 39: Is CPU: 0 39: Is GPU: 1 39: KOKKOS_COMPILER_INTEL_LLVM: 20230000 39: KOKKOS_ENABLE_ASM: yes 39: KOKKOS_ENABLE_CXX17: yes 39: KOKKOS_ENABLE_CXX20: no 39: KOKKOS_ENABLE_CXX23: no 39: KOKKOS_ENABLE_CXX26: no 39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 39: KOKKOS_ENABLE_HWLOC: no 39: KOKKOS_ENABLE_LIBDL: yes 39: KOKKOS_ENABLE_PRAGMA_IVDEP: no 39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 39: KOKKOS_ENABLE_PRAGMA_UNROLL: no 39: KOKKOS_ENABLE_PRAGMA_VECTOR: no 39: KOKKOS_ENABLE_SERIAL: yes 39: Kokkos Version: 4.6.99 39: Local Mem Size: 49152 39: Max Compute Units: 108 39: Max Mem Alloc Size: 1073741824 39: Max Parameter Size: 4000 39: Max Read Image Args: 128 39: Max Samplers: 128 39: Max Work Group Size: 1024 39: Max Work Item Dimensions: 3 39: Mem Base Addr Align: 4096 39: Name: NVIDIA A100 80GB PCIe 39: Native Vector Width Char: 1 39: Native Vector Width Double: 1 39: Native Vector Width Float: 1 39: Native Vector Width Half: 0 39: Native Vector Width Int: 1 39: Native Vector Width Long: 1 39: Native Vector Width Short: 1 39: Partition Max Sub Devices: 0 39: Preferred Vector Width Char: 1 39: Preferred Vector Width Double: 1 39: Preferred Vector Width Float: 1 39: Preferred Vector Width Half: 0 39: Preferred Vector Width Int: 1 39: Preferred Vector Width Long: 1 39: Preferred Vector Width Short: 1 39: Profiling Timer Resolution: 1000 39: Reference Count: 1 39: Vendor: NVIDIA Corporation 39: Vendor Id: 4318 39: Version: 0.0 39: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 39: macro KOKKOS_ENABLE_ONEDPL: defined 39: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 39: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 39: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 39: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: undefined 39: macro SYCL_EXT_ONEAPI_BFLOAT16: defined 39: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 39: macro SYCL_EXT_ONEAPI_GRAPH: undefined 39: platform: 64bit 39: ---------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations 39: ---------------------------------------------------------------------------------------------------- 39: ReductionCheapScalarResult/10000/iterations:10 25.7 us 25.6 us 10 39: ReductionCheapScalarResult/100000/iterations:10 27.3 us 27.2 us 10 39: ReductionCheapScalarResult/1000000/iterations:10 30.0 us 29.9 us 10 39: ReductionCheapScalarResult/10000000/iterations:10 84.7 us 84.6 us 10 39: ReductionCheapHostResult/10000/iterations:10 25.7 us 25.7 us 10 39: ReductionCheapHostResult/100000/iterations:10 27.5 us 27.5 us 10 39: ReductionCheapHostResult/1000000/iterations:10 32.5 us 32.5 us 10 39: ReductionCheapHostResult/10000000/iterations:10 82.4 us 82.4 us 10 39: ReductionCheapDeviceResult/10000/iterations:10 23.1 us 23.0 us 10 39: ReductionCheapDeviceResult/100000/iterations:10 27.2 us 27.2 us 10 39: ReductionCheapDeviceResult/1000000/iterations:10 29.3 us 29.3 us 10 39: ReductionCheapDeviceResult/10000000/iterations:10 81.6 us 81.6 us 10 39: ReductionExpensive/10000/iterations:10 168 us 169 us 10 39: ReductionExpensive/100000/iterations:10 169 us 169 us 10 39: ReductionExpensive/1000000/iterations:10 2192 us 2192 us 10 39: ReductionExpensive/10000000/iterations:10 17303 us 17302 us 10 39/64 Test #39: Kokkos_PerformanceTest_Reduction ........................... Passed 0.53 sec test 40 Start 40: Kokkos_ContainersUnitTest_Serial 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 40: Test timeout computed to be: 1500 40: [==========] Running 0 tests from 0 test suites. 40: [==========] 0 tests from 0 test suites ran. (0 ms total) 40: [ PASSED ] 0 tests. 40/64 Test #40: Kokkos_ContainersUnitTest_Serial ........................... Passed 0.29 sec test 41 Start 41: Kokkos_ContainersUnitTest_SYCL 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL 41: Test timeout computed to be: 1500 41: [==========] Running 0 tests from 0 test suites. 41: [==========] 0 tests from 0 test suites ran. (0 ms total) 41: [ PASSED ] 0 tests. 41/64 Test #41: Kokkos_ContainersUnitTest_SYCL ............................. Passed 0.29 sec test 42 Start 42: Kokkos_UnitTest_Sort 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 42: Test timeout computed to be: 1500 42: [==========] Running 17 tests from 2 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from sycl_DeathTest 42: [ RUN ] sycl_DeathTest.SortByKeyKeysLargerThanValues 31: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations FOM: fill ops per second 31: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2398 19.1521M/s [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp 42: [ OK ] sycl_DeathTest.SortByKeyKeysLargerThanValues (1143 ms) 42: [----------] 1 test from sycl_DeathTest (1143 ms total) 42: 42: [----------] 16 tests from sycl 42: [ RUN ] sycl.SortUnsignedValueType 42: [ OK ] sycl.SortUnsignedValueType (17 ms) 42: [ RUN ] sycl.SortEmptyView 42: [ OK ] sycl.SortEmptyView (0 ms) 42: [ RUN ] sycl.SortByKeyEmptyView 42: [ OK ] sycl.SortByKeyEmptyView (0 ms) 42: [ RUN ] sycl.SortByKeyEmptyViewHost 42: [ OK ] sycl.SortByKeyEmptyViewHost (0 ms) 42: [ RUN ] sycl.SortByKey 42: [ OK ] sycl.SortByKey (0 ms) 42: [ RUN ] sycl.SortByKeyWithComparator 42: [ OK ] sycl.SortByKeyWithComparator (1 ms) 42: [ RUN ] sycl.SortByKeyStaticExtents 42: [ OK ] sycl.SortByKeyStaticExtents (0 ms) 42: [ RUN ] sycl.SortByKeyWithStrides 42: [ OK ] sycl.SortByKeyWithStrides (0 ms) 42: [ RUN ] sycl.SortWithCustomComparator 42: [ OK ] sycl.SortWithCustomComparator (97 ms) 42: [ RUN ] sycl.BinSortGenericTests 42: [ OK ] sycl.BinSortGenericTests (9 ms) 42: [ RUN ] sycl.BinSortEmptyView 42: [ OK ] sycl.BinSortEmptyView (0 ms) 42: [ RUN ] sycl.BinSortEmptyKeysView 42: [ OK ] sycl.BinSortEmptyKeysView (0 ms) 42: [ RUN ] sycl.BinSort_issue_7221 42: [ OK ] sycl.BinSort_issue_7221 (0 ms) 42: [ RUN ] sycl.BinSortUnsignedKeyLayoutStrideValues [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_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 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o 31: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations FOM: cycle ops per second 31: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 7731 121.431M/s 31/58 Test #31: Kokkos_PerformanceTest_Mempool ............................. Passed 3.81 sec test 32 Start 32: Kokkos_PerformanceTest_Atomic 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-58-50.json" 32: Test timeout computed to be: 1500 32: 2025-03-17T16:26:27+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 32: Run on (64 X 3294.14 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x32) 32: L1 Instruction 32 KiB (x32) 32: L2 Unified 512 KiB (x32) 32: L3 Unified 16384 KiB (x16) 32: Load Average: 16.27, 11.89, 14.23 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 1700 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX17: yes 32: KOKKOS_ENABLE_CXX20: no 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HIP: yes 32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 32: Kokkos Version: 4.6.99 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: platform: 64bit [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp 32: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 32: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Test_Atomic/30000/iterations:10 0.365 s 0.363 s 10 1 4 8.163m 8.39677m 58.1u 449.985M 12.088k 449.985M [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 50%] 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 [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp 42: [ OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (9251 ms) 42: [ RUN ] sycl.NestedSort 42: [ OK ] sycl.NestedSort (34 ms) 42: [ RUN ] sycl.NestedSortByKey 42: [ OK ] sycl.NestedSortByKey (97 ms) 42: [----------] 16 tests from sycl (9511 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 17 tests from 2 test suites ran. (10655 ms total) 42: [ PASSED ] 17 tests. 42/64 Test #42: Kokkos_UnitTest_Sort ....................................... Passed 10.99 sec test 43 Start 43: Kokkos_UnitTest_Random 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 43: Test timeout computed to be: 1500 43: [==========] Running 3 tests from 1 test suite. 43: [----------] Global test environment set-up. 43: [----------] 3 tests from sycl 43: [ RUN ] sycl.Random_XorShift64 43: Test Seed:1742228795835835337 43: Test Scalar=int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 0.00812919 -0.00370628 || 0.051031 28093 29288 || 28443.2 28674.4 || -51.2356 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 -0.00298267 -0.00810379 || 0.051031 1e+64 -1e+64 43: Test Scalar=unsigned int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 0.00250532 0.00248911 || 0.051031 27943 29282 || 28602.7 28674.4 || 34.4094 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 -0.00855069 0.000713949 || 0.051031 1e+64 -1e+64 43: Test Scalar=int64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 -0.000692223 0.0178542 || 0.051031 28014 29431 || 28694.3 28674.4 || 246.817 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 -0.00679892 0.00778553 || 0.051031 1e+64 -1e+64 43: Test Scalar=uint64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 0.0116375 0.0524294 || 0.051031 28086 29387 || 28344.5 28674.4 || 724.783 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 -0.00939792 -0.00150833 || 0.051031 1e+64 -1e+64 43: Test Scalar=half 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 0.00024416 -0.99999 -48243.7 || 0.051031 0 194845 || 2.9285e+09 28674.4 || -6.66921e+08 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 0.000731314 -0.298979 0.152156 || 0.051031 1e+64 -1e+64 43: Test Scalar=bhalf 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.6091e-07 0.00124121 -0.011682 || 0.051031 28019 29301 || 28638.8 28674.4 || -161.492 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.96226e-07 -0.000306258 -0.000936531 || 0.051031 1e+64 -1e+64 43: Test Scalar=float 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.76045e-07 -0.0122101 -0.0126264 || 0.051031 28075 29306 || 29028.8 28674.4 || -174.547 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 7.41632e-07 -0.0115378 0.00395445 || 0.051031 1e+64 -1e+64 43: Test Scalar=double 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 0.00438674 -0.0124071 || 0.051031 27970 29358 || 28549.2 28674.4 || -171.516 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 0.00305026 0.00517565 || 0.051031 1e+64 -1e+64 43: Test Seed:1742228796008345221 43: Test Scalar=int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 -0.00835151 -0.00331026 || 0.051031 27977 29413 || 28915.9 28674.4 || -45.761 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 0.0108539 0.004625 || 0.051031 1e+64 -1e+64 43: Test Scalar=unsigned int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 0.00257142 -0.00276791 || 0.051031 28034 29408 || 28600.8 28674.4 || -38.2636 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 -0.0150262 -0.00222294 || 0.051031 1e+64 -1e+64 43: Test Scalar=int64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 -0.0147664 0.00912962 || 0.051031 27910 29260 || 29104.2 28674.4 || 126.208 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 0.0104118 0.00211089 || 0.051031 1e+64 -1e+64 43: Test Scalar=uint64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 -0.00626259 -0.0295755 || 0.051031 27890 29288 || 28855.1 28674.4 || -408.851 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 0.0154428 0.00875969 || 0.051031 1e+64 -1e+64 43: Test Scalar=half 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 0.000244664 -0.99999 -48245.7 || 0.051031 0 194985 || 2.9289e+09 28674.4 || -6.66949e+08 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 0.000732837 -0.314654 0.151182 || 0.051031 1e+64 -1e+64 43: Test Scalar=bhalf 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.78568e-07 0.0211434 -0.000827888 || 0.051031 28048 29363 || 28080.7 28674.4 || -11.4447 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 7.49199e-07 0.012541 -0.0129384 || 0.051031 1e+64 -1e+64 43: Test Scalar=float 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.8109e-07 -0.0128054 -0.00276566 || 0.051031 28095 29308 || 29046.3 28674.4 || -38.2325 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 7.56767e-07 -0.000264121 -0.000363875 || 0.051031 1e+64 -1e+64 43: Test Scalar=double 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 6.43252e-07 -0.0089316 -0.00161579 || 0.051031 28013 29276 || 28932.8 28674.4 || -22.3367 -2.0744 43: -- Testing 3-D histogram 43: Density 3D: 6.43252e-07 -0.0120452 -0.0130385 || 0.051031 1e+64 -1e+64 43: [ OK ] sycl.Random_XorShift64 (377 ms) 43: [ RUN ] sycl.Random_XorShift1024_0 43: Test Seed:1742228796212707500 43: Test Scalar=int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 -0.0054722 -0.00352478 || 0.051031 10947 11799 || 11439.6 11377 || -48.7265 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 0.00181553 -0.00311882 || 0.051031 1e+64 -1e+64 43: Test Scalar=unsigned int 43: -- Testing randomness properties [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 -0.00909227 0.00551793 || 0.051031 10954 11768 || 11481.3 11377 || 76.2798 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 -0.00870901 0.00157561 || 0.051031 1e+64 -1e+64 43: Test Scalar=int64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 -0.00692427 0.0144502 || 0.051031 10983 11788 || 11456.3 11377 || 199.76 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 0.0156875 0.000151967 || 0.051031 1e+64 -1e+64 43: Test Scalar=uint64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 -0.00758563 -0.00837785 || 0.051031 10943 11799 || 11463.9 11377 || -115.815 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 -0.00314432 0.00220466 || 0.051031 1e+64 -1e+64 43: Test Scalar=half 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 0.000244289 -0.999975 -7595.08 || 0.051031 0 77729 || 4.61061e+08 11377 || -1.04994e+08 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 0.000732557 -0.154521 0.0251983 || 0.051031 1e+64 -1e+64 43: Test Scalar=bhalf 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.86102e-07 -0.00776521 -0.00927105 || 0.051031 10968 11817 || 11466 11377 || -128.163 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 3.62396e-07 -0.00706711 0.000984498 || 0.051031 1e+64 -1e+64 43: Test Scalar=float 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 3.05176e-07 -0.00694452 -0.0132839 || 0.051031 10981 11878 || 11456.5 11377 || -183.636 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 4.19617e-07 -0.00306845 0.00148491 || 0.051031 1e+64 -1e+64 43: Test Scalar=double 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 0.00874979 0.00319519 || 0.051031 10965 11801 || 11278.3 11377 || 44.1704 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 0.0125329 0.000151318 || 0.051031 1e+64 -1e+64 43: Test Seed:1742228796360791531 43: Test Scalar=int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.54313e-07 0.0215818 0.00232881 || 0.051031 10974 11811 || 11136.6 11377 || 32.1934 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.67029e-07 -0.000245152 0.000585425 || 0.051031 1e+64 -1e+64 43: Test Scalar=unsigned int 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 -0.00912204 -0.00267664 || 0.051031 10978 11788 || 11481.7 11377 || -37.0018 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 -0.00868348 -0.00389526 || 0.051031 1e+64 -1e+64 43: Test Scalar=int64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 0.0178418 -0.0152563 || 0.051031 10992 11849 || 11177.5 11377 || -210.904 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 0.0322943 -0.0018192 || 0.051031 1e+64 -1e+64 43: Test Scalar=uint64_t 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 0.0044335 -0.00830142 || 0.051031 10950 11756 || 11326.7 11377 || -114.759 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 -0.0120765 0.000771836 || 0.051031 1e+64 -1e+64 43: Test Scalar=half 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 0.000245288 -0.999975 -7593.88 || 0.051031 0 77729 || 4.60985e+08 11377 || -1.04978e+08 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 0.000735633 -0.137529 0.023063 || 0.051031 1e+64 -1e+64 43: Test Scalar=bhalf 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.60671e-07 -0.00657079 -0.00111416 || 0.051031 10945 11759 || 11452.2 11377 || -15.4022 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.86102e-07 0.00947838 -0.000231399 || 0.051031 1e+64 -1e+64 43: Test Scalar=float 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.73387e-07 -0.0133143 -0.000438374 || 0.051031 10916 11814 || 11530.5 11377 || -6.06008 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 3.24249e-07 0.00869954 0.00119324 || 0.051031 1e+64 -1e+64 43: Test Scalar=double 43: -- Testing randomness properties 43: -- Testing 1-D histogram 43: Density 1D: 2.47955e-07 -0.0275959 -0.00901553 || 0.051031 10921 11813 || 11699.8 11377 || -124.631 -0.823045 43: -- Testing 3-D histogram 43: Density 3D: 2.47955e-07 0.00872913 -0.000553502 || 0.051031 1e+64 -1e+64 43: [ OK ] sycl.Random_XorShift1024_0 (322 ms) 43: [ RUN ] sycl.Multi_streams 43: /var/jenkins/workspace/Kokkos_PR-7897/algorithms/unit_tests/TestRandom.hpp:602: Skipped 43: Failing on NVIDIA GPUs 43: [ SKIPPED ] sycl.Multi_streams (0 ms) 43: [----------] 3 tests from sycl (699 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 3 tests from 1 test suite ran. (699 ms total) 43: [ PASSED ] 2 tests. 43: [ SKIPPED ] 1 test, listed below: 43: [ SKIPPED ] sycl.Multi_streams 43/64 Test #43: Kokkos_UnitTest_Random ..................................... Passed 1.02 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_A 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 44: Test timeout computed to be: 1500 44: [==========] Running 16 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_DeathTest 44: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 44: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 44: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 44: 44: [----------] 3 tests from std_algorithms_reducers 44: [ RUN ] std_algorithms_reducers.max_first_loc 44: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 44: [ RUN ] std_algorithms_reducers.min_first_loc 44: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 44: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 44: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 44: [----------] 3 tests from std_algorithms_reducers (0 ms total) 44: 44: [----------] 1 test from std_algorithms 44: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 44: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 44: [----------] 1 test from std_algorithms (0 ms total) 44: 44: [----------] 11 tests from random_access_iterator_test 44: [ RUN ] random_access_iterator_test.constructor 44: [ OK ] random_access_iterator_test.constructor (2 ms) 44: [ RUN ] random_access_iterator_test.constructiblity 44: [ OK ] random_access_iterator_test.constructiblity (0 ms) 44: [ RUN ] random_access_iterator_test.dereference 44: [ OK ] random_access_iterator_test.dereference (0 ms) 44: [ RUN ] random_access_iterator_test.subscript_operator 44: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 44: [ RUN ] random_access_iterator_test.operatorsSet1 44: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 44: [ RUN ] random_access_iterator_test.operatorsSet2 44: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 44: [ RUN ] random_access_iterator_test.operatorsSet3 44: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 44: [ RUN ] random_access_iterator_test.operatorsSet4 44: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 44: [ RUN ] random_access_iterator_test.assignment_operator 44: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 44: [ RUN ] random_access_iterator_test.distance 44: [ OK ] random_access_iterator_test.distance (0 ms) 44: [ RUN ] random_access_iterator_test.traits_helpers 44: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 44: [----------] 11 tests from random_access_iterator_test (7 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 16 tests from 4 test suites ran. (8 ms total) 44: [ PASSED ] 16 tests. 44/64 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.31 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_B 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 45: Test timeout computed to be: 1500 45: [==========] Running 7 tests from 1 test suite. 45: [----------] Global test environment set-up. 45: [----------] 7 tests from std_algorithms_min_max_element_test 45: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 45: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 45: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 45: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 45: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 45: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (8 ms) 45: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 45: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms) 45: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 45: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms) 45: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 45: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms) 45: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 45: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (9 ms) 45: [----------] 7 tests from std_algorithms_min_max_element_test (38 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 7 tests from 1 test suite ran. (38 ms total) 45: [ PASSED ] 7 tests. 45/64 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.33 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_C 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 46: Test timeout computed to be: 1500 46: [==========] Running 13 tests from 10 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_lexicographical_compare_test 46: [ RUN ] std_algorithms_lexicographical_compare_test.test 46: [ OK ] std_algorithms_lexicographical_compare_test.test (25 ms) 46: [----------] 1 test from std_algorithms_lexicographical_compare_test (25 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_test 46: [ RUN ] std_algorithms_for_each_test.test 46: [ OK ] std_algorithms_for_each_test.test (62 ms) 46: [----------] 1 test from std_algorithms_for_each_test (62 ms total) 46: 46: [----------] 1 test from std_algorithms_find_test 46: [ RUN ] std_algorithms_find_test.test 46: [ OK ] std_algorithms_find_test.test (32 ms) 46: [----------] 1 test from std_algorithms_find_test (32 ms total) 46: 46: [----------] 4 tests from std_algorithms_non_mod_seq_ops 46: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 46: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (359 ms) 46: [ RUN ] std_algorithms_non_mod_seq_ops.find_end [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o 46: [ OK ] std_algorithms_non_mod_seq_ops.find_end (346 ms) 46: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o 46: [ OK ] std_algorithms_non_mod_seq_ops.search (336 ms) 46: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 46: [ OK ] std_algorithms_non_mod_seq_ops.search_n (254 ms) 46: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1297 ms total) 46: 46: [----------] 1 test from std_algorithms_count_test 46: [ RUN ] std_algorithms_count_test.test 46: [ OK ] std_algorithms_count_test.test (21 ms) 46: [----------] 1 test from std_algorithms_count_test (21 ms total) 46: 46: [----------] 1 test from std_algorithms_equal_test 46: [ RUN ] std_algorithms_equal_test.test 46: [ OK ] std_algorithms_equal_test.test (13 ms) 46: [----------] 1 test from std_algorithms_equal_test (13 ms total) 46: 46: [----------] 1 test from std_algorithms_all_any_none_of_test 46: [ RUN ] std_algorithms_all_any_none_of_test.test 46: [ OK ] std_algorithms_all_any_none_of_test.test (31 ms) 46: [----------] 1 test from std_algorithms_all_any_none_of_test (31 ms total) 46: 46: [----------] 1 test from std_algorithms_nonmod_seq_ops 46: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 46: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (63 ms) 46: [----------] 1 test from std_algorithms_nonmod_seq_ops (63 ms total) 46: 46: [----------] 1 test from std_algorithms_mismatch_test 46: [ RUN ] std_algorithms_mismatch_test.test 46: [ OK ] std_algorithms_mismatch_test.test (65 ms) 46: [----------] 1 test from std_algorithms_mismatch_test (65 ms total) 46: 46: [----------] 1 test from std_algorithms_mod_seq_ops 46: [ RUN ] std_algorithms_mod_seq_ops.move_backward 46: [ OK ] std_algorithms_mod_seq_ops.move_backward (56 ms) 46: [----------] 1 test from std_algorithms_mod_seq_ops (56 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 13 tests from 10 test suites ran. (1669 ms total) 46: [ PASSED ] 13 tests. Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp 46/64 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 1.99 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_D 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 47: Test timeout computed to be: 1500 [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 47: [==========] Running 31 tests from 5 test suites. 47: [----------] Global test environment set-up. 47: [----------] 3 tests from std_algorithms_mod_ops_test 47: [ RUN ] std_algorithms_mod_ops_test.move 47: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 47: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 47: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 47: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 47: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 47: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total) 47: 47: [----------] 12 tests from std_algorithms_mod_seq_ops_test 47: [ RUN ] std_algorithms_mod_seq_ops_test.copy 47: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 47: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 47: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 47: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 47: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.fill 47: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 47: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 47: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 47: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.generate 47: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 47: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 47: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 47: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 47: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total) 47: 47: [----------] 4 tests from std_algorithms_replace_ops_test 47: [ RUN ] std_algorithms_replace_ops_test.replace 47: [ OK ] std_algorithms_replace_ops_test.replace (39 ms) 47: [ RUN ] std_algorithms_replace_ops_test.replace_if 47: [ OK ] std_algorithms_replace_ops_test.replace_if (132 ms) 47: [ RUN ] std_algorithms_replace_ops_test.replace_copy [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o 47: [ OK ] std_algorithms_replace_ops_test.replace_copy (82 ms) 47: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 47: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (58 ms) 47: [----------] 4 tests from std_algorithms_replace_ops_test (312 ms total) 47: 47: [----------] 11 tests from std_algorithms_mod_seq_ops 47: [ RUN ] std_algorithms_mod_seq_ops.copy_if 47: [ OK ] std_algorithms_mod_seq_ops.copy_if (33 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.unique 47: [ OK ] std_algorithms_mod_seq_ops.unique (77 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 47: [ OK ] std_algorithms_mod_seq_ops.unique_copy (50 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.remove 47: [ OK ] std_algorithms_mod_seq_ops.remove (32 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.remove_if 47: [ OK ] std_algorithms_mod_seq_ops.remove_if (34 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 47: [ OK ] std_algorithms_mod_seq_ops.remove_copy (132 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 47: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (33 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp 47: [ OK ] std_algorithms_mod_seq_ops.rotate (1141 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 47: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (458 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o 47: [ OK ] std_algorithms_mod_seq_ops.shift_left (1304 ms) 47: [ RUN ] std_algorithms_mod_seq_ops.shift_right 47: [ OK ] std_algorithms_mod_seq_ops.shift_right (1318 ms) 47: [----------] 11 tests from std_algorithms_mod_seq_ops (4617 ms total) 47: 47: [----------] 1 test from std_algorithms_modseq_test 47: [ RUN ] std_algorithms_modseq_test.reverse 47: [ OK ] std_algorithms_modseq_test.reverse (50 ms) 47: [----------] 1 test from std_algorithms_modseq_test (50 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 31 tests from 5 test suites ran. (4992 ms total) 47: [ PASSED ] 31 tests. 47/64 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.31 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_E 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 48: Test timeout computed to be: 1500 48: [==========] Running 29 tests from 7 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_sorting_ops_test 48: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 48: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 48: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 48: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms) 48: [----------] 2 tests from std_algorithms_sorting_ops_test (22 ms total) 48: 48: [----------] 4 tests from std_algorithms_partitioning_test 48: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 48: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 48: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 48: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 48: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 48: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 48: [ RUN ] std_algorithms_partitioning_test.partition_point 48: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 48: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total) 48: 48: [----------] 1 test from std_algorithms_partitioning_ops 48: [ RUN ] std_algorithms_partitioning_ops.partition_copy 48: [ OK ] std_algorithms_partitioning_ops.partition_copy (21 ms) 48: [----------] 1 test from std_algorithms_partitioning_ops (21 ms total) 48: 48: [----------] 12 tests from std_algorithms_numerics_test 48: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 48: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms) 48: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 48: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 48: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 48: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 48: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 48: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 48: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 48: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 48: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 48: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 48: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 48: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 48: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 48: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 48: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 48: [----------] 12 tests from std_algorithms_numerics_test (14 ms total) 48: 48: [----------] 1 test from std_algorithms_numerics_ops_test 48: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 48: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (96 ms) 48: [----------] 1 test from std_algorithms_numerics_ops_test (96 ms total) 48: 48: [----------] 8 tests from std_algorithms_numeric_ops_test 48: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 48: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (646 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 48: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 48: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (577 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 48: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 48: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (176 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 48: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 48: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (305 ms) 48: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 48: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 48: [----------] 8 tests from std_algorithms_numeric_ops_test (1706 ms total) 48: 48: [----------] 1 test from std_algorithms_transform_ops_test 48: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 48: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (38 ms) 48: [----------] 1 test from std_algorithms_transform_ops_test (38 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 29 tests from 7 test suites ran. (1903 ms total) 48: [ PASSED ] 29 tests. 48/64 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.24 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 49: Test timeout computed to be: 1500 49: [==========] Running 12 tests from 7 test suites. 49: [----------] Global test environment set-up. 49: [----------] 2 tests from std_algorithms_adjacent_find_team_test 49: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 49: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (553 ms) 49: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 49: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (537 ms) 49: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1090 ms total) 49: 49: [----------] 2 tests from std_algorithms_count_team_test 49: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 49: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (256 ms) 49: [ RUN ] std_algorithms_count_team_test.count_returns_zero [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp 49: [ OK ] std_algorithms_count_team_test.count_returns_zero (241 ms) 49: [----------] 2 tests from std_algorithms_count_team_test (498 ms total) 49: 49: [----------] 1 test from std_algorithms_count_if_team_test 49: [ RUN ] std_algorithms_count_if_team_test.test 49: [ OK ] std_algorithms_count_if_team_test.test (295 ms) 49: [----------] 1 test from std_algorithms_count_if_team_test (295 ms total) 49: 49: [----------] 1 test from std_algorithms_for_each_team_test 49: [ RUN ] std_algorithms_for_each_team_test.test [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o 49: [ OK ] std_algorithms_for_each_team_test.test (403 ms) 49: [----------] 1 test from std_algorithms_for_each_team_test (403 ms total) 49: 49: [----------] 1 test from std_algorithms_for_each_n_team_test 49: [ RUN ] std_algorithms_for_each_n_team_test.test 49: [ OK ] std_algorithms_for_each_n_team_test.test (413 ms) 49: [----------] 1 test from std_algorithms_for_each_n_team_test (413 ms total) 49: 49: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 49: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o 49: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (603 ms) 49: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 49: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (564 ms) 49: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 49: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (562 ms) 49: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1729 ms total) 49: 49: [----------] 2 tests from std_algorithms_mismatch_team_test 49: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 49: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (631 ms) 49: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp 49: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (838 ms) 49: [----------] 2 tests from std_algorithms_mismatch_team_test (1469 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 12 tests from 7 test suites ran. (5900 ms total) 49: [ PASSED ] 12 tests. 49/64 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.20 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 50: Test timeout computed to be: 1500 50: [==========] Running 8 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_equal_team_test 50: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp 50: [ OK ] std_algorithms_equal_team_test.views_are_equal (955 ms) 50: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 52%] 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 [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o 50: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1251 ms) 50: [----------] 2 tests from std_algorithms_equal_team_test (2207 ms total) 50: 50: [----------] 2 tests from std_algorithms_search_team_test 50: [ RUN ] std_algorithms_search_team_test.sequences_exist 50: [ OK ] std_algorithms_search_team_test.sequences_exist (529 ms) 50: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 50: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (540 ms) 50: [----------] 2 tests from std_algorithms_search_team_test (1070 ms total) 50: 50: [----------] 2 tests from std_algorithms_find_end_team_test 50: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 50: [ OK ] std_algorithms_find_end_team_test.sequences_exist (594 ms) 50: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o 50: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (625 ms) 50: [----------] 2 tests from std_algorithms_find_end_team_test (1219 ms total) 50: 50: [----------] 2 tests from std_algorithms_find_first_of_team_test 50: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 50: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (557 ms) 50: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 50: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (688 ms) 50: [----------] 2 tests from std_algorithms_find_first_of_team_test (1246 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 8 tests from 4 test suites ran. (5744 ms total) 50: [ PASSED ] 8 tests. 50/64 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.05 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 51: Test timeout computed to be: 1500 51: [==========] Running 11 tests from 7 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_find_team_test 51: [ RUN ] std_algorithms_find_team_test.searched_values_exist 51: [ OK ] std_algorithms_find_team_test.searched_values_exist (263 ms) 51: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 51: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (263 ms) 51: [----------] 2 tests from std_algorithms_find_team_test (526 ms total) 51: 51: [----------] 2 tests from std_algorithms_find_if_team_test 51: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 51: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (257 ms) 51: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 51: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (264 ms) 51: [----------] 2 tests from std_algorithms_find_if_team_test (521 ms total) 51: 51: [----------] 2 tests from std_algorithms_find_if_not_team_test 51: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 51: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (264 ms) 51: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 51: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (251 ms) 51: [----------] 2 tests from std_algorithms_find_if_not_team_test (516 ms total) 51: 51: [----------] 1 test from std_algorithms_all_of_team_test 51: [ RUN ] std_algorithms_all_of_team_test.test 51: [ OK ] std_algorithms_all_of_team_test.test (267 ms) 51: [----------] 1 test from std_algorithms_all_of_team_test (267 ms total) 51: 51: [----------] 1 test from std_algorithms_any_of_team_test 51: [ RUN ] std_algorithms_any_of_team_test.test 51: [ OK ] std_algorithms_any_of_team_test.test (253 ms) 51: [----------] 1 test from std_algorithms_any_of_team_test (253 ms total) 51: 51: [----------] 1 test from std_algorithms_none_of_team_test 51: [ RUN ] std_algorithms_none_of_team_test.test 51: [ OK ] std_algorithms_none_of_team_test.test (262 ms) 51: [----------] 1 test from std_algorithms_none_of_team_test (262 ms total) 51: 51: [----------] 2 tests from std_algorithms_search_n_team_test 51: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 51: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (272 ms) 51: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 51: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (262 ms) 51: [----------] 2 tests from std_algorithms_search_n_team_test (535 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 11 tests from 7 test suites ran. (2883 ms total) 51: [ PASSED ] 11 tests. 51/64 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.19 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 52: Test timeout computed to be: 1500 52: [==========] Running 3 tests from 3 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_min_element_team_test 52: [ RUN ] std_algorithms_min_element_team_test.test 52: [ OK ] std_algorithms_min_element_team_test.test (624 ms) 52: [----------] 1 test from std_algorithms_min_element_team_test (624 ms total) 52: 52: [----------] 1 test from std_algorithms_max_element_team_test 52: [ RUN ] std_algorithms_max_element_team_test.test 52: [ OK ] std_algorithms_max_element_team_test.test (611 ms) 52: [----------] 1 test from std_algorithms_max_element_team_test (611 ms total) 52: 52: [----------] 1 test from std_algorithms_minmax_element_team_test 52: [ RUN ] std_algorithms_minmax_element_team_test.test 52: [ OK ] std_algorithms_minmax_element_team_test.test (640 ms) 52: [----------] 1 test from std_algorithms_minmax_element_team_test (640 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 3 tests from 3 test suites ran. (1876 ms total) 52: [ PASSED ] 3 tests. 52/64 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.18 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 53: Test timeout computed to be: 1500 53: [==========] Running 6 tests from 6 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_fill_team_test 53: [ RUN ] std_algorithms_fill_team_test.test [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp 53: [ OK ] std_algorithms_fill_team_test.test (305 ms) 53: [----------] 1 test from std_algorithms_fill_team_test (305 ms total) 53: 53: [----------] 1 test from std_algorithms_fill_n_team_test 53: [ RUN ] std_algorithms_fill_n_team_test.test 53: [ OK ] std_algorithms_fill_n_team_test.test (444 ms) 53: [----------] 1 test from std_algorithms_fill_n_team_test (444 ms total) 53: 53: [----------] 1 test from std_algorithms_replace_team_test 53: [ RUN ] std_algorithms_replace_team_test.test 53: [ OK ] std_algorithms_replace_team_test.test (460 ms) 53: [----------] 1 test from std_algorithms_replace_team_test (460 ms total) 53: 53: [----------] 1 test from std_algorithms_replace_if_team_test 53: [ RUN ] std_algorithms_replace_if_team_test.test 53: [ OK ] std_algorithms_replace_if_team_test.test (403 ms) 53: [----------] 1 test from std_algorithms_replace_if_team_test (403 ms total) 53: 53: [----------] 1 test from std_algorithms_replace_copy_team_test 53: [ RUN ] std_algorithms_replace_copy_team_test.test 53: [ OK ] std_algorithms_replace_copy_team_test.test (361 ms) 53: [----------] 1 test from std_algorithms_replace_copy_team_test (361 ms total) 53: 53: [----------] 1 test from std_algorithms_replace_copy_if_team_test 53: [ RUN ] std_algorithms_replace_copy_if_team_test.test [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o 53: [ OK ] std_algorithms_replace_copy_if_team_test.test (390 ms) 53: [----------] 1 test from std_algorithms_replace_copy_if_team_test (390 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 6 tests from 6 test suites ran. (2365 ms total) 53: [ PASSED ] 6 tests. 53/64 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.66 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 54: Test timeout computed to be: 1500 [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp 54: [==========] Running 4 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_reverse_team_test 54: [ RUN ] std_algorithms_reverse_team_test.test 54: [ OK ] std_algorithms_reverse_team_test.test (331 ms) 54: [----------] 1 test from std_algorithms_reverse_team_test (331 ms total) 54: 54: [----------] 1 test from std_algorithms_reverse_copy_team_test 54: [ RUN ] std_algorithms_reverse_copy_team_test.test Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o 54: [ OK ] std_algorithms_reverse_copy_team_test.test (366 ms) 54: [----------] 1 test from std_algorithms_reverse_copy_team_test (366 ms total) 54: 54: [----------] 1 test from std_algorithms_rotate_team_test 54: [ RUN ] std_algorithms_rotate_team_test.test [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o 54: [ OK ] std_algorithms_rotate_team_test.test (625 ms) 54: [----------] 1 test from std_algorithms_rotate_team_test (625 ms total) 54: 54: [----------] 1 test from std_algorithms_rotate_copy_team_test 54: [ RUN ] std_algorithms_rotate_copy_team_test.test 54: [ OK ] std_algorithms_rotate_copy_team_test.test (651 ms) 54: [----------] 1 test from std_algorithms_rotate_copy_team_test (651 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 4 tests from 4 test suites ran. (1975 ms total) 54: [ PASSED ] 4 tests. 54/64 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.27 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 55: Test timeout computed to be: 1500 55: [==========] Running 4 tests from 4 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_move_team_test 55: [ RUN ] std_algorithms_move_team_test.test 55: [ OK ] std_algorithms_move_team_test.test (507 ms) 55: [----------] 1 test from std_algorithms_move_team_test (507 ms total) 55: 55: [----------] 1 test from std_algorithms_move_backward_team_test 55: [ RUN ] std_algorithms_move_backward_team_test.test 55: [ OK ] std_algorithms_move_backward_team_test.test (468 ms) 55: [----------] 1 test from std_algorithms_move_backward_team_test (468 ms total) 55: 55: [----------] 1 test from std_algorithms_shift_left_team_test 55: [ RUN ] std_algorithms_shift_left_team_test.test [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 55: [ OK ] std_algorithms_shift_left_team_test.test (1503 ms) 55: [----------] 1 test from std_algorithms_shift_left_team_test (1503 ms total) 55: 55: [----------] 1 test from std_algorithms_shift_right_team_test 55: [ RUN ] std_algorithms_shift_right_team_test.test 55: [ OK ] std_algorithms_shift_right_team_test.test (1464 ms) 55: [----------] 1 test from std_algorithms_shift_right_team_test (1464 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 4 tests from 4 test suites ran. (3943 ms total) 55: [ PASSED ] 4 tests. 55/64 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.23 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 56: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 56: Test timeout computed to be: 1500 56: [==========] Running 9 tests from 9 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_copy_team_test 56: [ RUN ] std_algorithms_copy_team_test.test [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp 56: [ OK ] std_algorithms_copy_team_test.test (638 ms) 56: [----------] 1 test from std_algorithms_copy_team_test (638 ms total) 56: 56: [----------] 1 test from std_algorithms_copy_n_team_test 56: [ RUN ] std_algorithms_copy_n_team_test.test 56: [ OK ] std_algorithms_copy_n_team_test.test (516 ms) 56: [----------] 1 test from std_algorithms_copy_n_team_test (516 ms total) 56: 56: [----------] 1 test from std_algorithms_copy_backward_team_test 56: [ RUN ] std_algorithms_copy_backward_team_test.test 56: [ OK ] std_algorithms_copy_backward_team_test.test (490 ms) 56: [----------] 1 test from std_algorithms_copy_backward_team_test (490 ms total) 56: 56: [----------] 1 test from std_algorithms_copy_if_team_test 56: [ RUN ] std_algorithms_copy_if_team_test.test 56: [ OK ] std_algorithms_copy_if_team_test.test (428 ms) 56: [----------] 1 test from std_algorithms_copy_if_team_test (428 ms total) 56: 56: [----------] 1 test from std_algorithms_unique_copy_team_test 56: [ RUN ] std_algorithms_unique_copy_team_test.test 56: [ OK ] std_algorithms_unique_copy_team_test.test (544 ms) 56: [----------] 1 test from std_algorithms_unique_copy_team_test (544 ms total) 56: 56: [----------] 1 test from std_algorithms_remove_team_test 56: [ RUN ] std_algorithms_remove_team_test.test 56: [ OK ] std_algorithms_remove_team_test.test (448 ms) 56: [----------] 1 test from std_algorithms_remove_team_test (448 ms total) 56: 56: [----------] 1 test from std_algorithms_remove_if_team_test 56: [ RUN ] std_algorithms_remove_if_team_test.test 56: [ OK ] std_algorithms_remove_if_team_test.test (384 ms) 56: [----------] 1 test from std_algorithms_remove_if_team_test (384 ms total) 56: 56: [----------] 1 test from std_algorithms_remove_copy_team_test 56: [ RUN ] std_algorithms_remove_copy_team_test.test 56: [ OK ] std_algorithms_remove_copy_team_test.test (458 ms) 56: [----------] 1 test from std_algorithms_remove_copy_team_test (458 ms total) 56: 56: [----------] 1 test from std_algorithms_remove_copy_if_team_test 56: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 32: Test_Atomic/100000/iterations:10 4.03 s 4.01 s 10 1 8 3.53925m 2.01789m 115.92u 4.99995G 136.574k 4.99995G 56: [ OK ] std_algorithms_remove_copy_if_team_test.test (387 ms) 56: [----------] 1 test from std_algorithms_remove_copy_if_team_test (387 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 9 tests from 9 test suites ran. (4296 ms total) 56: [ PASSED ] 9 tests. 56/64 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.60 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 57: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 57: Test timeout computed to be: 1500 [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp 57: [==========] Running 4 tests from 4 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_unique_team_test 57: [ RUN ] std_algorithms_unique_team_test.test_default_predicate Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o 57: [ OK ] std_algorithms_unique_team_test.test_default_predicate (658 ms) 57: [----------] 1 test from std_algorithms_unique_team_test (658 ms total) 57: 57: [----------] 1 test from std_algorithms_adjacent_difference_team_test 57: [ RUN ] std_algorithms_adjacent_difference_team_test.test 57: [ OK ] std_algorithms_adjacent_difference_team_test.test (799 ms) 57: [----------] 1 test from std_algorithms_adjacent_difference_team_test (799 ms total) 57: 57: [----------] 1 test from std_algorithms_reduce_team_test 57: [ RUN ] std_algorithms_reduce_team_test.test 57: [ OK ] std_algorithms_reduce_team_test.test (851 ms) 57: [----------] 1 test from std_algorithms_reduce_team_test (851 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_reduce_team_test 57: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o 57: [ OK ] std_algorithms_transform_reduce_team_test.test (1435 ms) 57: [----------] 1 test from std_algorithms_transform_reduce_team_test (1435 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 4 tests from 4 test suites ran. (3745 ms total) 57: [ PASSED ] 4 tests. 57/64 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.04 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 58: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 58: Test timeout computed to be: 1500 -- Testing 1-D histogram Density 1D: 0.000244927 -0.99999 -48250.6 || 0.051031 0 194949 || 2.92879e+09 28674.4 || -6.67016e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000733724 -0.31336 0.154579 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o 58: [==========] Running 18 tests from 5 test suites. 58: [----------] Global test environment set-up. 58: [----------] 2 tests from std_algorithms_is_sorted_team_test 58: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 58: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (531 ms) 58: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 58: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (415 ms) 58: [----------] 2 tests from std_algorithms_is_sorted_team_test (946 ms total) 58: 58: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 58: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 58: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (27 ms) 58: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 58: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (29 ms) 58: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 58: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (329 ms) 58: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 58: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (456 ms) 58: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (843 ms total) 58: 58: [----------] 4 tests from std_algorithms_is_partitioned_team_test 58: [ RUN ] std_algorithms_is_partitioned_team_test.empty 58: [ OK ] std_algorithms_is_partitioned_team_test.empty (13 ms) 58: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 58: [ OK ] std_algorithms_is_partitioned_team_test.all_true (216 ms) 58: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 58: [ OK ] std_algorithms_is_partitioned_team_test.all_false (216 ms) 58: [ RUN ] std_algorithms_is_partitioned_team_test.random 58: [ OK ] std_algorithms_is_partitioned_team_test.random (162 ms) 58: [----------] 4 tests from std_algorithms_is_partitioned_team_test (608 ms total) 58: 58: [----------] 4 tests from std_algorithms_partition_copy_team_test 58: [ RUN ] std_algorithms_partition_copy_team_test.empty 58: [ OK ] std_algorithms_partition_copy_team_test.empty (18 ms) 58: [ RUN ] std_algorithms_partition_copy_team_test.all_true [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp 58: [ OK ] std_algorithms_partition_copy_team_test.all_true (490 ms) 58: [ RUN ] std_algorithms_partition_copy_team_test.all_false 58: [ OK ] std_algorithms_partition_copy_team_test.all_false (493 ms) 58: [ RUN ] std_algorithms_partition_copy_team_test.random [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp 58: [ OK ] std_algorithms_partition_copy_team_test.random (431 ms) 58: [----------] 4 tests from std_algorithms_partition_copy_team_test (1433 ms total) 58: 58: [----------] 4 tests from std_algorithms_partition_point_team_test 58: [ RUN ] std_algorithms_partition_point_team_test.empty 58: [ OK ] std_algorithms_partition_point_team_test.empty (13 ms) 58: [ RUN ] std_algorithms_partition_point_team_test.all_true 58: [ OK ] std_algorithms_partition_point_team_test.all_true (209 ms) 58: [ RUN ] std_algorithms_partition_point_team_test.all_false 58: [ OK ] std_algorithms_partition_point_team_test.all_false (213 ms) 58: [ RUN ] std_algorithms_partition_point_team_test.random 58: [ OK ] std_algorithms_partition_point_team_test.random (159 ms) 58: [----------] 4 tests from std_algorithms_partition_point_team_test (596 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 18 tests from 5 test suites ran. (4428 ms total) 58: [ PASSED ] 18 tests. 58/64 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.73 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 59: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 59: Test timeout computed to be: 1500 59: [==========] Running 5 tests from 4 test suites. 59: [----------] Global test environment set-up. 59: [----------] 2 tests from std_algorithms_transform_team_test 59: [ RUN ] std_algorithms_transform_team_test.test_unary_op [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp 59: [ OK ] std_algorithms_transform_team_test.test_unary_op (867 ms) 59: [ RUN ] std_algorithms_transform_team_test.test_binary_op Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o 59: [ OK ] std_algorithms_transform_team_test.test_binary_op (786 ms) 59: [----------] 2 tests from std_algorithms_transform_team_test (1653 ms total) 59: 59: [----------] 1 test from std_algorithms_generate_team_test 59: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o 59: [ OK ] std_algorithms_generate_team_test.test_unary_op (1433 ms) 59: [----------] 1 test from std_algorithms_generate_team_test (1433 ms total) 59: 59: [----------] 1 test from std_algorithms_generate_n_team_test 59: [ RUN ] std_algorithms_generate_n_team_test.test 59: [ OK ] std_algorithms_generate_n_team_test.test (446 ms) 59: [----------] 1 test from std_algorithms_generate_n_team_test (446 ms total) 59: 59: [----------] 1 test from std_algorithms_swap_ranges_team_test 59: [ RUN ] std_algorithms_swap_ranges_team_test.test 59: [ OK ] std_algorithms_swap_ranges_team_test.test (767 ms) 59: [----------] 1 test from std_algorithms_swap_ranges_team_test (767 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 5 tests from 4 test suites ran. (4301 ms total) 59: [ PASSED ] 5 tests. 59/64 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.60 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 60: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 60: Test timeout computed to be: 1500 60: [==========] Running 2 tests from 2 test suites. 60: [----------] Global test environment set-up. 60: [----------] 1 test from std_algorithms_exclusive_scan_team_test 60: [ RUN ] std_algorithms_exclusive_scan_team_test.test 60: [ OK ] std_algorithms_exclusive_scan_team_test.test (1608 ms) 60: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1608 ms total) 60: 60: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 60: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 60: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (782 ms) 60: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (782 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 2 tests from 2 test suites ran. (2391 ms total) 60: [ PASSED ] 2 tests. 60/64 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.69 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 61: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 61: Test timeout computed to be: 1500 61: [==========] Running 2 tests from 2 test suites. 61: [----------] Global test environment set-up. 61: [----------] 1 test from std_algorithms_inclusive_scan_team_test 61: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp 61: [ OK ] std_algorithms_inclusive_scan_team_test.test (2410 ms) 61: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2410 ms total) 61: 61: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 61: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 61: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1577 ms) 61: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1577 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 2 tests from 2 test suites ran. (3988 ms total) 61: [ PASSED ] 2 tests. 61/64 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.29 sec test 62 Start 62: Kokkos_PerformanceTest_InclusiveScan 62: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-27-51.json" 62: Test timeout computed to be: 1500 [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o 62: 62: Available devices: 62: 2025-03-17T16:27:38+00:00 62: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 62: Run on (20 X 2345.59 MHz CPU s) 62: CPU Caches: 62: L1 Data 64 KiB (x20) 62: L1 Instruction 64 KiB (x20) 62: L2 Unified 512 KiB (x20) 62: L3 Unified 16384 KiB (x20) 62: Load Average: 1.00, 1.78, 4.24 62: Address Bits: 64 62: CPU architecture: none 62: Default Device: SYCL 62: Driver Version: CUDA 12.8 62: Error Correction Support: 1 62: GIT_BRANCH: HEAD 62: GIT_CLEAN_STATUS: CLEAN 62: GIT_COMMIT_DATE: 2025-03-14T22:50:05-04:00 62: GIT_COMMIT_DESCRIPTION: Preserve the tests added but skip when HPX is enabled 62: GIT_COMMIT_HASH: 10d579f4f 62: GPU architecture: AMPERE80 62: Global Cache Mem Line Size: 128 62: Global Mem Cache Size: 41943040 62: Global Mem Size: 85095874560 62: Image Max Buffer Size: 32768 62: Image2d Max Height: 65536 62: Image2d Max Width: 131072 62: Image3d Max Depth: 16384 62: Image3d Max Height: 16384 62: Image3d Max Width: 16384 62: Is Accelerator: 0 62: Is Available: 1 62: Is CPU: 0 62: Is GPU: 1 62: KOKKOS_COMPILER_INTEL_LLVM: 20230000 62: KOKKOS_ENABLE_ASM: yes 62: KOKKOS_ENABLE_CXX17: yes 62: KOKKOS_ENABLE_CXX20: no 62: KOKKOS_ENABLE_CXX23: no 62: KOKKOS_ENABLE_CXX26: no 62: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 62: KOKKOS_ENABLE_HWLOC: no 62: KOKKOS_ENABLE_LIBDL: yes 62: KOKKOS_ENABLE_PRAGMA_IVDEP: no 62: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 62: KOKKOS_ENABLE_PRAGMA_UNROLL: no 62: KOKKOS_ENABLE_PRAGMA_VECTOR: no 62: KOKKOS_ENABLE_SERIAL: yes 62: Kokkos Version: 4.6.99 62: Local Mem Size: 49152 62: Max Compute Units: 108 62: Max Mem Alloc Size: 1073741824 62: Max Parameter Size: 4000 62: Max Read Image Args: 128 62: Max Samplers: 128 62: Max Work Group Size: 1024 62: Max Work Item Dimensions: 3 62: Mem Base Addr Align: 4096 62: Name: NVIDIA A100 80GB PCIe 62: Native Vector Width Char: 1 62: Native Vector Width Double: 1 62: Native Vector Width Float: 1 62: Native Vector Width Half: 0 62: Native Vector Width Int: 1 62: Native Vector Width Long: 1 62: Native Vector Width Short: 1 62: Partition Max Sub Devices: 0 62: Preferred Vector Width Char: 1 62: Preferred Vector Width Double: 1 62: Preferred Vector Width Float: 1 62: Preferred Vector Width Half: 0 62: Preferred Vector Width Int: 1 62: Preferred Vector Width Long: 1 62: Preferred Vector Width Short: 1 62: Profiling Timer Resolution: 1000 62: Reference Count: 1 62: Vendor: NVIDIA Corporation 62: Vendor Id: 4318 62: Version: 0.0 62: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 62: macro KOKKOS_ENABLE_ONEDPL: defined 62: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 62: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 62: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 62: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: undefined 62: macro SYCL_EXT_ONEAPI_BFLOAT16: defined 62: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 62: macro SYCL_EXT_ONEAPI_GRAPH: undefined 62: platform: 64bit [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o 62: ---------------------------------------------------------------------------------------------------------------------------------------------- 62: Benchmark Time CPU Iterations FOM: GB/s MB Passed 62: ---------------------------------------------------------------------------------------------------------------------------------------------- 62: BM_inclusive_scan/100000000/manual_time 0.016 s 0.016 s 44 100.288/s 1.6k 1 62: BM_inclusive_scan/100000000/manual_time 0.016 s 0.016 s 44 100.249/s 1.6k 1 62: BM_inclusive_scan/100000000/manual_time 0.016 s 0.016 s 44 99.6563/s 1.6k 1 [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 62: BM_inclusive_scan/100000000/manual_time 0.009 s 0.009 s 79 181.706/s 1.6k 1 62: BM_inclusive_scan/100000000/manual_time 0.009 s 0.009 s 79 181.44/s 1.6k 1 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp 62: BM_inclusive_scan/100000000/manual_time 0.009 s 0.009 s 80 182.505/s 1.6k 1 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o 62: BM_inclusive_scan/100000000/manual_time 0.009 s 0.009 s 79 181.311/s 1.6k 1 [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o 32: Test_Atomic/100000/iterations:10 4.09 s 4.07 s 10 1 8 3.29079m 1.78565m 116.12u 4.99995G 154.654k 4.99995G 62: BM_inclusive_scan/100000000/manual_time 0.009 s 0.009 s 79 181.289/s 1.6k 1 62: BM_inclusive_scan/100000000/manual_time 0.009 s 0.009 s 79 181.311/s 1.6k 1 62/64 Test #62: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 20.89 sec test 63 Start 63: Kokkos_UnitTest_SIMD 63: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 63: Test timeout computed to be: 1500 63: [==========] Running 18 tests from 1 test suite. 63: [----------] Global test environment set-up. 63: [----------] 18 tests from simd 63: [ RUN ] simd.host_math_ops 63: [ OK ] simd.host_math_ops (0 ms) 63: [ RUN ] simd.device_math_ops 63: [ OK ] simd.device_math_ops (11 ms) 63: [ RUN ] simd.host_mask_ops 63: [ OK ] simd.host_mask_ops (0 ms) 63: [ RUN ] simd.device_mask_ops 63: [ OK ] simd.device_mask_ops (0 ms) 63: [ RUN ] simd.host_conversions 63: [ OK ] simd.host_conversions (0 ms) 63: [ RUN ] simd.device_conversions 63: [ OK ] simd.device_conversions (0 ms) 63: [ RUN ] simd.host_shift_ops 63: [ OK ] simd.host_shift_ops (0 ms) 63: [ RUN ] simd.device_shift_ops 63: [ OK ] simd.device_shift_ops (0 ms) 63: [ RUN ] simd.host_condition 63: [ OK ] simd.host_condition (0 ms) 63: [ RUN ] simd.device_condition 63: [ OK ] simd.device_condition (0 ms) 63: [ RUN ] simd.host_gen_ctors 63: [ OK ] simd.host_gen_ctors (0 ms) 63: [ RUN ] simd.device_gen_ctors 63: [ OK ] simd.device_gen_ctors (0 ms) 63: [ RUN ] simd.host_where_expressions 63: [ OK ] simd.host_where_expressions (0 ms) 63: [ RUN ] simd.device_where_expressions 63: [ OK ] simd.device_where_expressions (0 ms) 63: [ RUN ] simd.host_reductions 63: [ OK ] simd.host_reductions (0 ms) 63: [ RUN ] simd.device_reductions 63: [ OK ] simd.device_reductions (1 ms) 63: [ RUN ] simd.host_construction 63: [ OK ] simd.host_construction (0 ms) 63: [ RUN ] simd.device_construction 63: [ OK ] simd.device_construction (0 ms) 63: [----------] 18 tests from simd (14 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 18 tests from 1 test suite ran. (14 ms total) 63: [ PASSED ] 18 tests. 63/64 Test #63: Kokkos_UnitTest_SIMD ....................................... Passed 0.36 sec test 64 Start 64: Kokkos_Example_RelocatableFunction 64: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/example/relocatable_function/Kokkos_example_relocatable_function 64: Test timeout computed to be: 1500 64: 1.000000e+01 2.070767e-03s (relocatable) vs. 1.759080e-04s (inline) 64: 1.000000e+02 2.301300e-05s (relocatable) vs. 1.724200e-05s (inline) 64: 1.000000e+03 2.171000e-05s (relocatable) vs. 1.741300e-05s (inline) 64: 1.000000e+04 1.914500e-05s (relocatable) vs. 1.845500e-05s (inline) 64: 1.000000e+05 3.645900e-05s (relocatable) vs. 1.886500e-05s (inline) 64: 1.000000e+06 3.233000e-05s (relocatable) vs. 2.138000e-05s (inline) 64: 1.000000e+07 3.452600e-05s (relocatable) vs. 2.732100e-05s (inline) 64: 1.000000e+08 8.633100e-05s (relocatable) vs. 8.829500e-05s (inline) 64/64 Test #64: Kokkos_Example_RelocatableFunction ......................... Passed 0.29 sec 100% tests passed, 0 tests failed out of 64 Label Time Summary: Kokkos = 265.20 sec*proc (56 tests) Total Test time (real) = 588.00 sec Post stage [Pipeline] sh + ccache --show-stats [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o Summary: Hits: 0 / 770 (0.00 %) Direct: 0 / 770 (0.00 %) Preprocessed: 0 / 770 (0.00 %) Misses: 770 Direct: 770 Preprocessed: 770 Primary storage: Hits: 0 / 1540 (0.00 %) Misses: 1540 Cache size (GB): 4.52 / 5.00 (90.32 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 2f066fcd06fe3bf7404826126aab9443cc9f09a6af5334212700eb9be779b1a5 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 2f066fcd06fe3bf7404826126aab9443cc9f09a6af5334212700eb9be779b1a5 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp 32: Test_Atomic/100000/iterations:10 3.56 s 3.55 s 10 1 4 2.43588m 1.73977m 57.11u 704.983M 72.376k 704.983M [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o -- Testing 1-D histogram Density 1D: 0.00195647 -0.999999 -57857.1 || 0.051031 0 1.55155e+06 || 2.86917e+10 28674.4 || -7.99816e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00588027 -0.967728 10.2617 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [Pipeline] } [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp -- Testing 1-D histogram Density 1D: 6.88658e-07 -0.00602764 0.0350681 || 0.051031 28043 29367 || 28848.3 28674.4 || 484.782 -2.0744 -- Testing 3-D histogram Density 3D: 7.7947e-07 0.003438 -0.00246796 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 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 [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_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_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp 32: Test_Atomic/100000/iterations:10 4.08 s 4.06 s 10 1 8 4.22754m 2.46363m 120.02u 4.99995G 101.054k 4.99995G [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0226914 0.00854354 || 0.051031 27948 29272 || 28038.2 28674.4 || 118.106 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00537844 0.00459447 || 0.051031 1e+64 -1e+64 [ OK ] serial.Random_XorShift64 (619642 ms) [ RUN ] serial.Random_XorShift1024_0 Test Seed:1742228958491723627 Test Scalar=int -- Testing randomness properties [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp 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 [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00923357 0.00289898 || 0.051031 10961 11849 || 11483 11377 || 40.0755 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0015991 -0.00140149 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.000125867 -0.00204714 || 0.051031 10987 11853 || 11378.4 11377 || -28.2996 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.012949 -0.00138765 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00693469 -0.00185105 || 0.051031 10972 11761 || 11456.4 11377 || -25.5889 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0197175 -0.00124302 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o 32: Test_Atomic/100000/iterations:10 4.06 s 4.04 s 10 1 8 3.66408m 2.26145m 117.22u 4.99995G 42.686k 4.99995G -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0140587 -0.00616975 || 0.051031 10920 11825 || 11539.2 11377 || -85.2906 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.000791915 -0.0011923 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_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 [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp 32: Test_Atomic/100000/iterations:10 3.55 s 3.53 s 10 0 4 0.0102425 1.77814m 911.21u 4.99994G 91.96k 4.99989G [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o -- Testing 1-D histogram Density 1D: 0.000246388 -0.999975 -7596.37 || 0.051031 0 77867 || 4.61138e+08 11377 || -1.05012e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000738937 -0.160743 0.0222712 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o -- Testing 1-D histogram Density 1D: 0.00195178 -0.999997 -9107.88 || 0.051031 0 615952 || 4.516e+09 11377 || -1.25907e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00586612 -0.922829 1.61579 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.9246e-07 -0.0178856 -0.000217031 || 0.051031 10931 11771 || 11584.1 11377 || -3.00024 -0.823045 -- Testing 3-D histogram Density 3D: 3.8147e-07 0.0142499 -0.00180189 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00474397 -0.00737211 || 0.051031 10950 11800 || 11431.2 11377 || -101.912 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0160031 -0.00406686 || 0.051031 1e+64 -1e+64 Test Seed:1742229090331548957 Test Scalar=int -- Testing randomness properties [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00499487 0.00398265 || 0.051031 10981 11783 || 11434.1 11377 || 55.0562 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.000790849 -0.00138708 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0196321 0.00542303 || 0.051031 10990 11770 || 11604.8 11377 || 74.968 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0170834 0.00188907 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0157405 -0.00396197 || 0.051031 10977 11767 || 11558.9 11377 || -54.7702 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0271045 -0.00201486 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00339752 0.00303934 || 0.051031 11002 11814 || 11338.4 11377 || 42.0159 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00389046 -0.00139754 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 79%] Linking CXX executable Kokkos_UnitTest_Sort [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 79%] Built target Kokkos_UnitTest_Sort [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o 32: Test_Atomic/100000/iterations:10 12.2 s 12.1 s 10 1 8 20.3402 2.77581m 911.91u 4.99995G 121.726k 4.99995G 32/58 Test #32: Kokkos_PerformanceTest_Atomic .............................. Passed 359.81 sec test 33 Start 33: Kokkos_PerformanceTest_Reduction 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-58-50.json" 33: Test timeout computed to be: 1500 33: 2025-03-17T16:32:27+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 33: Run on (64 X 2994.67 MHz CPU s) 33: CPU Caches: 33: L1 Data 32 KiB (x32) 33: L1 Instruction 32 KiB (x32) 33: L2 Unified 512 KiB (x32) 33: L3 Unified 16384 KiB (x16) 33: Load Average: 17.32, 15.65, 15.22 33: APU or dGPU: dGPU 33: Architecture capable of accessing system allocated memory: 1 33: CPU architecture: none 33: Default Device: HIP 33: GPU architecture: AMD_GFX908 33: Is Large Bar: 1 33: KOKKOS_COMPILER_CLANG: 1700 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CXX17: yes 33: KOKKOS_ENABLE_CXX20: no 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HIP: yes 33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 33: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 33: Kokkos Version: 4.6.99 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: platform: 64bit 33: ---------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations 33: ---------------------------------------------------------------------------------------------------- 33: ReductionCheapScalarResult/10000/iterations:10 44.1 us 43.8 us 10 33: ReductionCheapScalarResult/100000/iterations:10 44.8 us 44.2 us 10 33: ReductionCheapScalarResult/1000000/iterations:10 55.4 us 54.7 us 10 33: ReductionCheapScalarResult/10000000/iterations:10 157 us 155 us 10 33: ReductionCheapHostResult/10000/iterations:10 30.9 us 30.8 us 10 33: ReductionCheapHostResult/100000/iterations:10 32.8 us 32.8 us 10 33: ReductionCheapHostResult/1000000/iterations:10 43.9 us 43.2 us 10 33: ReductionCheapHostResult/10000000/iterations:10 144 us 144 us 10 33: ReductionCheapDeviceResult/10000/iterations:10 22.7 us 22.7 us 10 33: ReductionCheapDeviceResult/100000/iterations:10 24.9 us 24.9 us 10 33: ReductionCheapDeviceResult/1000000/iterations:10 34.9 us 34.0 us 10 33: ReductionCheapDeviceResult/10000000/iterations:10 138 us 136 us 10 33: ReductionExpensive/10000/iterations:10 112 us 111 us 10 33: ReductionExpensive/100000/iterations:10 309 us 304 us 10 33: ReductionExpensive/1000000/iterations:10 2618 us 2600 us 10 33: ReductionExpensive/10000000/iterations:10 22522 us 22414 us 10 33/58 Test #33: Kokkos_PerformanceTest_Reduction ........................... Passed 0.71 sec test 34 Start 34: Kokkos_ContainersUnitTest_Serial 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 34: Test timeout computed to be: 1500 34: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 34: [==========] Running 70 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from serial_DeathTest 34: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 64%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o 34: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (17303 ms) 34: [----------] 1 test from serial_DeathTest (17303 ms total) 34: 34: [----------] 69 tests from serial 34: [ RUN ] serial.bitset 34: [ OK ] serial.bitset (1167 ms) 34: [ RUN ] serial.bitset_default_constructor_no_alloc 34: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 34: [ RUN ] serial.dualview_combination 34: [ OK ] serial.dualview_combination (0 ms) 34: [ RUN ] serial.dualview_alloc 34: [ OK ] serial.dualview_alloc (0 ms) 34: [ RUN ] serial.test_dualview_copy_construction_and_assignment 34: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 34: [ RUN ] serial.dualview_combinations_without_init 34: [ OK ] serial.dualview_combinations_without_init (0 ms) 34: [ RUN ] serial.dualview_deep_copy 34: [ OK ] serial.dualview_deep_copy (0 ms) 34: [ RUN ] serial.dualview_sync_should_fence 34: [ OK ] serial.dualview_sync_should_fence (0 ms) 34: [ RUN ] serial.dualview_realloc 34: [ OK ] serial.dualview_realloc (0 ms) 34: [ RUN ] serial.dualview_resize 34: [ OK ] serial.dualview_resize (0 ms) 34: [ RUN ] serial.dualview_device_correct_kokkos_device 34: 34: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 34: does not support page migration between device and host. 34: HIPManagedSpace might not work as expected. 34: Please refer to the ROCm documentation on unified/managed memory. 34: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 34: [ RUN ] serial.dualview_host_correct_kokkos_device 34: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 34: [ RUN ] serial.dualview_host_modify_template_device_sync 34: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 34: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 34: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 34: [ RUN ] serial.dualview_device_modify_template_host_sync 34: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 34: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 34: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 34: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 34: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 34: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 34: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 34: [ RUN ] serial.dualview_sequential_host_init 34: [ OK ] serial.dualview_sequential_host_init (0 ms) 34: [ RUN ] serial.dynamic_view 34: [ OK ] serial.dynamic_view (8 ms) 34: [ RUN ] serial.dyn_rank_view_api_generic 34: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 34: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 34: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 34: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 34: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 34: skipping since not default execution space 34: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 34: [ RUN ] serial.dyn_rank_view_api_operator_rank67 34: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 34: [ RUN ] serial.dyn_rank_view_team_scratch 34: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 34: [ RUN ] serial.ErrorReporterViaLambda 34: [ OK ] serial.ErrorReporterViaLambda (0 ms) 34: [ RUN ] serial.ErrorReporter 34: [ OK ] serial.ErrorReporter (0 ms) 34: [ RUN ] serial.offsetview_construction 34: [ OK ] serial.offsetview_construction (16 ms) 34: [ RUN ] serial.offsetview_unmanaged_construction 34: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 34: [ RUN ] serial.offsetview_subview 34: [ OK ] serial.offsetview_subview (4 ms) 34: [ RUN ] serial.offsetview_offsets_rank1 34: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 34: [ RUN ] serial.offsetview_offsets_rank2 34: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 34: [ RUN ] serial.offsetview_offsets_rank3 34: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 34: [ RUN ] serial.scatterview [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o 34: [ OK ] serial.scatterview (1628 ms) 34: [ RUN ] serial.scatterview_devicetype 34: [ OK ] serial.scatterview_devicetype (1 ms) 34: [ RUN ] serial.staticcrsgraph 34: [ OK ] serial.staticcrsgraph (6 ms) 34: [ RUN ] serial.resize_realloc_no_init_dualview 34: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 34: [ RUN ] serial.resize_realloc_no_alloc_dualview 34: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 34: [ RUN ] serial.resize_exec_space_dualview 34: [ OK ] serial.resize_exec_space_dualview (0 ms) 34: [ RUN ] serial.realloc_exec_space_dualview 34: [ OK ] serial.realloc_exec_space_dualview (0 ms) 34: [ RUN ] serial.resize_realloc_no_init_dynrankview 34: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 34: [ RUN ] serial.resize_exec_space_dynrankview 34: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 34: [ RUN ] serial.realloc_exec_space_dynrankview 34: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 34: [ RUN ] serial.resize_realloc_no_init_scatterview 34: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 34: [ RUN ] serial.resize_realloc_no_alloc_scatterview 34: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 34: [ RUN ] serial.resize_exec_space_scatterview 34: [ OK ] serial.resize_exec_space_scatterview (0 ms) 34: [ RUN ] serial.realloc_exec_space_scatterview 34: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 34: [ RUN ] serial.create_mirror_no_init_dynrankview 34: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 34: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 34: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 34: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 34: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 34: [ RUN ] serial.create_mirror_no_init_offsetview 34: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 34: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 34: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 34: [ RUN ] serial.create_mirror_view_and_copy_offsetview 34: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 34: [ RUN ] serial.create_mirror_no_init_dynamicview 34: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 34: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 34: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 34: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 34: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 34: [ RUN ] serial.UnorderedMap_insert [ 64%] Built target Kokkos_CoreUnitTest_Cuda2 Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o -- Testing 1-D histogram Density 1D: 0.000244804 -0.999975 -7594.71 || 0.051031 0 77699 || 4.61018e+08 11377 || -1.04989e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000734066 -0.15492 0.0230124 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 34: [ OK ] serial.UnorderedMap_insert (6226 ms) 34: [ RUN ] serial.UnorderedMap_failed_insert [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o 34: [ OK ] serial.UnorderedMap_failed_insert (2787 ms) 34: [ RUN ] serial.UnorderedMap_deep_copy 34: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 34: [ RUN ] serial.UnorderedMap_valid_empty 34: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 34: [ RUN ] serial.UnorderedMap_clear_zero_size 34: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 34: [ RUN ] serial.UnorderedMap_consistent_size 34: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 34: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 34: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 34: [ RUN ] serial.UnorderedMap_lambda_capturable 34: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 34: [ RUN ] serial.UnorderedMap_constructor_view_alloc 34: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 34: [ RUN ] serial.vector_combination 34: [ OK ] serial.vector_combination (0 ms) 34: [ RUN ] serial.vector_insert 34: [ OK ] serial.vector_insert (0 ms) 34: [ RUN ] serial.vector_push_back_default_exec 34: [ OK ] serial.vector_push_back_default_exec (0 ms) 34: [ RUN ] serial.viewctorprop_embedded_dim 34: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 34: [----------] 69 tests from serial (11866 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 70 tests from 2 test suites ran. (29170 ms total) 34: [ PASSED ] 69 tests. 34: [ SKIPPED ] 1 test, listed below: 34: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 34/58 Test #34: Kokkos_ContainersUnitTest_Serial ........................... Passed 29.62 sec test 35 Start 35: Kokkos_ContainersUnitTest_HIP 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 35: Test timeout computed to be: 1500 35: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 35: [==========] Running 70 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from hip_DeathTest 35: [ RUN ] hip_DeathTest.offsetview_unmanaged_construction [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o 35: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (17559 ms) 35: [----------] 1 test from hip_DeathTest (17559 ms total) 35: 35: [----------] 69 tests from hip 35: [ RUN ] hip.bitset 35: [ OK ] hip.bitset (22 ms) 35: [ RUN ] hip.bitset_default_constructor_no_alloc 35: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 35: [ RUN ] hip.dualview_combination 35: [ OK ] hip.dualview_combination (7 ms) 35: [ RUN ] hip.dualview_alloc 35: [ OK ] hip.dualview_alloc (0 ms) 35: [ RUN ] hip.test_dualview_copy_construction_and_assignment 35: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 35: [ RUN ] hip.dualview_combinations_without_init 35: [ OK ] hip.dualview_combinations_without_init (0 ms) 35: [ RUN ] hip.dualview_deep_copy 35: [ OK ] hip.dualview_deep_copy (2 ms) 35: [ RUN ] hip.dualview_sync_should_fence 35: [ OK ] hip.dualview_sync_should_fence (13 ms) 35: [ RUN ] hip.dualview_realloc 35: [ OK ] hip.dualview_realloc (0 ms) 35: [ RUN ] hip.dualview_resize 35: [ OK ] hip.dualview_resize (1 ms) 35: [ RUN ] hip.dualview_device_correct_kokkos_device 35: 35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 35: does not support page migration between device and host. 35: HIPManagedSpace might not work as expected. 35: Please refer to the ROCm documentation on unified/managed memory. 35: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 35: [ RUN ] hip.dualview_host_correct_kokkos_device 35: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 35: [ RUN ] hip.dualview_host_modify_template_device_sync 35: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 35: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 35: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 35: [ RUN ] hip.dualview_device_modify_template_host_sync 35: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 35: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 35: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 35: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 35: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 35: [ RUN ] hip.dualview_template_views_return_correct_views_from_const_dual_view 35: [ OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 35: [ RUN ] hip.dualview_sequential_host_init 35: [ OK ] hip.dualview_sequential_host_init (0 ms) 35: [ RUN ] hip.dynamic_view 35: [ OK ] hip.dynamic_view (49 ms) 35: [ RUN ] hip.dyn_rank_view_api_generic 35: [ OK ] hip.dyn_rank_view_api_generic (16 ms) 35: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 35: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms) 35: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 35: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] hip.dyn_rank_view_api_operator_rank67 35: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 35: [ RUN ] hip.dyn_rank_view_team_scratch 35: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 35: [ RUN ] hip.ErrorReporterViaLambda 35: [ OK ] hip.ErrorReporterViaLambda (2 ms) 35: [ RUN ] hip.ErrorReporter 35: [ OK ] hip.ErrorReporter (0 ms) 35: [ RUN ] hip.offsetview_construction 35: [ OK ] hip.offsetview_construction (3 ms) 35: [ RUN ] hip.offsetview_unmanaged_construction 35: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 35: [ RUN ] hip.offsetview_subview 35: [ OK ] hip.offsetview_subview (0 ms) 35: [ RUN ] hip.offsetview_offsets_rank1 35: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 35: [ RUN ] hip.offsetview_offsets_rank2 35: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 35: [ RUN ] hip.offsetview_offsets_rank3 35: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 35: [ RUN ] hip.scatterview [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o -- Testing 1-D histogram Density 1D: 0.00195567 -0.999997 -9107.96 || 0.051031 0 617273 || 4.51691e+09 11377 || -1.25908e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00587735 -0.922461 1.61219 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o -- Testing 1-D histogram Density 1D: 2.9246e-07 0.012822 -0.00117338 || 0.051031 10928 11780 || 11232.9 11377 || -16.2208 -0.823045 -- Testing 3-D histogram Density 3D: 3.8147e-07 -0.0179177 -0.000415685 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0175705 -0.00189524 || 0.051031 10951 11803 || 11580.4 11377 || -26.1998 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00998993 0.00499439 || 0.051031 1e+64 -1e+64 [ OK ] serial.Random_XorShift1024_0 (261982 ms) [ RUN ] serial.Multi_streams [ OK ] serial.Multi_streams (0 ms) [ RUN ] serial.SortUnsignedValueType [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ OK ] serial.SortUnsignedValueType (3776 ms) [ RUN ] serial.SortEmptyView [ OK ] serial.SortEmptyView (0 ms) [ RUN ] serial.BinSortGenericTests [ 65%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax 35: [ OK ] hip.scatterview (29222 ms) 35: [ RUN ] hip.scatterview_devicetype [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ OK ] serial.BinSortGenericTests (5259 ms) [ RUN ] serial.BinSortEmptyView [ OK ] serial.BinSortEmptyView (0 ms) [ RUN ] serial.BinSortEmptyKeysView [ OK ] serial.BinSortEmptyKeysView (0 ms) [ RUN ] serial.BinSort_issue_7221 [ OK ] serial.BinSort_issue_7221 (0 ms) [ RUN ] serial.BinSortUnsignedKeyLayoutStrideValues [ 65%] Built target Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 67%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl12_GLOBAL__N_123cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i__intern__9bdc2cac30_d8e8b719' cannot be statically determined 35: [ OK ] hip.scatterview_devicetype (48445 ms) 35: [ RUN ] hip.staticcrsgraph 35: [ OK ] hip.staticcrsgraph (23 ms) 35: [ RUN ] hip.resize_realloc_no_init_dualview 35: [ OK ] hip.resize_realloc_no_init_dualview (2 ms) 35: [ RUN ] hip.resize_realloc_no_alloc_dualview 35: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 35: [ RUN ] hip.resize_exec_space_dualview 35: [ OK ] hip.resize_exec_space_dualview (0 ms) 35: [ RUN ] hip.realloc_exec_space_dualview 35: [ OK ] hip.realloc_exec_space_dualview (0 ms) 35: [ RUN ] hip.resize_realloc_no_init_dynrankview 35: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 35: [ RUN ] hip.resize_exec_space_dynrankview 35: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 35: [ RUN ] hip.realloc_exec_space_dynrankview 35: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 35: [ RUN ] hip.resize_realloc_no_init_scatterview 35: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 35: [ RUN ] hip.resize_realloc_no_alloc_scatterview 35: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 35: [ RUN ] hip.resize_exec_space_scatterview 35: [ OK ] hip.resize_exec_space_scatterview (0 ms) 35: [ RUN ] hip.realloc_exec_space_scatterview 35: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 35: [ RUN ] hip.create_mirror_no_init_dynrankview 35: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 35: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 35: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 35: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 35: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 35: [ RUN ] hip.create_mirror_no_init_offsetview 35: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 35: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 35: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 35: [ RUN ] hip.create_mirror_view_and_copy_offsetview 35: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 35: [ RUN ] hip.create_mirror_no_init_dynamicview 35: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 35: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 35: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 35: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 35: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 35: [ RUN ] hip.UnorderedMap_insert 35: [ OK ] hip.UnorderedMap_insert (2530 ms) 35: [ RUN ] hip.UnorderedMap_failed_insert [ 67%] Built target Kokkos_PerformanceTest_TaskDag 35: [ OK ] hip.UnorderedMap_failed_insert (778 ms) 35: [ RUN ] hip.UnorderedMap_deep_copy 35: [ OK ] hip.UnorderedMap_deep_copy (5 ms) 35: [ RUN ] hip.UnorderedMap_valid_empty 35: [ OK ] hip.UnorderedMap_valid_empty (2 ms) 35: [ RUN ] hip.UnorderedMap_clear_zero_size 35: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 35: [ RUN ] hip.UnorderedMap_consistent_size 35: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 35: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 35: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 35: [ RUN ] hip.UnorderedMap_lambda_capturable 35: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 35: [ RUN ] hip.UnorderedMap_constructor_view_alloc 35: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 35: [ RUN ] hip.vector_combination 35: [ OK ] hip.vector_combination (0 ms) 35: [ RUN ] hip.vector_insert 35: [ OK ] hip.vector_insert (2 ms) 35: [ RUN ] hip.vector_push_back_default_exec 35: [ OK ] hip.vector_push_back_default_exec (0 ms) 35: [ RUN ] hip.viewctorprop_embedded_dim 35: [ OK ] hip.viewctorprop_embedded_dim (1 ms) 35: [----------] 69 tests from hip (81150 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 70 tests from 2 test suites ran. (98710 ms total) 35: [ PASSED ] 70 tests. 35/58 Test #35: Kokkos_ContainersUnitTest_HIP .............................. Passed 99.18 sec test 36 Start 36: Kokkos_ContainersPerformanceTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 36: Test timeout computed to be: 1500 36: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 36: [==========] Running 4 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 4 tests from TEST_CATEGORY 36: [ RUN ] TEST_CATEGORY.dynrankview_perf 36: HIP 36: DynRankView vs View: Initialization Only 36: View time (init only): 0.00321568 36: View sum computation time: 0.00321568 36: Strided View time (init only): 0.00159929 36: View Rank7 time (init only): 0.00173043 36: DynRankView time (init only): 0.00166617 36: DynRankView sum computation time: 0.0013666 36: Ratio of View to DynRankView time: 1.92998 36: Ratio of View to DynRankView sum computation time: 1.12618 36: Ratio of View to View Rank7 time: 1.85831 36: Ratio of StrideView to DynRankView time: 0.959862 36: Ratio of DynRankView to View Rank7 time: 0.962865 36: [ OK ] TEST_CATEGORY.dynrankview_perf (14 ms) 36: [ RUN ] TEST_CATEGORY.global_2_local 36: HIP 36: size, create, generate, fill, find 36: 256, 0.00035126, 1.9427e-05, 0.00455562, 0.00589356 36: 512, 0.000337714, 1.4407e-05, 3.722e-05, 0.00434508 36: 1024, 0.000316464, 1.4107e-05, 3.729e-05, 0.00450936 36: 2048, 0.000304973, 1.4127e-05, 3.8623e-05, 0.00451819 36: 4096, 0.000365727, 1.2995e-05, 3.9394e-05, 0.00455824 36: 8192, 0.000305594, 1.2614e-05, 3.8632e-05, 0.00452521 36: 16384, 0.000308379, 1.3415e-05, 3.8863e-05, 0.00459274 36: 32768, 0.000312376, 1.2273e-05, 4.0506e-05, 0.00470183 36: 65536, 0.000391054, 1.2744e-05, 4.6618e-05, 0.00498276 36: 131072, 0.00040489, 1.4177e-05, 6.8258e-05, 0.00570757 36: 262144, 0.000468189, 1.4657e-05, 0.000116679, 0.00811484 36: 524288, 0.000567185, 1.585e-05, 0.000278343, 0.00974662 36: 1048576, 0.000565933, 2.097e-05, 0.000679777, 0.0222488 36: 2097152, 0.000629382, 3.1869e-05, 0.0015644, 0.049897 36: 4194304, 0.000738076, 4.254e-05, 0.00348196, 0.120432 36: [ OK ] TEST_CATEGORY.global_2_local (278 ms) 36: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 36: skipping test 36: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 36: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 36: skipping test 36: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 36: [----------] 4 tests from TEST_CATEGORY (292 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 4 tests from 1 test suite ran. (292 ms total) 36: [ PASSED ] 4 tests. 36/58 Test #36: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.70 sec test 37 Start 37: Kokkos_UnitTest_Sort 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 37: Test timeout computed to be: 1500 37: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 37: [==========] Running 17 tests from 2 test suites. 37: [----------] Global test environment set-up. 37: [----------] 1 test from hip_DeathTest 37: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o 37: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2680 ms) 37: [----------] 1 test from hip_DeathTest (2680 ms total) 37: 37: [----------] 16 tests from hip 37: [ RUN ] hip.SortUnsignedValueType 37: [ OK ] hip.SortUnsignedValueType (26 ms) 37: [ RUN ] hip.SortEmptyView 37: [ OK ] hip.SortEmptyView (0 ms) 37: [ RUN ] hip.SortByKeyEmptyView 37: [ OK ] hip.SortByKeyEmptyView (0 ms) 37: [ RUN ] hip.SortByKeyEmptyViewHost 37: [ OK ] hip.SortByKeyEmptyViewHost (0 ms) 37: [ RUN ] hip.SortByKey 37: [ OK ] hip.SortByKey (11 ms) 37: [ RUN ] hip.SortByKeyWithComparator 37: [ OK ] hip.SortByKeyWithComparator (1 ms) 37: [ RUN ] hip.SortByKeyStaticExtents 37: [ OK ] hip.SortByKeyStaticExtents (0 ms) 37: [ RUN ] hip.SortByKeyWithStrides 37: [ OK ] hip.SortByKeyWithStrides (0 ms) 37: [ RUN ] hip.SortWithCustomComparator 37: [ OK ] hip.SortWithCustomComparator (95 ms) 37: [ RUN ] hip.BinSortGenericTests 37: [ OK ] hip.BinSortGenericTests (17 ms) 37: [ RUN ] hip.BinSortEmptyView 37: [ OK ] hip.BinSortEmptyView (0 ms) 37: [ RUN ] hip.BinSortEmptyKeysView 37: [ OK ] hip.BinSortEmptyKeysView (0 ms) 37: [ RUN ] hip.BinSort_issue_7221 37: [ OK ] hip.BinSort_issue_7221 (0 ms) 37: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 68%] Built target Kokkos_PerformanceTest_SharedSpace [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Atomic 37: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9809 ms) 37: [ RUN ] hip.NestedSort 37: [ OK ] hip.NestedSort (40 ms) 37: [ RUN ] hip.NestedSortByKey 37: [ OK ] hip.NestedSortByKey (109 ms) 37: [----------] 16 tests from hip (10113 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 17 tests from 2 test suites ran. (12793 ms total) 37: [ PASSED ] 17 tests. 37/58 Test #37: Kokkos_UnitTest_Sort ....................................... Passed 13.21 sec test 38 Start 38: Kokkos_UnitTest_Random 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 38: Test timeout computed to be: 1500 [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o 38: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 38: [==========] Running 3 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 3 tests from hip 38: [ RUN ] hip.Random_XorShift64 38: Test Seed:1742229290659342580 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.00681578 0.006232 || 0.051031 28003 29326 || 28480.3 28674.4 || 86.1512 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00361407 6.86384e-06 || 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.0109926 0.0287576 || 0.051031 27997 29367 || 28993.1 28674.4 || 397.544 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0235317 0.0101552 || 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.0205896 -0.0244441 || 0.051031 28032 29306 || 28095.9 28674.4 || -337.916 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00187885 0.007039 || 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.0278129 0.0194108 || 0.051031 28087 29351 || 27898.5 28674.4 || 268.335 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00892522 -0.0027874 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000243842 -0.99999 -48246.8 || 0.051031 0 195109 || 2.92855e+09 28674.4 || -6.66964e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000730435 -0.314959 0.1554 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.78568e-07 -0.0188212 0.00712333 || 0.051031 27960 29297 || 29224.4 28674.4 || 98.4729 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.49199e-07 0.0200259 0.00325291 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.78568e-07 -0.0178738 -0.0173105 || 0.051031 27996 29444 || 29196.2 28674.4 || -239.3 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.49199e-07 0.00591748 -0.000363471 || 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.00569248 -0.0198003 || 0.051031 28067 29288 || 28838.6 28674.4 || -273.72 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.0156559 0.0068178 || 0.051031 1e+64 -1e+64 38: Test Seed:1742229290824399419 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.00297502 -0.0351264 || 0.051031 27990 29360 || 28759.9 28674.4 || -485.587 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00277624 -0.000339624 || 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.000695926 0.00172183 || 0.051031 28024 29362 || 28694.4 28674.4 || 23.8026 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.018785 0.0110535 || 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.00337444 0.0182776 || 0.051031 28009 29282 || 28771.5 28674.4 || 252.669 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.020948 -0.00982333 || 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.032425 -0.0162118 || 0.051031 28049 29520 || 27773.8 28674.4 || -224.113 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.0200598 -0.000746171 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245053 -0.99999 -48247.6 || 0.051031 0 195171 || 2.92873e+09 28674.4 || -6.66975e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000733981 -0.30589 0.15034 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.76045e-07 0.000994855 0.00500946 || 0.051031 27969 29327 || 28645.9 28674.4 || 69.2507 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.41632e-07 -0.00410642 -0.000459926 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.65955e-07 -0.00496577 0.0122592 || 0.051031 27967 29327 || 28817.5 28674.4 || 169.472 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.11361e-07 0.0103402 0.00458151 || 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.00206397 -0.0217787 || 0.051031 27993 29287 || 28615.3 28674.4 || -301.068 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00914606 -0.000284363 || 0.051031 1e+64 -1e+64 38: [ OK ] hip.Random_XorShift64 (322 ms) 38: [ RUN ] hip.Random_XorShift1024_0 38: Test Seed:1742229290982027376 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.00201954 0.00379249 || 0.051031 10961 11820 || 11400 11377 || 52.4273 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.02281 -0.00314013 || 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.00896637 0.00294256 || 0.051031 10946 11856 || 11275.9 11377 || 40.6779 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00285515 0.00160231 || 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.00867609 0.0013503 || 0.051031 10950 11850 || 11476.5 11377 || 18.6666 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00290084 0.00248257 || 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.00205988 0.00458 || 0.051031 10889 11818 || 11400.4 11377 || 63.314 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00723597 -0.00487264 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000243481 -0.999975 -7595.15 || 0.051031 0 77670 || 4.61079e+08 11377 || -1.04995e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000730112 -0.151605 0.0251237 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.54313e-07 -0.00342509 0.00178148 || 0.051031 10915 11774 || 11416.1 11377 || 24.6272 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.67029e-07 -0.000512418 -0.000924869 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.86102e-07 -0.0126999 0.00250069 || 0.051031 10987 11793 || 11523.3 11377 || 34.5695 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.62396e-07 -0.0158257 -0.00270776 || 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.0183992 0.00532808 || 0.051031 10940 11794 || 11590.2 11377 || 73.6553 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0131426 0.000533738 || 0.051031 1e+64 -1e+64 38: Test Seed:1742229291103564446 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.00647378 0.00952663 || 0.051031 10923 11766 || 11451.1 11377 || 131.696 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.000704417 -0.000199178 || 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.0152734 0.00231854 || 0.051031 10988 11786 || 11553.4 11377 || 32.0515 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00763508 -0.00196685 || 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.00707752 -0.0077548 || 0.051031 10952 11779 || 11458.1 11377 || -107.202 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.027917 0.000636548 || 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.00450419 0.00277079 || 0.051031 10973 11784 || 11325.9 11377 || 38.3034 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0141136 0.00349114 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000244588 -0.999975 -7594.43 || 0.051031 0 77641 || 4.61083e+08 11377 || -1.04985e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000733474 -0.15509 0.0273083 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.67029e-07 0.000645452 -0.00612902 || 0.051031 10989 11802 || 11369.6 11377 || -84.7276 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.05176e-07 -0.00289167 0.00121918 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.73387e-07 0.00841673 0.00389428 || 0.051031 11002 11898 || 11282 11377 || 53.8345 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.24249e-07 -0.000324241 -0.00126803 || 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.00575073 0.00879475 || 0.051031 10928 11863 || 11442.8 11377 || 121.579 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.0140097 -0.00346381 || 0.051031 1e+64 -1e+64 38: [ OK ] hip.Random_XorShift1024_0 (282 ms) 38: [ RUN ] hip.Multi_streams 38: [ OK ] hip.Multi_streams (297 ms) 38: [----------] 3 tests from hip (903 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 1 test suite ran. (903 ms total) 38: [ PASSED ] 3 tests. 38/58 Test #38: Kokkos_UnitTest_Random ..................................... Passed 1.44 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test timeout computed to be: 1500 39: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 39: [==========] Running 16 tests from 4 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_DeathTest 39: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 39: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 39: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 39: 39: [----------] 3 tests from std_algorithms_reducers 39: [ RUN ] std_algorithms_reducers.max_first_loc 39: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 39: [ RUN ] std_algorithms_reducers.min_first_loc 39: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 39: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 39: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 39: [----------] 3 tests from std_algorithms_reducers (0 ms total) 39: 39: [----------] 1 test from std_algorithms 39: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 39: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 39: [----------] 1 test from std_algorithms (0 ms total) 39: 39: [----------] 11 tests from random_access_iterator_test 39: [ RUN ] random_access_iterator_test.constructor 39: [ OK ] random_access_iterator_test.constructor (1 ms) 39: [ RUN ] random_access_iterator_test.constructiblity 39: [ OK ] random_access_iterator_test.constructiblity (0 ms) 39: [ RUN ] random_access_iterator_test.dereference 39: [ OK ] random_access_iterator_test.dereference (1 ms) 39: [ RUN ] random_access_iterator_test.subscript_operator 39: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet1 39: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet2 39: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet3 39: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet4 39: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 39: [ RUN ] random_access_iterator_test.assignment_operator 39: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 39: [ RUN ] random_access_iterator_test.distance 39: [ OK ] random_access_iterator_test.distance (0 ms) 39: [ RUN ] random_access_iterator_test.traits_helpers 39: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 39: [----------] 11 tests from random_access_iterator_test (6 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 16 tests from 4 test suites ran. (7 ms total) 39: [ PASSED ] 16 tests. 39/58 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.41 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test timeout computed to be: 1500 40: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 40: [==========] Running 7 tests from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 7 tests from std_algorithms_min_max_element_test 40: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 40: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 40: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 40: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 40: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (13 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 40: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (9 ms) 40: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (9 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 (9 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 (15 ms) 40: [----------] 7 tests from std_algorithms_min_max_element_test (57 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 7 tests from 1 test suite ran. (57 ms total) 40: [ PASSED ] 7 tests. 40/58 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.46 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 41: Test timeout computed to be: 1500 [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o 41: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 41: [==========] Running 13 tests from 10 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_lexicographical_compare_test 41: [ RUN ] std_algorithms_lexicographical_compare_test.test 41: [ OK ] std_algorithms_lexicographical_compare_test.test (42 ms) 41: [----------] 1 test from std_algorithms_lexicographical_compare_test (42 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 (88 ms) 41: [----------] 1 test from std_algorithms_for_each_test (88 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 (51 ms) 41: [----------] 1 test from std_algorithms_find_test (51 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 (649 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 41: [ OK ] std_algorithms_non_mod_seq_ops.find_end (610 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search 41: [ OK ] std_algorithms_non_mod_seq_ops.search (579 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 41: [ OK ] std_algorithms_non_mod_seq_ops.search_n (446 ms) 41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2286 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 (30 ms) 41: [----------] 1 test from std_algorithms_count_test (30 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 (25 ms) 41: [----------] 1 test from std_algorithms_equal_test (25 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 (43 ms) 41: [----------] 1 test from std_algorithms_all_any_none_of_test (43 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 (82 ms) 41: [----------] 1 test from std_algorithms_nonmod_seq_ops (82 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 (104 ms) 41: [----------] 1 test from std_algorithms_mismatch_test (104 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 (85 ms) 41: [----------] 1 test from std_algorithms_mod_seq_ops (85 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 13 tests from 10 test suites ran. (2843 ms total) 41: [ PASSED ] 13 tests. 41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 3.37 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test timeout computed to be: 1500 42: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 42: [==========] Running 31 tests from 5 test suites. 42: [----------] Global test environment set-up. 42: [----------] 3 tests from std_algorithms_mod_ops_test 42: [ RUN ] std_algorithms_mod_ops_test.move 42: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 42: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 42: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 42: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 42: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 42: [----------] 3 tests from std_algorithms_mod_ops_test (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 (3 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 42: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.fill 42: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 42: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 42: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 42: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.generate 42: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 42: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 42: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (7 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 (44 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_if 42: [ OK ] std_algorithms_replace_ops_test.replace_if (129 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy 42: [ OK ] std_algorithms_replace_ops_test.replace_copy (74 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 42: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (67 ms) 42: [----------] 4 tests from std_algorithms_replace_ops_test (315 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 (46 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique 42: [ OK ] std_algorithms_mod_seq_ops.unique (102 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 42: [ OK ] std_algorithms_mod_seq_ops.unique_copy (65 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove 42: [ OK ] std_algorithms_mod_seq_ops.remove (45 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_if (49 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy (161 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (46 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate 42: [ OK ] std_algorithms_mod_seq_ops.rotate (1371 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 42: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (562 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_left 42: [ OK ] std_algorithms_mod_seq_ops.shift_left (1608 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 42: [ OK ] std_algorithms_mod_seq_ops.shift_right (1617 ms) 42: [----------] 11 tests from std_algorithms_mod_seq_ops (5676 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 (81 ms) 42: [----------] 1 test from std_algorithms_modseq_test (81 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 31 tests from 5 test suites ran. (6084 ms total) 42: [ PASSED ] 31 tests. 42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 6.63 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test timeout computed to be: 1500 43: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 43: [==========] Running 29 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_sorting_ops_test 43: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 43: [ OK ] std_algorithms_sorting_ops_test.is_sorted (17 ms) 43: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 43: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (17 ms) 43: [----------] 2 tests from std_algorithms_sorting_ops_test (34 ms total) 43: 43: [----------] 4 tests from std_algorithms_partitioning_test 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 43: [ RUN ] std_algorithms_partitioning_test.partition_point 43: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 43: [----------] 4 tests from std_algorithms_partitioning_test (6 ms total) 43: 43: [----------] 1 test from std_algorithms_partitioning_ops 43: [ RUN ] std_algorithms_partitioning_ops.partition_copy 43: [ OK ] std_algorithms_partitioning_ops.partition_copy (44 ms) 43: [----------] 1 test from std_algorithms_partitioning_ops (44 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 (6 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 (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (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 (20 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 (140 ms) 43: [----------] 1 test from std_algorithms_numerics_ops_test (140 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 (898 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 (849 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 (274 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 (453 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 (2476 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 (72 ms) 43: [----------] 1 test from std_algorithms_transform_ops_test (72 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 29 tests from 7 test suites ran. (2796 ms total) 43: [ PASSED ] 29 tests. [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o 43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 3.22 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test timeout computed to be: 1500 44: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 44: [==========] Running 12 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_adjacent_find_team_test 44: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 44: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (586 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 (562 ms) 44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1149 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 (297 ms) 44: [ RUN ] std_algorithms_count_team_test.count_returns_zero 44: [ OK ] std_algorithms_count_team_test.count_returns_zero (263 ms) 44: [----------] 2 tests from std_algorithms_count_team_test (561 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 (307 ms) 44: [----------] 1 test from std_algorithms_count_if_team_test (307 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 (378 ms) 44: [----------] 1 test from std_algorithms_for_each_team_test (378 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 (398 ms) 44: [----------] 1 test from std_algorithms_for_each_n_team_test (398 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 (702 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (570 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (571 ms) 44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1845 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 (628 ms) 44: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o 44: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (907 ms) 44: [----------] 2 tests from std_algorithms_mismatch_team_test (1536 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 12 tests from 7 test suites ran. (6178 ms total) 44: [ PASSED ] 12 tests. 44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.59 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test timeout computed to be: 1500 [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 45: [==========] Running 8 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_equal_team_test 45: [ RUN ] std_algorithms_equal_team_test.views_are_equal 45: [ OK ] std_algorithms_equal_team_test.views_are_equal (1009 ms) 45: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 45: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1337 ms) 45: [----------] 2 tests from std_algorithms_equal_team_test (2346 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 (577 ms) 45: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist [ 68%] Linking CXX executable Kokkos_PerformanceTest_Mempool 45: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (584 ms) 45: [----------] 2 tests from std_algorithms_search_team_test (1161 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 (664 ms) 45: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o 45: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (684 ms) 45: [----------] 2 tests from std_algorithms_find_end_team_test (1348 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 [ 68%] Built target Kokkos_PerformanceTest_Mempool 45: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (615 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 (805 ms) 45: [----------] 2 tests from std_algorithms_find_first_of_team_test (1420 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 8 tests from 4 test suites ran. (6278 ms total) 45: [ PASSED ] 8 tests. 45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.70 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test timeout computed to be: 1500 [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 46: [==========] Running 11 tests from 7 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_find_team_test 46: [ RUN ] std_algorithms_find_team_test.searched_values_exist [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o 46: [ OK ] std_algorithms_find_team_test.searched_values_exist (278 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 (282 ms) 46: [----------] 2 tests from std_algorithms_find_team_test (561 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 (279 ms) 46: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o 46: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (290 ms) 46: [----------] 2 tests from std_algorithms_find_if_team_test (570 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 [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o 46: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (288 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 (275 ms) 46: [----------] 2 tests from std_algorithms_find_if_not_team_test (564 ms total) 46: 46: [----------] 1 test from std_algorithms_all_of_team_test 46: [ RUN ] std_algorithms_all_of_team_test.test [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 46: [ OK ] std_algorithms_all_of_team_test.test (276 ms) 46: [----------] 1 test from std_algorithms_all_of_team_test (276 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 (269 ms) 46: [----------] 1 test from std_algorithms_any_of_team_test (269 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 (283 ms) 46: [----------] 1 test from std_algorithms_none_of_team_test (283 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 (297 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 (288 ms) 46: [----------] 2 tests from std_algorithms_search_n_team_test (586 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 11 tests from 7 test suites ran. (3111 ms total) 46: [ PASSED ] 11 tests. 46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.57 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test timeout computed to be: 1500 47: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 47: [==========] Running 3 tests from 3 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_min_element_team_test 47: [ RUN ] std_algorithms_min_element_team_test.test 47: [ OK ] std_algorithms_min_element_team_test.test (629 ms) 47: [----------] 1 test from std_algorithms_min_element_team_test (630 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 (615 ms) 47: [----------] 1 test from std_algorithms_max_element_team_test (615 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 (659 ms) 47: [----------] 1 test from std_algorithms_minmax_element_team_test (660 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 3 tests from 3 test suites ran. (1905 ms total) 47: [ PASSED ] 3 tests. 47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.31 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test timeout computed to be: 1500 48: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 48: [==========] Running 6 tests from 6 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_fill_team_test 48: [ RUN ] std_algorithms_fill_team_test.test 48: [ OK ] std_algorithms_fill_team_test.test (268 ms) 48: [----------] 1 test from std_algorithms_fill_team_test (268 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 (455 ms) 48: [----------] 1 test from std_algorithms_fill_n_team_test (455 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 (381 ms) 48: [----------] 1 test from std_algorithms_replace_team_test (381 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 (333 ms) 48: [----------] 1 test from std_algorithms_replace_if_team_test (333 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 (372 ms) 48: [----------] 1 test from std_algorithms_replace_copy_team_test (372 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 (383 ms) 48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (383 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 6 tests from 6 test suites ran. (2195 ms total) 48: [ PASSED ] 6 tests. 48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.60 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test timeout computed to be: 1500 49: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 49: [==========] Running 4 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_reverse_team_test 49: [ RUN ] std_algorithms_reverse_team_test.test 49: [ OK ] std_algorithms_reverse_team_test.test (305 ms) 49: [----------] 1 test from std_algorithms_reverse_team_test (305 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 (368 ms) 49: [----------] 1 test from std_algorithms_reverse_copy_team_test (368 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 (661 ms) 49: [----------] 1 test from std_algorithms_rotate_team_test (661 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 (691 ms) 49: [----------] 1 test from std_algorithms_rotate_copy_team_test (691 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (2028 ms total) 49: [ PASSED ] 4 tests. 49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.51 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test timeout computed to be: 1500 50: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 50: [==========] Running 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_move_team_test 50: [ RUN ] std_algorithms_move_team_test.test Scanning dependencies of target Kokkos_ContainersUnitTest_Serial 50: [ OK ] std_algorithms_move_team_test.test (477 ms) 50: [----------] 1 test from std_algorithms_move_team_test (477 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 (465 ms) 50: [----------] 1 test from std_algorithms_move_backward_team_test (465 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_left_team_test 50: [ RUN ] std_algorithms_shift_left_team_test.test [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o 50: [ OK ] std_algorithms_shift_left_team_test.test (1598 ms) 50: [----------] 1 test from std_algorithms_shift_left_team_test (1598 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_right_team_test 50: [ RUN ] std_algorithms_shift_right_team_test.test [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o 50: [ OK ] std_algorithms_shift_right_team_test.test (1569 ms) 50: [----------] 1 test from std_algorithms_shift_right_team_test (1569 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (4112 ms total) 50: [ PASSED ] 4 tests. 50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.51 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test timeout computed to be: 1500 51: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 51: [==========] Running 9 tests from 9 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_copy_team_test 51: [ RUN ] std_algorithms_copy_team_test.test 51: [ OK ] std_algorithms_copy_team_test.test (609 ms) 51: [----------] 1 test from std_algorithms_copy_team_test (609 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_n_team_test 51: [ RUN ] std_algorithms_copy_n_team_test.test [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o 51: [ OK ] std_algorithms_copy_n_team_test.test (616 ms) 51: [----------] 1 test from std_algorithms_copy_n_team_test (616 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 (469 ms) 51: [----------] 1 test from std_algorithms_copy_backward_team_test (469 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 (428 ms) 51: [----------] 1 test from std_algorithms_copy_if_team_test (428 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 (550 ms) 51: [----------] 1 test from std_algorithms_unique_copy_team_test (550 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 (456 ms) 51: [----------] 1 test from std_algorithms_remove_team_test (456 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 (413 ms) 51: [----------] 1 test from std_algorithms_remove_if_team_test (413 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 (450 ms) 51: [----------] 1 test from std_algorithms_remove_copy_team_test (450 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 (375 ms) 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (375 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 9 tests from 9 test suites ran. (4372 ms total) 51: [ PASSED ] 9 tests. 51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.79 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test timeout computed to be: 1500 52: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 52: [==========] Running 4 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_unique_team_test 52: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 52: [ OK ] std_algorithms_unique_team_test.test_default_predicate (703 ms) 52: [----------] 1 test from std_algorithms_unique_team_test (703 ms total) 52: 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test 52: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o 52: [ OK ] std_algorithms_adjacent_difference_team_test.test (834 ms) 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (834 ms total) 52: 52: [----------] 1 test from std_algorithms_reduce_team_test 52: [ RUN ] std_algorithms_reduce_team_test.test [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o 52: [ OK ] std_algorithms_reduce_team_test.test (873 ms) 52: [----------] 1 test from std_algorithms_reduce_team_test (874 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 (1696 ms) 52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1696 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (4108 ms total) 52: [ PASSED ] 4 tests. 52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.54 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test timeout computed to be: 1500 53: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 53: [==========] Running 18 tests from 5 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_is_sorted_team_test 53: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 53: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (512 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 (406 ms) 53: [----------] 2 tests from std_algorithms_is_sorted_team_test (919 ms total) 53: 53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (26 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (29 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (321 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (460 ms) 53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (837 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 (17 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 53: [ OK ] std_algorithms_is_partitioned_team_test.all_true (216 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 53: [ OK ] std_algorithms_is_partitioned_team_test.all_false (209 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.random 53: [ OK ] std_algorithms_is_partitioned_team_test.random (154 ms) 53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (599 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 (27 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_true 53: [ OK ] std_algorithms_partition_copy_team_test.all_true (523 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_false 53: [ OK ] std_algorithms_partition_copy_team_test.all_false (507 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.random 53: [ OK ] std_algorithms_partition_copy_team_test.random (455 ms) 53: [----------] 4 tests from std_algorithms_partition_copy_team_test (1513 ms total) 53: 53: [----------] 4 tests from std_algorithms_partition_point_team_test 53: [ RUN ] std_algorithms_partition_point_team_test.empty 53: [ OK ] std_algorithms_partition_point_team_test.empty (16 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_true 53: [ OK ] std_algorithms_partition_point_team_test.all_true (204 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_false 53: [ OK ] std_algorithms_partition_point_team_test.all_false (202 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.random [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C 53: [ OK ] std_algorithms_partition_point_team_test.random (166 ms) 53: [----------] 4 tests from std_algorithms_partition_point_team_test (589 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 18 tests from 5 test suites ran. (4460 ms total) 53: [ PASSED ] 18 tests. 53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.88 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test timeout computed to be: 1500 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o 54: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 54: [==========] Running 5 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_transform_team_test 54: [ RUN ] std_algorithms_transform_team_test.test_unary_op 54: [ OK ] std_algorithms_transform_team_test.test_unary_op (640 ms) 54: [ RUN ] std_algorithms_transform_team_test.test_binary_op 54: [ OK ] std_algorithms_transform_team_test.test_binary_op (809 ms) 54: [----------] 2 tests from std_algorithms_transform_team_test (1449 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 (1367 ms) 54: [----------] 1 test from std_algorithms_generate_team_test (1367 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 (464 ms) 54: [----------] 1 test from std_algorithms_generate_n_team_test (464 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 (735 ms) 54: [----------] 1 test from std_algorithms_swap_ranges_team_test (736 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 5 tests from 4 test suites ran. (4017 ms total) 54: [ PASSED ] 5 tests. 54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.44 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test timeout computed to be: 1500 55: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 55: [==========] Running 2 tests from 2 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test 55: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o 55: [ OK ] std_algorithms_exclusive_scan_team_test.test (1684 ms) 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1684 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 (804 ms) 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (804 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 2 tests from 2 test suites ran. (2488 ms total) 55: [ PASSED ] 2 tests. 55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.90 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test timeout computed to be: 1500 56: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test 56: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o 56: [ OK ] std_algorithms_inclusive_scan_team_test.test (2502 ms) 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2502 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 (1590 ms) 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1590 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (4092 ms total) 56: [ PASSED ] 2 tests. 56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.51 sec test 57 Start 57: Kokkos_PerformanceTest_InclusiveScan 57: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-58-50.json" 57: Test timeout computed to be: 1500 57: 2025-03-17T16:36:00+00:00 57: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 57: Run on (64 X 3140.57 MHz CPU s) 57: CPU Caches: 57: L1 Data 32 KiB (x32) 57: L1 Instruction 32 KiB (x32) 57: L2 Unified 512 KiB (x32) 57: L3 Unified 16384 KiB (x16) 57: Load Average: 13.57, 15.70, 15.41 57: APU or dGPU: dGPU 57: Architecture capable of accessing system allocated memory: 1 57: CPU architecture: none 57: Default Device: HIP 57: GPU architecture: AMD_GFX908 57: Is Large Bar: 1 57: KOKKOS_COMPILER_CLANG: 1700 57: KOKKOS_ENABLE_ASM: no 57: KOKKOS_ENABLE_CXX17: yes 57: KOKKOS_ENABLE_CXX20: no 57: KOKKOS_ENABLE_CXX23: no 57: KOKKOS_ENABLE_CXX26: no 57: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 57: KOKKOS_ENABLE_HIP: yes 57: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 57: KOKKOS_ENABLE_HWLOC: no 57: KOKKOS_ENABLE_LIBDL: yes 57: KOKKOS_ENABLE_PRAGMA_IVDEP: no 57: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 57: KOKKOS_ENABLE_PRAGMA_UNROLL: no 57: KOKKOS_ENABLE_PRAGMA_VECTOR: no 57: KOKKOS_ENABLE_SERIAL: yes 57: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 57: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 57: Kokkos Version: 4.6.99 57: Shared Memory per Block: 64 KiB 57: Supports Managed Memory: 1 57: System allows accessing system allocated memory on GPU: 0 57: Total Global Memory: 31.98 GiB 57: Wavefront Size: 64 57: XNACK environment variable set: no 57: macro KOKKOS_ENABLE_HIP: defined 57: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 57: macro KOKKOS_ENABLE_ROCTHRUST: defined 57: platform: 64bit [ 68%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o 57: ---------------------------------------------------------------------------------------------------------------------------------------------- 57: Benchmark Time CPU Iterations FOM: GB/s MB Passed 57: ---------------------------------------------------------------------------------------------------------------------------------------------- 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 424 1013.55/s 1.6k 1 [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 443 1013.56/s 1.6k 1 [ 68%] Built target Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 443 1009.02/s 1.6k 1 [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 443 1009.59/s 1.6k 1 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 443 1009.33/s 1.6k 1 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 443 1005.34/s 1.6k 1 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 442 1006.39/s 1.6k 1 [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 440 1011.25/s 1.6k 1 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 421 1008.58/s 1.6k 1 57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 21.60 sec test 58 Start 58: Kokkos_UnitTest_SIMD 58: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 58: Test timeout computed to be: 1500 58: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 58: [==========] Running 18 tests from 1 test suite. 58: [----------] Global test environment set-up. 58: [----------] 18 tests from simd 58: [ RUN ] simd.host_math_ops 58: [ OK ] simd.host_math_ops (0 ms) 58: [ RUN ] simd.device_math_ops 58: [ OK ] simd.device_math_ops (4 ms) 58: [ RUN ] simd.host_mask_ops 58: [ OK ] simd.host_mask_ops (0 ms) 58: [ RUN ] simd.device_mask_ops 58: [ OK ] simd.device_mask_ops (0 ms) 58: [ RUN ] simd.host_conversions 58: [ OK ] simd.host_conversions (0 ms) 58: [ RUN ] simd.device_conversions 58: [ OK ] simd.device_conversions (0 ms) 58: [ RUN ] simd.host_shift_ops 58: [ OK ] simd.host_shift_ops (0 ms) 58: [ RUN ] simd.device_shift_ops 58: [ OK ] simd.device_shift_ops (0 ms) 58: [ RUN ] simd.host_condition 58: [ OK ] simd.host_condition (0 ms) 58: [ RUN ] simd.device_condition 58: [ OK ] simd.device_condition (0 ms) 58: [ RUN ] simd.host_gen_ctors 58: [ OK ] simd.host_gen_ctors (0 ms) 58: [ RUN ] simd.device_gen_ctors 58: [ OK ] simd.device_gen_ctors (0 ms) 58: [ RUN ] simd.host_where_expressions 58: [ OK ] simd.host_where_expressions (0 ms) 58: [ RUN ] simd.device_where_expressions 58: [ OK ] simd.device_where_expressions (0 ms) 58: [ RUN ] simd.host_reductions 58: [ OK ] simd.host_reductions (0 ms) 58: [ RUN ] simd.device_reductions 58: [ OK ] simd.device_reductions (0 ms) 58: [ RUN ] simd.host_construction 58: [ OK ] simd.host_construction (0 ms) 58: [ RUN ] simd.device_construction 58: [ OK ] simd.device_construction (0 ms) 58: [----------] 18 tests from simd (5 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 18 tests from 1 test suite ran. (5 ms total) 58: [ PASSED ] 18 tests. 58/58 Test #58: Kokkos_UnitTest_SIMD ....................................... Passed 0.41 sec 100% tests passed, 0 tests failed out of 58 Label Time Summary: Kokkos = 582.30 sec*proc (51 tests) Total Test time (real) = 1101.08 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 0 / 0 Direct: 0 / 0 Preprocessed: 0 / 0 Misses: 0 Direct: 0 Preprocessed: 0 Primary storage: Hits: 0 / 0 Misses: 0 Cache size (GB): 0.00 / 5.00 (0.00 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 24180cf8c7a5502f9f96dec3f615b1932ed5917377178402edd0444552b6a51a INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 24180cf8c7a5502f9f96dec3f615b1932ed5917377178402edd0444552b6a51a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ OK ] serial.BinSortUnsignedKeyLayoutStrideValues (174300 ms) [ RUN ] serial.NestedSort [ OK ] serial.NestedSort (61 ms) [ RUN ] serial.NestedSortByKey [ OK ] serial.NestedSortByKey (508 ms) [ RUN ] serial.SortWithCustomComparator [ OK ] serial.SortWithCustomComparator (626 ms) [----------] 13 tests from serial (1066159 ms total) [----------] Global test environment tear-down [==========] 13 tests from 1 test suite ran. (1066159 ms total) [ PASSED ] 13 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-7897/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 Mon Mar 17 15:55:32 2025 stats zeroed Mon Mar 17 15:55:32 2025 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 14481 cache size 4.9 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 64e3c6eb1eff9f239c2c22597488664ae3972296cb7d0e589d83e7da6994858b $ docker rm -f --volumes 64e3c6eb1eff9f239c2c22597488664ae3972296cb7d0e589d83e7da6994858b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 85%] 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%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 74%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 86%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 86%] Built target Kokkos_CoreUnitTest_Cuda1 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 74%] Built target Kokkos_CoreUnitTest_Serial1 [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.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_Team_B [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 76%] Built target Kokkos_CoreUnitTest_Cuda1 Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 78%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 78%] Built target Kokkos_PerformanceTest_Benchmark [ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 78%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 78%] Built target Kokkos_ContainersUnitTest_Serial [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 79%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 79%] Built target Kokkos_ContainersPerformanceTest_Cuda Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_UnitTest_Sort [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 79%] Built target Kokkos_ContainersTestCompileOnly [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 80%] Built target Kokkos_ContainersUnitTest_Cuda [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 90%] 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_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_UnitTest_Random [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.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 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 82%] Linking CXX executable Kokkos_UnitTest_Sort [ 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_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 82%] Built target Kokkos_UnitTest_Sort [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.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 [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 82%] Linking CXX executable Kokkos_UnitTest_Random [ 82%] Built target Kokkos_UnitTest_Random [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.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%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 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_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.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/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [100%] Built target Kokkos_CoreUnitTest_OpenMP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 768690507ea6 Build name: Linux-nvc++ Create new tag: 20250317-1658 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_OpenMP_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 1: Detected: 6 cores per node. 1: Detected: 1 MPI_ranks per node. 1: Requested: 8 threads per process. 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from openmp 1: [ RUN ] openmp.basic_view_default_ctor 1: [ OK ] openmp.basic_view_default_ctor (0 ms) 1: [ RUN ] openmp.basic_view_extents_ctor 1: [ OK ] openmp.basic_view_extents_ctor (0 ms) 1: [ RUN ] openmp.basic_view_mapping_ctor_right 1: [ OK ] openmp.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] openmp.basic_view_access 1: [ OK ] openmp.basic_view_access (0 ms) 1: [ RUN ] openmp.basic_view_atomic_accessor 1: [ OK ] openmp.basic_view_atomic_accessor (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Typedefs 1: [ OK ] openmp.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Ctors 1: [ OK ] openmp.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] openmp.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Access 1: [ OK ] openmp.RefCountedAcc_Access (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Conversion 1: [ OK ] openmp.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] openmp.RefCountedDataHandle_Typedefs 1: [ OK ] openmp.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] openmp.RefCountedDataHandle 1: [ OK ] openmp.RefCountedDataHandle (0 ms) 1: [ RUN ] openmp.RefCountedDataHandleAnonym 1: [ OK ] openmp.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] openmp.RefCountedDataHandleConversion 1: [ OK ] openmp.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from openmp (1 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (1 ms total) 1: [ PASSED ] 14 tests. 1/55 Test #1: Kokkos_CoreUnitTest_OpenMP_ViewSupport ..................... Passed 0.27 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 6 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (0 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (0 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from cuda (2 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (2 ms total) 2: [ PASSED ] 14 tests. 2/55 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.17 sec test 3 Start 3: Kokkos_CoreUnitTest_OpenMP 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 3: Detected: 6 cores per node. 3: Detected: 1 MPI_ranks per node. 3: Requested: 8 threads per process. 3: [==========] Running 358 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 19 tests from openmp_DeathTest 3: [ RUN ] openmp_DeathTest.abort_from_host 3: [ OK ] openmp_DeathTest.abort_from_host (638 ms) 3: [ RUN ] openmp_DeathTest.abort_from_device 3: [ OK ] openmp_DeathTest.abort_from_device (689 ms) 3: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (615 ms) 3: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (605 ms) 3: [ RUN ] openmp_DeathTest.policy_invalid_bounds 3: [ OK ] openmp_DeathTest.policy_invalid_bounds (604 ms) 3: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 3: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (1112 ms) 3: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (612 ms) 3: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 3: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (988 ms) 3: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (2287 ms) 3: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 3: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms) 3: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms) 3: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 3: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment 3: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3825 ms) 3: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 3: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4204 ms) 3: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 3: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 3: [----------] 19 tests from openmp_DeathTest (16184 ms total) 3: 3: [----------] 1 test from openmp_graph_DeathTest 3: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o 3: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (1344 ms) 3: [----------] 1 test from openmp_graph_DeathTest (1344 ms total) 3: 3: [----------] 322 tests from openmp 3: [ RUN ] openmp.array_capacity 3: [ OK ] openmp.array_capacity (0 ms) 3: [ RUN ] openmp.array_element_access 3: [ OK ] openmp.array_element_access (0 ms) 3: [ RUN ] openmp.array_operator_equal 3: [ OK ] openmp.array_operator_equal (0 ms) 3: [ RUN ] openmp.array_zero_capacity 3: [ OK ] openmp.array_zero_capacity (0 ms) 3: [ RUN ] openmp.array_zero_data_nullptr 3: [ OK ] openmp.array_zero_data_nullptr (0 ms) 3: [ RUN ] openmp.atomic_operations_complexdouble 3: [ OK ] openmp.atomic_operations_complexdouble (4 ms) 3: [ RUN ] openmp.atomic_operations_complexfloat 3: [ OK ] openmp.atomic_operations_complexfloat (3 ms) 3: [ RUN ] openmp.atomic_operations_double 3: [ OK ] openmp.atomic_operations_double (2 ms) 3: [ RUN ] openmp.atomic_operations_float 3: [ OK ] openmp.atomic_operations_float (2 ms) 3: [ RUN ] openmp.atomic_operations_int 3: [ OK ] openmp.atomic_operations_int (6 ms) 3: [ RUN ] openmp.atomic_operations_long 3: [ OK ] openmp.atomic_operations_long (8 ms) 3: [ RUN ] openmp.atomic_operations_longlong 3: [ OK ] openmp.atomic_operations_longlong (10 ms) 3: [ RUN ] openmp.atomic_shared 3: [ OK ] openmp.atomic_shared (0 ms) 3: [ RUN ] openmp.atomic_operations_unsigned 3: [ OK ] openmp.atomic_operations_unsigned (6 ms) 3: [ RUN ] openmp.atomic_operations_unsignedlong 3: [ OK ] openmp.atomic_operations_unsignedlong (7 ms) 3: [ RUN ] openmp.atomics 3: [ OK ] openmp.atomics (23 ms) 3: [ RUN ] openmp.atomics_tpetra_max_abs 3: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] openmp.atomic_views_integral 3: [ OK ] openmp.atomic_views_integral (321 ms) 3: [ RUN ] openmp.atomic_views_nonintegral 3: [ OK ] openmp.atomic_views_nonintegral (280 ms) 3: [ RUN ] openmp.atomic_view_api 3: [ OK ] openmp.atomic_view_api (0 ms) 3: [ RUN ] openmp.bit_manip_countl_zero 3: [ OK ] openmp.bit_manip_countl_zero (0 ms) 3: [ RUN ] openmp.bit_manip_countl_one 3: [ OK ] openmp.bit_manip_countl_one (0 ms) 3: [ RUN ] openmp.bit_manip_countr_zero 3: [ OK ] openmp.bit_manip_countr_zero (0 ms) 3: [ RUN ] openmp.bit_manip_countr_one 3: [ OK ] openmp.bit_manip_countr_one (0 ms) 3: [ RUN ] openmp.bit_manip_popcount 3: [ OK ] openmp.bit_manip_popcount (0 ms) 3: [ RUN ] openmp.bit_manip_has_single_bit 3: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 3: [ RUN ] openmp.bit_manip_bit_floor 3: [ OK ] openmp.bit_manip_bit_floor (0 ms) 3: [ RUN ] openmp.bit_manip_bit_ceil 3: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 3: [ RUN ] openmp.bit_manip_bit_width 3: [ OK ] openmp.bit_manip_bit_width (0 ms) 3: [ RUN ] openmp.bit_manip_rotl 3: [ OK ] openmp.bit_manip_rotl (0 ms) 3: [ RUN ] openmp.bit_manip_rotr 3: [ OK ] openmp.bit_manip_rotr (0 ms) 3: [ RUN ] openmp.bit_manip_byeswap 3: [ OK ] openmp.bit_manip_byeswap (0 ms) 3: [ RUN ] openmp.bit_manip_bit_cast 3: [ OK ] openmp.bit_manip_bit_cast (0 ms) 3: [ RUN ] openmp.test_block_deduction_bug_pr_3103 3: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] openmp.checked_integer_operations_multiply_overflow 3: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] openmp.execution_policy_occupancy_and_hint 3: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] openmp.complex_construction 3: [ OK ] openmp.complex_construction (0 ms) 3: [ RUN ] openmp.complex_basic_math 3: [ OK ] openmp.complex_basic_math (0 ms) 3: [ RUN ] openmp.complex_special_funtions 3: [ OK ] openmp.complex_special_funtions (0 ms) 3: [ RUN ] openmp.complex_io 3: [ OK ] openmp.complex_io (0 ms) 3: [ RUN ] openmp.complex_trivially_copyable 3: [ OK ] openmp.complex_trivially_copyable (0 ms) 3: [ RUN ] openmp.complex_issue_3865 3: [ OK ] openmp.complex_issue_3865 (0 ms) 3: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 3: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] openmp.complex_structured_bindings 3: [ OK ] openmp.complex_structured_bindings (0 ms) 3: [ RUN ] openmp.crs_count_fill 3: [ OK ] openmp.crs_count_fill (0 ms) 3: [ RUN ] openmp.crs_copy_constructor 3: [ OK ] openmp.crs_copy_constructor (2 ms) 3: [ RUN ] openmp.deep_copy_alignment 3: [ OK ] openmp.deep_copy_alignment (3 ms) 3: [ RUN ] openmp.deep_copy_conversion 3: [ OK ] openmp.deep_copy_conversion (51 ms) 3: [ RUN ] openmp.partitioning_by_args 3: [ OK ] openmp.partitioning_by_args (0 ms) 3: [ RUN ] openmp.partitioning_by_vector 3: [ OK ] openmp.partitioning_by_vector (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range [ 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_F.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G 3: [ OK ] openmp.exec_space_thread_safety_range (994 ms) 3: [ RUN ] openmp.exec_space_thread_safety_mdrange 3: [ OK ] openmp.exec_space_thread_safety_mdrange (99 ms) 3: [ RUN ] openmp.exec_space_thread_safety_team_policy 3: [ OK ] openmp.exec_space_thread_safety_team_policy (100 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range_reduce 3: [ OK ] openmp.exec_space_thread_safety_range_reduce (100 ms) 3: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 3: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (99 ms) 3: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 3: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (100 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range_scan 3: [ OK ] openmp.exec_space_thread_safety_range_scan (99 ms) 3: [ RUN ] openmp.execution_space_as_class_data_member 3: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 3: [ RUN ] openmp.functor_analysis 3: [ OK ] openmp.functor_analysis (0 ms) 3: [ RUN ] openmp.when_all_type 3: [ OK ] openmp.when_all_type (0 ms) 3: [ RUN ] openmp.graph_then 3: [ OK ] openmp.graph_then (0 ms) 3: [ RUN ] openmp.host_shared_ptr_use_count 3: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 3: [ RUN ] openmp.host_shared_ptr_get 3: [ OK ] openmp.host_shared_ptr_get (0 ms) 3: [ RUN ] openmp.host_shared_ptr_dereference_on_device 3: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] openmp.host_shared_ptr_special_members_on_device 3: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] openmp.host_shared_ptr_tracking 3: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 3: [ RUN ] openmp.join_backward_compatibility 3: [ OK ] openmp.join_backward_compatibility (0 ms) 3: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G 3: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1314 ms) 3: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1802 ms) 3: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 3: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (987 ms) 3: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 3: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (1000 ms) 3: [ RUN ] openmp.deep_copy_scratch 3: [ OK ] openmp.deep_copy_scratch (0 ms) 3: [ RUN ] openmp.mathematical_constants_e 3: [ OK ] openmp.mathematical_constants_e (0 ms) 3: [ RUN ] openmp.mathematical_constants_log2e 3: [ OK ] openmp.mathematical_constants_log2e (0 ms) 3: [ RUN ] openmp.mathematical_constants_log10e 3: [ OK ] openmp.mathematical_constants_log10e (0 ms) 3: [ RUN ] openmp.mathematical_constants_pi 3: [ OK ] openmp.mathematical_constants_pi (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_pi 3: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 3: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] openmp.mathematical_constants_ln2 3: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 3: [ RUN ] openmp.mathematical_constants_ln10 3: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 3: [ RUN ] openmp.mathematical_constants_sqrt2 3: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] openmp.mathematical_constants_sqrt3 3: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_sqrt3 3: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] openmp.mathematical_constants_egamma 3: [ OK ] openmp.mathematical_constants_egamma (0 ms) 3: [ RUN ] openmp.mathematical_constants_phi 3: [ OK ] openmp.mathematical_constants_phi (0 ms) 3: [ RUN ] openmp.mathematical_functions_trigonometric_functions 3: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 3: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_non_standard 3: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 3: [ RUN ] openmp.mathematical_functions_power_functions 3: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 3: [ RUN ] openmp.mathematical_functions_fma 3: [ OK ] openmp.mathematical_functions_fma (0 ms) 3: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 3: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 3: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] openmp.mathematical_functions_absolute_value 3: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 3: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] openmp.mathematical_functions_remainder_function 3: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] openmp.mathematical_functions_isfinite 3: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 3: [ RUN ] openmp.mathematical_functions_isinf 3: [ OK ] openmp.mathematical_functions_isinf (0 ms) 3: [ RUN ] openmp.mathematical_functions_isnan 3: [ OK ] openmp.mathematical_functions_isnan (0 ms) 3: [ RUN ] openmp.mathematical_functions_exponential_functions 3: [ OK ] openmp.mathematical_functions_exponential_functions (1 ms) 3: [ RUN ] openmp.mathspecialfunc_expint1 3: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_errorfunc 3: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 3: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (2 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 3: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (2 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 3: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 3: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 3: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 3: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] openmp.mdrange_5d Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 3: [ OK ] openmp.mdrange_5d (375 ms) 3: [ RUN ] openmp.mdrange_6d [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o 3: [ OK ] openmp.mdrange_6d (557 ms) 3: [ RUN ] openmp.mdrange_2d 3: [ OK ] openmp.mdrange_2d (2 ms) 3: [ RUN ] openmp.mdrange_array_reduce 3: [ OK ] openmp.mdrange_array_reduce (0 ms) 3: [ RUN ] openmp.mdrange_3d 3: [ OK ] openmp.mdrange_3d (12 ms) 3: [ RUN ] openmp.mdrange_neg_idx 3: [ OK ] openmp.mdrange_neg_idx (58 ms) 3: [ RUN ] openmp.mdrange_4d 3: [ OK ] openmp.mdrange_4d (237 ms) 3: [ RUN ] openmp.mdrange_scalar 3: [ OK ] openmp.mdrange_scalar (0 ms) 3: [ RUN ] openmp.mdrange_large_deep_copy 3: [ OK ] openmp.mdrange_large_deep_copy (616 ms) 3: [ RUN ] openmp.md_range_policy_construction_from_arrays 3: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] openmp.policy_get_tile_size 3: [ OK ] openmp.policy_get_tile_size (0 ms) 3: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types 3: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (2077 ms) 3: [ RUN ] openmp.mdspan_minimal_functional 3: [ OK ] openmp.mdspan_minimal_functional (0 ms) 3: [ RUN ] openmp.mdspan_atomic_accessor 3: [ OK ] openmp.mdspan_atomic_accessor (0 ms) 3: [ RUN ] openmp.view_mdspan_conversion 3: [ OK ] openmp.view_mdspan_conversion (0 ms) 3: [ RUN ] openmp.view_mdspan_conversion_with_stride 3: [ OK ] openmp.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] openmp.max 3: [ OK ] openmp.max (0 ms) 3: [ RUN ] openmp.max_within_parfor 3: [ OK ] openmp.max_within_parfor (0 ms) 3: [ RUN ] openmp.min 3: [ OK ] openmp.min (0 ms) 3: [ RUN ] openmp.min_within_parfor 3: [ OK ] openmp.min_within_parfor (0 ms) 3: [ RUN ] openmp.minmax 3: [ OK ] openmp.minmax (0 ms) 3: [ RUN ] openmp.minmax_within_parfor 3: [ OK ] openmp.minmax_within_parfor (0 ms) 3: [ RUN ] openmp.clamp 3: [ OK ] openmp.clamp (0 ms) 3: [ RUN ] openmp.clamp_within_parfor 3: [ OK ] openmp.clamp_within_parfor (0 ms) 3: [ RUN ] openmp.numeric_traits_infinity 3: [ OK ] openmp.numeric_traits_infinity (2 ms) 3: [ RUN ] openmp.numeric_traits_epsilon 3: [ OK ] openmp.numeric_traits_epsilon (0 ms) 3: [ RUN ] openmp.numeric_traits_round_error 3: [ OK ] openmp.numeric_traits_round_error (0 ms) 3: [ RUN ] openmp.numeric_traits_norm_min 3: [ OK ] openmp.numeric_traits_norm_min (0 ms) 3: [ RUN ] openmp.numeric_traits_denorm_min 3: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 3: [ RUN ] openmp.numeric_traits_finite_min_max 3: [ OK ] openmp.numeric_traits_finite_min_max (1 ms) 3: [ RUN ] openmp.numeric_traits_digits 3: [ OK ] openmp.numeric_traits_digits (0 ms) 3: [ RUN ] openmp.numeric_traits_digits10 3: [ OK ] openmp.numeric_traits_digits10 (0 ms) 3: [ RUN ] openmp.numeric_traits_max_digits10 3: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] openmp.numeric_traits_radix 3: [ OK ] openmp.numeric_traits_radix (0 ms) 3: [ RUN ] openmp.numeric_traits_min_max_exponent 3: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] openmp.numeric_traits_min_max_exponent10 3: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp:416: Skipped 3: This test is known to fail with the NVHPC compiler 3: [ SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] openmp.numeric_traits_sfinae_friendly 3: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] openmp.occupancy_control 3: [ OK ] openmp.occupancy_control (0 ms) 3: [ RUN ] openmp.memory_pool 3: [ OK ] openmp.memory_pool (67 ms) 3: [ RUN ] openmp.cxx11 3: [ OK ] openmp.cxx11 (0 ms) 3: [ RUN ] openmp.viewctorprop_embedded_dim 3: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] openmp.parallel_scan_range_policy 3: [ OK ] openmp.parallel_scan_range_policy (8 ms) 3: [ RUN ] openmp.kokkos_printf 3: [ OK ] openmp.kokkos_printf (1 ms) 3: [ RUN ] openmp.range_for 3: [ OK ] openmp.range_for (1 ms) 3: [ RUN ] openmp.range_reduce 3: [ OK ] openmp.range_reduce (0 ms) 3: [ RUN ] openmp.range_dynamic_policy 3: [ OK ] openmp.range_dynamic_policy (0 ms) 3: [ RUN ] openmp.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 3: [ RUN ] openmp.range_policy_runtime_parameters 3: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 3: [ RUN ] openmp.range_policy_one_way_convertible_bounds 3: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] openmp.range_for_require 3: [ OK ] openmp.range_for_require (1 ms) 3: [ RUN ] openmp.range_reduce_require 3: [ OK ] openmp.range_reduce_require (0 ms) 3: [ RUN ] openmp.range_dynamic_policy_require 3: [ OK ] openmp.range_dynamic_policy_require (0 ms) 3: [ RUN ] openmp.reducers_int 3: [ OK ] openmp.reducers_int (2 ms) 3: [ RUN ] openmp.reducers_double 3: [ OK ] openmp.reducers_double (3 ms) 3: [ RUN ] openmp.reducers_complex_double 3: [ OK ] openmp.reducers_complex_double (1 ms) 3: [ RUN ] openmp.reducers_struct 3: [ OK ] openmp.reducers_struct (3 ms) 3: [ RUN ] openmp.reducers_half_t 3: [ OK ] openmp.reducers_half_t (2 ms) 3: [ RUN ] openmp.reducers_bhalf_t 3: [ OK ] openmp.reducers_bhalf_t (2 ms) 3: [ RUN ] openmp.reducers_int8_t 3: [ OK ] openmp.reducers_int8_t (1 ms) 3: [ RUN ] openmp.reducers_int16_t 3: [ OK ] openmp.reducers_int16_t (1 ms) 3: [ RUN ] openmp.reducers_point_t 3: [ OK ] openmp.reducers_point_t (1 ms) 3: [ RUN ] openmp.reducers_bool 3: [ OK ] openmp.reducers_bool (0 ms) 3: [ RUN ] openmp.int64_t_reduce 3: [ OK ] openmp.int64_t_reduce (87 ms) 3: [ RUN ] openmp.double_reduce 3: [ OK ] openmp.double_reduce (97 ms) 3: [ RUN ] openmp.int64_t_reduce_dynamic 3: [ OK ] openmp.int64_t_reduce_dynamic (327 ms) 3: [ RUN ] openmp.double_reduce_dynamic 3: [ OK ] openmp.double_reduce_dynamic (345 ms) 3: [ RUN ] openmp.int64_t_reduce_dynamic_view 3: [ OK ] openmp.int64_t_reduce_dynamic_view (181 ms) 3: [ RUN ] openmp.int_combined_reduce 3: [ OK ] openmp.int_combined_reduce (0 ms) 3: [ RUN ] openmp.mdrange_combined_reduce 3: [ OK ] openmp.mdrange_combined_reduce (0 ms) 3: [ RUN ] openmp.int_combined_reduce_mixed 3: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 3: [ RUN ] openmp.reduction_deduction 3: [ OK ] openmp.reduction_deduction (0 ms) 3: [ RUN ] openmp.reduce_device_view_range_policy 3: [ OK ] openmp.reduce_device_view_range_policy (82 ms) 3: [ RUN ] openmp.reduce_device_view_mdrange_policy 3: [ OK ] openmp.reduce_device_view_mdrange_policy (85 ms) 3: [ RUN ] openmp.reduce_device_view_team_policy 3: [ OK ] openmp.reduce_device_view_team_policy (499 ms) 3: [ RUN ] openmp.impl_shared_alloc 3: [ OK ] openmp.impl_shared_alloc (112 ms) 3: [ RUN ] openmp.mdspan_space_aware_accessor 3: [ OK ] openmp.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] openmp.kokkos_swap 3: [ OK ] openmp.kokkos_swap (0 ms) 3: [ RUN ] openmp.team_for 3: [ OK ] openmp.team_for (20 ms) 3: [ RUN ] openmp.team_reduce 3: [ OK ] openmp.team_reduce (22 ms) 3: [ RUN ] openmp.team_reduce_large 3: [ OK ] openmp.team_reduce_large (317 ms) 3: [ RUN ] openmp.team_parallel_single 3: [ OK ] openmp.team_parallel_single (2917 ms) 3: [ RUN ] openmp.large_team_scratch_size 3: [ OK ] openmp.large_team_scratch_size (0 ms) 3: [ RUN ] openmp.team_broadcast_long 3: [ OK ] openmp.team_broadcast_long (79 ms) 3: [ RUN ] openmp.team_broadcast_long_wrapper 3: [ OK ] openmp.team_broadcast_long_wrapper (78 ms) 3: [ RUN ] openmp.team_broadcast_char 3: [ OK ] openmp.team_broadcast_char (81 ms) 3: [ RUN ] openmp.team_broadcast_float 3: [ OK ] openmp.team_broadcast_float (78 ms) 3: [ RUN ] openmp.team_broadcast_double 3: [ OK ] openmp.team_broadcast_double (81 ms) 3: [ RUN ] openmp.team_handle_by_value 3: [ OK ] openmp.team_handle_by_value (0 ms) 3: [ RUN ] openmp.team_vector 3: [ OK ] openmp.team_vector (357 ms) 3: [ RUN ] openmp.triple_nested_parallelism 3: [ OK ] openmp.triple_nested_parallelism (285 ms) 3: [ RUN ] openmp.parallel_scan_with_reducers 3: [ OK ] openmp.parallel_scan_with_reducers (104 ms) 3: [ RUN ] openmp.team_thread_range_combined_reducers 3: [ OK ] openmp.team_thread_range_combined_reducers (2 ms) 3: [ RUN ] openmp.thread_vector_range_combined_reducers 3: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 3: [ RUN ] openmp.team_vector_range_combined_reducers 3: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 3: [ RUN ] openmp.TeamThreadMDRangeParallelFor 3: [ OK ] openmp.TeamThreadMDRangeParallelFor (8 ms) 3: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 3: [ OK ] openmp.ThreadVectorMDRangeParallelFor (7 ms) 3: [ RUN ] openmp.TeamVectorMDRangeParallelFor 3: [ OK ] openmp.TeamVectorMDRangeParallelFor (7 ms) 3: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 3: [ OK ] openmp.TeamThreadMDRangeParallelReduce (11 ms) 3: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 3: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (10 ms) 3: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 3: [ OK ] openmp.TeamVectorMDRangeParallelReduce (11 ms) 3: [ RUN ] openmp.team_policy_runtime_parameters 3: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 3: [ RUN ] openmp.team_reduction_scan [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.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_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o 3: [ OK ] openmp.team_reduction_scan (12610 ms) 3: [ RUN ] openmp.team_long_reduce 3: [ OK ] openmp.team_long_reduce (56 ms) 3: [ RUN ] openmp.team_double_reduce 3: [ OK ] openmp.team_double_reduce (59 ms) 3: [ RUN ] openmp.team_long_array_reduce 3: [ OK ] openmp.team_long_array_reduce (67 ms) 3: [ RUN ] openmp.team_double_array_reduce 3: [ OK ] openmp.team_double_array_reduce (58 ms) 3: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 3: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 3: [ RUN ] openmp.repeated_team_reduce 3: [ OK ] openmp.repeated_team_reduce (321 ms) 3: [ RUN ] openmp.nested_team_reduce_functor_as_reducer 3: [ OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms) 3: [ RUN ] openmp.team_scan 3: [ OK ] openmp.team_scan (199 ms) 3: [ RUN ] openmp.team_scan_ret_val 3: [ OK ] openmp.team_scan_ret_val (193 ms) 3: [ RUN ] openmp.team_shared_request 3: [ OK ] openmp.team_shared_request (87 ms) 3: [ RUN ] openmp.team_scratch_request 3: [ OK ] openmp.team_scratch_request (49 ms) 3: [ RUN ] openmp.team_lambda_shared_request 3: [ OK ] openmp.team_lambda_shared_request (7 ms) 3: [ RUN ] openmp.scratch_align 3: [ OK ] openmp.scratch_align (0 ms) 3: [ RUN ] openmp.shmem_size 3: [ OK ] openmp.shmem_size (0 ms) 3: [ RUN ] openmp.multi_level_scratch 3: [ OK ] openmp.multi_level_scratch (7 ms) 3: [ RUN ] openmp.team_scratch_memory_index_parallel_for 3: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 3: [ RUN ] openmp.team_policy_max_recommended 3: [ OK ] openmp.team_policy_max_recommended (3519 ms) 3: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 3: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 3: [ RUN ] openmp.team_teamvector_range 3: [ OK ] openmp.team_teamvector_range (111 ms) 3: [ RUN ] openmp.unique_token_global 3: [ OK ] openmp.unique_token_global (18 ms) 3: [ RUN ] openmp.unique_token_instance 3: [ OK ] openmp.unique_token_instance (56 ms) 3: [ RUN ] openmp.unique_token_team_acquire 3: [ OK ] openmp.unique_token_team_acquire (1 ms) 3: [ RUN ] openmp.view_api_a 3: [ OK ] openmp.view_api_a (7 ms) 3: [ RUN ] openmp.view_layout_left_with_stride 3: [ OK ] openmp.view_layout_left_with_stride (0 ms) 3: [ RUN ] openmp.view_layout_right_with_stride 3: [ OK ] openmp.view_layout_right_with_stride (0 ms) 3: [ RUN ] openmp.view_api_b 3: [ OK ] openmp.view_api_b (1 ms) 3: [ RUN ] openmp.view_api_c 3: [ OK ] openmp.view_api_c (0 ms) 3: [ RUN ] openmp.view_api_d 3: [ OK ] openmp.view_api_d (0 ms) 3: [ RUN ] openmp.view_remap 3: [ OK ] openmp.view_remap (0 ms) 3: [ RUN ] openmp.view_mirror_nonconst 3: [ OK ] openmp.view_mirror_nonconst (0 ms) 3: [ RUN ] openmp.view_stride_method 3: [ OK ] openmp.view_stride_method (0 ms) 3: [ RUN ] openmp.anonymous_space 3: [ OK ] openmp.anonymous_space (0 ms) 3: [ RUN ] openmp.view_overload_resolution 3: [ OK ] openmp.view_overload_resolution (0 ms) 3: [ RUN ] openmp.view_allocation_large_rank [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 3: [ OK ] openmp.view_allocation_large_rank (915 ms) 3: [ RUN ] openmp.view_shmem_size_on_device 3: [ OK ] openmp.view_shmem_size_on_device (0 ms) 3: [ RUN ] openmp.view_is_assignable 3: [ OK ] openmp.view_is_assignable (0 ms) 3: [ RUN ] openmp.view_bad_alloc 3: [ OK ] openmp.view_bad_alloc (0 ms) 3: [ RUN ] openmp.view_copy_tests 3: [ OK ] openmp.view_copy_tests (3 ms) 3: [ RUN ] openmp.view_copy_tests_rank_0 3: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] openmp.view_copy_degenerated 3: [ OK ] openmp.view_copy_degenerated (0 ms) 3: [ RUN ] openmp.view_fill_tests_layout_right 3: [ OK ] openmp.view_fill_tests_layout_right (3765 ms) 3: [ RUN ] openmp.view_fill_tests_layout_left 3: [ OK ] openmp.view_fill_tests_layout_left (3401 ms) 3: [ RUN ] openmp.vcp_empty_traits 3: [ OK ] openmp.vcp_empty_traits (0 ms) 3: [ RUN ] openmp.is_view_label 3: [ OK ] openmp.is_view_label (0 ms) 3: [ RUN ] openmp.vcp_label_base_traits 3: [ OK ] openmp.vcp_label_base_traits (0 ms) 3: [ RUN ] openmp.vcp_label_traits 3: [ OK ] openmp.vcp_label_traits (0 ms) 3: [ RUN ] openmp.view_alloc_can_perfect_forward_label 3: [ OK ] openmp.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] openmp.vcp_label_copy_constructor 3: [ OK ] openmp.vcp_label_copy_constructor (0 ms) 3: [ RUN ] openmp.vcp_pointer_add_property 3: [ OK ] openmp.vcp_pointer_add_property (0 ms) 3: [ RUN ] openmp.view_empty_runtime_unmanaged 3: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 3: [ RUN ] openmp.view_hooks 3: [ OK ] openmp.view_hooks (0 ms) 3: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 3: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (57 ms) 3: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (56 ms) 3: [ RUN ] openmp.view_irregular_layout 3: [ OK ] openmp.view_irregular_layout (0 ms) 3: [ RUN ] openmp.view_mapping 3: [ OK ] openmp.view_mapping (55 ms) 3: [ RUN ] openmp.view_mapping_operator 3: [ OK ] openmp.view_mapping_operator (1 ms) 3: [ RUN ] openmp.static_extent 3: [ OK ] openmp.static_extent (0 ms) 3: [ RUN ] openmp.view_mapping_atomic 3: [ OK ] openmp.view_mapping_atomic (2 ms) 3: [ RUN ] openmp.view_mapping_class_value 3: [ OK ] openmp.view_mapping_class_value (0 ms) 3: [ RUN ] openmp.view_mapping_assignable 3: [ OK ] openmp.view_mapping_assignable (0 ms) 3: [ RUN ] openmp.view_mapping_trivially_copyable 3: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] openmp.view_mapping_subview 3: [ OK ] openmp.view_mapping_subview (0 ms) 3: [ RUN ] openmp.view_nested_view 3: [ OK ] openmp.view_nested_view (0 ms) 3: [ RUN ] openmp.view_of_views_default 3: [ OK ] openmp.view_of_views_default (0 ms) 3: [ RUN ] openmp.view_of_views_without_initializing 3: [ OK ] openmp.view_of_views_without_initializing (0 ms) 3: [ RUN ] openmp.test_view_of_views_sequential_host_init 3: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] openmp.append_formatted_multidimensional_index 3: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] openmp.view_resize 3: [ OK ] openmp.view_resize (8 ms) 3: [ RUN ] openmp.view_realloc 3: [ OK ] openmp.view_realloc (0 ms) 3: [ RUN ] openmp.workgraph_fib 3: [ OK ] openmp.workgraph_fib (701 ms) 3: [ RUN ] openmp.resize_realloc_no_init 3: [ OK ] openmp.resize_realloc_no_init (0 ms) 3: [ RUN ] openmp.resize_realloc_no_alloc 3: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 3: [ RUN ] openmp.realloc_exec_space 3: [ OK ] openmp.realloc_exec_space (0 ms) 3: [ RUN ] openmp.view_alloc 3: [ OK ] openmp.view_alloc (0 ms) 3: [ RUN ] openmp.view_alloc_exec_space 3: [ OK ] openmp.view_alloc_exec_space (0 ms) 3: [ RUN ] openmp.view_alloc_int 3: [ OK ] openmp.view_alloc_int (0 ms) 3: [ RUN ] openmp.view_alloc_exec_space_int 3: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 3: [ RUN ] openmp.deep_copy_zero_memset 3: [ OK ] openmp.deep_copy_zero_memset (0 ms) 3: [ RUN ] openmp.resize_exec_space 3: [ OK ] openmp.resize_exec_space (0 ms) 3: [ RUN ] openmp.view_allocation_int 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 3: skipping since the fence checked for isn't necessary 3: [ SKIPPED ] openmp.view_allocation_int (0 ms) 3: [ RUN ] openmp.view_allocation_exec_space_int 3: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 3: [ RUN ] openmp.view_not_default_constructible 3: [ OK ] openmp.view_not_default_constructible (0 ms) 3: [ RUN ] openmp.view_subview_auto_1d_left 3: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 3: [ RUN ] openmp.view_subview_auto_1d_right 3: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 3: [ RUN ] openmp.view_subview_auto_1d_stride 3: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] openmp.view_subview_assign_strided 3: [ OK ] openmp.view_subview_assign_strided (0 ms) 3: [ RUN ] openmp.view_subview_left_0 3: [ OK ] openmp.view_subview_left_0 (0 ms) 3: [ RUN ] openmp.view_subview_left_1 3: [ OK ] openmp.view_subview_left_1 (0 ms) 3: [ RUN ] openmp.view_subview_left_2 3: [ OK ] openmp.view_subview_left_2 (0 ms) 3: [ RUN ] openmp.view_subview_left_3 3: [ OK ] openmp.view_subview_left_3 (0 ms) 3: [ RUN ] openmp.view_subview_right_0 3: [ OK ] openmp.view_subview_right_0 (0 ms) 3: [ RUN ] openmp.view_subview_right_1 3: [ OK ] openmp.view_subview_right_1 (0 ms) 3: [ RUN ] openmp.view_subview_right_3 3: [ OK ] openmp.view_subview_right_3 (0 ms) 3: [ RUN ] openmp.view_static_tests 3: [ OK ] openmp.view_static_tests (0 ms) 3: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 3: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 3: [ RUN ] openmp.view_subview_layoutright_to_layoutright 3: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 3: [ RUN ] openmp.view_subview_1d_assign 3: [ OK ] openmp.view_subview_1d_assign (0 ms) 3: [ RUN ] openmp.view_subview_1d_assign_atomic 3: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 3: [ RUN ] openmp.view_subview_1d_assign_randomaccess 3: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 3: [ RUN ] openmp.view_subview_2d_from_3d 3: [ OK ] openmp.view_subview_2d_from_3d (8 ms) 3: [ RUN ] openmp.view_subview_2d_from_3d_atomic 3: [ OK ] openmp.view_subview_2d_from_3d_atomic (12 ms) 3: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 3: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (13 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left 3: [ OK ] openmp.view_subview_3d_from_5d_left (112 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 3: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (112 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (110 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right 3: [ OK ] openmp.view_subview_3d_from_5d_right (167 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 3: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (162 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (160 ms) 3: [ RUN ] openmp.view_test_unmanaged_subview_reset 3: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 3: [ RUN ] openmp.view_subview_memory_traits_construction 3: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 3: [----------] 322 tests from openmp (45094 ms total) 3: 3: [----------] 16 tests from openmp_graph 3: [ RUN ] openmp_graph.submit_once 3: [ OK ] openmp_graph.submit_once (0 ms) 3: [ RUN ] openmp_graph.submit_once_rvalue 3: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 3: [ RUN ] openmp_graph.instantiate_and_submit_once 3: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 3: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 3: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] openmp_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] openmp_graph.create_graph_no_arg (0 ms) 3: [ RUN ] openmp_graph.submit_six 3: [ OK ] openmp_graph.submit_six (0 ms) 3: [ RUN ] openmp_graph.when_all_cycle 3: [ OK ] openmp_graph.when_all_cycle (0 ms) 3: [ RUN ] openmp_graph.repeat_chain 3: [ OK ] openmp_graph.repeat_chain (0 ms) 3: [ RUN ] openmp_graph.zero_work_reduce 3: [ OK ] openmp_graph.zero_work_reduce (0 ms) 3: [ RUN ] openmp_graph.empty_graph 3: [ OK ] openmp_graph.empty_graph (0 ms) 3: [ RUN ] openmp_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 3: [ RUN ] openmp_graph.empty_graph_default_host_exec 3: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] openmp_graph.node_lifetime 3: [ OK ] openmp_graph.node_lifetime (0 ms) 3: [ RUN ] openmp_graph.diamond 3: [ OK ] openmp_graph.diamond (0 ms) 3: [ RUN ] openmp_graph.end_of_submit_control_flow 3: [ OK ] openmp_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from openmp_graph (2 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 358 tests from 4 test suites ran. (62625 ms total) 3: [ PASSED ] 345 tests. 3: [ SKIPPED ] 13 tests, listed below: 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 3: [ SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan 3: [ SKIPPED ] openmp.large_parallel_for_reduce 3: [ SKIPPED ] openmp.view_allocation_int 3: [ SKIPPED ] openmp_graph.create_graph_no_arg 3: [ SKIPPED ] openmp_graph.force_global_launch 3/55 Test #3: Kokkos_CoreUnitTest_OpenMP ................................. Passed 62.79 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenMPInterOp 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 4: Test timeout computed to be: 1500 4: [==========] Running 1 test from 1 test suite. 4: [----------] Global test environment set-up. 4: [----------] 1 test from openmp 4: [ RUN ] openmp.raw_openmp_interop 4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 4: Detected: 6 cores per node. 4: Detected: 1 MPI_ranks per node. 4: Requested: 8 threads per process. 4: [ OK ] openmp.raw_openmp_interop (126 ms) 4: [----------] 1 test from openmp (126 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 1 test from 1 test suite ran. (126 ms total) 4: [ PASSED ] 1 test. 4/55 Test #4: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.20 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 6 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [==========] Running 217 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host 5: [ OK ] cuda_DeathTest.abort_from_host (630 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 5: [ OK ] cuda_DeathTest.abort_from_device (630 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (590 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (602 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (594 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (1202 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (618 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (1207 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (2400 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (678 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (649 ms) 5: [----------] 11 tests from cuda_DeathTest (9806 ms total) 5: 5: [----------] 1 test from cuda_graph_DeathTest 5: [ RUN ] cuda_graph_DeathTest.can_instantiate_only_once 5: [ OK ] cuda_graph_DeathTest.can_instantiate_only_once (1222 ms) 5: [----------] 1 test from cuda_graph_DeathTest (1222 ms total) 5: 5: [----------] 189 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (5 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (6 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (5 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (13 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (13 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (14 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned 5: [ OK ] cuda.atomic_operations_unsigned (11 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (11 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (128 ms) 5: [ RUN ] cuda.atomics_tpetra_max_abs 5: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] cuda.atomic_views_integral 5: [ OK ] cuda.atomic_views_integral (6499 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (54 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (0 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (5 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (1 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (5 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (7 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (7 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (3 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_range (6433 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (663 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (664 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (665 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (660 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (662 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (669 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1435 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2281 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1406 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1736 ms) 5: [ RUN ] cuda.deep_copy_scratch 5: [ OK ] cuda.deep_copy_scratch (0 ms) 5: [ RUN ] cuda.mathematical_constants_e 5: [ OK ] cuda.mathematical_constants_e (1 ms) 5: [ RUN ] cuda.mathematical_constants_log2e 5: [ OK ] cuda.mathematical_constants_log2e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log10e 5: [ OK ] cuda.mathematical_constants_log10e (0 ms) 5: [ RUN ] cuda.mathematical_constants_pi 5: [ OK ] cuda.mathematical_constants_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_pi 5: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 5: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln2 5: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln10 5: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt2 5: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt3 5: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrt3 5: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_egamma 5: [ OK ] cuda.mathematical_constants_egamma (0 ms) 5: [ RUN ] cuda.mathematical_constants_phi 5: [ OK ] cuda.mathematical_constants_phi (0 ms) 5: [ RUN ] cuda.mathematical_functions_trigonometric_functions 5: [ OK ] cuda.mathematical_functions_trigonometric_functions (16 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (13 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (1 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (26 ms) 5: [ RUN ] cuda.mathematical_functions_fma 5: [ OK ] cuda.mathematical_functions_fma (0 ms) 5: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 5: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (10 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (9 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (23 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (5 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (7 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (29 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (26 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (101 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (160 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (3 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (6 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (1 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (36 ms) 5: [ RUN ] cuda.mdrange_scalar 5: [ OK ] cuda.mdrange_scalar (0 ms) 5: [ RUN ] cuda.mdrange_large_deep_copy 5: [ OK ] cuda.mdrange_large_deep_copy (75 ms) 5: [ RUN ] cuda.md_range_policy_construction_from_arrays 5: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] cuda.policy_get_tile_size 5: [ OK ] cuda.policy_get_tile_size (0 ms) 5: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 5: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1448 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (0 ms) 5: [ RUN ] cuda.mdspan_atomic_accessor 5: [ OK ] cuda.mdspan_atomic_accessor (0 ms) 5: [ RUN ] cuda.view_mdspan_conversion 5: [ OK ] cuda.view_mdspan_conversion (3 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (4 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (0 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (0 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (1 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (1 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestNumericTraits.hpp:416: Skipped 5: This test is known to fail with the NVHPC compiler 5: [ SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (1 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (14 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (1 ms) 5: [ RUN ] cuda.viewctorprop_embedded_dim 5: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (32 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (2 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (2 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (0 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce 5: [ OK ] cuda.large_parallel_for_reduce (49 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (1 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (0 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (7 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (12 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (11 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (10 ms) 5: [ RUN ] cuda.reducers_half_t 5: [ OK ] cuda.reducers_half_t (7 ms) 5: [ RUN ] cuda.reducers_bhalf_t 5: [ OK ] cuda.reducers_bhalf_t (7 ms) 5: [ RUN ] cuda.reducers_int8_t 5: [ OK ] cuda.reducers_int8_t (2 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (2 ms) 5: [ RUN ] cuda.reducers_point_t 5: [ OK ] cuda.reducers_point_t (10 ms) 5: [ RUN ] cuda.reducers_bool 5: [ OK ] cuda.reducers_bool (1 ms) 5: [ RUN ] cuda.int64_t_reduce 5: [ OK ] cuda.int64_t_reduce (12 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (9 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (14 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (13 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (4 ms) 5: [ RUN ] cuda.int_combined_reduce 5: [ OK ] cuda.int_combined_reduce (0 ms) 5: [ RUN ] cuda.mdrange_combined_reduce 5: [ OK ] cuda.mdrange_combined_reduce (0 ms) 5: [ RUN ] cuda.int_combined_reduce_mixed 5: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 5: [ RUN ] cuda.reduction_deduction 5: [ OK ] cuda.reduction_deduction (0 ms) 5: [ RUN ] cuda.reduce_device_view_range_policy 5: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy 5: [ OK ] cuda.reduce_device_view_mdrange_policy (119 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (4 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (104 ms) 5: [ RUN ] cuda.mdspan_space_aware_accessor 5: [ OK ] cuda.mdspan_space_aware_accessor (1 ms) 5: [ RUN ] cuda.kokkos_swap 5: [ OK ] cuda.kokkos_swap (0 ms) 5: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceRangePolicyViewSizeLimit (19 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (93 ms) 5: [----------] 189 tests from cuda (26717 ms total) 5: 5: [----------] 16 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_once_rvalue 5: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 5: [ RUN ] cuda_graph.instantiate_and_submit_once 5: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 5: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 5: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_arg 5: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 5: [ RUN ] cuda_graph.submit_six 5: [ OK ] cuda_graph.submit_six (0 ms) 5: [ RUN ] cuda_graph.when_all_cycle 5: [ OK ] cuda_graph.when_all_cycle (0 ms) 5: [ RUN ] cuda_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (0 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (0 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 5: [----------] 16 tests from cuda_graph (4 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 217 tests from 4 test suites ran. (37752 ms total) 5: [ PASSED ] 215 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ SKIPPED ] cuda_graph.repeat_chain 5/55 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 37.94 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 6 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [==========] Running 143 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 6: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3456 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (3444 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (10209 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (9281 ms) 6: [----------] 8 tests from cuda_DeathTest (26393 ms total) 6: 6: [----------] 107 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (24 ms) 6: [ RUN ] cuda.team_reduce 6: [ OK ] cuda.team_reduce (1 ms) 6: [ RUN ] cuda.team_reduce_large 6: [ OK ] cuda.team_reduce_large (55 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (7 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (0 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (0 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (11 ms) 6: [ RUN ] cuda.triple_nested_parallelism 6: [ OK ] cuda.triple_nested_parallelism (7 ms) 6: [ RUN ] cuda.parallel_scan_with_reducers 6: [ OK ] cuda.parallel_scan_with_reducers (98 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (30 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (12 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (12 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (17 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 6: [ OK ] cuda.team_reduction_scan (1128 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (9 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (9 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (10 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (9 ms) 6: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] cuda.repeated_team_reduce 6: [ OK ] cuda.repeated_team_reduce (13 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (184 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (178 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (1 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (0 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (5 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended 6: [ OK ] cuda.team_policy_max_recommended (322 ms) 6: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] cuda.team_teamvector_range 6: [ OK ] cuda.team_teamvector_range (2 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (2 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (1 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (11 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (9 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (4 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (0 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (1 ms) 6: [ RUN ] cuda.view_remap 6: [ OK ] cuda.view_remap (0 ms) 6: [ RUN ] cuda.view_mirror_nonconst 6: [ OK ] cuda.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda.view_stride_method 6: [ OK ] cuda.view_stride_method (0 ms) 6: [ RUN ] cuda.anonymous_space 6: [ OK ] cuda.anonymous_space (0 ms) 6: [ RUN ] cuda.view_overload_resolution 6: [ OK ] cuda.view_overload_resolution (0 ms) 6: [ RUN ] cuda.view_allocation_large_rank 6: [ OK ] cuda.view_allocation_large_rank (6 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (0 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (0 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (18 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (2 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right 6: [ OK ] cuda.view_fill_tests_layout_right (91 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (44 ms) 6: [ RUN ] cuda.vcp_empty_traits 6: [ OK ] cuda.vcp_empty_traits (0 ms) 6: [ RUN ] cuda.is_view_label 6: [ OK ] cuda.is_view_label (0 ms) 6: [ RUN ] cuda.vcp_label_base_traits 6: [ OK ] cuda.vcp_label_base_traits (0 ms) 6: [ RUN ] cuda.vcp_label_traits 6: [ OK ] cuda.vcp_label_traits (0 ms) 6: [ RUN ] cuda.view_alloc_can_perfect_forward_label 6: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 6: [ RUN ] cuda.vcp_label_copy_constructor 6: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 6: [ RUN ] cuda.vcp_pointer_add_property 6: [ OK ] cuda.vcp_pointer_add_property (0 ms) 6: [ RUN ] cuda.view_empty_runtime_unmanaged 6: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] cuda.view_hooks 6: [ OK ] cuda.view_hooks (0 ms) 6: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (76 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (72 ms) 6: [ RUN ] cuda.view_irregular_layout 6: [ OK ] cuda.view_irregular_layout (2 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (57 ms) 6: [ RUN ] cuda.view_mapping_operator 6: [ OK ] cuda.view_mapping_operator (7 ms) 6: [ RUN ] cuda.static_extent 6: [ OK ] cuda.static_extent (0 ms) 6: [ RUN ] cuda.view_mapping_atomic 6: [ OK ] cuda.view_mapping_atomic (3 ms) 6: [ RUN ] cuda.view_mapping_class_value 6: [ OK ] cuda.view_mapping_class_value (0 ms) 6: [ RUN ] cuda.view_mapping_assignable 6: [ OK ] cuda.view_mapping_assignable (0 ms) 6: [ RUN ] cuda.view_mapping_trivially_copyable 6: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda.view_mapping_subview 6: [ OK ] cuda.view_mapping_subview (1 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (2 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (0 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (16 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (0 ms) 6: [ RUN ] cuda.workgraph_fib 6: [ OK ] cuda.workgraph_fib (851 ms) 6: [ RUN ] cuda.resize_realloc_no_init 6: [ OK ] cuda.resize_realloc_no_init (0 ms) 6: [ RUN ] cuda.resize_realloc_no_alloc 6: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 6: [ RUN ] cuda.realloc_exec_space 6: [ OK ] cuda.realloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc 6: [ OK ] cuda.view_alloc (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space 6: [ OK ] cuda.view_alloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc_int 6: [ OK ] cuda.view_alloc_int (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space_int 6: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 6: [ RUN ] cuda.deep_copy_zero_memset 6: [ OK ] cuda.deep_copy_zero_memset (0 ms) 6: [ RUN ] cuda.resize_exec_space 6: [ OK ] cuda.resize_exec_space (0 ms) 6: [ RUN ] cuda.view_allocation_int 6: [ OK ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 107 tests from cuda (3472 ms total) 6: 6: [----------] 28 tests from cuda_uvm 6: [ RUN ] cuda_uvm.view_subview_auto_1d_left 6: [ OK ] cuda_uvm.view_subview_auto_1d_left (11 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_right 6: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 6: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 6: [ RUN ] cuda_uvm.view_subview_assign_strided 6: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (0 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (4 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (53 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (55 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (56 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (79 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (79 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (80 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (86 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (80 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (78 ms) 6: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 6: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 6: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 6: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 6: [----------] 28 tests from cuda_uvm (704 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 143 tests from 3 test suites ran. (30570 ms total) 6: [ PASSED ] 139 tests. 6: [ SKIPPED ] 4 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 6/55 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 30.81 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 7: Detected: 6 cores per node. 7: Detected: 1 MPI_ranks per node. 7: Requested: 8 threads per process. 7: [==========] Running 62 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 6 tests from cuda 7: [ RUN ] cuda.team_scratch_1_streams [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o 7: [ OK ] cuda.team_scratch_1_streams (14642 ms) 7: [ RUN ] cuda.space_access 7: [ OK ] cuda.space_access (0 ms) 7: [ RUN ] cuda.uvm 7: [ OK ] cuda.uvm (3 ms) 7: [ RUN ] cuda.impl_view_accessible 7: [ OK ] cuda.impl_view_accessible (3 ms) 7: [ RUN ] cuda.impl_view_texture 7: [ OK ] cuda.impl_view_texture (0 ms) 7: [ RUN ] cuda.view_subview_const_randomaccess 7: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 7: [----------] 6 tests from cuda (14651 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (47 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (10 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (9 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (7 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (4 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (4145 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (5 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 7: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_degenerated 7: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (4779 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (4029 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (56 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (3 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (1 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 7: [----------] 28 tests from cuda_hostpinned (13105 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (87 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (15 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (16 ms) 7: [ RUN ] cuda_uvm.view_api_c 7: [ OK ] cuda_uvm.view_api_c (0 ms) 7: [ RUN ] cuda_uvm.view_api_d 7: [ OK ] cuda_uvm.view_api_d (4 ms) 7: [ RUN ] cuda_uvm.view_remap 7: [ OK ] cuda_uvm.view_remap (1 ms) 7: [ RUN ] cuda_uvm.view_mirror_nonconst 7: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_uvm.view_stride_method 7: [ OK ] cuda_uvm.view_stride_method (0 ms) 7: [ RUN ] cuda_uvm.anonymous_space 7: [ OK ] cuda_uvm.anonymous_space (0 ms) 7: [ RUN ] cuda_uvm.view_overload_resolution 7: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 7: [ RUN ] cuda_uvm.view_allocation_large_rank 7: [ OK ] cuda_uvm.view_allocation_large_rank (309 ms) 7: [ RUN ] cuda_uvm.view_shmem_size_on_device 7: [ OK ] cuda_uvm.view_shmem_size_on_device (3 ms) 7: [ RUN ] cuda_uvm.view_is_assignable 7: [ OK ] cuda_uvm.view_is_assignable (25 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (36 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (11 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (144 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (105 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (58 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (8 ms) 7: [ RUN ] cuda_uvm.static_extent 7: [ OK ] cuda_uvm.static_extent (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_atomic 7: [ OK ] cuda_uvm.view_mapping_atomic (6 ms) 7: [ RUN ] cuda_uvm.view_mapping_class_value 7: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_assignable 7: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 7: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_subview 7: [ OK ] cuda_uvm.view_mapping_subview (1 ms) 7: [----------] 28 tests from cuda_uvm (839 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 62 tests from 3 test suites ran. (28596 ms total) 7: [ PASSED ] 62 tests. 7/55 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 28.82 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 8: Detected: 6 cores per node. 8: Detected: 1 MPI_ranks per node. 8: Requested: 8 threads per process. 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.graph_lock_based_atomic_op 8: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 8: [----------] 1 test from cuda (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/55 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.20 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 9: Detected: 6 cores per node. 9: Detected: 1 MPI_ranks per node. 9: Requested: 8 threads per process. 9: [==========] Running 2 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 2 tests from cuda 9: [ RUN ] cuda.debug_serial_execution 9: [ OK ] cuda.debug_serial_execution (10 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 9: [ OK ] cuda.debug_pin_um_to_host (680 ms) 9: [----------] 2 tests from cuda (690 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (690 ms total) 9: [ PASSED ] 2 tests. 9/55 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.87 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 10: Test timeout computed to be: 1500 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from cuda 10: [ RUN ] cuda.raw_cuda_interop 10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 10: Detected: 6 cores per node. 10: Detected: 1 MPI_ranks per node. 10: Requested: 8 threads per process. 10: [ OK ] cuda.raw_cuda_interop (112 ms) 10: [----------] 1 test from cuda (112 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (112 ms total) 10: [ PASSED ] 1 test. 10/55 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.19 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from cuda 11: [ RUN ] cuda.raw_cuda_streams 11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 11: Detected: 6 cores per node. 11: Detected: 1 MPI_ranks per node. 11: Requested: 8 threads per process. 11: [ OK ] cuda.raw_cuda_streams (110 ms) 11: [----------] 1 test from cuda (110 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (111 ms total) 11: [ PASSED ] 1 test. 11/55 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.18 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test timeout computed to be: 1500 12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 12: Detected: 6 cores per node. 12: Detected: 1 MPI_ranks per node. 12: Requested: 8 threads per process. 12: [==========] Running 4 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 4 tests from cuda_multi_gpu 12: [ RUN ] cuda_multi_gpu.managed_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.managed_views (0 ms) 12: [ RUN ] cuda_multi_gpu.unmanaged_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms) 12: [ RUN ] cuda_multi_gpu.scratch_space 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.scratch_space (0 ms) 12: [ RUN ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/55 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.18 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 13: Detected: 6 cores per node. 13: Detected: 1 MPI_ranks per node. 13: Requested: 8 threads per process. 13: [==========] Running 5 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 5 tests from cuda_GraphInterOp 13: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 13: [ OK ] cuda_GraphInterOp.promises_on_native_objects (1 ms) 13: [ RUN ] cuda_GraphInterOp.count_nodes 13: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: [ OK ] cuda_GraphInterOp.debug_dot_print (1 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: [ OK ] cuda_GraphInterOp.instantiation_flags (0 ms) 13: [ RUN ] cuda_GraphInterOp.construct_from_native 13: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 13: [----------] 5 tests from cuda_GraphInterOp (4 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (4 ms total) 13: [ PASSED ] 5 tests. 13/55 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.18 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 14: Test timeout computed to be: 1500 14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 14: Detected: 6 cores per node. 14: Detected: 1 MPI_ranks per node. 14: Requested: 8 threads per process. 14: [==========] Running 59 tests from 41 test suites. 14: [----------] Global test environment set-up. 14: [----------] 19 tests from defaultdevicetype 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 14: [ RUN ] defaultdevicetype.shared_space 14: [ OK ] defaultdevicetype.shared_space (21 ms) 14: [ RUN ] defaultdevicetype.shared_host_pinned_space 14: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 14: [ RUN ] defaultdevicetype.compiler_macros 14: [ OK ] defaultdevicetype.compiler_macros (0 ms) 14: [ RUN ] defaultdevicetype.half_conversion 14: [ OK ] defaultdevicetype.half_conversion (4 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (0 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 (4 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b1 14: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c1 14: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a2 14: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b2 14: [ OK ] defaultdevicetype.reduce_instantiation_b2 (13 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c2 14: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a3 14: [ OK ] defaultdevicetype.reduce_instantiation_a3 (9 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b3 14: [ OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c3 14: [ OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms) 14: [----------] 19 tests from defaultdevicetype (109 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (20 ms) 14: [----------] 1 test from kokkosresize (20 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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: [==========] 59 tests from 41 test suites ran. (131 ms total) 14: [ PASSED ] 59 tests. 14/55 Test #14: Kokkos_CoreUnitTest_Default ................................ Passed 0.34 sec test 15 Start 15: Kokkos_CoreUnitTest_InitializeFinalize 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 15: Test timeout computed to be: 1500 15: [==========] Running 28 tests from 6 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (346 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1458 ms) 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (1804 ms total) 15: 15: [----------] 4 tests from InitializeFinalize_DeathTest 15: [ RUN ] InitializeFinalize_DeathTest.initialize 15: [ OK ] InitializeFinalize_DeathTest.initialize (1277 ms) 15: [ RUN ] InitializeFinalize_DeathTest.finalize 15: [ OK ] InitializeFinalize_DeathTest.finalize (801 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_initialized 15: [ OK ] InitializeFinalize_DeathTest.is_initialized (164 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_finalized 15: [ OK ] InitializeFinalize_DeathTest.is_finalized (164 ms) 15: [----------] 4 tests from InitializeFinalize_DeathTest (2407 ms total) 15: 15: [----------] 1 test from Legion_DeathTest 15: [ RUN ] Legion_DeathTest.individual_backend_initialization 15: [ OK ] Legion_DeathTest.individual_backend_initialization (165 ms) 15: [----------] 1 test from Legion_DeathTest (165 ms total) 15: 15: [----------] 2 tests from PushFinalizeHook_DeathTest 15: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 15: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (163 ms) 15: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 15: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (492 ms) 15: [----------] 2 tests from PushFinalizeHook_DeathTest (655 ms total) 15: 15: [----------] 6 tests from ScopeGuard_DeathTest 15: [ RUN ] ScopeGuard_DeathTest.create 15: [ OK ] ScopeGuard_DeathTest.create (174 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_argument 15: [ OK ] ScopeGuard_DeathTest.create_argument (165 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 15: [ OK ] ScopeGuard_DeathTest.create_while_initialize (497 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 15: [ OK ] ScopeGuard_DeathTest.create_after_initialize (489 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 15: [ OK ] ScopeGuard_DeathTest.create_after_finalize (501 ms) 15: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 15: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (488 ms) 15: [----------] 6 tests from ScopeGuard_DeathTest (2316 ms total) 15: 15: [----------] 13 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.initialization_settings 15: [ OK ] defaultdevicetype.initialization_settings (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 15: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_device_id 15: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 15: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 15: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_help 15: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 15: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 15: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms) 15: [ RUN ] defaultdevicetype.env_vars_num_threads 15: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_device_id 15: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_disable_warnings 15: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_tune_internals 15: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.visible_devices 15: [ OK ] defaultdevicetype.visible_devices (0 ms) 15: [----------] 13 tests from defaultdevicetype (18 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 28 tests from 6 test suites ran. (7369 ms total) 15: [ PASSED ] 28 tests. 15/55 Test #15: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 7.40 sec test 16 Start 16: Kokkos_CoreUnitTest_Develop 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 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 1 test from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 1 test from defaultdevicetype 16: [ RUN ] defaultdevicetype.development_test 16: [ OK ] defaultdevicetype.development_test (0 ms) 16: [----------] 1 test from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 1 test from 1 test suite ran. (0 ms total) 16: [ PASSED ] 1 test. 16/55 Test #16: Kokkos_CoreUnitTest_Develop ................................ Passed 0.17 sec test 17 Start 17: Kokkos_CoreUnitTest_KokkosP 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 17: Test timeout computed to be: 1500 17: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 17: Detected: 6 cores per node. 17: Detected: 1 MPI_ranks per node. 17: Requested: 8 threads per process. 17: [==========] Running 32 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 32 tests from kokkosp 17: [ RUN ] kokkosp.test_named_instance_fence 17: Ref: 33554433 17: Ref: named_instance 17: 33554433 17: named_instance 17: [ OK ] kokkosp.test_named_instance_fence (0 ms) 17: [ RUN ] kokkosp.test_unnamed_instance_fence 17: Ref: 33554433 17: Ref: Unnamed Instance Fence 17: 33554433 17: Kokkos::Cuda::fence(): Unnamed Instance Fence 17: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 17: [ RUN ] kokkosp.test_named_global_fence 17: Ref: 33554432 17: Ref: test global fence 17: 16777216 17: test global fence 17: Miss on id 17: 33554432 17: test global fence 17: [ OK ] kokkosp.test_named_global_fence (0 ms) 17: [ RUN ] kokkosp.test_unnamed_global_fence 17: Ref: 33554432 17: Ref: Unnamed Global Fence 17: 16777216 17: Kokkos::fence: Unnamed Global Fence 17: Miss on id 17: 33554432 17: Kokkos::fence: Unnamed Global Fence 17: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 17: [ RUN ] kokkosp.test_multiple_default_instances 17: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 17: [ RUN ] kokkosp.test_id_gen 17: [ OK ] kokkosp.test_id_gen (0 ms) 17: [ RUN ] kokkosp.test_kernel_sequence 17: Ref: 33554433 17: Ref: named_instance 17: 33554433 17: named_instance 17: Ref: 33554433 17: Ref: test_kernel 17: 33554433 17: named_instance 17: Miss on name 17: 16777216 17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 17: Miss on name 17: Miss on id 17: 33554432 17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 17: Miss on name 17: Miss on id 17: 33554433 17: test_kernel 17: [ OK ] kokkosp.test_kernel_sequence (2 ms) 17: [ RUN ] kokkosp.test_streams 17: [ OK ] kokkosp.test_streams (0 ms) 17: [ RUN ] kokkosp.async_deep_copy 17: [ OK ] kokkosp.async_deep_copy (0 ms) 17: [ RUN ] kokkosp.parallel_for 17: [ OK ] kokkosp.parallel_for (0 ms) 17: [ RUN ] kokkosp.parallel_reduce 17: [ OK ] kokkosp.parallel_reduce (0 ms) 17: [ RUN ] kokkosp.parallel_scan 17: [ OK ] kokkosp.parallel_scan (2 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence 17: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence_view 17: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 17: [ RUN ] kokkosp.regions 17: [ OK ] kokkosp.regions (0 ms) 17: [ RUN ] kokkosp.fences 17: [ OK ] kokkosp.fences (0 ms) 17: [ RUN ] kokkosp.raw_allocation 17: [ OK ] kokkosp.raw_allocation (0 ms) 17: [ RUN ] kokkosp.view 17: [ OK ] kokkosp.view (0 ms) 17: [ RUN ] kokkosp.sections 17: [ OK ] kokkosp.sections (0 ms) 17: [ RUN ] kokkosp.metadata 17: [ OK ] kokkosp.metadata (0 ms) 17: [ RUN ] kokkosp.profile_events 17: [ OK ] kokkosp.profile_events (0 ms) 17: [ RUN ] kokkosp.no_init_kernel 17: [ OK ] kokkosp.no_init_kernel (0 ms) 17: [ RUN ] kokkosp.get_events 17: [ OK ] kokkosp.get_events (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_for 17: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_reduce 17: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_scan 17: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 17: [ RUN ] kokkosp.kernel_name_internal 17: [ OK ] kokkosp.kernel_name_internal (0 ms) 17: [ RUN ] kokkosp.profiling_section 17: [ OK ] kokkosp.profiling_section (0 ms) 17: [ RUN ] kokkosp.scoped_profile_region 17: [ OK ] kokkosp.scoped_profile_region (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init 17: [ OK ] kokkosp.create_mirror_no_init (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 17: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 17: [ RUN ] kokkosp.create_mirror_view_and_copy 17: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 17: [----------] 32 tests from kokkosp (7 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 32 tests from 1 test suite ran. (7 ms total) 17: [ PASSED ] 32 tests. 17/55 Test #17: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.18 sec test 18 Start 18: Kokkos_CoreUnitTest_ToolIndependence 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 18: Test timeout computed to be: 1500 18/55 Test #18: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.03 sec test 19 Start 19: Kokkos_ProfilingTestLibraryLoadHelp 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 19: Environment variables: 19: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 19: Test timeout computed to be: 1500 19: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 19: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 19: Detected: 6 cores per node. 19: Detected: 1 MPI_ranks per node. 19: Requested: 8 threads per process. 19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 19/55 Test #19: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.18 sec test 20 Start 20: Kokkos_ProfilingTestLibraryCmdLineHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 20: Test timeout computed to be: 1500 20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 20: Detected: 6 cores per node. 20: Detected: 1 MPI_ranks per node. 20: Requested: 8 threads per process. 20: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 20/55 Test #20: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.16 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoad 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 21: Detected: 6 cores per node. 21: Detected: 1 MPI_ranks per node. 21: Requested: 8 threads per process. 21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0x1082f40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1083180:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1083200:Host:source:0x1082fc0: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:0x1083180:40::kokkosp_deallocate_data:Host:source:0x1082f40:40::kokkosp_finalize_library:: 21/55 Test #21: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.16 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLine 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 22: Detected: 6 cores per node. 22: Detected: 1 MPI_ranks per node. 22: Requested: 8 threads per process. 22: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.6.99::kokkosp_allocate_data:Host:source:0x1082f40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1083180:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1083200:Host:source:0x1082fc0: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:0x1083180:40::kokkosp_deallocate_data:Host:source:0x1082f40:40::kokkosp_finalize_library:: 22/55 Test #22: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.16 sec test 23 Start 23: Kokkos_CoreUnitTest_StackTraceTest 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 23: Test timeout computed to be: 1500 23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 23: Detected: 6 cores per node. 23: Detected: 1 MPI_ranks per node. 23: Requested: 8 threads per process. 23: [==========] Running 3 tests from 2 test suites. 23: [----------] Global test environment set-up. 23: [----------] 2 tests from defaultdevicetype_DeathTest 23: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 23: Top of f1 23: Top of f0 23: Top of f0 23: test_f1: 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1e53] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x444ce6] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x4435eb] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bdb083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f1: 23: [0x4e1e53] Kokkos::Impl::save_stacktrace() 23: [0x448c3c] Test::stacktrace_test_f1(std::ostream&) 23: [0x444ce6] Test::test_stacktrace(bool, bool) 23: [0x4435eb] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 23: [0x48b943] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x454f8f] testing::Test::Run() 23: [0x4572df] testing::TestInfo::Run() 23: [0x458607] testing::TestSuite::Run() 23: [0x46b127] testing::internal::UnitTestImpl::RunAllTests() 23: [0x48e783] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff1bdb083] __libc_start_main 23: [0x44206e] _start 23: 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f1 23: Top of f0 23: Top of f0 23: StackTrace f3(std::cout, 4) returned: 110 23: test_f3: 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1e53] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x449a32] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x445c4d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x4435eb] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bdb083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f3: 23: [0x4e1e53] Kokkos::Impl::save_stacktrace() 23: [0x448c3c] Test::stacktrace_test_f1(std::ostream&) 23: [0x449a32] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x445c4d] Test::test_stacktrace(bool, bool) 23: [0x4435eb] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 23: [0x48b943] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x454f8f] testing::Test::Run() 23: [0x4572df] testing::TestInfo::Run() 23: [0x458607] testing::TestSuite::Run() 23: [0x46b127] testing::internal::UnitTestImpl::RunAllTests() 23: [0x48e783] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff1bdb083] __libc_start_main 23: [0x44206e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (493 ms) 23: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 23: Top of f1 23: Top of f0 23: Top of f0 23: test_f1: 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1e53] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x444ce6] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x443968] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bdb083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f1: 23: [0x4e1e53] Kokkos::Impl::save_stacktrace() 23: [0x448c3c] Test::stacktrace_test_f1(std::ostream&) 23: [0x444ce6] Test::test_stacktrace(bool, bool) 23: [0x443968] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 23: [0x48b943] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x454f8f] testing::Test::Run() 23: [0x4572df] testing::TestInfo::Run() 23: [0x458607] testing::TestSuite::Run() 23: [0x46b127] testing::internal::UnitTestImpl::RunAllTests() 23: [0x48e783] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff1bdb083] __libc_start_main 23: [0x44206e] _start 23: 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f1 23: Top of f0 23: Top of f0 23: StackTrace f3(std::cout, 4) returned: 110 23: test_f3: 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1e53] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x449a32] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x445c4d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x443968] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bdb083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f3: 23: [0x4e1e53] Kokkos::Impl::save_stacktrace() 23: [0x448c3c] Test::stacktrace_test_f1(std::ostream&) 23: [0x449a32] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x445c4d] Test::test_stacktrace(bool, bool) 23: [0x443968] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 23: [0x48b943] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x454f8f] testing::Test::Run() 23: [0x4572df] testing::TestInfo::Run() 23: [0x458607] testing::TestSuite::Run() 23: [0x46b127] testing::internal::UnitTestImpl::RunAllTests() 23: [0x48e783] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff1bdb083] __libc_start_main 23: [0x44206e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (498 ms) 23: [----------] 2 tests from defaultdevicetype_DeathTest (992 ms total) 23: 23: [----------] 1 test from defaultdevicetype 23: [ RUN ] defaultdevicetype.stacktrace_normal 23: Top of f1 23: Top of f0 23: Top of f0 23: test_f1: 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1e53] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x444ce6] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bdb083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f1: 23: [0x4e1e53] Kokkos::Impl::save_stacktrace() 23: [0x448c3c] Test::stacktrace_test_f1(std::ostream&) 23: [0x444ce6] Test::test_stacktrace(bool, bool) 23: [0x48b943] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x454f8f] testing::Test::Run() 23: [0x4572df] testing::TestInfo::Run() 23: [0x458607] testing::TestSuite::Run() 23: [0x46b127] testing::internal::UnitTestImpl::RunAllTests() 23: [0x48e783] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff1bdb083] __libc_start_main 23: [0x44206e] _start 23: 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f3 23: Top of f1 23: Top of f0 23: Top of f0 23: StackTrace f3(std::cout, 4) returned: 110 23: test_f3: 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1e53] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x449a32] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x445c4d] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bdb083] 23: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f3: 23: [0x4e1e53] Kokkos::Impl::save_stacktrace() 23: [0x448c3c] Test::stacktrace_test_f1(std::ostream&) 23: [0x449a32] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x445c4d] Test::test_stacktrace(bool, bool) 23: [0x48b943] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x454f8f] testing::Test::Run() 23: [0x4572df] testing::TestInfo::Run() 23: [0x458607] testing::TestSuite::Run() 23: [0x46b127] testing::internal::UnitTestImpl::RunAllTests() 23: [0x48e783] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff1bdb083] __libc_start_main 23: [0x44206e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 23: [----------] 1 test from defaultdevicetype (1 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 3 tests from 2 test suites ran. (993 ms total) 23: [ PASSED ] 3 tests. 23/55 Test #23: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.17 sec test 24 Start 24: Kokkos_IncrementalTest_OPENMP 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 24: Test timeout computed to be: 1500 24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 24: Detected: 6 cores per node. 24: Detected: 1 MPI_ranks per node. 24: Requested: 8 threads per process. 24: [==========] Running 28 tests from 1 test suite. 24: [----------] Global test environment set-up. 24: [----------] 28 tests from OPENMP 24: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 24: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 24: [ RUN ] OPENMP.IncrTest_01_execspace 24: Host Parallel Execution Space: 24: KOKKOS_ENABLE_OPENMP: yes 24: 24: OpenMP Runtime Configuration: 24: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 24: OpenMP 24: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 24: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 24: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 24: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 24: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 24: [ RUN ] OPENMP.IncrTest_02_AtomicSub 24: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 24: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 24: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 24: [ RUN ] OPENMP.IncrTest_03b_memspace_free 24: [ OK ] OPENMP.IncrTest_03b_memspace_free (131 ms) 24: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 24: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 24: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 24: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 24: [ RUN ] OPENMP.IncrTest_05_reduction 24: [ OK ] OPENMP.IncrTest_05_reduction (2 ms) 24: [ RUN ] OPENMP.IncrTest_06_mdrange2D 24: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 24: [ RUN ] OPENMP.IncrTest_06_mdrange3D 24: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 24: [ RUN ] OPENMP.IncrTest_06_mdrange4D 24: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 24: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 24: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 24: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 24: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 24: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 24: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 24: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 24: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 24: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 24: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 24: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 24: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 24: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 24: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (110 ms) 24: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 24: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 24: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 24: [ OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms) 24: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 24: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 24: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 24: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 24: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 24: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 24: [ RUN ] OPENMP.incr_14_MDrangeReduce 24: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 24: [ RUN ] OPENMP.IncrTest_16_parallelscan 24: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 24: [ RUN ] OPENMP.incr_17_atomicView 24: [ OK ] OPENMP.incr_17_atomicView (0 ms) 24: [----------] 28 tests from OPENMP (249 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 28 tests from 1 test suite ran. (249 ms total) 24: [ PASSED ] 28 tests. 24/55 Test #24: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.43 sec test 25 Start 25: Kokkos_IncrementalTest_CUDA 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_CUDA 25: Test timeout computed to be: 1500 25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 25: Detected: 6 cores per node. 25: Detected: 1 MPI_ranks per node. 25: Requested: 8 threads per process. 25: [==========] Running 28 tests from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 28 tests from CUDA 25: [ RUN ] CUDA.IncrTest_01_execspace_typedef 25: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 25: [ RUN ] CUDA.IncrTest_01_execspace 25: Device Execution Space: 25: KOKKOS_ENABLE_CUDA: yes 25: Cuda Options: 25: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_CUDA_UVM: no 25: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 25: 25: Cuda Runtime Configuration: 25: macro KOKKOS_ENABLE_CUDA : defined 25: macro CUDA_VERSION = 12020 = version 12.2 25: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 25: Capability: 7.0 25: Total Global Memory: 31.73 GiB 25: Shared Memory per Block: 48 KiB 25: Can access system allocated memory: 0 25: via Address Translation Service: 0 25: Cuda 25: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 25: [ RUN ] CUDA.IncrTest_02_AtomicExchange 25: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 25: [ RUN ] CUDA.IncrTest_02_AtomicAdd 25: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 25: [ RUN ] CUDA.IncrTest_02_AtomicSub 25: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 25: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 25: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 25: [ RUN ] CUDA.IncrTest_03b_memspace_free 25: [ OK ] CUDA.IncrTest_03b_memspace_free (1973 ms) 25: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 25: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 25: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 25: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 25: [ RUN ] CUDA.IncrTest_05_reduction 25: [ OK ] CUDA.IncrTest_05_reduction (3 ms) 25: [ RUN ] CUDA.IncrTest_06_mdrange2D 25: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 25: [ RUN ] CUDA.IncrTest_06_mdrange3D 25: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 25: [ RUN ] CUDA.IncrTest_06_mdrange4D 25: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 25: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 25: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 25: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 25: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 25: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 25: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 25: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 25: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 25: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 25: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms) 25: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 25: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms) 25: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 25: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (237 ms) 25: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 25: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 25: [ RUN ] CUDA.IncrTest_12b_TeamScratch 25: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 25: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 25: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 25: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 25: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 25: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 25: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 25: [ RUN ] CUDA.incr_14_MDrangeReduce 25: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 25: [ RUN ] CUDA.IncrTest_16_parallelscan 25: [ OK ] CUDA.IncrTest_16_parallelscan (5 ms) 25: [ RUN ] CUDA.incr_17_atomicView 25: [ OK ] CUDA.incr_17_atomicView (0 ms) 25: [----------] 28 tests from CUDA (2231 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 28 tests from 1 test suite ran. (2231 ms total) 25: [ PASSED ] 28 tests. 25/55 Test #25: Kokkos_IncrementalTest_CUDA ................................ Passed 2.41 sec test 26 Start 26: Kokkos_CoreUnitTest_CTestDevice 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 26: Test timeout computed to be: 1500 26: [==========] Running 8 tests from 2 test suites. 26: [----------] Global test environment set-up. 26: [----------] 5 tests from ctest_environment_DeathTest 26: [ RUN ] ctest_environment_DeathTest.invalid_rank 26: [ OK ] ctest_environment_DeathTest.invalid_rank (135 ms) 26: [ RUN ] ctest_environment_DeathTest.no_type_str 26: [ OK ] ctest_environment_DeathTest.no_type_str (140 ms) 26: [ RUN ] ctest_environment_DeathTest.missing_type 26: [ OK ] ctest_environment_DeathTest.missing_type (278 ms) 26: [ RUN ] ctest_environment_DeathTest.no_id_str 26: [ OK ] ctest_environment_DeathTest.no_id_str (143 ms) 26: [ RUN ] ctest_environment_DeathTest.invalid_id_str 26: [ OK ] ctest_environment_DeathTest.invalid_id_str (274 ms) 26: [----------] 5 tests from ctest_environment_DeathTest (972 ms total) 26: 26: [----------] 3 tests from ctest_environment 26: [ RUN ] ctest_environment.no_device_type 26: [ OK ] ctest_environment.no_device_type (0 ms) 26: [ RUN ] ctest_environment.no_process_count 26: [ OK ] ctest_environment.no_process_count (0 ms) 26: [ RUN ] ctest_environment.good 26: [ OK ] ctest_environment.good (0 ms) 26: [----------] 3 tests from ctest_environment (0 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 8 tests from 2 test suites ran. (972 ms total) 26: [ PASSED ] 8 tests. 26/55 Test #26: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.00 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 27: Test timeout computed to be: 1500 27/55 Test #27: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 28 Start 28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 28: Test timeout computed to be: 1500 28: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 28/55 Test #28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 29: Test timeout computed to be: 1500 29/55 Test #29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 30: Environment variables: 30: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 30: Test timeout computed to be: 1500 30/55 Test #30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 31 Start 31: Kokkos_ContainersUnitTest_OpenMP 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 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 0 tests from 0 test suites. 31: [==========] 0 tests from 0 test suites ran. (0 ms total) 31: [ PASSED ] 0 tests. 31/55 Test #31: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 0.18 sec test 32 Start 32: Kokkos_ContainersUnitTest_Cuda 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 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 0 tests from 0 test suites. 32: [==========] 0 tests from 0 test suites ran. (0 ms total) 32: [ PASSED ] 0 tests. 32/55 Test #32: Kokkos_ContainersUnitTest_Cuda ............................. Passed 0.18 sec test 33 Start 33: Kokkos_ContainersPerformanceTest_OpenMP 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 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 5 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 5 tests from TEST_CATEGORY 33: [ RUN ] TEST_CATEGORY.dynrankview_perf 33: OpenMP 33: DynRankView vs View: Initialization Only 33: View time (init only): 0.00970476 33: View sum computation time: 0.00970476 33: Strided View time (init only): 0.0106236 33: View Rank7 time (init only): 0.0120194 33: DynRankView time (init only): 0.012244 33: DynRankView sum computation time: 0.0170496 33: Ratio of View to DynRankView time: 0.792616 33: Ratio of View to DynRankView sum computation time: 0.948554 33: Ratio of View to View Rank7 time: 0.807423 33: Ratio of StrideView to DynRankView time: 0.867657 33: Ratio of DynRankView to View Rank7 time: 1.01868 33: [ OK ] TEST_CATEGORY.dynrankview_perf (193 ms) 33: [ RUN ] TEST_CATEGORY.global_2_local 33: OpenMP 33: size, create, generate, fill, find 33: 256, 0.000122199, 1.3932e-05, 4.5508e-05, 0.000858596 33: 512, 3.1507e-05, 4.899e-06, 5.2314e-05, 0.00095369 33: 1024, 3.6709e-05, 5.007e-06, 9.1147e-05, 0.00106117 33: 2048, 4.1983e-05, 5.176e-06, 0.000196249, 0.0013762 33: 4096, 0.000102112, 5.935e-06, 0.000338136, 0.00170188 33: 8192, 0.000154387, 6.258e-06, 0.000648298, 0.00383542 33: 16384, 0.000260868, 1.4208e-05, 0.00130045, 0.00664864 33: 32768, 0.000568736, 1.9583e-05, 0.00258399, 0.0170587 33: 65536, 0.00111975, 2.5473e-05, 0.00579641, 0.0409851 33: 131072, 0.00204111, 4.9004e-05, 0.0109321, 0.095717 33: 262144, 0.00309886, 0.000105462, 0.0223122, 0.253339 33: 524288, 0.00577618, 0.0001472, 0.0546585, 1.08431 33: 1048576, 0.0118981, 0.000380077, 0.138492, 2.78633 [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 33: 2097152, 0.0175242, 0.000544967, 0.26276, 6.03169 [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 33: 4194304, 0.0290493, 0.00123562, 0.546248, 12.6787 33: [ OK ] TEST_CATEGORY.global_2_local (24129 ms) 33: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 33: skipping test 33: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 33: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 33: skipping test 33: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 33: [ RUN ] TEST_CATEGORY.scatter_view [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o 33: ScatterView data-duplicated test: 33: num_threads 8 33: hand-coded test took 0.107839 seconds 33: test took 0.0799134 seconds 33: num_threads 8 33: hand-coded test took 0.104344 seconds 33: test took 0.0808432 seconds 33: num_threads 8 33: hand-coded test took 0.106737 seconds 33: test took 0.0798423 seconds 33: num_threads 8 33: hand-coded test took 0.103772 seconds 33: test took 0.0861117 seconds 33: num_threads 8 33: hand-coded test took 0.105749 seconds 33: test took 0.0808558 seconds 33: [ OK ] TEST_CATEGORY.scatter_view (1178 ms) 33: [----------] 5 tests from TEST_CATEGORY (25501 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 5 tests from 1 test suite ran. (25502 ms total) 33: [ PASSED ] 5 tests. 33/55 Test #33: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 25.68 sec test 34 Start 34: Kokkos_ContainersPerformanceTest_Cuda 34: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 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 4 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 4 tests from TEST_CATEGORY 34: [ RUN ] TEST_CATEGORY.dynrankview_perf 34: Cuda 34: DynRankView vs View: Initialization Only 34: View time (init only): 0.00341221 34: View sum computation time: 0.00341221 34: Strided View time (init only): 0.00122143 34: View Rank7 time (init only): 0.00123015 34: DynRankView time (init only): 0.00122071 34: DynRankView sum computation time: 0.00191231 34: Ratio of View to DynRankView time: 2.79525 34: Ratio of View to DynRankView sum computation time: 0.995489 34: Ratio of View to View Rank7 time: 2.77381 34: Ratio of StrideView to DynRankView time: 1.00059 34: Ratio of DynRankView to View Rank7 time: 0.99233 34: [ OK ] TEST_CATEGORY.dynrankview_perf (15 ms) 34: [ RUN ] TEST_CATEGORY.global_2_local 34: Cuda 34: size, create, generate, fill, find 34: 256, 0.000471453, 2.4981e-05, 0.00326798, 0.00193954 34: 512, 0.000175591, 1.235e-05, 3.4596e-05, 0.00187253 34: 1024, 0.000162617, 1.0604e-05, 2.0991e-05, 0.00192759 34: 2048, 0.000161072, 1.0018e-05, 2.0864e-05, 0.00198012 34: 4096, 0.000149652, 9.746e-06, 2.1803e-05, 0.00201635 34: 8192, 0.000150535, 1.0193e-05, 2.7042e-05, 0.00197907 34: 16384, 0.000158477, 9.954e-06, 3.0702e-05, 0.0021342 34: 32768, 0.000402869, 1.1551e-05, 3.4754e-05, 0.00219656 34: 65536, 0.00027649, 1.1705e-05, 4.2714e-05, 0.00248443 34: 131072, 0.000332709, 1.2901e-05, 6.303e-05, 0.00302079 34: 262144, 0.000552578, 1.3701e-05, 0.000151566, 0.00502754 34: 524288, 0.000585169, 1.8828e-05, 0.000527021, 0.0161059 34: 1048576, 0.000633076, 2.6009e-05, 0.00138818, 0.0480988 34: 2097152, 0.000762672, 4.1864e-05, 0.0030236, 0.108593 34: 4194304, 0.000929291, 6.4863e-05, 0.00681753, 0.236574 34: [ OK ] TEST_CATEGORY.global_2_local (465 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 34: [----------] 4 tests from TEST_CATEGORY (481 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 4 tests from 1 test suite ran. (481 ms total) 34: [ PASSED ] 4 tests. 34/55 Test #34: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.66 sec test 35 Start 35: Kokkos_UnitTest_Sort 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 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 17 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from cuda_DeathTest 35: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues 35: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1248 ms) 35: [----------] 1 test from cuda_DeathTest (1248 ms total) 35: 35: [----------] 16 tests from cuda 35: [ RUN ] cuda.SortUnsignedValueType 35: [ OK ] cuda.SortUnsignedValueType (20 ms) 35: [ RUN ] cuda.SortEmptyView 35: [ OK ] cuda.SortEmptyView (0 ms) 35: [ RUN ] cuda.SortByKeyEmptyView 35: [ OK ] cuda.SortByKeyEmptyView (0 ms) 35: [ RUN ] cuda.SortByKeyEmptyViewHost 35: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 35: [ RUN ] cuda.SortByKey 35: [ OK ] cuda.SortByKey (3 ms) 35: [ RUN ] cuda.SortByKeyWithComparator 35: [ OK ] cuda.SortByKeyWithComparator (0 ms) 35: [ RUN ] cuda.SortByKeyStaticExtents 35: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 35: [ RUN ] cuda.SortByKeyWithStrides 35: [ OK ] cuda.SortByKeyWithStrides (0 ms) 35: [ RUN ] cuda.SortWithCustomComparator 35: [ OK ] cuda.SortWithCustomComparator (137 ms) 35: [ RUN ] cuda.BinSortGenericTests 35: [ OK ] cuda.BinSortGenericTests (18 ms) 35: [ RUN ] cuda.BinSortEmptyView 35: [ OK ] cuda.BinSortEmptyView (0 ms) 35: [ RUN ] cuda.BinSortEmptyKeysView 35: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 35: [ RUN ] cuda.BinSort_issue_7221 35: [ OK ] cuda.BinSort_issue_7221 (0 ms) 35: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 35: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (14374 ms) 35: [ RUN ] cuda.NestedSort 35: [ OK ] cuda.NestedSort (34 ms) 35: [ RUN ] cuda.NestedSortByKey 35: [ OK ] cuda.NestedSortByKey (97 ms) 35: [----------] 16 tests from cuda (14689 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 17 tests from 2 test suites ran. (15937 ms total) 35: [ PASSED ] 17 tests. 35/55 Test #35: Kokkos_UnitTest_Sort ....................................... Passed 16.11 sec test 36 Start 36: Kokkos_UnitTest_Random 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 36: Detected: 6 cores per node. 36: Detected: 1 MPI_ranks per node. 36: Requested: 8 threads per process. 36: [==========] Running 3 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 3 tests from cuda 36: [ RUN ] cuda.Random_XorShift64 36: Test Seed:1742230922708001611 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.45775e-07 0.00456928 0.0147072 || 0.051031 27965 29353 || 28544 28674.4 || 203.312 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.5082e-07 0.0111242 0.00810134 || 0.051031 1e+64 -1e+64 36: Test Scalar=unsigned int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 -0.0147279 -0.00262633 || 0.051031 27947 29357 || 29103 28674.4 || -36.3064 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0113143 0.00761056 || 0.051031 1e+64 -1e+64 36: Test Scalar=int64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 -0.00300733 0.00655807 || 0.051031 28095 29318 || 28760.9 28674.4 || 90.6588 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00456789 0.00270182 || 0.051031 1e+64 -1e+64 36: Test Scalar=uint64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 -0.0117185 -0.0230995 || 0.051031 27946 29225 || 29014.4 28674.4 || -319.327 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.0025103 -0.00770776 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000245177 -0.99999 -48246.9 || 0.051031 0 195012 || 2.92872e+09 28674.4 || -6.66964e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.000734421 -0.303833 0.157574 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195491 -0.999999 -57856.7 || 0.051031 0 1.55165e+06 || 2.86912e+10 28674.4 || -7.99812e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.00587508 -0.967771 10.239 || 0.051031 1e+64 -1e+64 36: Test Scalar=float 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.78568e-07 -0.00462364 -0.0206553 || 0.051031 28049 29588 || 28807.6 28674.4 || -285.539 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 7.49199e-07 0.0238613 0.000993748 || 0.051031 1e+64 -1e+64 36: Test Scalar=double 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.0164536 -0.0246047 || 0.051031 28017 29334 || 28210.2 28674.4 || -340.135 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00090305 0.000798911 || 0.051031 1e+64 -1e+64 36: Test Seed:1742230922818393498 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.0102349 0.0284874 || 0.051031 27966 29368 || 28383.9 28674.4 || 393.81 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00394034 -8.61949e-05 || 0.051031 1e+64 -1e+64 36: Test Scalar=unsigned int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.00602006 -0.0211846 || 0.051031 27985 29285 || 28502.8 28674.4 || -292.856 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.0234519 -0.0107808 || 0.051031 1e+64 -1e+64 36: Test Scalar=int64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 -0.000747724 -0.000566546 || 0.051031 28039 29378 || 28695.8 28674.4 || -7.83193 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00155361 0.000385047 || 0.051031 1e+64 -1e+64 36: Test Scalar=uint64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.00552211 0.0398545 || 0.051031 28035 29292 || 28516.9 28674.4 || 550.948 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00129361 0.00110218 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00024501 -0.99999 -48243.6 || 0.051031 0 195078 || 2.92858e+09 28674.4 || -6.66919e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.000733921 -0.313462 0.159448 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195846 -0.999999 -57857 || 0.051031 0 1.55087e+06 || 2.8693e+10 28674.4 || -7.99816e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.00588537 -0.967948 10.3265 || 0.051031 1e+64 -1e+64 36: Test Scalar=float 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.71e-07 0.0113058 0.00582877 || 0.051031 27994 29288 || 28353.8 28674.4 || 80.577 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 7.26496e-07 -0.0239489 0.00237814 || 0.051031 1e+64 -1e+64 36: Test Scalar=double 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.00556783 -0.0193962 || 0.051031 28023 29419 || 28515.6 28674.4 || -268.133 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.0093087 0.000566748 || 0.051031 1e+64 -1e+64 36: [ OK ] cuda.Random_XorShift64 (214 ms) 36: [ RUN ] cuda.Random_XorShift1024_0 36: Test Seed:1742230922922632574 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.00949809 0.00567627 || 0.051031 10997 11806 || 11269.9 11377 || 78.4687 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00822695 0.00115653 || 0.051031 1e+64 -1e+64 36: Test Scalar=unsigned int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.0054783 -0.00568814 || 0.051031 10971 11777 || 11315 11377 || -78.6329 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.0082293 0.0035418 || 0.051031 1e+64 -1e+64 36: Test Scalar=int64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.00483443 -0.00809947 || 0.051031 10986 11819 || 11322.2 11377 || -111.967 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00815347 0.00224048 || 0.051031 1e+64 -1e+64 36: Test Scalar=uint64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.00134629 -0.000321886 || 0.051031 10957 11849 || 11361.7 11377 || -4.44976 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.00782489 0.00353222 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000243723 -0.999975 -7595.33 || 0.051031 0 77542 || 4.611e+08 11377 || -1.04998e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.0007308 -0.122402 0.0217799 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195778 -0.999997 -9107.84 || 0.051031 0 616501 || 4.51643e+09 11377 || -1.25907e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.00588459 -0.922834 1.6297 || 0.051031 1e+64 -1e+64 36: Test Scalar=float 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.67029e-07 -0.00556489 -0.00926136 || 0.051031 10939 11785 || 11440.6 11377 || -128.029 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 3.05176e-07 -0.00345271 0.00245678 || 0.051031 1e+64 -1e+64 36: Test Scalar=double 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.0241661 0.0132903 || 0.051031 10988 11747 || 11108.5 11377 || 183.725 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00526671 -0.00279533 || 0.051031 1e+64 -1e+64 36: Test Seed:1742230923012595842 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 -0.0158541 -0.0113993 || 0.051031 10929 11773 || 11560.2 11377 || -157.584 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00279453 -0.00120649 || 0.051031 1e+64 -1e+64 36: Test Scalar=unsigned int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 -0.0136179 0.0143278 || 0.051031 10970 11781 || 11534 11377 || 198.067 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.00246219 0.001993 || 0.051031 1e+64 -1e+64 36: Test Scalar=int64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.0151327 -0.0038005 || 0.051031 10925 11796 || 11207.4 11377 || -52.5382 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.0125565 -0.0066985 || 0.051031 1e+64 -1e+64 36: Test Scalar=uint64_t 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 -0.00630434 0.0139735 || 0.051031 10870 11784 || 11449.1 11377 || 193.17 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00437251 -0.00372071 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000242349 -0.999975 -7595.09 || 0.051031 0 77711 || 4.61079e+08 11377 || -1.04995e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.000726846 -0.16349 0.0307751 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00196081 -0.999997 -9108.03 || 0.051031 0 616151 || 4.51622e+09 11377 || -1.25909e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.0058931 -0.922915 1.63577 || 0.051031 1e+64 -1e+64 36: Test Scalar=float 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.86102e-07 0.00959062 0.000956375 || 0.051031 10980 11811 || 11268.9 11377 || 13.2209 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 3.62396e-07 0.0193632 -0.00122194 || 0.051031 1e+64 -1e+64 36: Test Scalar=double 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 -0.0100523 -0.0032398 || 0.051031 10979 11772 || 11492.5 11377 || -44.787 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00122624 -0.00873299 || 0.051031 1e+64 -1e+64 36: [ OK ] cuda.Random_XorShift1024_0 (209 ms) 36: [ RUN ] cuda.Multi_streams 36: [ OK ] cuda.Multi_streams (256 ms) 36: [----------] 3 tests from cuda (681 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 3 tests from 1 test suite ran. (681 ms total) 36: [ PASSED ] 3 tests. 36/55 Test #36: Kokkos_UnitTest_Random ..................................... Passed 0.86 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_A 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 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 16 tests from 4 test suites. 37: [----------] Global test environment set-up. 37: [----------] 1 test from std_algorithms_DeathTest 37: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 37: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 37: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 37: 37: [----------] 3 tests from std_algorithms_reducers 37: [ RUN ] std_algorithms_reducers.max_first_loc 37: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 37: [ RUN ] std_algorithms_reducers.min_first_loc 37: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 37: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 37: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 37: [----------] 3 tests from std_algorithms_reducers (0 ms total) 37: 37: [----------] 1 test from std_algorithms 37: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 37: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 37: [----------] 1 test from std_algorithms (0 ms total) 37: 37: [----------] 11 tests from random_access_iterator_test 37: [ RUN ] random_access_iterator_test.constructor 37: [ OK ] random_access_iterator_test.constructor (0 ms) 37: [ RUN ] random_access_iterator_test.constructiblity 37: [ OK ] random_access_iterator_test.constructiblity (0 ms) 37: [ RUN ] random_access_iterator_test.dereference 37: [ OK ] random_access_iterator_test.dereference (0 ms) 37: [ RUN ] random_access_iterator_test.subscript_operator 37: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet1 37: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet2 37: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet3 37: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet4 37: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 37: [ RUN ] random_access_iterator_test.assignment_operator 37: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 37: [ RUN ] random_access_iterator_test.distance 37: [ OK ] random_access_iterator_test.distance (0 ms) 37: [ RUN ] random_access_iterator_test.traits_helpers 37: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 37: [----------] 11 tests from random_access_iterator_test (3 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 16 tests from 4 test suites ran. (3 ms total) 37: [ PASSED ] 16 tests. 37/55 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.18 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_B 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 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 7 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 7 tests from std_algorithms_min_max_element_test 38: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 38: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 38: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 38: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 38: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 38: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (6 ms) 38: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 38: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 38: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 38: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 38: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 38: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 38: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 38: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (6 ms) 38: [----------] 7 tests from std_algorithms_min_max_element_test (26 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 7 tests from 1 test suite ran. (26 ms total) 38: [ PASSED ] 7 tests. 38/55 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.20 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_C 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 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 13 tests from 10 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_lexicographical_compare_test 39: [ RUN ] std_algorithms_lexicographical_compare_test.test 39: [ OK ] std_algorithms_lexicographical_compare_test.test (21 ms) 39: [----------] 1 test from std_algorithms_lexicographical_compare_test (21 ms total) 39: 39: [----------] 1 test from std_algorithms_for_each_test 39: [ RUN ] std_algorithms_for_each_test.test 39: [ OK ] std_algorithms_for_each_test.test (66 ms) 39: [----------] 1 test from std_algorithms_for_each_test (66 ms total) 39: 39: [----------] 1 test from std_algorithms_find_test 39: [ RUN ] std_algorithms_find_test.test 39: [ OK ] std_algorithms_find_test.test (29 ms) 39: [----------] 1 test from std_algorithms_find_test (29 ms total) 39: 39: [----------] 4 tests from std_algorithms_non_mod_seq_ops 39: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 39: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (457 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 39: [ OK ] std_algorithms_non_mod_seq_ops.find_end (502 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.search 39: [ OK ] std_algorithms_non_mod_seq_ops.search (486 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 39: [ OK ] std_algorithms_non_mod_seq_ops.search_n (256 ms) 39: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1703 ms total) 39: 39: [----------] 1 test from std_algorithms_count_test 39: [ RUN ] std_algorithms_count_test.test 39: [ OK ] std_algorithms_count_test.test (22 ms) 39: [----------] 1 test from std_algorithms_count_test (22 ms total) 39: 39: [----------] 1 test from std_algorithms_equal_test 39: [ RUN ] std_algorithms_equal_test.test 39: [ OK ] std_algorithms_equal_test.test (12 ms) 39: [----------] 1 test from std_algorithms_equal_test (12 ms total) 39: 39: [----------] 1 test from std_algorithms_all_any_none_of_test 39: [ RUN ] std_algorithms_all_any_none_of_test.test 39: [ OK ] std_algorithms_all_any_none_of_test.test (29 ms) 39: [----------] 1 test from std_algorithms_all_any_none_of_test (29 ms total) 39: 39: [----------] 1 test from std_algorithms_nonmod_seq_ops 39: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 39: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (65 ms) 39: [----------] 1 test from std_algorithms_nonmod_seq_ops (65 ms total) 39: 39: [----------] 1 test from std_algorithms_mismatch_test 39: [ RUN ] std_algorithms_mismatch_test.test 39: [ OK ] std_algorithms_mismatch_test.test (76 ms) 39: [----------] 1 test from std_algorithms_mismatch_test (76 ms total) 39: 39: [----------] 1 test from std_algorithms_mod_seq_ops 39: [ RUN ] std_algorithms_mod_seq_ops.move_backward 39: [ OK ] std_algorithms_mod_seq_ops.move_backward (88 ms) 39: [----------] 1 test from std_algorithms_mod_seq_ops (88 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 13 tests from 10 test suites ran. (2113 ms total) 39: [ PASSED ] 13 tests. 39/55 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.28 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_D 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 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 31 tests from 5 test suites. 40: [----------] Global test environment set-up. 40: [----------] 3 tests from std_algorithms_mod_ops_test 40: [ RUN ] std_algorithms_mod_ops_test.move 40: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 40: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 40: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 40: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 40: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 40: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total) 40: 40: [----------] 12 tests from std_algorithms_mod_seq_ops_test 40: [ RUN ] std_algorithms_mod_seq_ops_test.copy 40: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 40: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 40: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 40: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 40: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.fill 40: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 40: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 40: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 40: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.generate 40: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 40: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 40: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 40: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 40: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total) 40: 40: [----------] 4 tests from std_algorithms_replace_ops_test 40: [ RUN ] std_algorithms_replace_ops_test.replace 40: [ OK ] std_algorithms_replace_ops_test.replace (32 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_if 40: [ OK ] std_algorithms_replace_ops_test.replace_if (112 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_copy 40: [ OK ] std_algorithms_replace_ops_test.replace_copy (52 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 40: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (49 ms) 40: [----------] 4 tests from std_algorithms_replace_ops_test (246 ms total) 40: 40: [----------] 11 tests from std_algorithms_mod_seq_ops 40: [ RUN ] std_algorithms_mod_seq_ops.copy_if 40: [ OK ] std_algorithms_mod_seq_ops.copy_if (45 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.unique 40: [ OK ] std_algorithms_mod_seq_ops.unique (94 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 40: [ OK ] std_algorithms_mod_seq_ops.unique_copy (51 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove 40: [ OK ] std_algorithms_mod_seq_ops.remove (37 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_if 40: [ OK ] std_algorithms_mod_seq_ops.remove_if (44 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 40: [ OK ] std_algorithms_mod_seq_ops.remove_copy (138 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 40: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (50 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.rotate 40: [ OK ] std_algorithms_mod_seq_ops.rotate (1157 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 40: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (478 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.shift_left 40: [ OK ] std_algorithms_mod_seq_ops.shift_left (1267 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.shift_right 40: [ OK ] std_algorithms_mod_seq_ops.shift_right (1280 ms) 40: [----------] 11 tests from std_algorithms_mod_seq_ops (4644 ms total) 40: 40: [----------] 1 test from std_algorithms_modseq_test 40: [ RUN ] std_algorithms_modseq_test.reverse 40: [ OK ] std_algorithms_modseq_test.reverse (56 ms) 40: [----------] 1 test from std_algorithms_modseq_test (57 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 31 tests from 5 test suites ran. (4954 ms total) 40: [ PASSED ] 31 tests. 40/55 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.13 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_E 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 41: Test timeout computed to be: 1500 41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 41: Detected: 6 cores per node. 41: Detected: 1 MPI_ranks per node. 41: Requested: 8 threads per process. 41: [==========] Running 29 tests from 7 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_sorting_ops_test 41: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 41: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 41: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 41: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (9 ms) 41: [----------] 2 tests from std_algorithms_sorting_ops_test (22 ms total) 41: 41: [----------] 4 tests from std_algorithms_partitioning_test 41: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 41: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 41: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 41: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 41: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 41: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 41: [ RUN ] std_algorithms_partitioning_test.partition_point 41: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 41: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 41: 41: [----------] 1 test from std_algorithms_partitioning_ops 41: [ RUN ] std_algorithms_partitioning_ops.partition_copy 41: [ OK ] std_algorithms_partitioning_ops.partition_copy (22 ms) 41: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total) 41: 41: [----------] 12 tests from std_algorithms_numerics_test 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (3 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 41: [----------] 12 tests from std_algorithms_numerics_test (12 ms total) 41: 41: [----------] 1 test from std_algorithms_numerics_ops_test 41: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 41: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (105 ms) 41: [----------] 1 test from std_algorithms_numerics_ops_test (105 ms total) 41: 41: [----------] 8 tests from std_algorithms_numeric_ops_test 41: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o 41: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (706 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 41: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 41: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (629 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 41: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 41: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (143 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 41: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 41: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (250 ms) 41: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 41: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 41: [----------] 8 tests from std_algorithms_numeric_ops_test (1730 ms total) 41: 41: [----------] 1 test from std_algorithms_transform_ops_test 41: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 41: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (40 ms) 41: [----------] 1 test from std_algorithms_transform_ops_test (40 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 29 tests from 7 test suites ran. (1937 ms total) 41: [ PASSED ] 29 tests. 41/55 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.11 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 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 12 tests from 7 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_adjacent_find_team_test 42: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 42: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (883 ms) 42: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 42: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (715 ms) 42: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1599 ms total) 42: 42: [----------] 2 tests from std_algorithms_count_team_test 42: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 42: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (363 ms) 42: [ RUN ] std_algorithms_count_team_test.count_returns_zero 42: [ OK ] std_algorithms_count_team_test.count_returns_zero (318 ms) 42: [----------] 2 tests from std_algorithms_count_team_test (683 ms total) 42: 42: [----------] 1 test from std_algorithms_count_if_team_test 42: [ RUN ] std_algorithms_count_if_team_test.test 42: [ OK ] std_algorithms_count_if_team_test.test (418 ms) 42: [----------] 1 test from std_algorithms_count_if_team_test (419 ms total) 42: 42: [----------] 1 test from std_algorithms_for_each_team_test 42: [ RUN ] std_algorithms_for_each_team_test.test 42: [ OK ] std_algorithms_for_each_team_test.test (540 ms) 42: [----------] 1 test from std_algorithms_for_each_team_test (540 ms total) 42: 42: [----------] 1 test from std_algorithms_for_each_n_team_test 42: [ RUN ] std_algorithms_for_each_n_team_test.test 42: [ OK ] std_algorithms_for_each_n_team_test.test (691 ms) 42: [----------] 1 test from std_algorithms_for_each_n_team_test (691 ms total) 42: 42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 42: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o 42: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (978 ms) 42: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 42: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (913 ms) 42: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 42: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (915 ms) 42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2808 ms total) 42: 42: [----------] 2 tests from std_algorithms_mismatch_team_test 42: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 42: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1044 ms) 42: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 42: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1022 ms) 42: [----------] 2 tests from std_algorithms_mismatch_team_test (2069 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 12 tests from 7 test suites ran. (8811 ms total) 42: [ PASSED ] 12 tests. 42/55 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 8.98 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 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 8 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_equal_team_test 43: [ RUN ] std_algorithms_equal_team_test.views_are_equal 43: [ OK ] std_algorithms_equal_team_test.views_are_equal (1547 ms) 43: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 43: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1588 ms) 43: [----------] 2 tests from std_algorithms_equal_team_test (3136 ms total) 43: 43: [----------] 2 tests from std_algorithms_search_team_test 43: [ RUN ] std_algorithms_search_team_test.sequences_exist 43: [ OK ] std_algorithms_search_team_test.sequences_exist (693 ms) 43: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 43: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (777 ms) 43: [----------] 2 tests from std_algorithms_search_team_test (1470 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_end_team_test 43: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 43: [ OK ] std_algorithms_find_end_team_test.sequences_exist (873 ms) 43: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 43: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (899 ms) 43: [----------] 2 tests from std_algorithms_find_end_team_test (1773 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_first_of_team_test 43: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 43: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (744 ms) 43: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 43: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (975 ms) 43: [----------] 2 tests from std_algorithms_find_first_of_team_test (1719 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 8 tests from 4 test suites ran. (8099 ms total) 43: [ PASSED ] 8 tests. 43/55 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 8.28 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 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 11 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_find_team_test 44: [ RUN ] std_algorithms_find_team_test.searched_values_exist 44: [ OK ] std_algorithms_find_team_test.searched_values_exist (356 ms) 44: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 44: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (375 ms) 44: [----------] 2 tests from std_algorithms_find_team_test (731 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_if_team_test 44: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 44: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (327 ms) 44: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 44: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (364 ms) 44: [----------] 2 tests from std_algorithms_find_if_team_test (692 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_if_not_team_test 44: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 44: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (355 ms) 44: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 44: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (326 ms) 44: [----------] 2 tests from std_algorithms_find_if_not_team_test (682 ms total) 44: 44: [----------] 1 test from std_algorithms_all_of_team_test 44: [ RUN ] std_algorithms_all_of_team_test.test 44: [ OK ] std_algorithms_all_of_team_test.test (344 ms) 44: [----------] 1 test from std_algorithms_all_of_team_test (344 ms total) 44: 44: [----------] 1 test from std_algorithms_any_of_team_test 44: [ RUN ] std_algorithms_any_of_team_test.test 44: [ OK ] std_algorithms_any_of_team_test.test (318 ms) 44: [----------] 1 test from std_algorithms_any_of_team_test (318 ms total) 44: 44: [----------] 1 test from std_algorithms_none_of_team_test 44: [ RUN ] std_algorithms_none_of_team_test.test 44: [ OK ] std_algorithms_none_of_team_test.test (345 ms) 44: [----------] 1 test from std_algorithms_none_of_team_test (345 ms total) 44: 44: [----------] 2 tests from std_algorithms_search_n_team_test 44: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 44: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (381 ms) 44: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 44: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (369 ms) 44: [----------] 2 tests from std_algorithms_search_n_team_test (750 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 11 tests from 7 test suites ran. (3865 ms total) 44: [ PASSED ] 11 tests. 44/55 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 4.04 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 45: Detected: 6 cores per node. 45: Detected: 1 MPI_ranks per node. 45: Requested: 8 threads per process. 45: [==========] Running 3 tests from 3 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_min_element_team_test 45: [ RUN ] std_algorithms_min_element_team_test.test 45: [ OK ] std_algorithms_min_element_team_test.test (937 ms) 45: [----------] 1 test from std_algorithms_min_element_team_test (937 ms total) 45: 45: [----------] 1 test from std_algorithms_max_element_team_test 45: [ RUN ] std_algorithms_max_element_team_test.test 45: [ OK ] std_algorithms_max_element_team_test.test (901 ms) 45: [----------] 1 test from std_algorithms_max_element_team_test (901 ms total) 45: 45: [----------] 1 test from std_algorithms_minmax_element_team_test 45: [ RUN ] std_algorithms_minmax_element_team_test.test 45: [ OK ] std_algorithms_minmax_element_team_test.test (943 ms) 45: [----------] 1 test from std_algorithms_minmax_element_team_test (943 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 3 test suites ran. (2783 ms total) 45: [ PASSED ] 3 tests. 45/55 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.96 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 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 6 tests from 6 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_fill_team_test 46: [ RUN ] std_algorithms_fill_team_test.test [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 46: [ OK ] std_algorithms_fill_team_test.test (391 ms) 46: [----------] 1 test from std_algorithms_fill_team_test (391 ms total) 46: 46: [----------] 1 test from std_algorithms_fill_n_team_test 46: [ RUN ] std_algorithms_fill_n_team_test.test 46: [ OK ] std_algorithms_fill_n_team_test.test (490 ms) 46: [----------] 1 test from std_algorithms_fill_n_team_test (490 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_team_test 46: [ RUN ] std_algorithms_replace_team_test.test 46: [ OK ] std_algorithms_replace_team_test.test (542 ms) 46: [----------] 1 test from std_algorithms_replace_team_test (542 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_if_team_test 46: [ RUN ] std_algorithms_replace_if_team_test.test 46: [ OK ] std_algorithms_replace_if_team_test.test (505 ms) 46: [----------] 1 test from std_algorithms_replace_if_team_test (505 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_copy_team_test 46: [ RUN ] std_algorithms_replace_copy_team_test.test [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H 46: [ OK ] std_algorithms_replace_copy_team_test.test (583 ms) 46: [----------] 1 test from std_algorithms_replace_copy_team_test (583 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_copy_if_team_test 46: [ RUN ] std_algorithms_replace_copy_if_team_test.test Scanning dependencies of target Kokkos_UnitTest_SIMD [ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o 46: [ OK ] std_algorithms_replace_copy_if_team_test.test (582 ms) 46: [----------] 1 test from std_algorithms_replace_copy_if_team_test (582 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 6 tests from 6 test suites ran. (3096 ms total) 46: [ PASSED ] 6 tests. 46/55 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.27 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 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. [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_reverse_team_test 47: [ RUN ] std_algorithms_reverse_team_test.test 47: [ OK ] std_algorithms_reverse_team_test.test (441 ms) 47: [----------] 1 test from std_algorithms_reverse_team_test (441 ms total) 47: 47: [----------] 1 test from std_algorithms_reverse_copy_team_test 47: [ RUN ] std_algorithms_reverse_copy_team_test.test 47: [ OK ] std_algorithms_reverse_copy_team_test.test (452 ms) 47: [----------] 1 test from std_algorithms_reverse_copy_team_test (452 ms total) 47: 47: [----------] 1 test from std_algorithms_rotate_team_test 47: [ RUN ] std_algorithms_rotate_team_test.test 47: [ OK ] std_algorithms_rotate_team_test.test (856 ms) 47: [----------] 1 test from std_algorithms_rotate_team_test (857 ms total) 47: 47: [----------] 1 test from std_algorithms_rotate_copy_team_test 47: [ RUN ] std_algorithms_rotate_copy_team_test.test 47: [ OK ] std_algorithms_rotate_copy_team_test.test (970 ms) 47: [----------] 1 test from std_algorithms_rotate_copy_team_test (970 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (2722 ms total) 47: [ PASSED ] 4 tests. 47/55 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.90 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 6 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: [==========] Running 4 tests from 4 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_move_team_test 48: [ RUN ] std_algorithms_move_team_test.test 48: [ OK ] std_algorithms_move_team_test.test (745 ms) 48: [----------] 1 test from std_algorithms_move_team_test (745 ms total) 48: 48: [----------] 1 test from std_algorithms_move_backward_team_test 48: [ RUN ] std_algorithms_move_backward_team_test.test 48: [ OK ] std_algorithms_move_backward_team_test.test (635 ms) 48: [----------] 1 test from std_algorithms_move_backward_team_test (635 ms total) 48: 48: [----------] 1 test from std_algorithms_shift_left_team_test 48: [ RUN ] std_algorithms_shift_left_team_test.test 48: [ OK ] std_algorithms_shift_left_team_test.test (2406 ms) 48: [----------] 1 test from std_algorithms_shift_left_team_test (2406 ms total) 48: 48: [----------] 1 test from std_algorithms_shift_right_team_test 48: [ RUN ] std_algorithms_shift_right_team_test.test 48: [ OK ] std_algorithms_shift_right_team_test.test (2447 ms) 48: [----------] 1 test from std_algorithms_shift_right_team_test (2447 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (6236 ms total) 48: [ PASSED ] 4 tests. 48/55 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 6.41 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 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 9 tests from 9 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_copy_team_test 49: [ RUN ] std_algorithms_copy_team_test.test [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 49: [ OK ] std_algorithms_copy_team_test.test (913 ms) 49: [----------] 1 test from std_algorithms_copy_team_test (913 ms total) 49: 49: [----------] 1 test from std_algorithms_copy_n_team_test 49: [ RUN ] std_algorithms_copy_n_team_test.test 49: [ OK ] std_algorithms_copy_n_team_test.test (612 ms) 49: [----------] 1 test from std_algorithms_copy_n_team_test (612 ms total) 49: 49: [----------] 1 test from std_algorithms_copy_backward_team_test 49: [ RUN ] std_algorithms_copy_backward_team_test.test 49: [ OK ] std_algorithms_copy_backward_team_test.test (595 ms) 49: [----------] 1 test from std_algorithms_copy_backward_team_test (595 ms total) 49: 49: [----------] 1 test from std_algorithms_copy_if_team_test 49: [ RUN ] std_algorithms_copy_if_team_test.test 49: [ OK ] std_algorithms_copy_if_team_test.test (571 ms) 49: [----------] 1 test from std_algorithms_copy_if_team_test (571 ms total) 49: 49: [----------] 1 test from std_algorithms_unique_copy_team_test 49: [ RUN ] std_algorithms_unique_copy_team_test.test 49: [ OK ] std_algorithms_unique_copy_team_test.test (568 ms) 49: [----------] 1 test from std_algorithms_unique_copy_team_test (568 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_team_test 49: [ RUN ] std_algorithms_remove_team_test.test 49: [ OK ] std_algorithms_remove_team_test.test (561 ms) 49: [----------] 1 test from std_algorithms_remove_team_test (561 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_if_team_test 49: [ RUN ] std_algorithms_remove_if_team_test.test 49: [ OK ] std_algorithms_remove_if_team_test.test (494 ms) 49: [----------] 1 test from std_algorithms_remove_if_team_test (494 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_copy_team_test 49: [ RUN ] std_algorithms_remove_copy_team_test.test 49: [ OK ] std_algorithms_remove_copy_team_test.test (631 ms) 49: [----------] 1 test from std_algorithms_remove_copy_team_test (631 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_copy_if_team_test 49: [ RUN ] std_algorithms_remove_copy_if_team_test.test 49: [ OK ] std_algorithms_remove_copy_if_team_test.test (521 ms) 49: [----------] 1 test from std_algorithms_remove_copy_if_team_test (521 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 9 tests from 9 test suites ran. (5471 ms total) 49: [ PASSED ] 9 tests. 49/55 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 5.64 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 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 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_unique_team_test 50: [ RUN ] std_algorithms_unique_team_test.test_default_predicate [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M 50: [ OK ] std_algorithms_unique_team_test.test_default_predicate (737 ms) 50: [----------] 1 test from std_algorithms_unique_team_test (737 ms total) 50: 50: [----------] 1 test from std_algorithms_adjacent_difference_team_test 50: [ RUN ] std_algorithms_adjacent_difference_team_test.test 50: [ OK ] std_algorithms_adjacent_difference_team_test.test (1092 ms) 50: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1092 ms total) 50: 50: [----------] 1 test from std_algorithms_reduce_team_test 50: [ RUN ] std_algorithms_reduce_team_test.test 50: [ OK ] std_algorithms_reduce_team_test.test (1118 ms) 50: [----------] 1 test from std_algorithms_reduce_team_test (1118 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_reduce_team_test 50: [ RUN ] std_algorithms_transform_reduce_team_test.test 50: [ OK ] std_algorithms_transform_reduce_team_test.test (2015 ms) 50: [----------] 1 test from std_algorithms_transform_reduce_team_test (2015 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (4963 ms total) 50: [ PASSED ] 4 tests. 50/55 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 5.14 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 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 18 tests from 5 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_is_sorted_team_test 51: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_atomic [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o 51: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1072 ms) 51: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 51: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (728 ms) 51: [----------] 2 tests from std_algorithms_is_sorted_team_test (1801 ms total) 51: 51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (14 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (16 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (650 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1021 ms) 51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1702 ms total) 51: 51: [----------] 4 tests from std_algorithms_is_partitioned_team_test 51: [ RUN ] std_algorithms_is_partitioned_team_test.empty 51: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 51: [ OK ] std_algorithms_is_partitioned_team_test.all_true (477 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 51: [ OK ] std_algorithms_is_partitioned_team_test.all_false (470 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.random 51: [ OK ] std_algorithms_is_partitioned_team_test.random (344 ms) 51: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1300 ms total) 51: 51: [----------] 4 tests from std_algorithms_partition_copy_team_test 51: [ RUN ] std_algorithms_partition_copy_team_test.empty 51: [ OK ] std_algorithms_partition_copy_team_test.empty (12 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.all_true 51: [ OK ] std_algorithms_partition_copy_team_test.all_true (1095 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.all_false 51: [ OK ] std_algorithms_partition_copy_team_test.all_false (1124 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.random 51: [ OK ] std_algorithms_partition_copy_team_test.random (935 ms) 51: [----------] 4 tests from std_algorithms_partition_copy_team_test (3168 ms total) 51: 51: [----------] 4 tests from std_algorithms_partition_point_team_test 51: [ RUN ] std_algorithms_partition_point_team_test.empty 51: [ OK ] std_algorithms_partition_point_team_test.empty (7 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.all_true 51: [ OK ] std_algorithms_partition_point_team_test.all_true (452 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.all_false 51: [ OK ] std_algorithms_partition_point_team_test.all_false (474 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.random 51: [ OK ] std_algorithms_partition_point_team_test.random (307 ms) 51: [----------] 4 tests from std_algorithms_partition_point_team_test (1242 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 18 tests from 5 test suites ran. (9215 ms total) 51: [ PASSED ] 18 tests. 51/55 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 9.43 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 52: Test timeout computed to be: 1500 52: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 52: Detected: 6 cores per node. 52: Detected: 1 MPI_ranks per node. 52: Requested: 8 threads per process. 52: [==========] Running 5 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_transform_team_test 52: [ RUN ] std_algorithms_transform_team_test.test_unary_op 52: [ OK ] std_algorithms_transform_team_test.test_unary_op (1179 ms) 52: [ RUN ] std_algorithms_transform_team_test.test_binary_op 52: [ OK ] std_algorithms_transform_team_test.test_binary_op (1324 ms) 52: [----------] 2 tests from std_algorithms_transform_team_test (2504 ms total) 52: 52: [----------] 1 test from std_algorithms_generate_team_test 52: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o 52: [ OK ] std_algorithms_generate_team_test.test_unary_op (3122 ms) 52: [----------] 1 test from std_algorithms_generate_team_test (3122 ms total) 52: 52: [----------] 1 test from std_algorithms_generate_n_team_test 52: [ RUN ] std_algorithms_generate_n_team_test.test 52: [ OK ] std_algorithms_generate_n_team_test.test (533 ms) 52: [----------] 1 test from std_algorithms_generate_n_team_test (533 ms total) 52: 52: [----------] 1 test from std_algorithms_swap_ranges_team_test 52: [ RUN ] std_algorithms_swap_ranges_team_test.test 52: [ OK ] std_algorithms_swap_ranges_team_test.test (1221 ms) 52: [----------] 1 test from std_algorithms_swap_ranges_team_test (1221 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 5 tests from 4 test suites ran. (7381 ms total) 52: [ PASSED ] 5 tests. 52/55 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 7.61 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 53: Test timeout computed to be: 1500 53: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 53: Detected: 6 cores per node. 53: Detected: 1 MPI_ranks per node. 53: Requested: 8 threads per process. 53: [==========] Running 2 tests from 2 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_exclusive_scan_team_test 53: [ RUN ] std_algorithms_exclusive_scan_team_test.test 53: [ OK ] std_algorithms_exclusive_scan_team_test.test (2845 ms) 53: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2845 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 53: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 53: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1455 ms) 53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1455 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 2 tests from 2 test suites ran. (4301 ms total) 53: [ PASSED ] 2 tests. 53/55 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 4.52 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 54: Test timeout computed to be: 1500 54: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 54: Detected: 6 cores per node. 54: Detected: 1 MPI_ranks per node. 54: Requested: 8 threads per process. 54: [==========] Running 2 tests from 2 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_inclusive_scan_team_test 54: [ RUN ] std_algorithms_inclusive_scan_team_test.test 54: [ OK ] std_algorithms_inclusive_scan_team_test.test (4096 ms) 54: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4096 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 54: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 54: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2604 ms) 54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2605 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 2 tests from 2 test suites ran. (6701 ms total) 54: [ PASSED ] 2 tests. 54/55 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 6.92 sec test 55 Start 55: Kokkos_UnitTest_SIMD 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 55: Test timeout computed to be: 1500 55: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 55: Detected: 6 cores per node. 55: Detected: 1 MPI_ranks per node. 55: Requested: 8 threads per process. 55: [==========] Running 18 tests from 1 test suite. 55: [----------] Global test environment set-up. 55: [----------] 18 tests from simd 55: [ RUN ] simd.host_math_ops 55: [ OK ] simd.host_math_ops (0 ms) 55: [ RUN ] simd.device_math_ops 55: [ OK ] simd.device_math_ops (8 ms) 55: [ RUN ] simd.host_mask_ops 55: [ OK ] simd.host_mask_ops (0 ms) 55: [ RUN ] simd.device_mask_ops 55: [ OK ] simd.device_mask_ops (0 ms) 55: [ RUN ] simd.host_conversions 55: [ OK ] simd.host_conversions (0 ms) 55: [ RUN ] simd.device_conversions 55: [ OK ] simd.device_conversions (0 ms) 55: [ RUN ] simd.host_shift_ops 55: [ OK ] simd.host_shift_ops (0 ms) 55: [ RUN ] simd.device_shift_ops 55: [ OK ] simd.device_shift_ops (0 ms) 55: [ RUN ] simd.host_condition 55: [ OK ] simd.host_condition (0 ms) 55: [ RUN ] simd.device_condition 55: [ OK ] simd.device_condition (0 ms) 55: [ RUN ] simd.host_gen_ctors 55: [ OK ] simd.host_gen_ctors (0 ms) 55: [ RUN ] simd.device_gen_ctors 55: [ OK ] simd.device_gen_ctors (0 ms) 55: [ RUN ] simd.host_where_expressions 55: [ OK ] simd.host_where_expressions (0 ms) 55: [ RUN ] simd.device_where_expressions 55: [ OK ] simd.device_where_expressions (0 ms) 55: [ RUN ] simd.host_reductions 55: [ OK ] simd.host_reductions (0 ms) 55: [ RUN ] simd.device_reductions 55: [ OK ] simd.device_reductions (0 ms) 55: [ RUN ] simd.host_construction 55: [ OK ] simd.host_construction (0 ms) 55: [ RUN ] simd.device_construction 55: [ OK ] simd.device_construction (0 ms) 55: [----------] 18 tests from simd (8 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 1 test suite ran. (8 ms total) 55: [ PASSED ] 18 tests. 55/55 Test #55: Kokkos_UnitTest_SIMD ....................................... Passed 0.22 sec 100% tests passed, 0 tests failed out of 55 Label Time Summary: Kokkos = 306.52 sec*proc (55 tests) Total Test time (real) = 306.72 sec Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 768690507ea610d50c39abb4fb03969476323988e0f4d06301b59af26a0baef3 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 768690507ea610d50c39abb4fb03969476323988e0f4d06301b59af26a0baef3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 96%] Linking CXX executable Kokkos_atomic [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 96%] Built target Kokkos_atomic [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_gather [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o Scanning dependencies of target Kokkos_gups [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o Scanning dependencies of target Kokkos_launch_latency [ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_stream [ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 96%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 96%] Built target Kokkos_PerformanceTest_InclusiveScan Scanning dependencies of target Kokkos_view_copy_constructor [ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 97%] Linking CXX executable Kokkos_gups [ 97%] Linking CXX executable Kokkos_launch_latency [ 97%] Built target Kokkos_gups [ 97%] Built target Kokkos_launch_latency Scanning dependencies of target Kokkos_policy_performance Scanning dependencies of target Kokkos_bytes_and_flops [ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 97%] Linking CXX executable Kokkos_stream [ 98%] Linking CXX executable Kokkos_gather [ 98%] Built target Kokkos_stream [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 98%] Built target Kokkos_gather [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 99%] Linking CXX executable Kokkos_view_copy_constructor [ 99%] Built target Kokkos_view_copy_constructor [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 99%] Linking CXX executable Kokkos_policy_performance [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 99%] Built target Kokkos_policy_performance [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Site: 78a62c0a0a0b Build name: Linux-clang++-17 Create new tag: 20250317-1706 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-7897/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-7897/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 14 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 14 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [----------] 14 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 14 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 14 tests. 1/65 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.32 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (0 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (0 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from cuda (1 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (1 ms total) 2: [ PASSED ] 14 tests. 2/65 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.17 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 257 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (355 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (351 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (344 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (350 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (10 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (4 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (4 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (1427 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 229 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (1 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (74 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (44 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (32 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (996 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (99 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (101 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (98 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (100 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (100 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (98 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2008 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2732 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (946 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (950 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (746 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (1246 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (1 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (6 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (68 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (421 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (727 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2953 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (23 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.viewctorprop_embedded_dim 3: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (1 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (2 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (2 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (44 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (145 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (1294 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1304 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (284 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (10 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (2572 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (189 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (5 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [ RUN ] serial.task_fib_deprecated 3: [ OK ] serial.task_fib_deprecated (624 ms) 3: [ RUN ] serial.task_depend_deprecated 3: [ OK ] serial.task_depend_deprecated (0 ms) 3: [ RUN ] serial.task_team_deprecated 3: [ OK ] serial.task_team_deprecated (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated 3: [ OK ] serial.task_with_mempool_deprecated (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated 3: [ OK ] serial.task_multiple_depend_deprecated (13 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated 3: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated 3: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 3: [ RUN ] serial.task_fib_deprecated_multiple 3: [ OK ] serial.task_fib_deprecated_multiple (623 ms) 3: [ RUN ] serial.task_depend_deprecated_multiple 3: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_team_deprecated_multiple 3: [ OK ] serial.task_team_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_deprecated_multiple 3: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_deprecated_multiple 3: [ OK ] serial.task_multiple_depend_deprecated_multiple (13 ms) 3: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 3: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 3: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 3: [ RUN ] serial.task_fib_single 3: [ OK ] serial.task_fib_single (522 ms) 3: [ RUN ] serial.task_depend_single 3: [ OK ] serial.task_depend_single (0 ms) 3: [ RUN ] serial.task_team_single 3: [ OK ] serial.task_team_single (0 ms) 3: [ RUN ] serial.task_with_mempool_single 3: [ OK ] serial.task_with_mempool_single (0 ms) 3: [ RUN ] serial.task_multiple_depend_single 3: [ OK ] serial.task_multiple_depend_single (11 ms) 3: [ RUN ] serial.task_scheduler_ctors_single 3: [ OK ] serial.task_scheduler_ctors_single (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_single 3: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 3: [ RUN ] serial.task_fib_multiple 3: [ OK ] serial.task_fib_multiple (527 ms) 3: [ RUN ] serial.task_depend_multiple 3: [ OK ] serial.task_depend_multiple (0 ms) 3: [ RUN ] serial.task_team_multiple 3: [ OK ] serial.task_team_multiple (0 ms) 3: [ RUN ] serial.task_with_mempool_multiple 3: [ OK ] serial.task_with_mempool_multiple (0 ms) 3: [ RUN ] serial.task_multiple_depend_multiple 3: [ OK ] serial.task_multiple_depend_multiple (12 ms) 3: [ RUN ] serial.task_scheduler_ctors_multiple 3: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_multiple 3: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 3: [ RUN ] serial.task_fib_chase_lev 3: [ OK ] serial.task_fib_chase_lev (563 ms) 3: [ RUN ] serial.task_depend_chase_lev 3: [ OK ] serial.task_depend_chase_lev (0 ms) 3: [ RUN ] serial.task_team_chase_lev 3: [ OK ] serial.task_team_chase_lev (0 ms) 3: [ RUN ] serial.task_with_mempool_chase_lev 3: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 3: [ RUN ] serial.task_multiple_depend_chase_lev 3: [ OK ] serial.task_multiple_depend_chase_lev (13 ms) 3: [ RUN ] serial.task_scheduler_ctors_chase_lev 3: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 3: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 3: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 3: [----------] 229 tests from serial (23402 ms total) 3: 3: [----------] 16 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:252: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:457: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 16 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 257 tests from 4 test suites ran. (24831 ms total) 3: [ PASSED ] 250 tests. 3: [ SKIPPED ] 7 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/65 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 25.02 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 143 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 8 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2712 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2532 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:156: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewMemoryAccessViolation.hpp:171: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 8 tests from serial_DeathTest (5245 ms total) 4: 4: [----------] 135 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (266 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (9 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (5 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (402 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (62 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (152 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (79 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (35 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (84 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (50 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 4: [ OK ] serial.repeated_team_reduce (6562 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (100 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (93 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (27 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (26 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (4 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (911 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (3083 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (3388 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (52 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (52 ms) 4: [ RUN ] serial.view_irregular_layout 4: [ OK ] serial.view_irregular_layout (0 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (54 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (2 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (3 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (100 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestWithoutInitializing.hpp:301: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (102 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (102 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (103 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (155 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (156 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (155 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (16452 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 143 tests from 2 test suites ran. (21697 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial.view_allocation_int 4/65 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 21.91 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: [==========] Running 224 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host 5: [ OK ] cuda_DeathTest.abort_from_host (1311 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 5: [ OK ] cuda_DeathTest.abort_from_device (1302 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1280 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (984 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (7 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (3 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (4 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1263 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1004 ms) 5: [----------] 11 tests from cuda_DeathTest (7168 ms total) 5: 5: [----------] 1 test from cuda_graph_DeathTest 5: [ RUN ] cuda_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from cuda_graph_DeathTest (0 ms total) 5: 5: [----------] 196 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.array_contiguous_capacity 5: [ OK ] cuda.array_contiguous_capacity (0 ms) 5: [ RUN ] cuda.array_contiguous_element_access 5: [ OK ] cuda.array_contiguous_element_access (0 ms) 5: [ RUN ] cuda.array_contiguous_assignment 5: [ OK ] cuda.array_contiguous_assignment (0 ms) 5: [ RUN ] cuda.array_strided_capacity 5: [ OK ] cuda.array_strided_capacity (0 ms) 5: [ RUN ] cuda.array_strided_element_access 5: [ OK ] cuda.array_strided_element_access (0 ms) 5: [ RUN ] cuda.array_strided_assignment 5: [ OK ] cuda.array_strided_assignment (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (4 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (4 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (5 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (5 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (14 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (15 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (15 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned 5: [ OK ] cuda.atomic_operations_unsigned (11 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (12 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (188 ms) 5: [ RUN ] cuda.atomics_tpetra_max_abs 5: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] cuda.atomic_views_integral 5: [ OK ] cuda.atomic_views_integral (6517 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (50 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (0 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (2 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (1 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (5 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (2 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (7 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (0 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range 5: [ OK ] cuda.exec_space_thread_safety_range (8625 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (863 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (863 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (941 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (941 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (862 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (911 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1430 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2198 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1405 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1651 ms) 5: [ RUN ] cuda.deep_copy_scratch 5: [ OK ] cuda.deep_copy_scratch (0 ms) 5: [ RUN ] cuda.mathematical_constants_e 5: [ OK ] cuda.mathematical_constants_e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log2e 5: [ OK ] cuda.mathematical_constants_log2e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log10e 5: [ OK ] cuda.mathematical_constants_log10e (0 ms) 5: [ RUN ] cuda.mathematical_constants_pi 5: [ OK ] cuda.mathematical_constants_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_pi 5: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 5: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln2 5: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln10 5: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt2 5: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt3 5: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrt3 5: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_egamma 5: [ OK ] cuda.mathematical_constants_egamma (0 ms) 5: [ RUN ] cuda.mathematical_constants_phi 5: [ OK ] cuda.mathematical_constants_phi (0 ms) 5: [ RUN ] cuda.mathematical_functions_trigonometric_functions 5: [ OK ] cuda.mathematical_functions_trigonometric_functions (2 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (2 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (0 ms) 5: [ RUN ] cuda.mathematical_functions_fma 5: [ OK ] cuda.mathematical_functions_fma (0 ms) 5: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 5: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (140 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (245 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (1 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (4 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (1 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (35 ms) 5: [ RUN ] cuda.mdrange_scalar 5: [ OK ] cuda.mdrange_scalar (0 ms) 5: [ RUN ] cuda.mdrange_large_deep_copy 5: [ OK ] cuda.mdrange_large_deep_copy (74 ms) 5: [ RUN ] cuda.md_range_policy_construction_from_arrays 5: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] cuda.policy_get_tile_size 5: [ OK ] cuda.policy_get_tile_size (0 ms) 5: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 5: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1367 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (0 ms) 5: [ RUN ] cuda.mdspan_atomic_accessor 5: [ OK ] cuda.mdspan_atomic_accessor (0 ms) 5: [ RUN ] cuda.view_mdspan_conversion 5: [ OK ] cuda.view_mdspan_conversion (3 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (0 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (0 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (0 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (0 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (0 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (13 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (0 ms) 5: [ RUN ] cuda.viewctorprop_embedded_dim 5: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (22 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (1 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (0 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (0 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce 5: [ OK ] cuda.large_parallel_for_reduce (50 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (0 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (0 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (4 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (10 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (1 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (4 ms) 5: [ RUN ] cuda.reducers_half_t 5: [ OK ] cuda.reducers_half_t (3 ms) 5: [ RUN ] cuda.reducers_bhalf_t 5: [ OK ] cuda.reducers_bhalf_t (3 ms) 5: [ RUN ] cuda.reducers_int8_t 5: [ OK ] cuda.reducers_int8_t (2 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (3 ms) 5: [ RUN ] cuda.reducers_point_t 5: [ OK ] cuda.reducers_point_t (2 ms) 5: [ RUN ] cuda.reducers_bool 5: [ OK ] cuda.reducers_bool (0 ms) 5: [ RUN ] cuda.int64_t_reduce 5: [ OK ] cuda.int64_t_reduce (12 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (11 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (24 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (24 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (4 ms) 5: [ RUN ] cuda.int_combined_reduce 5: [ OK ] cuda.int_combined_reduce (0 ms) 5: [ RUN ] cuda.mdrange_combined_reduce 5: [ OK ] cuda.mdrange_combined_reduce (0 ms) 5: [ RUN ] cuda.int_combined_reduce_mixed 5: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 5: [ RUN ] cuda.reduction_with_large_iteration_count 5: [ OK ] cuda.reduction_with_large_iteration_count (360 ms) 5: [ RUN ] cuda.reduction_deduction 5: [ OK ] cuda.reduction_deduction (0 ms) 5: [ RUN ] cuda.reduce_device_view_range_policy 5: [ OK ] cuda.reduce_device_view_range_policy (4 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy 5: [ OK ] cuda.reduce_device_view_mdrange_policy (121 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (6 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (59 ms) 5: [ RUN ] cuda.mdspan_space_aware_accessor 5: [ OK ] cuda.mdspan_space_aware_accessor (0 ms) 5: [ RUN ] cuda.kokkos_swap 5: [ OK ] cuda.kokkos_swap (0 ms) 5: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceRangePolicyViewSizeLimit (20 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (83 ms) 5: [----------] 196 tests from cuda (30386 ms total) 5: 5: [----------] 16 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_once_rvalue 5: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 5: [ RUN ] cuda_graph.instantiate_and_submit_once 5: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 5: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 5: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_arg 5: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 5: [ RUN ] cuda_graph.submit_six 5: [ OK ] cuda_graph.submit_six (0 ms) 5: [ RUN ] cuda_graph.when_all_cycle 5: [ OK ] cuda_graph.when_all_cycle (0 ms) 5: [ RUN ] cuda_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestGraph.hpp:341: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (0 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (0 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 5: [----------] 16 tests from cuda_graph (3 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 224 tests from 4 test suites ran. (37560 ms total) 5: [ PASSED ] 222 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] cuda_graph.repeat_chain 5/65 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 37.90 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: [==========] Running 143 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7950 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (7134 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (18115 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (21369 ms) 6: [----------] 8 tests from cuda_DeathTest (54569 ms total) 6: 6: [----------] 107 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (3 ms) 6: [ RUN ] cuda.team_reduce 6: [ OK ] cuda.team_reduce (1 ms) 6: [ RUN ] cuda.team_reduce_large 6: [ OK ] cuda.team_reduce_large (417 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (6 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (0 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (0 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (8 ms) 6: [ RUN ] cuda.triple_nested_parallelism 6: [ OK ] cuda.triple_nested_parallelism (6 ms) 6: [ RUN ] cuda.parallel_scan_with_reducers 6: [ OK ] cuda.parallel_scan_with_reducers (82 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (20 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (10 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (10 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (15 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 6: [ OK ] cuda.team_reduction_scan (1645 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (9 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (9 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (13 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (12 ms) 6: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] cuda.repeated_team_reduce 6: [ OK ] cuda.repeated_team_reduce (13 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (158 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (149 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (0 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (0 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (5 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended 6: [ OK ] cuda.team_policy_max_recommended (903 ms) 6: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] cuda.team_teamvector_range 6: [ OK ] cuda.team_teamvector_range (1 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (2 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (1 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (11 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (7 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (3 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (0 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (0 ms) 6: [ RUN ] cuda.view_remap 6: [ OK ] cuda.view_remap (0 ms) 6: [ RUN ] cuda.view_mirror_nonconst 6: [ OK ] cuda.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda.view_stride_method 6: [ OK ] cuda.view_stride_method (0 ms) 6: [ RUN ] cuda.anonymous_space 6: [ OK ] cuda.anonymous_space (0 ms) 6: [ RUN ] cuda.view_overload_resolution 6: [ OK ] cuda.view_overload_resolution (0 ms) 6: [ RUN ] cuda.view_allocation_large_rank 6: [ OK ] cuda.view_allocation_large_rank (5 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (0 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (0 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (7 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right 6: [ OK ] cuda.view_fill_tests_layout_right (99 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (53 ms) 6: [ RUN ] cuda.vcp_empty_traits 6: [ OK ] cuda.vcp_empty_traits (0 ms) 6: [ RUN ] cuda.is_view_label 6: [ OK ] cuda.is_view_label (0 ms) 6: [ RUN ] cuda.vcp_label_base_traits 6: [ OK ] cuda.vcp_label_base_traits (0 ms) 6: [ RUN ] cuda.vcp_label_traits 6: [ OK ] cuda.vcp_label_traits (0 ms) 6: [ RUN ] cuda.view_alloc_can_perfect_forward_label 6: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 6: [ RUN ] cuda.vcp_label_copy_constructor 6: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 6: [ RUN ] cuda.vcp_pointer_add_property 6: [ OK ] cuda.vcp_pointer_add_property (0 ms) 6: [ RUN ] cuda.view_empty_runtime_unmanaged 6: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] cuda.view_hooks 6: [ OK ] cuda.view_hooks (0 ms) 6: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (73 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (67 ms) 6: [ RUN ] cuda.view_irregular_layout 6: [ OK ] cuda.view_irregular_layout (0 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (50 ms) 6: [ RUN ] cuda.view_mapping_operator 6: [ OK ] cuda.view_mapping_operator (7 ms) 6: [ RUN ] cuda.static_extent 6: [ OK ] cuda.static_extent (0 ms) 6: [ RUN ] cuda.view_mapping_atomic 6: [ OK ] cuda.view_mapping_atomic (0 ms) 6: [ RUN ] cuda.view_mapping_class_value 6: [ OK ] cuda.view_mapping_class_value (0 ms) 6: [ RUN ] cuda.view_mapping_assignable 6: [ OK ] cuda.view_mapping_assignable (0 ms) 6: [ RUN ] cuda.view_mapping_trivially_copyable 6: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda.view_mapping_subview 6: [ OK ] cuda.view_mapping_subview (0 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (0 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (0 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (12 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (0 ms) 6: [ RUN ] cuda.workgraph_fib 6: [ OK ] cuda.workgraph_fib (796 ms) 6: [ RUN ] cuda.resize_realloc_no_init 6: [ OK ] cuda.resize_realloc_no_init (0 ms) 6: [ RUN ] cuda.resize_realloc_no_alloc 6: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 6: [ RUN ] cuda.realloc_exec_space 6: [ OK ] cuda.realloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc 6: [ OK ] cuda.view_alloc (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space 6: [ OK ] cuda.view_alloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc_int 6: [ OK ] cuda.view_alloc_int (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space_int 6: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 6: [ RUN ] cuda.deep_copy_zero_memset 6: [ OK ] cuda.deep_copy_zero_memset (0 ms) 6: [ RUN ] cuda.resize_exec_space 6: [ OK ] cuda.resize_exec_space (0 ms) 6: [ RUN ] cuda.view_allocation_int 6: [ OK ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 107 tests from cuda (4734 ms total) 6: 6: [----------] 28 tests from cuda_uvm 6: [ RUN ] cuda_uvm.view_subview_auto_1d_left 6: [ OK ] cuda_uvm.view_subview_auto_1d_left (6 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_right 6: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 6: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 6: [ RUN ] cuda_uvm.view_subview_assign_strided 6: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (1 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (3 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (49 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (49 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (48 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (75 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (70 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (70 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (73 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (74 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (72 ms) 6: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 6: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 6: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 6: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 6: [----------] 28 tests from cuda_uvm (629 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 143 tests from 3 test suites ran. (59933 ms total) 6: [ PASSED ] 139 tests. 6: [ SKIPPED ] 4 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 6/65 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 60.31 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: [==========] Running 97 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 41 tests from cuda 7: [ RUN ] cuda.task_fib_deprecated 7: [ OK ] cuda.task_fib_deprecated (1868 ms) 7: [ RUN ] cuda.task_depend_deprecated 7: [ OK ] cuda.task_depend_deprecated (52 ms) 7: [ RUN ] cuda.task_team_deprecated 7: [ OK ] cuda.task_team_deprecated (5 ms) 7: [ RUN ] cuda.task_with_mempool_deprecated 7: [ OK ] cuda.task_with_mempool_deprecated (1 ms) 7: [ RUN ] cuda.task_multiple_depend_deprecated 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTaskScheduler_single.hpp:52: Skipped 7: skipping because test fails with Clang NVPTX + RDC 7: [ SKIPPED ] cuda.task_multiple_depend_deprecated (0 ms) 7: [ RUN ] cuda.task_scheduler_ctors_deprecated 7: [ OK ] cuda.task_scheduler_ctors_deprecated (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_deprecated 7: [ OK ] cuda.task_scheduer_ctors_device_deprecated (2 ms) 7: [ RUN ] cuda.task_fib_deprecated_multiple 7: [ OK ] cuda.task_fib_deprecated_multiple (587 ms) 7: [ RUN ] cuda.task_depend_deprecated_multiple 7: [ OK ] cuda.task_depend_deprecated_multiple (132 ms) 7: [ RUN ] cuda.task_team_deprecated_multiple 7: [ OK ] cuda.task_team_deprecated_multiple (5 ms) 7: [ RUN ] cuda.task_with_mempool_deprecated_multiple 7: [ OK ] cuda.task_with_mempool_deprecated_multiple (14 ms) 7: [ RUN ] cuda.task_multiple_depend_deprecated_multiple 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTaskScheduler_single.hpp:52: Skipped 7: skipping because test fails with Clang NVPTX + RDC 7: [ SKIPPED ] cuda.task_multiple_depend_deprecated_multiple (0 ms) 7: [ RUN ] cuda.task_scheduler_ctors_deprecated_multiple 7: [ OK ] cuda.task_scheduler_ctors_deprecated_multiple (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_deprecated_multiple 7: [ OK ] cuda.task_scheduer_ctors_device_deprecated_multiple (19 ms) 7: [ RUN ] cuda.task_fib_single 7: [ OK ] cuda.task_fib_single (1575 ms) 7: [ RUN ] cuda.task_depend_single 7: [ OK ] cuda.task_depend_single (53 ms) 7: [ RUN ] cuda.task_team_single 7: [ OK ] cuda.task_team_single (7 ms) 7: [ RUN ] cuda.task_with_mempool_single 7: [ OK ] cuda.task_with_mempool_single (1 ms) 7: [ RUN ] cuda.task_multiple_depend_single 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTaskScheduler_single.hpp:52: Skipped 7: skipping because test fails with Clang NVPTX + RDC 7: [ SKIPPED ] cuda.task_multiple_depend_single (0 ms) 7: [ RUN ] cuda.task_scheduler_ctors_single 7: [ OK ] cuda.task_scheduler_ctors_single (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_single 7: [ OK ] cuda.task_scheduer_ctors_device_single (2 ms) 7: [ RUN ] cuda.task_fib_multiple 7: [ OK ] cuda.task_fib_multiple (969 ms) 7: [ RUN ] cuda.task_depend_multiple 7: [ OK ] cuda.task_depend_multiple (53 ms) 7: [ RUN ] cuda.task_team_multiple 7: [ OK ] cuda.task_team_multiple (5 ms) 7: [ RUN ] cuda.task_with_mempool_multiple 7: [ OK ] cuda.task_with_mempool_multiple (1 ms) 7: [ RUN ] cuda.task_multiple_depend_multiple 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTaskScheduler_single.hpp:52: Skipped 7: skipping because test fails with Clang NVPTX + RDC 7: [ SKIPPED ] cuda.task_multiple_depend_multiple (0 ms) 7: [ RUN ] cuda.task_scheduler_ctors_multiple 7: [ OK ] cuda.task_scheduler_ctors_multiple (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_multiple 7: [ OK ] cuda.task_scheduer_ctors_device_multiple (2 ms) 7: [ RUN ] cuda.task_fib_chase_lev 7: [ OK ] cuda.task_fib_chase_lev (1092 ms) 7: [ RUN ] cuda.task_depend_chase_lev 7: [ OK ] cuda.task_depend_chase_lev (108 ms) 7: [ RUN ] cuda.task_team_chase_lev 7: [ OK ] cuda.task_team_chase_lev (5 ms) 7: [ RUN ] cuda.task_with_mempool_chase_lev 7: [ OK ] cuda.task_with_mempool_chase_lev (4 ms) 7: [ RUN ] cuda.task_multiple_depend_chase_lev 7: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/TestTaskScheduler_single.hpp:52: Skipped 7: skipping because test fails with Clang NVPTX + RDC 7: [ SKIPPED ] cuda.task_multiple_depend_chase_lev (0 ms) 7: [ RUN ] cuda.task_scheduler_ctors_chase_lev 7: [ OK ] cuda.task_scheduler_ctors_chase_lev (0 ms) 7: [ RUN ] cuda.task_scheduer_ctors_device_chase_lev 7: [ OK ] cuda.task_scheduer_ctors_device_chase_lev (4 ms) 7: [ RUN ] cuda.team_scratch_1_streams 7: [ OK ] cuda.team_scratch_1_streams (14670 ms) 7: [ RUN ] cuda.space_access 7: [ OK ] cuda.space_access (0 ms) 7: [ RUN ] cuda.uvm 7: [ OK ] cuda.uvm (0 ms) 7: [ RUN ] cuda.impl_view_accessible 7: [ OK ] cuda.impl_view_accessible (1 ms) 7: [ RUN ] cuda.impl_view_texture 7: [ OK ] cuda.impl_view_texture (0 ms) 7: [ RUN ] cuda.view_subview_const_randomaccess 7: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 7: [----------] 41 tests from cuda (21253 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (32 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (7 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (6 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (1 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (3664 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (6 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 7: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_degenerated 7: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (4189 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (4438 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (53 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (4 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_hostpinned (12406 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (43 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (11 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (15 ms) 7: [ RUN ] cuda_uvm.view_api_c 7: [ OK ] cuda_uvm.view_api_c (0 ms) 7: [ RUN ] cuda_uvm.view_api_d 7: [ OK ] cuda_uvm.view_api_d (3 ms) 7: [ RUN ] cuda_uvm.view_remap 7: [ OK ] cuda_uvm.view_remap (1 ms) 7: [ RUN ] cuda_uvm.view_mirror_nonconst 7: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_uvm.view_stride_method 7: [ OK ] cuda_uvm.view_stride_method (0 ms) 7: [ RUN ] cuda_uvm.anonymous_space 7: [ OK ] cuda_uvm.anonymous_space (0 ms) 7: [ RUN ] cuda_uvm.view_overload_resolution 7: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 7: [ RUN ] cuda_uvm.view_allocation_large_rank 7: [ OK ] cuda_uvm.view_allocation_large_rank (293 ms) 7: [ RUN ] cuda_uvm.view_shmem_size_on_device 7: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_uvm.view_is_assignable 7: [ OK ] cuda_uvm.view_is_assignable (24 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (34 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (11 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (150 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (109 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (53 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (7 ms) 7: [ RUN ] cuda_uvm.static_extent 7: [ OK ] cuda_uvm.static_extent (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_atomic 7: [ OK ] cuda_uvm.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_class_value 7: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_assignable 7: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 7: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_subview 7: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_uvm (764 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 97 tests from 3 test suites ran. (34424 ms total) 7: [ PASSED ] 92 tests. 7: [ SKIPPED ] 5 tests, listed below: 7: [ SKIPPED ] cuda.task_multiple_depend_deprecated 7: [ SKIPPED ] cuda.task_multiple_depend_deprecated_multiple 7: [ SKIPPED ] cuda.task_multiple_depend_single 7: [ SKIPPED ] cuda.task_multiple_depend_multiple 7: [ SKIPPED ] cuda.task_multiple_depend_chase_lev 7/65 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 34.64 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.graph_lock_based_atomic_op 8: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 8: [----------] 1 test from cuda (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/65 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.17 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 9: [==========] Running 2 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 2 tests from cuda 9: [ RUN ] cuda.debug_serial_execution 9: [ OK ] cuda.debug_serial_execution (15 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 9: [ OK ] cuda.debug_pin_um_to_host (708 ms) 9: [----------] 2 tests from cuda (724 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (724 ms total) 9: [ PASSED ] 2 tests. 9/65 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.90 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 10: Test timeout computed to be: 1500 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from cuda 10: [ RUN ] cuda.raw_cuda_interop 10: [ OK ] cuda.raw_cuda_interop (104 ms) 10: [----------] 1 test from cuda (104 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (104 ms total) 10: [ PASSED ] 1 test. 10/65 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.16 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from cuda 11: [ RUN ] cuda.raw_cuda_streams 11: [ OK ] cuda.raw_cuda_streams (103 ms) 11: [----------] 1 test from cuda (103 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (103 ms total) 11: [ PASSED ] 1 test. 11/65 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.16 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test timeout computed to be: 1500 12: [==========] Running 4 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 4 tests from cuda_multi_gpu 12: [ RUN ] cuda_multi_gpu.managed_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.managed_views (0 ms) 12: [ RUN ] cuda_multi_gpu.unmanaged_views 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms) 12: [ RUN ] cuda_multi_gpu.scratch_space 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.scratch_space (0 ms) 12: [ RUN ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12: /var/jenkins/workspace/Kokkos_PR-7897/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/65 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.16 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: [==========] Running 5 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 5 tests from cuda_GraphInterOp 13: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 13: [ OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms) 13: [ RUN ] cuda_GraphInterOp.count_nodes 13: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: [ OK ] cuda_GraphInterOp.debug_dot_print (1 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: [ OK ] cuda_GraphInterOp.instantiation_flags (0 ms) 13: [ RUN ] cuda_GraphInterOp.construct_from_native 13: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 13: [----------] 5 tests from cuda_GraphInterOp (4 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (4 ms total) 13: [ PASSED ] 5 tests. 13/65 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.17 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Default 14: Test timeout computed to be: 1500 14: [==========] Running 59 tests from 41 test suites. 14: [----------] Global test environment set-up. 14: [----------] 19 tests from defaultdevicetype 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 14: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 14: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 14: [ RUN ] defaultdevicetype.shared_space 14: [ OK ] defaultdevicetype.shared_space (67 ms) 14: [ RUN ] defaultdevicetype.shared_host_pinned_space 14: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 14: [ RUN ] defaultdevicetype.compiler_macros 14: [ OK ] defaultdevicetype.compiler_macros (0 ms) 14: [ RUN ] defaultdevicetype.half_conversion 14: [ OK ] defaultdevicetype.half_conversion (0 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (0 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 (3 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b1 14: [ OK ] defaultdevicetype.reduce_instantiation_b1 (8 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c1 14: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a2 14: [ OK ] defaultdevicetype.reduce_instantiation_a2 (4 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b2 14: [ OK ] defaultdevicetype.reduce_instantiation_b2 (11 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c2 14: [ OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a3 14: [ OK ] defaultdevicetype.reduce_instantiation_a3 (7 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b3 14: [ OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c3 14: [ OK ] defaultdevicetype.reduce_instantiation_c3 (6 ms) 14: [----------] 19 tests from defaultdevicetype (137 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (14 ms) 14: [----------] 1 test from kokkosresize (14 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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: [==========] 59 tests from 41 test suites ran. (153 ms total) 14: [ PASSED ] 59 tests. 14/65 Test #14: Kokkos_CoreUnitTest_Default ................................ Passed 0.34 sec test 15 Start 15: Kokkos_CoreUnitTest_InitializeFinalize 15: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 15: Test timeout computed to be: 1500 15: [==========] Running 28 tests from 6 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (390 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1248 ms) 15: [----------] 2 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (1638 ms total) 15: 15: [----------] 4 tests from InitializeFinalize_DeathTest 15: [ RUN ] InitializeFinalize_DeathTest.initialize 15: [ OK ] InitializeFinalize_DeathTest.initialize (888 ms) 15: [ RUN ] InitializeFinalize_DeathTest.finalize 15: [ OK ] InitializeFinalize_DeathTest.finalize (628 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_initialized 15: [ OK ] InitializeFinalize_DeathTest.is_initialized (151 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_finalized 15: [ OK ] InitializeFinalize_DeathTest.is_finalized (151 ms) 15: [----------] 4 tests from InitializeFinalize_DeathTest (1818 ms total) 15: 15: [----------] 1 test from Legion_DeathTest 15: [ RUN ] Legion_DeathTest.individual_backend_initialization 15: [ OK ] Legion_DeathTest.individual_backend_initialization (151 ms) 15: [----------] 1 test from Legion_DeathTest (151 ms total) 15: 15: [----------] 2 tests from PushFinalizeHook_DeathTest 15: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 15: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (154 ms) 15: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 15: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (365 ms) 15: [----------] 2 tests from PushFinalizeHook_DeathTest (519 ms total) 15: 15: [----------] 6 tests from ScopeGuard_DeathTest 15: [ RUN ] ScopeGuard_DeathTest.create 15: [ OK ] ScopeGuard_DeathTest.create (152 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_argument 15: [ OK ] ScopeGuard_DeathTest.create_argument (152 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 15: [ OK ] ScopeGuard_DeathTest.create_while_initialize (358 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 15: [ OK ] ScopeGuard_DeathTest.create_after_initialize (354 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 15: [ OK ] ScopeGuard_DeathTest.create_after_finalize (355 ms) 15: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 15: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (364 ms) 15: [----------] 6 tests from ScopeGuard_DeathTest (1738 ms total) 15: 15: [----------] 13 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.initialization_settings 15: [ OK ] defaultdevicetype.initialization_settings (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 15: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_device_id 15: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 15: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 15: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_help 15: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 15: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms) 15: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 15: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms) 15: [ RUN ] defaultdevicetype.env_vars_num_threads 15: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_device_id 15: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_disable_warnings 15: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 15: [ RUN ] defaultdevicetype.env_vars_tune_internals 15: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 15: [ RUN ] defaultdevicetype.visible_devices 15: [ OK ] defaultdevicetype.visible_devices (0 ms) 15: [----------] 13 tests from defaultdevicetype (18 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 28 tests from 6 test suites ran. (5885 ms total) 15: [ PASSED ] 28 tests. 15/65 Test #15: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 5.92 sec test 16 Start 16: Kokkos_CoreUnitTest_Develop 16: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_Develop 16: Test timeout computed to be: 1500 16: [==========] Running 1 test from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 1 test from defaultdevicetype 16: [ RUN ] defaultdevicetype.development_test 16: [ OK ] defaultdevicetype.development_test (0 ms) 16: [----------] 1 test from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 1 test from 1 test suite ran. (0 ms total) 16: [ PASSED ] 1 test. 16/65 Test #16: Kokkos_CoreUnitTest_Develop ................................ Passed 0.16 sec test 17 Start 17: Kokkos_CoreUnitTest_TuningBuiltins 17: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 17: Test timeout computed to be: 1500 17/65 Test #17: Kokkos_CoreUnitTest_TuningBuiltins ......................... Passed 0.19 sec test 18 Start 18: Kokkos_CoreUnitTest_TuningBasics 18: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 18: Test timeout computed to be: 1500 18: Set of size 10 18: 4,4 18: Expect 1, have 1 18: Expect 2, have 2 18/65 Test #18: Kokkos_CoreUnitTest_TuningBasics ........................... Passed 0.17 sec test 19 Start 19: Kokkos_CoreUnitTest_CategoricalTuner 19: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 19: Test timeout computed to be: 1500 19/65 Test #19: Kokkos_CoreUnitTest_CategoricalTuner ....................... Passed 0.64 sec test 20 Start 20: Kokkos_CoreUnitTest_KokkosP 20: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 20: Test timeout computed to be: 1500 20: [==========] Running 33 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 33 tests from kokkosp 20: [ RUN ] kokkosp.test_named_instance_fence 20: Ref: 33554433 20: Ref: named_instance 20: 33554433 20: named_instance 20: [ OK ] kokkosp.test_named_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_instance_fence 20: Ref: 33554433 20: Ref: Unnamed Instance Fence 20: 33554433 20: Kokkos::Cuda::fence(): Unnamed Instance Fence 20: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_named_global_fence 20: Ref: 33554432 20: Ref: test global fence 20: 0 20: test global fence 20: Miss on id 20: 33554432 20: test global fence 20: [ OK ] kokkosp.test_named_global_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_global_fence 20: Ref: 33554432 20: Ref: Unnamed Global Fence 20: 0 20: Kokkos::fence: Unnamed Global Fence 20: Miss on id 20: 33554432 20: Kokkos::fence: Unnamed Global Fence 20: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 20: [ RUN ] kokkosp.test_multiple_default_instances 20: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 20: [ RUN ] kokkosp.test_id_gen 20: [ OK ] kokkosp.test_id_gen (0 ms) 20: [ RUN ] kokkosp.test_kernel_sequence 20: Ref: 33554433 20: Ref: named_instance 20: 33554433 20: named_instance 20: Ref: 33554433 20: Ref: test_kernel 20: 33554433 20: named_instance 20: Miss on name 20: 0 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 33554432 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 33554433 20: test_kernel 20: [ OK ] kokkosp.test_kernel_sequence (0 ms) 20: [ RUN ] kokkosp.test_streams 20: [ OK ] kokkosp.test_streams (0 ms) 20: [ RUN ] kokkosp.async_deep_copy 20: [ OK ] kokkosp.async_deep_copy (0 ms) 20: [ RUN ] kokkosp.parallel_for 20: [ OK ] kokkosp.parallel_for (0 ms) 20: [ RUN ] kokkosp.parallel_reduce 20: [ OK ] kokkosp.parallel_reduce (0 ms) 20: [ RUN ] kokkosp.parallel_scan 20: [ OK ] kokkosp.parallel_scan (2 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence 20: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence_view 20: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 20: [ RUN ] kokkosp.regions 20: [ OK ] kokkosp.regions (0 ms) 20: [ RUN ] kokkosp.fences 20: [ OK ] kokkosp.fences (0 ms) 20: [ RUN ] kokkosp.raw_allocation 20: [ OK ] kokkosp.raw_allocation (0 ms) 20: [ RUN ] kokkosp.view 20: [ OK ] kokkosp.view (0 ms) 20: [ RUN ] kokkosp.sections 20: [ OK ] kokkosp.sections (0 ms) 20: [ RUN ] kokkosp.metadata 20: [ OK ] kokkosp.metadata (0 ms) 20: [ RUN ] kokkosp.profile_events 20: [ OK ] kokkosp.profile_events (0 ms) 20: [ RUN ] kokkosp.tuning_sequence 20: [ OK ] kokkosp.tuning_sequence (0 ms) 20: [ RUN ] kokkosp.no_init_kernel 20: [ OK ] kokkosp.no_init_kernel (0 ms) 20: [ RUN ] kokkosp.get_events 20: [ OK ] kokkosp.get_events (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_for 20: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_reduce 20: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_scan 20: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 20: [ RUN ] kokkosp.kernel_name_internal 20: [ OK ] kokkosp.kernel_name_internal (0 ms) 20: [ RUN ] kokkosp.profiling_section 20: [ OK ] kokkosp.profiling_section (0 ms) 20: [ RUN ] kokkosp.scoped_profile_region 20: [ OK ] kokkosp.scoped_profile_region (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init 20: [ OK ] kokkosp.create_mirror_no_init (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 20: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 20: [ RUN ] kokkosp.create_mirror_view_and_copy 20: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 20: [----------] 33 tests from kokkosp (4 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 33 tests from 1 test suite ran. (4 ms total) 20: [ PASSED ] 33 tests. 20/65 Test #20: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.18 sec test 21 Start 21: Kokkos_CoreUnitTest_ToolIndependence 21: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 21: Test timeout computed to be: 1500 21/65 Test #21: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoadHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 22: Environment variables: 22: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 22: Test timeout computed to be: 1500 22: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 22/65 Test #22: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.17 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLineHelp 23: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 23: Test timeout computed to be: 1500 23: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 23/65 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.15 sec test 24 Start 24: Kokkos_ProfilingTestLibraryLoad 24: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 24: Environment variables: 24: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so 24: Test timeout computed to be: 1500 24: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 24: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1706::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.6.99::kokkosp_allocate_data:Host:source:0x555555982700:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555556103840:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555561038c0:Host:source:0x555555982780: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:0x555556103940: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:0x555556103840:40::kokkosp_deallocate_data:Host:source:0x555555982700:40::kokkosp_finalize_library:: 24/65 Test #24: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.15 sec test 25 Start 25: Kokkos_ProfilingTestLibraryCmdLine 25: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/libkokkosprinter-tool.so" 25: Test timeout computed to be: 1500 25: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1706::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.6.99::kokkosp_allocate_data:Host:source:0x5555561037c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555556103940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555561039c0:Host:source:0x555556103840: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:0x555556103a40: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:0x555556103940:40::kokkosp_deallocate_data:Host:source:0x5555561037c0:40::kokkosp_finalize_library:: 25/65 Test #25: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.15 sec test 26 Start 26: Kokkos_CoreUnitTest_StackTraceTest 26: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec 26: Test timeout computed to be: 1500 26: [==========] Running 3 tests from 2 test suites. 26: [----------] Global test environment set-up. 26: [----------] 2 tests from defaultdevicetype_DeathTest 26: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555f5f92] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x555555597ad0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x555555593d46] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xe9) [0x555555595799] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c909d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4939] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a5a09] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a6258] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x75d) [0x5555555b50dd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c9d5d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555b4953] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555595ca0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff32b11ca] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff32b128b] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555593bb5] 26: 26: demangled test_f1: 26: [0x5555555f5f92] Kokkos::Impl::save_stacktrace() 26: [0x555555597ad0] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555593d46] Test::test_stacktrace(bool, bool) 26: [0x555555595799] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x5555555c909d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4939] testing::Test::Run() 26: [0x5555555a5a09] testing::TestInfo::Run() 26: [0x5555555a6258] testing::TestSuite::Run() 26: [0x5555555b50dd] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555c9d5d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b4953] testing::UnitTest::Run() 26: [0x555555595ca0] main 26: [0x7ffff32b11ca] 26: [0x7ffff32b128b] __libc_start_main 26: [0x555555593bb5] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555f5f92] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x555555597ad0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597c94] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaa0) [0x5555555947c0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xe9) [0x555555595799] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c909d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4939] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a5a09] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a6258] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x75d) [0x5555555b50dd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c9d5d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555b4953] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555595ca0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff32b11ca] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff32b128b] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555593bb5] 26: 26: demangled test_f3: 26: [0x5555555f5f92] Kokkos::Impl::save_stacktrace() 26: [0x555555597ad0] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555597c94] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x5555555947c0] Test::test_stacktrace(bool, bool) 26: [0x555555595799] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x5555555c909d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4939] testing::Test::Run() 26: [0x5555555a5a09] testing::TestInfo::Run() 26: [0x5555555a6258] testing::TestSuite::Run() 26: [0x5555555b50dd] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555c9d5d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b4953] testing::UnitTest::Run() 26: [0x555555595ca0] main 26: [0x7ffff32b11ca] 26: [0x7ffff32b128b] __libc_start_main 26: [0x555555593bb5] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (342 ms) 26: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555f5f92] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x555555597ad0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x555555593d46] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe6) [0x555555595a76] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c909d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4939] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a5a09] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a6258] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x75d) [0x5555555b50dd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c9d5d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555b4953] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555595ca0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff32b11ca] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff32b128b] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555593bb5] 26: 26: demangled test_f1: 26: [0x5555555f5f92] Kokkos::Impl::save_stacktrace() 26: [0x555555597ad0] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555593d46] Test::test_stacktrace(bool, bool) 26: [0x555555595a76] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x5555555c909d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4939] testing::Test::Run() 26: [0x5555555a5a09] testing::TestInfo::Run() 26: [0x5555555a6258] testing::TestSuite::Run() 26: [0x5555555b50dd] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555c9d5d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b4953] testing::UnitTest::Run() 26: [0x555555595ca0] main 26: [0x7ffff32b11ca] 26: [0x7ffff32b128b] __libc_start_main 26: [0x555555593bb5] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555f5f92] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x555555597ad0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597c94] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaa0) [0x5555555947c0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe6) [0x555555595a76] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c909d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4939] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a5a09] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a6258] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x75d) [0x5555555b50dd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c9d5d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555b4953] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555595ca0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff32b11ca] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff32b128b] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555593bb5] 26: 26: demangled test_f3: 26: [0x5555555f5f92] Kokkos::Impl::save_stacktrace() 26: [0x555555597ad0] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555597c94] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x5555555947c0] Test::test_stacktrace(bool, bool) 26: [0x555555595a76] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x5555555c909d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4939] testing::Test::Run() 26: [0x5555555a5a09] testing::TestInfo::Run() 26: [0x5555555a6258] testing::TestSuite::Run() 26: [0x5555555b50dd] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555c9d5d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b4953] testing::UnitTest::Run() 26: [0x555555595ca0] main 26: [0x7ffff32b11ca] 26: [0x7ffff32b128b] __libc_start_main 26: [0x555555593bb5] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (327 ms) 26: [----------] 2 tests from defaultdevicetype_DeathTest (670 ms total) 26: 26: [----------] 1 test from defaultdevicetype 26: [ RUN ] defaultdevicetype.stacktrace_normal 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555f5f92] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x555555597ad0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x555555593d46] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c909d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4939] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a5a09] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a6258] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x75d) [0x5555555b50dd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c9d5d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555b4953] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555595ca0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff32b11ca] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff32b128b] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555593bb5] 26: 26: demangled test_f1: 26: [0x5555555f5f92] Kokkos::Impl::save_stacktrace() 26: [0x555555597ad0] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555593d46] Test::test_stacktrace(bool, bool) 26: [0x5555555c909d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4939] testing::Test::Run() 26: [0x5555555a5a09] testing::TestInfo::Run() 26: [0x5555555a6258] testing::TestSuite::Run() 26: [0x5555555b50dd] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555c9d5d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b4953] testing::UnitTest::Run() 26: [0x555555595ca0] main 26: [0x7ffff32b11ca] 26: [0x7ffff32b128b] __libc_start_main 26: [0x555555593bb5] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555f5f92] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x555555597ad0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597c94] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaa0) [0x5555555947c0] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c909d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4939] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a5a09] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x5555555a6258] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x75d) [0x5555555b50dd] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c9d5d] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555b4953] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555595ca0] 26: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff32b11ca] 26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff32b128b] 26: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555593bb5] 26: 26: demangled test_f3: 26: [0x5555555f5f92] Kokkos::Impl::save_stacktrace() 26: [0x555555597ad0] Test::stacktrace_test_f1(std::ostream&) 26: [0x555555597c94] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x5555555947c0] Test::test_stacktrace(bool, bool) 26: [0x5555555c909d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x5555555a4939] testing::Test::Run() 26: [0x5555555a5a09] testing::TestInfo::Run() 26: [0x5555555a6258] testing::TestSuite::Run() 26: [0x5555555b50dd] testing::internal::UnitTestImpl::RunAllTests() 26: [0x5555555c9d5d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x5555555b4953] testing::UnitTest::Run() 26: [0x555555595ca0] main 26: [0x7ffff32b11ca] 26: [0x7ffff32b128b] __libc_start_main 26: [0x555555593bb5] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 26: [----------] 1 test from defaultdevicetype (1 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 3 tests from 2 test suites ran. (671 ms total) 26: [ PASSED ] 3 tests. 26/65 Test #26: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.83 sec test 27 Start 27: Kokkos_IncrementalTest_SERIAL 27: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 27: Test timeout computed to be: 1500 27: [==========] Running 28 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 28 tests from SERIAL 27: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 27: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 27: [ RUN ] SERIAL.IncrTest_01_execspace 27: Host Serial Execution Space: 27: KOKKOS_ENABLE_SERIAL: yes 27: 27: Serial Runtime Configuration: 27: Serial 27: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 27: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 27: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicSub 27: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 27: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 27: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 27: [ RUN ] SERIAL.IncrTest_03b_memspace_free 27: [ OK ] SERIAL.IncrTest_03b_memspace_free (118 ms) 27: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 27: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_05_reduction 27: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange2D 27: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange3D 27: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange4D 27: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (104 ms) 27: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 27: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 27: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 27: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.incr_14_MDrangeReduce 27: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SERIAL.IncrTest_16_parallelscan 27: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 27: [ RUN ] SERIAL.incr_17_atomicView 27: [ OK ] SERIAL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SERIAL (226 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (226 ms total) 27: [ PASSED ] 28 tests. 27/65 Test #27: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.39 sec test 28 Start 28: Kokkos_IncrementalTest_CUDA 28: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_IncrementalTest_CUDA 28: Test timeout computed to be: 1500 28: [==========] Running 28 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 28 tests from CUDA 28: [ RUN ] CUDA.IncrTest_01_execspace_typedef 28: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 28: [ RUN ] CUDA.IncrTest_01_execspace 28: Device Execution Space: 28: KOKKOS_ENABLE_CUDA: yes 28: Cuda Options: 28: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 28: KOKKOS_ENABLE_CUDA_UVM: no 28: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 28: 28: Cuda Runtime Configuration: 28: macro KOKKOS_ENABLE_CUDA : defined 28: macro CUDA_VERSION = 12050 = version 12.5 28: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 28: Capability: 7.0 28: Total Global Memory: 31.73 GiB 28: Shared Memory per Block: 48 KiB 28: Can access system allocated memory: 0 28: via Address Translation Service: 0 28: Cuda 28: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 28: [ RUN ] CUDA.IncrTest_02_AtomicExchange 28: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 28: [ RUN ] CUDA.IncrTest_02_AtomicAdd 28: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 28: [ RUN ] CUDA.IncrTest_02_AtomicSub 28: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 28: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 28: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 28: [ RUN ] CUDA.IncrTest_03b_memspace_free 28: [ OK ] CUDA.IncrTest_03b_memspace_free (2148 ms) 28: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 28: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 28: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 28: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 28: [ RUN ] CUDA.IncrTest_05_reduction 28: [ OK ] CUDA.IncrTest_05_reduction (2 ms) 28: [ RUN ] CUDA.IncrTest_06_mdrange2D 28: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 28: [ RUN ] CUDA.IncrTest_06_mdrange3D 28: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 28: [ RUN ] CUDA.IncrTest_06_mdrange4D 28: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 28: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 28: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 28: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 28: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 28: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 28: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 28: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 28: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 28: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 28: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (0 ms) 28: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 28: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms) 28: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 28: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (225 ms) 28: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 28: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 28: [ RUN ] CUDA.IncrTest_12b_TeamScratch 28: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 28: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 28: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 28: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 28: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 28: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 28: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 28: [ RUN ] CUDA.incr_14_MDrangeReduce 28: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 28: [ RUN ] CUDA.IncrTest_16_parallelscan 28: [ OK ] CUDA.IncrTest_16_parallelscan (3 ms) 28: [ RUN ] CUDA.incr_17_atomicView 28: [ OK ] CUDA.incr_17_atomicView (0 ms) 28: [----------] 28 tests from CUDA (2386 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 28 tests from 1 test suite ran. (2386 ms total) 28: [ PASSED ] 28 tests. 28/65 Test #28: Kokkos_IncrementalTest_CUDA ................................ Passed 2.56 sec test 29 Start 29: Kokkos_CoreUnitTest_CTestDevice 29: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 29: Test timeout computed to be: 1500 29: [==========] Running 8 tests from 2 test suites. 29: [----------] Global test environment set-up. 29: [----------] 5 tests from ctest_environment_DeathTest 29: [ RUN ] ctest_environment_DeathTest.invalid_rank 29: [ OK ] ctest_environment_DeathTest.invalid_rank (120 ms) 29: [ RUN ] ctest_environment_DeathTest.no_type_str 29: [ OK ] ctest_environment_DeathTest.no_type_str (128 ms) 29: [ RUN ] ctest_environment_DeathTest.missing_type 29: [ OK ] ctest_environment_DeathTest.missing_type (258 ms) 29: [ RUN ] ctest_environment_DeathTest.no_id_str 29: [ OK ] ctest_environment_DeathTest.no_id_str (125 ms) 29: [ RUN ] ctest_environment_DeathTest.invalid_id_str 29: [ OK ] ctest_environment_DeathTest.invalid_id_str (256 ms) 29: [----------] 5 tests from ctest_environment_DeathTest (890 ms total) 29: 29: [----------] 3 tests from ctest_environment 29: [ RUN ] ctest_environment.no_device_type 29: [ OK ] ctest_environment.no_device_type (0 ms) 29: [ RUN ] ctest_environment.no_process_count 29: [ OK ] ctest_environment.no_process_count (0 ms) 29: [ RUN ] ctest_environment.good 29: [ OK ] ctest_environment.good (0 ms) 29: [----------] 3 tests from ctest_environment (0 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 8 tests from 2 test suites ran. (890 ms total) 29: [ PASSED ] 8 tests. 29/65 Test #29: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.91 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 30: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 30: Test timeout computed to be: 1500 30/65 Test #30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 31: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 31: Test timeout computed to be: 1500 31: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 31/65 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 32: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 32: Test timeout computed to be: 1500 32/65 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 33 Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 33: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 33: Environment variables: 33: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 33: Test timeout computed to be: 1500 33/65 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 34 Start 34: Kokkos_CoreUnitTest_DeviceAndThreads 34: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-7897/build/core/unit_test/TestDeviceAndThreads.py" "-v" 34: Test timeout computed to be: 1500 34: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok 34: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok 34: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok 34: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled' 34: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 34: 34: ---------------------------------------------------------------------- 34: Ran 5 tests in 1.652s 34: 34: OK (skipped=1) 34/65 Test #34: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 2.09 sec test 35 Start 35: Kokkos_PerformanceTest_TaskDag 35: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 35: Test timeout computed to be: 1500 35: "taskdag: alloc super repeat input output task-accum task-max" 1000000 10000 1 4 3 0 0 35: "taskdag: time (min, avg)" 0.0040001 0.0040001 35: "taskdag: tasks per second (max, avg)" 3249.92 3249.92 35/65 Test #35: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.18 sec test 36 Start 36: Kokkos_PerformanceTest_Benchmark 36: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-03-17_T15-49-53.json" 36: Test timeout computed to be: 1500 36: 2025-03-17T17:09:33+00:00 36: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 36: Run on (6 X 2095.11 MHz CPU s) 36: CPU Caches: 36: L1 Data 32 KiB (x6) 36: L1 Instruction 32 KiB (x6) 36: L2 Unified 4096 KiB (x6) 36: L3 Unified 16384 KiB (x6) 36: Load Average: 2.04, 5.20, 7.35 36: CPU architecture: none 36: Can access system allocated memory: 0 36: Capability: 7.0 36: Default Device: Cuda 36: GPU architecture: VOLTA70 36: KOKKOS_COMPILER_CLANG: 1706 36: KOKKOS_ENABLE_ASM: no 36: KOKKOS_ENABLE_CUDA: yes 36: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 36: KOKKOS_ENABLE_CUDA_UVM: no 36: KOKKOS_ENABLE_CXX17: no 36: KOKKOS_ENABLE_CXX20: yes 36: KOKKOS_ENABLE_CXX23: no 36: KOKKOS_ENABLE_CXX26: no 36: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 36: KOKKOS_ENABLE_HWLOC: no 36: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 36: KOKKOS_ENABLE_LIBDL: yes 36: KOKKOS_ENABLE_PRAGMA_IVDEP: no 36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 36: KOKKOS_ENABLE_PRAGMA_UNROLL: no 36: KOKKOS_ENABLE_PRAGMA_VECTOR: no 36: KOKKOS_ENABLE_SERIAL: yes 36: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 36: Kokkos Version: 4.6.99 36: Shared Memory per Block: 48 KiB 36: Total Global Memory: 31.73 GiB 36: macro KOKKOS_ENABLE_CUDA: defined 36: platform: 64bit 36: via Address Translation Service: 0 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: GramSchmidt/Count:1024/iterations:5/manual_time 0.004 s 0.005 s 5 1024 4.095u 36: GramSchmidt/Count:2048/iterations:5/manual_time 0.004 s 0.005 s 5 2.048k 2.05199u 36: GramSchmidt/Count:4096/iterations:5/manual_time 0.004 s 0.005 s 5 4.096k 1034.23n 36: GramSchmidt/Count:8192/iterations:5/manual_time 0.004 s 0.005 s 5 8.192k 522.023n 36: GramSchmidt/Count:16384/iterations:5/manual_time 0.004 s 0.007 s 5 16.384k 271.287n 36: GramSchmidt/Count:32768/iterations:5/manual_time 0.005 s 0.009 s 5 32.768k 148.794n 36: GramSchmidt/Count:65536/iterations:5/manual_time 0.006 s 0.014 s 5 65.536k 88.5011n 36: GramSchmidt/Count:131072/iterations:5/manual_time 0.007 s 0.025 s 5 131.072k 56.4018n 36: GramSchmidt/Count:262144/iterations:5/manual_time 0.010 s 0.046 s 5 262.144k 37.0145n 36: GramSchmidt/Count:524288/iterations:5/manual_time 0.018 s 0.092 s 5 524.288k 33.899n 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s Max 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: CustomReduction/N:100000/R:1000/manual_time 0.003 s 0.008 s 231 86.7979k/s 11.5 36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: OverlapRangePolicy/N:2000/M:10000/R:10 0.313 s 0.312 s 2 0.078028 0.0375133 0.0328213 0.0149794 0.0164117 9.518u 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: OverlapMDRangePolicy/N:200/M:10000/R:10 0.024 s 0.024 s 30 5.85337m 2.93354m 2.26349m 1.14203m 1.14878m 4.517u 36: OverlapTeamPolicy/N:20/M:1000000/R:10 0.313 s 0.312 s 2 0.0623196 0.0294993 0.0516583 0.0249512 0.0258436 6.545u 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 10.5059n 36: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 5.04492n 36: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 2.54541n 36: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.38232n 36: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 788.696p 36: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 531.219p 36: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 475.723p 36: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 389.061p 36: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 376.488p 36: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 385.157p 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations FOM: rate 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Malloc/N:1/manual_time 9.17 us 20.2 us 75451 109.037k/s 36: Malloc/N:16/manual_time 9.15 us 20.2 us 76384 109.246k/s 36: Malloc/N:256/manual_time 9.19 us 20.3 us 76056 108.759k/s 36: Malloc/N:4096/manual_time 9.34 us 20.5 us 75846 107.019k/s 36: Malloc/N:65536/manual_time 9.90 us 21.6 us 61718 101.04k/s 36: Malloc/N:1048576/manual_time 68.4 us 127 us 10260 14.6257k/s 36: Malloc/N:16777216/manual_time 323 us 167 us 9234 3.09366k/s 36: Malloc/N:268435456/manual_time 6367 us 483 us 126 157.072/s 36: Malloc/N:4294967296/manual_time 115284 us 3617 us 10 8.6742/s 36: MallocFree/N:1/manual_time 20.5 us 20.5 us 32035 48.8137k/s 36: MallocFree/N:16/manual_time 20.7 us 20.7 us 34450 48.3079k/s 36: MallocFree/N:256/manual_time 20.3 us 20.3 us 34472 49.2758k/s 36: MallocFree/N:4096/manual_time 22.0 us 22.0 us 33739 45.3837k/s 36: MallocFree/N:65536/manual_time 22.7 us 22.6 us 31539 44.1349k/s 36: MallocFree/N:1048576/manual_time 140 us 136 us 5182 7.1627k/s 36: MallocFree/N:16777216/manual_time 341 us 170 us 4466 2.93442k/s 36: MallocFree/N:268435456/manual_time 6449 us 456 us 107 155.066/s 36: MallocFree/N:4294967296/manual_time 127529 us 3746 us 10 7.84137/s 36: MallocTouch/N:1/manual_time 11.3 us 22.4 us 60044 88.5946k/s 36: MallocTouch/N:16/manual_time 11.3 us 22.4 us 60876 88.7316k/s 36: MallocTouch/N:256/manual_time 11.2 us 22.2 us 62010 89.3661k/s 36: MallocTouch/N:4096/manual_time 18.5 us 29.6 us 38084 54.051k/s 36: MallocTouch/N:65536/manual_time 19.7 us 31.4 us 38019 50.8702k/s 36: MallocTouch/N:1048576/manual_time 80.9 us 142 us 8782 12.3632k/s 36: MallocTouch/N:16777216/manual_time 307 us 182 us 7449 3.26216k/s 36: MallocTouch/N:268435456/manual_time 6325 us 621 us 122 158.106/s 36: MallocTouch/N:4294967296/manual_time 124960 us 5843 us 10 8.00256/s 36: MallocTouchFree/N:1/manual_time 22.9 us 22.9 us 30600 43.6076k/s 36: MallocTouchFree/N:16/manual_time 22.8 us 22.7 us 30811 43.9469k/s 36: MallocTouchFree/N:256/manual_time 22.8 us 22.7 us 31374 43.9111k/s 36: MallocTouchFree/N:4096/manual_time 30.6 us 30.6 us 22379 32.6269k/s 36: MallocTouchFree/N:65536/manual_time 29.7 us 29.6 us 23240 33.7216k/s 36: MallocTouchFree/N:1048576/manual_time 145 us 144 us 4963 6.88632k/s 36: MallocTouchFree/N:16777216/manual_time 333 us 178 us 4237 3.00005k/s 36: MallocTouchFree/N:268435456/manual_time 6539 us 607 us 118 152.93/s 36: MallocTouchFree/N:4294967296/manual_time 129098 us 5892 us 9 7.74606/s 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s MB 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 100 45.0444/s 800 36: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 38 45.4062/s 800 36: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 38 43.1007/s 800 36: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 38 43.1545/s 800 36: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 38 43.119/s 800 36: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 38 43.0413/s 800 36: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 38 43.0269/s 800 36: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 38 43.1406/s 800 36: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 38 43.1457/s 800 36: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 38 43.0794/s 800 36: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 38 43.1504/s 800 36: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 38 43.0386/s 800 36: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 43.0318/s 800 36: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 43.1612/s 800 36: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 38 43.034/s 800 36: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 38 43.1419/s 800 36: ViewDeepCopy_Rank1/N:10/manual_time 0.179 s 0.178 s 4 8.93332/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.179 s 0.178 s 4 8.94562/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 433 1019.19/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 429 1019.32/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 429 1019.53/s 1.6k 36: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 290 338.66/s 800 36: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.142 s 0.141 s 5 5.6384/s 800 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 436 1019.55/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 429 1019.52/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 429 1019.52/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 429 1019.56/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 151 347.194/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.012 s 0.012 s 58 137.174/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 429 1019.43/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.004 s 0.004 s 166 379.591/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 159 364.664/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 429 1019.43/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 429 1019.45/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 429 1019.38/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 429 1019.38/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.012 s 0.012 s 56 132.951/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.012 s 0.012 s 55 129.197/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.005 s 0.005 s 137 340.951/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 80 196.145/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 429 1019.28/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 429 1019.33/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.023 s 0.023 s 30 69.5144/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.005 s 0.005 s 132 321.324/s 1.6k 36: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 429 1019.37/s 1.6k 36: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 429 1019.23/s 1.6k 36: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 36 83.9518/s 1.6k 36: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 99 251.222/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 429 1019.45/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 429 1019.43/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.020 s 0.020 s 34 79.2639/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.010 s 0.010 s 69 163.651/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.42/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.65/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.24/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1002.92/s 1.6k 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 756.018/s 800 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.829/s 800 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 756.019/s 800 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.93/s 800 36: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.822/s 800 36: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.834/s 800 36: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 755.869/s 800 36: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 755.778/s 800 36: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 440 257.355/s 400 36: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.672/s 800 36: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 659 754.821/s 800 36: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 660 754.226/s 800 36: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 660 753.985/s 800 36: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 660 754.697/s 800 36: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 660 754.536/s 800 36: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 660 754.762/s 800 36: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 660 754.746/s 800 36: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 660 754.701/s 800 36: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 661 754.885/s 800 36: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 661 755.79/s 800 36: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 661 755.232/s 800 36: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.80462k/s 1.6k 36: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.9293k/s 1.6k 36: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.06913k/s 1.6k 36: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.07273k/s 1.6k 36: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.09168k/s 1.6k 36: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.46554k/s 1.6k 36: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.58652k/s 1.6k 36: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.024k/s 1.6k 36: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.6735k/s 1.6k 36: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.66661k/s 1.6k 36: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.8847k/s 1.6k 36: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.86883k/s 1.6k 36: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.90352k/s 1.6k 36: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.61653k/s 1.6k 36: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.27002k/s 1.6k 36: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.83729k/s 1.6k 36: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.83408k/s 1.6k 36: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.00477k/s 1.6k 36: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.5268k/s 1.6k 36: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.04075k/s 1.6k 36: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.28659k/s 1.6k 36: ViewResize_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 417.313/s 1.6k 36: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 462.64/s 1.6k 36: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 403.539/s 1.6k 36: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 438.753/s 1.6k 36: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 384.017/s 1.6k 36: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 460.563/s 1.6k 36: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 393.374/s 1.6k 36: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 411.559/s 1.6k 36: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 435.803/s 1.6k 36: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 424.604/s 1.6k 36: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 423.909/s 1.6k 36: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.031 s 0.003 s 10 51.7612/s 1.6k 36: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.024 s 0.003 s 10 67.6001/s 1.6k 36/65 Test #36: Kokkos_PerformanceTest_Benchmark ........................... Passed 130.87 sec test 37 Start 37: Kokkos_Benchmark_Atomic_MinMax 37: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-03-17_T15-49-53.json" 37: Test timeout computed to be: 1500 37: 2025-03-17T17:11:44+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 37: Run on (6 X 2095.11 MHz CPU s) 37: CPU Caches: 37: L1 Data 32 KiB (x6) 37: L1 Instruction 32 KiB (x6) 37: L2 Unified 4096 KiB (x6) 37: L3 Unified 16384 KiB (x6) 37: Load Average: 0.93, 3.60, 6.46 37: CPU architecture: none 37: Can access system allocated memory: 0 37: Capability: 7.0 37: Default Device: Cuda 37: GPU architecture: VOLTA70 37: KOKKOS_COMPILER_CLANG: 1706 37: KOKKOS_ENABLE_ASM: no 37: KOKKOS_ENABLE_CUDA: yes 37: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 37: KOKKOS_ENABLE_CUDA_UVM: no 37: KOKKOS_ENABLE_CXX17: no 37: KOKKOS_ENABLE_CXX20: yes 37: KOKKOS_ENABLE_CXX23: no 37: KOKKOS_ENABLE_CXX26: no 37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 37: KOKKOS_ENABLE_HWLOC: no 37: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 37: KOKKOS_ENABLE_LIBDL: yes 37: KOKKOS_ENABLE_PRAGMA_IVDEP: no 37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 37: KOKKOS_ENABLE_PRAGMA_UNROLL: no 37: KOKKOS_ENABLE_PRAGMA_VECTOR: no 37: KOKKOS_ENABLE_SERIAL: yes 37: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 37: Kokkos Version: 4.6.99 37: Shared Memory per Block: 48 KiB 37: Total Global Memory: 31.73 GiB 37: macro KOKKOS_ENABLE_CUDA: defined 37: platform: 64bit 37: via Address Translation Service: 0 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37/65 Test #37: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.22 sec test 38 Start 38: Kokkos_PerformanceTest_Mempool 38: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-03-17_T15-49-53.json" 38: Test timeout computed to be: 1500 38: 2025-03-17T17:11:44+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Mempool 38: Run on (6 X 2095.11 MHz CPU s) 38: CPU Caches: 38: L1 Data 32 KiB (x6) 38: L1 Instruction 32 KiB (x6) 38: L2 Unified 4096 KiB (x6) 38: L3 Unified 16384 KiB (x6) 38: Load Average: 0.93, 3.60, 6.46 38: CPU architecture: none 38: Can access system allocated memory: 0 38: Capability: 7.0 38: Default Device: Cuda 38: GPU architecture: VOLTA70 38: KOKKOS_COMPILER_CLANG: 1706 38: KOKKOS_ENABLE_ASM: no 38: KOKKOS_ENABLE_CUDA: yes 38: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 38: KOKKOS_ENABLE_CUDA_UVM: no 38: KOKKOS_ENABLE_CXX17: no 38: KOKKOS_ENABLE_CXX20: yes 38: KOKKOS_ENABLE_CXX23: no 38: KOKKOS_ENABLE_CXX26: no 38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 38: KOKKOS_ENABLE_HWLOC: no 38: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 38: KOKKOS_ENABLE_LIBDL: yes 38: KOKKOS_ENABLE_PRAGMA_IVDEP: no 38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 38: KOKKOS_ENABLE_PRAGMA_UNROLL: no 38: KOKKOS_ENABLE_PRAGMA_VECTOR: no 38: KOKKOS_ENABLE_SERIAL: yes 38: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 38: Kokkos Version: 4.6.99 38: Shared Memory per Block: 48 KiB 38: Total Global Memory: 31.73 GiB 38: macro KOKKOS_ENABLE_CUDA: defined 38: platform: 64bit 38: via Address Translation Service: 0 38: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations FOM: fill ops per second 38: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 5286 42.2194M/s 38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations FOM: cycle ops per second 38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 18431 291.162M/s 38/65 Test #38: Kokkos_PerformanceTest_Mempool ............................. Passed 7.86 sec test 39 Start 39: Kokkos_PerformanceTest_Atomic 39: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-03-17_T15-49-53.json" 39: Test timeout computed to be: 1500 39: 2025-03-17T17:11:52+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Atomic 39: Run on (6 X 2095.11 MHz CPU s) 39: CPU Caches: 39: L1 Data 32 KiB (x6) 39: L1 Instruction 32 KiB (x6) 39: L2 Unified 4096 KiB (x6) 39: L3 Unified 16384 KiB (x6) 39: Load Average: 0.93, 3.56, 6.43 39: CPU architecture: none 39: Can access system allocated memory: 0 39: Capability: 7.0 39: Default Device: Cuda 39: GPU architecture: VOLTA70 39: KOKKOS_COMPILER_CLANG: 1706 39: KOKKOS_ENABLE_ASM: no 39: KOKKOS_ENABLE_CUDA: yes 39: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 39: KOKKOS_ENABLE_CUDA_UVM: no 39: KOKKOS_ENABLE_CXX17: no 39: KOKKOS_ENABLE_CXX20: yes 39: KOKKOS_ENABLE_CXX23: no 39: KOKKOS_ENABLE_CXX26: no 39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 39: KOKKOS_ENABLE_HWLOC: no 39: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 39: KOKKOS_ENABLE_LIBDL: yes 39: KOKKOS_ENABLE_PRAGMA_IVDEP: no 39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 39: KOKKOS_ENABLE_PRAGMA_UNROLL: no 39: KOKKOS_ENABLE_PRAGMA_VECTOR: no 39: KOKKOS_ENABLE_SERIAL: yes 39: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 39: Kokkos Version: 4.6.99 39: Shared Memory per Block: 48 KiB 39: Total Global Memory: 31.73 GiB 39: macro KOKKOS_ENABLE_CUDA: defined 39: platform: 64bit 39: via Address Translation Service: 0 39: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 39: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Test_Atomic/30000/iterations:10 0.167 s 0.167 s 10 1 4 3.777m 3.24297m 47.9333u 449.985M 34.432k 449.985M 39: Test_Atomic/100000/iterations:10 1.06 s 1.05 s 10 1 8 2.42892m 1033.69u 79.47u 4.99995G 186.432k 4.99995G 39: Test_Atomic/100000/iterations:10 3.19 s 3.18 s 10 1 8 5.33965 1.15798m 88.98u 4.99995G 186.464k 4.99995G 39: Test_Atomic/100000/iterations:10 1.06 s 1.05 s 10 1 4 1.63534m 1056.52u 44.31u 704.983M 680.608k 704.983M 39: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 8 2.39145m 1.21068m 88.19u 4.99995G 184.352k 4.99995G 39: Test_Atomic/100000/iterations:10 3.19 s 3.18 s 10 1 8 5.275 1.11835m 78.88u 4.99995G 186.528k 4.99995G 39: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 0 4 3.62172m 1027.07u 1084.02u 5.00009G 180.096k 4.99989G 39: Test_Atomic/100000/iterations:10 1.07 s 1.07 s 10 1 8 3.57226m 1035.67u 1084.62u 4.99995G 180.224k 4.99995G 39/65 Test #39: Kokkos_PerformanceTest_Atomic .............................. Passed 118.75 sec test 40 Start 40: Kokkos_PerformanceTest_Reduction 40: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-03-17_T15-49-53.json" 40: Test timeout computed to be: 1500 40: 2025-03-17T17:13:51+00:00 40: Running /var/jenkins/workspace/Kokkos_PR-7897/build/core/perf_test/Kokkos_PerformanceTest_Reduction 40: Run on (6 X 2095.11 MHz CPU s) 40: CPU Caches: 40: L1 Data 32 KiB (x6) 40: L1 Instruction 32 KiB (x6) 40: L2 Unified 4096 KiB (x6) 40: L3 Unified 16384 KiB (x6) 40: Load Average: 0.99, 2.71, 5.76 40: CPU architecture: none 40: Can access system allocated memory: 0 40: Capability: 7.0 40: Default Device: Cuda 40: GPU architecture: VOLTA70 40: KOKKOS_COMPILER_CLANG: 1706 40: KOKKOS_ENABLE_ASM: no 40: KOKKOS_ENABLE_CUDA: yes 40: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 40: KOKKOS_ENABLE_CUDA_UVM: no 40: KOKKOS_ENABLE_CXX17: no 40: KOKKOS_ENABLE_CXX20: yes 40: KOKKOS_ENABLE_CXX23: no 40: KOKKOS_ENABLE_CXX26: no 40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 40: KOKKOS_ENABLE_HWLOC: no 40: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 40: KOKKOS_ENABLE_LIBDL: yes 40: KOKKOS_ENABLE_PRAGMA_IVDEP: no 40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 40: KOKKOS_ENABLE_PRAGMA_UNROLL: no 40: KOKKOS_ENABLE_PRAGMA_VECTOR: no 40: KOKKOS_ENABLE_SERIAL: yes 40: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 40: Kokkos Version: 4.6.99 40: Shared Memory per Block: 48 KiB 40: Total Global Memory: 31.73 GiB 40: macro KOKKOS_ENABLE_CUDA: defined 40: platform: 64bit 40: via Address Translation Service: 0 40: ---------------------------------------------------------------------------------------------------- 40: Benchmark Time CPU Iterations 40: ---------------------------------------------------------------------------------------------------- 40: ReductionCheapScalarResult/10000/iterations:10 17.7 us 17.0 us 10 40: ReductionCheapScalarResult/100000/iterations:10 18.2 us 18.1 us 10 40: ReductionCheapScalarResult/1000000/iterations:10 30.1 us 30.0 us 10 40: ReductionCheapScalarResult/10000000/iterations:10 112 us 111 us 10 40: ReductionCheapHostResult/10000/iterations:10 16.1 us 16.0 us 10 40: ReductionCheapHostResult/100000/iterations:10 17.3 us 17.3 us 10 40: ReductionCheapHostResult/1000000/iterations:10 31.8 us 31.7 us 10 40: ReductionCheapHostResult/10000000/iterations:10 119 us 118 us 10 40: ReductionCheapDeviceResult/10000/iterations:10 11.6 us 11.6 us 10 40: ReductionCheapDeviceResult/100000/iterations:10 13.2 us 13.2 us 10 40: ReductionCheapDeviceResult/1000000/iterations:10 27.9 us 27.8 us 10 40: ReductionCheapDeviceResult/10000000/iterations:10 117 us 115 us 10 40: ReductionExpensive/10000/iterations:10 69.7 us 69.2 us 10 40: ReductionExpensive/100000/iterations:10 178 us 177 us 10 40: ReductionExpensive/1000000/iterations:10 1709 us 1703 us 10 40: ReductionExpensive/10000000/iterations:10 17096 us 17033 us 10 40/65 Test #40: Kokkos_PerformanceTest_Reduction ........................... Passed 0.38 sec test 41 Start 41: Kokkos_ContainersUnitTest_Serial 41: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 41: Test timeout computed to be: 1500 41: [==========] Running 70 tests from 2 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from serial_DeathTest 41: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 41: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (4200 ms) 41: [----------] 1 test from serial_DeathTest (4200 ms total) 41: 41: [----------] 69 tests from serial 41: [ RUN ] serial.bitset 41: [ OK ] serial.bitset (1728 ms) 41: [ RUN ] serial.bitset_default_constructor_no_alloc 41: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 41: [ RUN ] serial.dualview_combination 41: [ OK ] serial.dualview_combination (0 ms) 41: [ RUN ] serial.dualview_alloc 41: [ OK ] serial.dualview_alloc (0 ms) 41: [ RUN ] serial.test_dualview_copy_construction_and_assignment 41: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 41: [ RUN ] serial.dualview_combinations_without_init 41: [ OK ] serial.dualview_combinations_without_init (0 ms) 41: [ RUN ] serial.dualview_deep_copy 41: [ OK ] serial.dualview_deep_copy (0 ms) 41: [ RUN ] serial.dualview_sync_should_fence 41: [ OK ] serial.dualview_sync_should_fence (0 ms) 41: [ RUN ] serial.dualview_realloc 41: [ OK ] serial.dualview_realloc (0 ms) 41: [ RUN ] serial.dualview_resize 41: [ OK ] serial.dualview_resize (0 ms) 41: [ RUN ] serial.dualview_device_correct_kokkos_device 41: [ OK ] serial.dualview_device_correct_kokkos_device (2 ms) 41: [ RUN ] serial.dualview_host_correct_kokkos_device 41: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_sync 41: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 41: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_sync 41: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 41: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 41: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 41: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 41: [ RUN ] serial.dualview_sequential_host_init 41: [ OK ] serial.dualview_sequential_host_init (0 ms) 41: [ RUN ] serial.dynamic_view 41: [ OK ] serial.dynamic_view (12 ms) 41: [ RUN ] serial.dyn_rank_view_api_generic 41: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 41: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 41: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 41: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 41: /var/jenkins/workspace/Kokkos_PR-7897/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 41: skipping since not default execution space 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 41: [ RUN ] serial.dyn_rank_view_api_operator_rank67 41: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 41: [ RUN ] serial.dyn_rank_view_team_scratch 41: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 41: [ RUN ] serial.ErrorReporterViaLambda 41: [ OK ] serial.ErrorReporterViaLambda (0 ms) 41: [ RUN ] serial.ErrorReporter 41: [ OK ] serial.ErrorReporter (0 ms) 41: [ RUN ] serial.offsetview_construction 41: [ OK ] serial.offsetview_construction (16 ms) 41: [ RUN ] serial.offsetview_unmanaged_construction 41: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 41: [ RUN ] serial.offsetview_subview 41: [ OK ] serial.offsetview_subview (8 ms) 41: [ RUN ] serial.offsetview_offsets_rank1 41: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank2 41: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank3 41: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 41: [ RUN ] serial.scatterview 41: [ OK ] serial.scatterview (1820 ms) 41: [ RUN ] serial.scatterview_devicetype 41: [ OK ] serial.scatterview_devicetype (1 ms) 41: [ RUN ] serial.staticcrsgraph 41: [ OK ] serial.staticcrsgraph (10 ms) 41: [ RUN ] serial.resize_realloc_no_init_dualview 41: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_dualview 41: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 41: [ RUN ] serial.resize_exec_space_dualview 41: [ OK ] serial.resize_exec_space_dualview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dualview 41: [ OK ] serial.realloc_exec_space_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_dynrankview 41: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 41: [ RUN ] serial.resize_exec_space_dynrankview 41: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dynrankview 41: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_scatterview 41: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_scatterview 41: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 41: [ RUN ] serial.resize_exec_space_scatterview 41: [ OK ] serial.resize_exec_space_scatterview (0 ms) 41: [ RUN ] serial.realloc_exec_space_scatterview 41: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview 41: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 41: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 41: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview 41: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 41: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_offsetview 41: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview 41: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 41: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 41: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 41: [ RUN ] serial.UnorderedMap_insert 41: [ OK ] serial.UnorderedMap_insert (6242 ms) 41: [ RUN ] serial.UnorderedMap_failed_insert 41: [ OK ] serial.UnorderedMap_failed_insert (4025 ms) 41: [ RUN ] serial.UnorderedMap_deep_copy 41: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 41: [ RUN ] serial.UnorderedMap_valid_empty 41: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 41: [ RUN ] serial.UnorderedMap_clear_zero_size 41: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 41: [ RUN ] serial.UnorderedMap_consistent_size 41: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 41: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 41: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 41: [ RUN ] serial.UnorderedMap_lambda_capturable 41: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 41: [ RUN ] serial.UnorderedMap_constructor_view_alloc 41: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 41: [ RUN ] serial.vector_combination 41: [ OK ] serial.vector_combination (0 ms) 41: [ RUN ] serial.vector_insert 41: [ OK ] serial.vector_insert (0 ms) 41: [ RUN ] serial.vector_push_back_default_exec 41: [ OK ] serial.vector_push_back_default_exec (0 ms) 41: [ RUN ] serial.viewctorprop_embedded_dim 41: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 41: [----------] 69 tests from serial (13887 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 70 tests from 2 test suites ran. (18088 ms total) 41: [ PASSED ] 69 tests. 41: [ SKIPPED ] 1 test, listed below: 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 41/65 Test #41: Kokkos_ContainersUnitTest_Serial ........................... Passed 18.28 sec test 42 Start 42: Kokkos_ContainersUnitTest_Cuda 42: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 42: Test timeout computed to be: 1500 42: [==========] Running 70 tests from 2 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from cuda_DeathTest 42: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction 42: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (5072 ms) 42: [----------] 1 test from cuda_DeathTest (5072 ms total) 42: 42: [----------] 69 tests from cuda 42: [ RUN ] cuda.bitset 42: [ OK ] cuda.bitset (13 ms) 42: [ RUN ] cuda.bitset_default_constructor_no_alloc 42: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 42: [ RUN ] cuda.dualview_combination 42: [ OK ] cuda.dualview_combination (0 ms) 42: [ RUN ] cuda.dualview_alloc 42: [ OK ] cuda.dualview_alloc (0 ms) 42: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 42: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 42: [ RUN ] cuda.dualview_combinations_without_init 42: [ OK ] cuda.dualview_combinations_without_init (0 ms) 42: [ RUN ] cuda.dualview_deep_copy 42: [ OK ] cuda.dualview_deep_copy (1 ms) 42: [ RUN ] cuda.dualview_sync_should_fence 42: [ OK ] cuda.dualview_sync_should_fence (0 ms) 42: [ RUN ] cuda.dualview_realloc 42: [ OK ] cuda.dualview_realloc (0 ms) 42: [ RUN ] cuda.dualview_resize 42: [ OK ] cuda.dualview_resize (0 ms) 42: [ RUN ] cuda.dualview_device_correct_kokkos_device 42: [ OK ] cuda.dualview_device_correct_kokkos_device (1 ms) 42: [ RUN ] cuda.dualview_host_correct_kokkos_device 42: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 42: [ RUN ] cuda.dualview_host_modify_template_device_sync 42: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 42: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 42: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 42: [ RUN ] cuda.dualview_device_modify_template_host_sync 42: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 42: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 42: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 42: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 42: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 42: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 42: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 42: [ RUN ] cuda.dualview_sequential_host_init 42: [ OK ] cuda.dualview_sequential_host_init (0 ms) 42: [ RUN ] cuda.dynamic_view 42: [ OK ] cuda.dynamic_view (27 ms) 42: [ RUN ] cuda.dyn_rank_view_api_generic 42: [ OK ] cuda.dyn_rank_view_api_generic (7 ms) 42: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 42: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 42: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 42: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 42: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 42: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) 42: [ RUN ] cuda.dyn_rank_view_team_scratch 42: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 42: [ RUN ] cuda.ErrorReporterViaLambda 42: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 42: [ RUN ] cuda.ErrorReporter 42: [ OK ] cuda.ErrorReporter (0 ms) 42: [ RUN ] cuda.offsetview_construction 42: [ OK ] cuda.offsetview_construction (1 ms) 42: [ RUN ] cuda.offsetview_unmanaged_construction 42: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 42: [ RUN ] cuda.offsetview_subview 42: [ OK ] cuda.offsetview_subview (0 ms) 42: [ RUN ] cuda.offsetview_offsets_rank1 42: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 42: [ RUN ] cuda.offsetview_offsets_rank2 42: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 42: [ RUN ] cuda.offsetview_offsets_rank3 42: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 42: [ RUN ] cuda.scatterview 42: [ OK ] cuda.scatterview (12143 ms) 42: [ RUN ] cuda.scatterview_devicetype 42: [ OK ] cuda.scatterview_devicetype (24 ms) 42: [ RUN ] cuda.staticcrsgraph 42: [ OK ] cuda.staticcrsgraph (29 ms) 42: [ RUN ] cuda.resize_realloc_no_init_dualview 42: [ OK ] cuda.resize_realloc_no_init_dualview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_alloc_dualview 42: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 42: [ RUN ] cuda.resize_exec_space_dualview 42: [ OK ] cuda.resize_exec_space_dualview (0 ms) 42: [ RUN ] cuda.realloc_exec_space_dualview 42: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_init_dynrankview 42: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 42: [ RUN ] cuda.resize_exec_space_dynrankview 42: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 42: [ RUN ] cuda.realloc_exec_space_dynrankview 42: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_init_scatterview 42: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 42: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 42: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 42: [ RUN ] cuda.resize_exec_space_scatterview 42: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 42: [ RUN ] cuda.realloc_exec_space_scatterview 42: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynrankview 42: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 42: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 42: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 42: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_offsetview 42: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 42: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 42: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 42: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynamicview 42: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 42: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 42: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 42: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 42: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 42: [ RUN ] cuda.UnorderedMap_insert 42: [ OK ] cuda.UnorderedMap_insert (3330 ms) 42: [ RUN ] cuda.UnorderedMap_failed_insert 42: [ OK ] cuda.UnorderedMap_failed_insert (850 ms) 42: [ RUN ] cuda.UnorderedMap_deep_copy 42: [ OK ] cuda.UnorderedMap_deep_copy (4 ms) 42: [ RUN ] cuda.UnorderedMap_valid_empty 42: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 42: [ RUN ] cuda.UnorderedMap_clear_zero_size 42: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 42: [ RUN ] cuda.UnorderedMap_consistent_size 42: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 42: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 42: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 42: [ RUN ] cuda.UnorderedMap_lambda_capturable 42: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 42: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 42: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 42: [ RUN ] cuda.vector_combination 42: [ OK ] cuda.vector_combination (0 ms) 42: [ RUN ] cuda.vector_insert 42: [ OK ] cuda.vector_insert (0 ms) 42: [ RUN ] cuda.vector_push_back_default_exec 42: [ OK ] cuda.vector_push_back_default_exec (0 ms) 42: [ RUN ] cuda.viewctorprop_embedded_dim 42: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 42: [----------] 69 tests from cuda (16451 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 70 tests from 2 test suites ran. (21524 ms total) 42: [ PASSED ] 70 tests. 42/65 Test #42: Kokkos_ContainersUnitTest_Cuda ............................. Passed 21.76 sec test 43 Start 43: Kokkos_ContainersPerformanceTest_Cuda 43: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 43: Test timeout computed to be: 1500 43: [==========] Running 4 tests from 1 test suite. 43: [----------] Global test environment set-up. 43: [----------] 4 tests from TEST_CATEGORY 43: [ RUN ] TEST_CATEGORY.dynrankview_perf 43: Cuda 43: DynRankView vs View: Initialization Only 43: View time (init only): 0.00114873 43: View sum computation time: 0.00114873 43: Strided View time (init only): 0.00106163 43: View Rank7 time (init only): 0.00114207 43: DynRankView time (init only): 0.00115711 43: DynRankView sum computation time: 0.00178693 43: Ratio of View to DynRankView time: 0.99276 43: Ratio of View to DynRankView sum computation time: 0.925642 43: Ratio of View to View Rank7 time: 1.00583 43: Ratio of StrideView to DynRankView time: 0.917488 43: Ratio of DynRankView to View Rank7 time: 1.01317 43: [ OK ] TEST_CATEGORY.dynrankview_perf (12 ms) 43: [ RUN ] TEST_CATEGORY.global_2_local 43: Cuda 43: size, create, generate, fill, find 43: 256, 0.000222096, 1.66e-05, 0.00268033, 0.001662 43: 512, 0.000154816, 1.0137e-05, 1.9946e-05, 0.00165007 43: 1024, 0.000145618, 9.966e-06, 1.9192e-05, 0.00169892 43: 2048, 0.000148916, 9.08e-06, 2.1287e-05, 0.00186693 43: 4096, 0.0001476, 9.449e-06, 2.0451e-05, 0.00174019 43: 8192, 0.000144673, 9.67e-06, 2.2639e-05, 0.0017268 43: 16384, 0.000144651, 9.602e-06, 2.6403e-05, 0.00181312 43: 32768, 0.000429761, 1.0502e-05, 2.961e-05, 0.00190646 43: 65536, 0.000248878, 1.0813e-05, 3.8002e-05, 0.00213584 43: 131072, 0.000329308, 1.1219e-05, 5.4e-05, 0.00280284 43: 262144, 0.000543616, 1.299e-05, 0.000151073, 0.00537711 43: 524288, 0.000543413, 1.5657e-05, 0.000535752, 0.0169916 43: 1048576, 0.000578182, 2.1493e-05, 0.00138142, 0.0448314 43: 2097152, 0.000667466, 3.2856e-05, 0.00301497, 0.107392 43: 4194304, 0.000904319, 5.5533e-05, 0.00676055, 0.23436 43: [ OK ] TEST_CATEGORY.global_2_local (451 ms) 43: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 43: skipping test 43: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 43: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 43: skipping test 43: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 43: [----------] 4 tests from TEST_CATEGORY (463 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 1 test suite ran. (463 ms total) 43: [ PASSED ] 4 tests. 43/65 Test #43: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.64 sec test 44 Start 44: Kokkos_UnitTest_Sort 44: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 44: Test timeout computed to be: 1500 44: [==========] Running 17 tests from 2 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from cuda_DeathTest 44: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues 44: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (998 ms) 44: [----------] 1 test from cuda_DeathTest (998 ms total) 44: 44: [----------] 16 tests from cuda 44: [ RUN ] cuda.SortUnsignedValueType 44: [ OK ] cuda.SortUnsignedValueType (12 ms) 44: [ RUN ] cuda.SortEmptyView 44: [ OK ] cuda.SortEmptyView (0 ms) 44: [ RUN ] cuda.SortByKeyEmptyView 44: [ OK ] cuda.SortByKeyEmptyView (0 ms) 44: [ RUN ] cuda.SortByKeyEmptyViewHost 44: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 44: [ RUN ] cuda.SortByKey 44: [ OK ] cuda.SortByKey (0 ms) 44: [ RUN ] cuda.SortByKeyWithComparator 44: [ OK ] cuda.SortByKeyWithComparator (0 ms) 44: [ RUN ] cuda.SortByKeyStaticExtents 44: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 44: [ RUN ] cuda.SortByKeyWithStrides 44: [ OK ] cuda.SortByKeyWithStrides (0 ms) 44: [ RUN ] cuda.SortWithCustomComparator 44: [ OK ] cuda.SortWithCustomComparator (63 ms) 44: [ RUN ] cuda.BinSortGenericTests 44: [ OK ] cuda.BinSortGenericTests (20 ms) 44: [ RUN ] cuda.BinSortEmptyView 44: [ OK ] cuda.BinSortEmptyView (0 ms) 44: [ RUN ] cuda.BinSortEmptyKeysView 44: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 44: [ RUN ] cuda.BinSort_issue_7221 44: [ OK ] cuda.BinSort_issue_7221 (0 ms) 44: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 44: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11094 ms) 44: [ RUN ] cuda.NestedSort 44: [ OK ] cuda.NestedSort (30 ms) 44: [ RUN ] cuda.NestedSortByKey 44: [ OK ] cuda.NestedSortByKey (94 ms) 44: [----------] 16 tests from cuda (11318 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 17 tests from 2 test suites ran. (12317 ms total) 44: [ PASSED ] 17 tests. 44/65 Test #44: Kokkos_UnitTest_Sort ....................................... Passed 12.55 sec test 45 Start 45: Kokkos_UnitTest_Random 45: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_UnitTest_Random 45: Test timeout computed to be: 1500 45: [==========] Running 3 tests from 1 test suite. 45: [----------] Global test environment set-up. 45: [----------] 3 tests from cuda 45: [ RUN ] cuda.Random_XorShift64 45: Test Seed:1742231685109385829 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.45775e-07 0.00649867 -0.00243939 || 0.051031 28076 29294 || 28489.2 28674.4 || -33.7221 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.5082e-07 0.00687067 -0.00514457 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00544549 0.00664984 || 0.051031 28027 29322 || 28519.1 28674.4 || 91.9274 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 -0.0206975 -0.00215663 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.00244238 -0.0289391 || 0.051031 28075 29285 || 28744.6 28674.4 || -400.054 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0117051 -0.00577137 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.0159282 0.000432936 || 0.051031 28019 29358 || 28224.8 28674.4 || 5.98491 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 -0.00381177 0.0109364 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000244957 -0.99999 -48246.1 || 0.051031 0 195066 || 2.9287e+09 28674.4 || -6.66954e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.000733762 -0.299631 0.154711 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195617 -0.999999 -57857 || 0.051031 0 1.55221e+06 || 2.86898e+10 28674.4 || -7.99815e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.00587894 -0.967888 10.2281 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.73523e-07 -0.00663313 -0.0104889 || 0.051031 28019 29408 || 28865.9 28674.4 || -144.999 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 7.34064e-07 0.00491611 0.0103427 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00250625 0.0276509 || 0.051031 27984 29308 || 28602.7 28674.4 || 382.245 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 -0.00345606 -0.0101828 || 0.051031 1e+64 -1e+64 45: Test Seed:1742231685208140778 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.0101409 -0.00832671 || 0.051031 28085 29343 || 28968.2 28674.4 || -115.108 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0129635 0.00791389 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.48297e-07 -0.00368518 0.0130004 || 0.051031 28002 29300 || 28780.4 28674.4 || 179.717 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.58387e-07 -0.00426454 -0.0134776 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.00784451 0.0234779 || 0.051031 27949 29294 || 28901.1 28674.4 || 324.558 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0267565 0.000399825 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.007245 -0.00135438 || 0.051031 28054 29299 || 28468.1 28674.4 || -18.723 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0119062 0.0050227 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000245111 -0.99999 -48244.9 || 0.051031 0 195029 || 2.92859e+09 28674.4 || -6.66938e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.000734133 -0.318877 0.158657 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195571 -0.999999 -57857.4 || 0.051031 0 1.55183e+06 || 2.86884e+10 28674.4 || -7.99821e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.00587695 -0.967767 10.2425 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.98748e-07 -0.00924042 -0.0107416 || 0.051031 28005 29328 || 28941.8 28674.4 || -148.492 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 8.09741e-07 0.0105732 -0.00134083 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.0063267 -0.00292179 || 0.051031 27978 29316 || 28494.1 28674.4 || -40.3908 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00724844 -0.000928678 || 0.051031 1e+64 -1e+64 45: [ OK ] cuda.Random_XorShift64 (199 ms) 45: [ RUN ] cuda.Random_XorShift1024_0 45: Test Seed:1742231685309249583 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.0112284 0.00169509 || 0.051031 10981 11838 || 11250.6 11377 || 23.4329 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.0173524 0.000281015 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.000260077 -0.00186927 || 0.051031 10931 11809 || 11379.9 11377 || -25.8408 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.0082256 -0.000641592 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.0093153 -0.00972023 || 0.051031 10998 11870 || 11483.9 11377 || -134.372 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00189905 -0.000861391 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.0037772 0.00454976 || 0.051031 10992 11808 || 11334.1 11377 || 62.8959 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.0044735 0.000193885 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000243354 -0.999975 -7593.85 || 0.051031 0 77670 || 4.60975e+08 11377 || -1.04977e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.000729749 -0.154718 0.0222852 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.001959 -0.999997 -9108.3 || 0.051031 0 616734 || 4.51653e+09 11377 || -1.25913e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.00588767 -0.922343 1.59912 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.60671e-07 0.0177474 -0.00260751 || 0.051031 10951 11773 || 11178.6 11377 || -36.0462 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.86102e-07 -0.00582727 -0.00247809 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.00519305 0.00579927 || 0.051031 10976 11766 || 11436.3 11377 || 80.1692 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00630014 0.00142299 || 0.051031 1e+64 -1e+64 45: Test Seed:1742231685391043099 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.00790807 0.00900938 || 0.051031 10953 11777 || 11287.7 11377 || 124.546 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00744242 0.000324168 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.00777823 -0.00201431 || 0.051031 10962 11789 || 11289.1 11377 || -27.8458 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00878791 -0.00143199 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.00161626 -0.00621582 || 0.051031 10955 11850 || 11395.4 11377 || -85.9275 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00884863 0.00120668 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.00315477 0.00553223 || 0.051031 11019 11795 || 11341.2 11377 || 76.4775 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00865321 0.00293401 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000245402 -0.999975 -7595.57 || 0.051031 0 77649 || 4.61109e+08 11377 || -1.05001e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.000735938 -0.148611 0.0230711 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.0019547 -0.999997 -9107.73 || 0.051031 0 616268 || 4.51627e+09 11377 || -1.25905e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.00587399 -0.922569 1.61679 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.73387e-07 -0.0219688 -0.00104058 || 0.051031 10915 11810 || 11632.5 11377 || -14.385 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 3.24249e-07 0.0202276 -0.0013029 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.0119371 0.00510598 || 0.051031 10940 11784 || 11514.4 11377 || 70.5851 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00262373 0.000862198 || 0.051031 1e+64 -1e+64 45: [ OK ] cuda.Random_XorShift1024_0 (192 ms) 45: [ RUN ] cuda.Multi_streams 45: [ OK ] cuda.Multi_streams (209 ms) 45: [----------] 3 tests from cuda (601 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 1 test suite ran. (601 ms total) 45: [ PASSED ] 3 tests. 45/65 Test #45: Kokkos_UnitTest_Random ..................................... Passed 0.76 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 46: Test timeout computed to be: 1500 46: [==========] Running 16 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_DeathTest 46: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 46: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 46: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 46: 46: [----------] 3 tests from std_algorithms_reducers 46: [ RUN ] std_algorithms_reducers.max_first_loc 46: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 46: [ RUN ] std_algorithms_reducers.min_first_loc 46: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 46: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 46: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 46: [----------] 3 tests from std_algorithms_reducers (0 ms total) 46: 46: [----------] 1 test from std_algorithms 46: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 46: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 46: [----------] 1 test from std_algorithms (0 ms total) 46: 46: [----------] 11 tests from random_access_iterator_test 46: [ RUN ] random_access_iterator_test.constructor 46: [ OK ] random_access_iterator_test.constructor (0 ms) 46: [ RUN ] random_access_iterator_test.constructiblity 46: [ OK ] random_access_iterator_test.constructiblity (0 ms) 46: [ RUN ] random_access_iterator_test.dereference 46: [ OK ] random_access_iterator_test.dereference (0 ms) 46: [ RUN ] random_access_iterator_test.subscript_operator 46: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet1 46: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet2 46: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet3 46: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet4 46: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 46: [ RUN ] random_access_iterator_test.assignment_operator 46: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 46: [ RUN ] random_access_iterator_test.distance 46: [ OK ] random_access_iterator_test.distance (0 ms) 46: [ RUN ] random_access_iterator_test.traits_helpers 46: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 46: [----------] 11 tests from random_access_iterator_test (2 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 16 tests from 4 test suites ran. (2 ms total) 46: [ PASSED ] 16 tests. 46/65 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.15 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 47: Test timeout computed to be: 1500 47: [==========] Running 7 tests from 1 test suite. 47: [----------] Global test environment set-up. 47: [----------] 7 tests from std_algorithms_min_max_element_test 47: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 47: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 47: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 47: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 47: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 47: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 47: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (6 ms) 47: [----------] 7 tests from std_algorithms_min_max_element_test (24 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 7 tests from 1 test suite ran. (24 ms total) 47: [ PASSED ] 7 tests. 47/65 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.18 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test timeout computed to be: 1500 48: [==========] Running 13 tests from 10 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_lexicographical_compare_test 48: [ RUN ] std_algorithms_lexicographical_compare_test.test 48: [ OK ] std_algorithms_lexicographical_compare_test.test (20 ms) 48: [----------] 1 test from std_algorithms_lexicographical_compare_test (20 ms total) 48: 48: [----------] 1 test from std_algorithms_for_each_test 48: [ RUN ] std_algorithms_for_each_test.test 48: [ OK ] std_algorithms_for_each_test.test (57 ms) 48: [----------] 1 test from std_algorithms_for_each_test (57 ms total) 48: 48: [----------] 1 test from std_algorithms_find_test 48: [ RUN ] std_algorithms_find_test.test 48: [ OK ] std_algorithms_find_test.test (24 ms) 48: [----------] 1 test from std_algorithms_find_test (24 ms total) 48: 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 48: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (336 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 48: [ OK ] std_algorithms_non_mod_seq_ops.find_end (338 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search 48: [ OK ] std_algorithms_non_mod_seq_ops.search (327 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 48: [ OK ] std_algorithms_non_mod_seq_ops.search_n (247 ms) 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1251 ms total) 48: 48: [----------] 1 test from std_algorithms_count_test 48: [ RUN ] std_algorithms_count_test.test 48: [ OK ] std_algorithms_count_test.test (15 ms) 48: [----------] 1 test from std_algorithms_count_test (15 ms total) 48: 48: [----------] 1 test from std_algorithms_equal_test 48: [ RUN ] std_algorithms_equal_test.test 48: [ OK ] std_algorithms_equal_test.test (10 ms) 48: [----------] 1 test from std_algorithms_equal_test (10 ms total) 48: 48: [----------] 1 test from std_algorithms_all_any_none_of_test 48: [ RUN ] std_algorithms_all_any_none_of_test.test 48: [ OK ] std_algorithms_all_any_none_of_test.test (21 ms) 48: [----------] 1 test from std_algorithms_all_any_none_of_test (21 ms total) 48: 48: [----------] 1 test from std_algorithms_nonmod_seq_ops 48: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 48: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (55 ms) 48: [----------] 1 test from std_algorithms_nonmod_seq_ops (55 ms total) 48: 48: [----------] 1 test from std_algorithms_mismatch_test 48: [ RUN ] std_algorithms_mismatch_test.test 48: [ OK ] std_algorithms_mismatch_test.test (70 ms) 48: [----------] 1 test from std_algorithms_mismatch_test (70 ms total) 48: 48: [----------] 1 test from std_algorithms_mod_seq_ops 48: [ RUN ] std_algorithms_mod_seq_ops.move_backward 48: [ OK ] std_algorithms_mod_seq_ops.move_backward (49 ms) 48: [----------] 1 test from std_algorithms_mod_seq_ops (49 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 13 tests from 10 test suites ran. (1578 ms total) 48: [ PASSED ] 13 tests. 48/65 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 1.75 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 49: Test timeout computed to be: 1500 49: [==========] Running 31 tests from 5 test suites. 49: [----------] Global test environment set-up. 49: [----------] 3 tests from std_algorithms_mod_ops_test 49: [ RUN ] std_algorithms_mod_ops_test.move 49: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 49: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 49: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 49: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 49: 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy 49: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 49: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.fill 49: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 49: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 49: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 49: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.generate 49: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 49: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 49: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 49: 49: [----------] 4 tests from std_algorithms_replace_ops_test 49: [ RUN ] std_algorithms_replace_ops_test.replace 49: [ OK ] std_algorithms_replace_ops_test.replace (28 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_if 49: [ OK ] std_algorithms_replace_ops_test.replace_if (93 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy 49: [ OK ] std_algorithms_replace_ops_test.replace_copy (49 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 49: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (46 ms) 49: [----------] 4 tests from std_algorithms_replace_ops_test (217 ms total) 49: 49: [----------] 11 tests from std_algorithms_mod_seq_ops 49: [ RUN ] std_algorithms_mod_seq_ops.copy_if 49: [ OK ] std_algorithms_mod_seq_ops.copy_if (31 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique 49: [ OK ] std_algorithms_mod_seq_ops.unique (71 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 49: [ OK ] std_algorithms_mod_seq_ops.unique_copy (45 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove 49: [ OK ] std_algorithms_mod_seq_ops.remove (26 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_if (30 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy (116 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (33 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate 49: [ OK ] std_algorithms_mod_seq_ops.rotate (979 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 49: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (431 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_left 49: [ OK ] std_algorithms_mod_seq_ops.shift_left (1123 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_right 49: [ OK ] std_algorithms_mod_seq_ops.shift_right (1118 ms) 49: [----------] 11 tests from std_algorithms_mod_seq_ops (4008 ms total) 49: 49: [----------] 1 test from std_algorithms_modseq_test 49: [ RUN ] std_algorithms_modseq_test.reverse 49: [ OK ] std_algorithms_modseq_test.reverse (48 ms) 49: [----------] 1 test from std_algorithms_modseq_test (48 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 31 tests from 5 test suites ran. (4278 ms total) 49: [ PASSED ] 31 tests. 49/65 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 4.44 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test timeout computed to be: 1500 50: [==========] Running 29 tests from 7 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_sorting_ops_test 50: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 50: [ OK ] std_algorithms_sorting_ops_test.is_sorted (11 ms) 50: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 50: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (8 ms) 50: [----------] 2 tests from std_algorithms_sorting_ops_test (20 ms total) 50: 50: [----------] 4 tests from std_algorithms_partitioning_test 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 50: [ RUN ] std_algorithms_partitioning_test.partition_point 50: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 50: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 50: 50: [----------] 1 test from std_algorithms_partitioning_ops 50: [ RUN ] std_algorithms_partitioning_ops.partition_copy 50: [ OK ] std_algorithms_partitioning_ops.partition_copy (20 ms) 50: [----------] 1 test from std_algorithms_partitioning_ops (20 ms total) 50: 50: [----------] 12 tests from std_algorithms_numerics_test 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 50: [----------] 12 tests from std_algorithms_numerics_test (7 ms total) 50: 50: [----------] 1 test from std_algorithms_numerics_ops_test 50: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 50: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (95 ms) 50: [----------] 1 test from std_algorithms_numerics_ops_test (95 ms total) 50: 50: [----------] 8 tests from std_algorithms_numeric_ops_test 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (523 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (458 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (146 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (256 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 50: [----------] 8 tests from std_algorithms_numeric_ops_test (1385 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_ops_test 50: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 50: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (36 ms) 50: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 29 tests from 7 test suites ran. (1568 ms total) 50: [ PASSED ] 29 tests. 50/65 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 1.75 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test timeout computed to be: 1500 51: [==========] Running 12 tests from 7 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (357 ms) 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (342 ms) 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test (699 ms total) 51: 51: [----------] 2 tests from std_algorithms_count_team_test 51: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 51: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (151 ms) 51: [ RUN ] std_algorithms_count_team_test.count_returns_zero 51: [ OK ] std_algorithms_count_team_test.count_returns_zero (135 ms) 51: [----------] 2 tests from std_algorithms_count_team_test (287 ms total) 51: 51: [----------] 1 test from std_algorithms_count_if_team_test 51: [ RUN ] std_algorithms_count_if_team_test.test 51: [ OK ] std_algorithms_count_if_team_test.test (179 ms) 51: [----------] 1 test from std_algorithms_count_if_team_test (179 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_team_test 51: [ RUN ] std_algorithms_for_each_team_test.test 51: [ OK ] std_algorithms_for_each_team_test.test (367 ms) 51: [----------] 1 test from std_algorithms_for_each_team_test (367 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_n_team_test 51: [ RUN ] std_algorithms_for_each_n_team_test.test 51: [ OK ] std_algorithms_for_each_n_team_test.test (386 ms) 51: [----------] 1 test from std_algorithms_for_each_n_team_test (386 ms total) 51: 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 51: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (433 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (377 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (380 ms) 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1191 ms total) 51: 51: [----------] 2 tests from std_algorithms_mismatch_team_test 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 51: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (463 ms) 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 51: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (475 ms) 51: [----------] 2 tests from std_algorithms_mismatch_team_test (939 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 12 tests from 7 test suites ran. (4051 ms total) 51: [ PASSED ] 12 tests. 51/65 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 4.21 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test timeout computed to be: 1500 52: [==========] Running 8 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_equal_team_test 52: [ RUN ] std_algorithms_equal_team_test.views_are_equal 52: [ OK ] std_algorithms_equal_team_test.views_are_equal (667 ms) 52: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 52: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (700 ms) 52: [----------] 2 tests from std_algorithms_equal_team_test (1367 ms total) 52: 52: [----------] 2 tests from std_algorithms_search_team_test 52: [ RUN ] std_algorithms_search_team_test.sequences_exist 52: [ OK ] std_algorithms_search_team_test.sequences_exist (300 ms) 52: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 52: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (368 ms) 52: [----------] 2 tests from std_algorithms_search_team_test (669 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_end_team_test 52: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 52: [ OK ] std_algorithms_find_end_team_test.sequences_exist (457 ms) 52: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 52: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (427 ms) 52: [----------] 2 tests from std_algorithms_find_end_team_test (885 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_first_of_team_test 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (384 ms) 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (529 ms) 52: [----------] 2 tests from std_algorithms_find_first_of_team_test (913 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 8 tests from 4 test suites ran. (3836 ms total) 52: [ PASSED ] 8 tests. 52/65 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.99 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test timeout computed to be: 1500 53: [==========] Running 11 tests from 7 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_find_team_test 53: [ RUN ] std_algorithms_find_team_test.searched_values_exist 53: [ OK ] std_algorithms_find_team_test.searched_values_exist (165 ms) 53: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 53: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (156 ms) 53: [----------] 2 tests from std_algorithms_find_team_test (321 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_if_team_test 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (144 ms) 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (156 ms) 53: [----------] 2 tests from std_algorithms_find_if_team_test (301 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_if_not_team_test 53: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 53: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (149 ms) 53: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 53: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (147 ms) 53: [----------] 2 tests from std_algorithms_find_if_not_team_test (297 ms total) 53: 53: [----------] 1 test from std_algorithms_all_of_team_test 53: [ RUN ] std_algorithms_all_of_team_test.test 53: [ OK ] std_algorithms_all_of_team_test.test (154 ms) 53: [----------] 1 test from std_algorithms_all_of_team_test (154 ms total) 53: 53: [----------] 1 test from std_algorithms_any_of_team_test 53: [ RUN ] std_algorithms_any_of_team_test.test 53: [ OK ] std_algorithms_any_of_team_test.test (140 ms) 53: [----------] 1 test from std_algorithms_any_of_team_test (140 ms total) 53: 53: [----------] 1 test from std_algorithms_none_of_team_test 53: [ RUN ] std_algorithms_none_of_team_test.test 53: [ OK ] std_algorithms_none_of_team_test.test (153 ms) 53: [----------] 1 test from std_algorithms_none_of_team_test (153 ms total) 53: 53: [----------] 2 tests from std_algorithms_search_n_team_test 53: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 53: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (191 ms) 53: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 53: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (174 ms) 53: [----------] 2 tests from std_algorithms_search_n_team_test (365 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 11 tests from 7 test suites ran. (1736 ms total) 53: [ PASSED ] 11 tests. 53/65 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.92 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test timeout computed to be: 1500 54: [==========] Running 3 tests from 3 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_min_element_team_test 54: [ RUN ] std_algorithms_min_element_team_test.test 54: [ OK ] std_algorithms_min_element_team_test.test (501 ms) 54: [----------] 1 test from std_algorithms_min_element_team_test (501 ms total) 54: 54: [----------] 1 test from std_algorithms_max_element_team_test 54: [ RUN ] std_algorithms_max_element_team_test.test 54: [ OK ] std_algorithms_max_element_team_test.test (468 ms) 54: [----------] 1 test from std_algorithms_max_element_team_test (468 ms total) 54: 54: [----------] 1 test from std_algorithms_minmax_element_team_test 54: [ RUN ] std_algorithms_minmax_element_team_test.test 54: [ OK ] std_algorithms_minmax_element_team_test.test (517 ms) 54: [----------] 1 test from std_algorithms_minmax_element_team_test (517 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 3 tests from 3 test suites ran. (1487 ms total) 54: [ PASSED ] 3 tests. 54/65 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.65 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test timeout computed to be: 1500 55: [==========] Running 6 tests from 6 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_fill_team_test 55: [ RUN ] std_algorithms_fill_team_test.test 55: [ OK ] std_algorithms_fill_team_test.test (208 ms) 55: [----------] 1 test from std_algorithms_fill_team_test (208 ms total) 55: 55: [----------] 1 test from std_algorithms_fill_n_team_test 55: [ RUN ] std_algorithms_fill_n_team_test.test 55: [ OK ] std_algorithms_fill_n_team_test.test (228 ms) 55: [----------] 1 test from std_algorithms_fill_n_team_test (228 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_team_test 55: [ RUN ] std_algorithms_replace_team_test.test 55: [ OK ] std_algorithms_replace_team_test.test (357 ms) 55: [----------] 1 test from std_algorithms_replace_team_test (357 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_if_team_test 55: [ RUN ] std_algorithms_replace_if_team_test.test 55: [ OK ] std_algorithms_replace_if_team_test.test (286 ms) 55: [----------] 1 test from std_algorithms_replace_if_team_test (286 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_copy_team_test 55: [ RUN ] std_algorithms_replace_copy_team_test.test 55: [ OK ] std_algorithms_replace_copy_team_test.test (401 ms) 55: [----------] 1 test from std_algorithms_replace_copy_team_test (401 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test 55: [ RUN ] std_algorithms_replace_copy_if_team_test.test 55: [ OK ] std_algorithms_replace_copy_if_team_test.test (324 ms) 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test (324 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 6 tests from 6 test suites ran. (1807 ms total) 55: [ PASSED ] 6 tests. 55/65 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 1.96 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test timeout computed to be: 1500 56: [==========] Running 4 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_reverse_team_test 56: [ RUN ] std_algorithms_reverse_team_test.test 56: [ OK ] std_algorithms_reverse_team_test.test (244 ms) 56: [----------] 1 test from std_algorithms_reverse_team_test (244 ms total) 56: 56: [----------] 1 test from std_algorithms_reverse_copy_team_test 56: [ RUN ] std_algorithms_reverse_copy_team_test.test 56: [ OK ] std_algorithms_reverse_copy_team_test.test (276 ms) 56: [----------] 1 test from std_algorithms_reverse_copy_team_test (276 ms total) 56: 56: [----------] 1 test from std_algorithms_rotate_team_test 56: [ RUN ] std_algorithms_rotate_team_test.test 56: [ OK ] std_algorithms_rotate_team_test.test (393 ms) 56: [----------] 1 test from std_algorithms_rotate_team_test (393 ms total) 56: 56: [----------] 1 test from std_algorithms_rotate_copy_team_test 56: [ RUN ] std_algorithms_rotate_copy_team_test.test 56: [ OK ] std_algorithms_rotate_copy_team_test.test (413 ms) 56: [----------] 1 test from std_algorithms_rotate_copy_team_test (413 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 4 tests from 4 test suites ran. (1328 ms total) 56: [ PASSED ] 4 tests. 56/65 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.48 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test timeout computed to be: 1500 57: [==========] Running 4 tests from 4 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_move_team_test 57: [ RUN ] std_algorithms_move_team_test.test 57: [ OK ] std_algorithms_move_team_test.test (485 ms) 57: [----------] 1 test from std_algorithms_move_team_test (486 ms total) 57: 57: [----------] 1 test from std_algorithms_move_backward_team_test 57: [ RUN ] std_algorithms_move_backward_team_test.test 57: [ OK ] std_algorithms_move_backward_team_test.test (400 ms) 57: [----------] 1 test from std_algorithms_move_backward_team_test (400 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_left_team_test 57: [ RUN ] std_algorithms_shift_left_team_test.test 57: [ OK ] std_algorithms_shift_left_team_test.test (1178 ms) 57: [----------] 1 test from std_algorithms_shift_left_team_test (1178 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_right_team_test 57: [ RUN ] std_algorithms_shift_right_team_test.test 57: [ OK ] std_algorithms_shift_right_team_test.test (1167 ms) 57: [----------] 1 test from std_algorithms_shift_right_team_test (1167 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 4 tests from 4 test suites ran. (3232 ms total) 57: [ PASSED ] 4 tests. 57/65 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.39 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test timeout computed to be: 1500 58: [==========] Running 9 tests from 9 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_copy_team_test 58: [ RUN ] std_algorithms_copy_team_test.test 58: [ OK ] std_algorithms_copy_team_test.test (607 ms) 58: [----------] 1 test from std_algorithms_copy_team_test (607 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_n_team_test 58: [ RUN ] std_algorithms_copy_n_team_test.test 58: [ OK ] std_algorithms_copy_n_team_test.test (286 ms) 58: [----------] 1 test from std_algorithms_copy_n_team_test (286 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_backward_team_test 58: [ RUN ] std_algorithms_copy_backward_team_test.test 58: [ OK ] std_algorithms_copy_backward_team_test.test (369 ms) 58: [----------] 1 test from std_algorithms_copy_backward_team_test (369 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_if_team_test 58: [ RUN ] std_algorithms_copy_if_team_test.test 58: [ OK ] std_algorithms_copy_if_team_test.test (358 ms) 58: [----------] 1 test from std_algorithms_copy_if_team_test (358 ms total) 58: 58: [----------] 1 test from std_algorithms_unique_copy_team_test 58: [ RUN ] std_algorithms_unique_copy_team_test.test 58: [ OK ] std_algorithms_unique_copy_team_test.test (346 ms) 58: [----------] 1 test from std_algorithms_unique_copy_team_test (346 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_team_test 58: [ RUN ] std_algorithms_remove_team_test.test 58: [ OK ] std_algorithms_remove_team_test.test (342 ms) 58: [----------] 1 test from std_algorithms_remove_team_test (342 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_if_team_test 58: [ RUN ] std_algorithms_remove_if_team_test.test 58: [ OK ] std_algorithms_remove_if_team_test.test (297 ms) 58: [----------] 1 test from std_algorithms_remove_if_team_test (297 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_team_test 58: [ RUN ] std_algorithms_remove_copy_team_test.test 58: [ OK ] std_algorithms_remove_copy_team_test.test (370 ms) 58: [----------] 1 test from std_algorithms_remove_copy_team_test (370 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test 58: [ RUN ] std_algorithms_remove_copy_if_team_test.test 58: [ OK ] std_algorithms_remove_copy_if_team_test.test (317 ms) 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test (317 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 9 tests from 9 test suites ran. (3295 ms total) 58: [ PASSED ] 9 tests. 58/65 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.45 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test timeout computed to be: 1500 59: [==========] Running 4 tests from 4 test suites. 59: [----------] Global test environment set-up. 59: [----------] 1 test from std_algorithms_unique_team_test 59: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 59: [ OK ] std_algorithms_unique_team_test.test_default_predicate (464 ms) 59: [----------] 1 test from std_algorithms_unique_team_test (464 ms total) 59: 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test 59: [ RUN ] std_algorithms_adjacent_difference_team_test.test 59: [ OK ] std_algorithms_adjacent_difference_team_test.test (670 ms) 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test (670 ms total) 59: 59: [----------] 1 test from std_algorithms_reduce_team_test 59: [ RUN ] std_algorithms_reduce_team_test.test 59: [ OK ] std_algorithms_reduce_team_test.test (455 ms) 59: [----------] 1 test from std_algorithms_reduce_team_test (455 ms total) 59: 59: [----------] 1 test from std_algorithms_transform_reduce_team_test 59: [ RUN ] std_algorithms_transform_reduce_team_test.test 59: [ OK ] std_algorithms_transform_reduce_team_test.test (853 ms) 59: [----------] 1 test from std_algorithms_transform_reduce_team_test (853 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 4 tests from 4 test suites ran. (2444 ms total) 59: [ PASSED ] 4 tests. 59/65 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.60 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test timeout computed to be: 1500 60: [==========] Running 18 tests from 5 test suites. 60: [----------] Global test environment set-up. 60: [----------] 2 tests from std_algorithms_is_sorted_team_test 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (674 ms) 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (638 ms) 60: [----------] 2 tests from std_algorithms_is_sorted_team_test (1312 ms total) 60: 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (11 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (590 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (641 ms) 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1258 ms total) 60: 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test 60: [ RUN ] std_algorithms_is_partitioned_team_test.empty 60: [ OK ] std_algorithms_is_partitioned_team_test.empty (5 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 60: [ OK ] std_algorithms_is_partitioned_team_test.all_true (303 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 60: [ OK ] std_algorithms_is_partitioned_team_test.all_false (305 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.random 60: [ OK ] std_algorithms_is_partitioned_team_test.random (277 ms) 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test (892 ms total) 60: 60: [----------] 4 tests from std_algorithms_partition_copy_team_test 60: [ RUN ] std_algorithms_partition_copy_team_test.empty 60: [ OK ] std_algorithms_partition_copy_team_test.empty (11 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_true 60: [ OK ] std_algorithms_partition_copy_team_test.all_true (671 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_false 60: [ OK ] std_algorithms_partition_copy_team_test.all_false (660 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.random 60: [ OK ] std_algorithms_partition_copy_team_test.random (656 ms) 60: [----------] 4 tests from std_algorithms_partition_copy_team_test (2000 ms total) 60: 60: [----------] 4 tests from std_algorithms_partition_point_team_test 60: [ RUN ] std_algorithms_partition_point_team_test.empty 60: [ OK ] std_algorithms_partition_point_team_test.empty (6 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_true 60: [ OK ] std_algorithms_partition_point_team_test.all_true (248 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_false 60: [ OK ] std_algorithms_partition_point_team_test.all_false (228 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.random 60: [ OK ] std_algorithms_partition_point_team_test.random (213 ms) 60: [----------] 4 tests from std_algorithms_partition_point_team_test (696 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 18 tests from 5 test suites ran. (6160 ms total) 60: [ PASSED ] 18 tests. 60/65 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 6.35 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test timeout computed to be: 1500 61: [==========] Running 5 tests from 4 test suites. 61: [----------] Global test environment set-up. 61: [----------] 2 tests from std_algorithms_transform_team_test 61: [ RUN ] std_algorithms_transform_team_test.test_unary_op 61: [ OK ] std_algorithms_transform_team_test.test_unary_op (722 ms) 61: [ RUN ] std_algorithms_transform_team_test.test_binary_op 61: [ OK ] std_algorithms_transform_team_test.test_binary_op (754 ms) 61: [----------] 2 tests from std_algorithms_transform_team_test (1477 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_team_test 61: [ RUN ] std_algorithms_generate_team_test.test_unary_op 61: [ OK ] std_algorithms_generate_team_test.test_unary_op (1569 ms) 61: [----------] 1 test from std_algorithms_generate_team_test (1569 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_n_team_test 61: [ RUN ] std_algorithms_generate_n_team_test.test 61: [ OK ] std_algorithms_generate_n_team_test.test (227 ms) 61: [----------] 1 test from std_algorithms_generate_n_team_test (228 ms total) 61: 61: [----------] 1 test from std_algorithms_swap_ranges_team_test 61: [ RUN ] std_algorithms_swap_ranges_team_test.test 61: [ OK ] std_algorithms_swap_ranges_team_test.test (643 ms) 61: [----------] 1 test from std_algorithms_swap_ranges_team_test (643 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 5 tests from 4 test suites ran. (3918 ms total) 61: [ PASSED ] 5 tests. 61/65 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.07 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test timeout computed to be: 1500 62: [==========] Running 2 tests from 2 test suites. 62: [----------] Global test environment set-up. 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test 62: [ RUN ] std_algorithms_exclusive_scan_team_test.test 62: [ OK ] std_algorithms_exclusive_scan_team_test.test (1435 ms) 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1435 ms total) 62: 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 62: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 62: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (726 ms) 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (726 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 2 tests from 2 test suites ran. (2162 ms total) 62: [ PASSED ] 2 tests. 62/65 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.32 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test timeout computed to be: 1500 63: [==========] Running 2 tests from 2 test suites. 63: [----------] Global test environment set-up. 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test 63: [ RUN ] std_algorithms_inclusive_scan_team_test.test 63: [ OK ] std_algorithms_inclusive_scan_team_test.test (2147 ms) 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2147 ms total) 63: 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 63: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 63: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1412 ms) 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1412 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 2 tests from 2 test suites ran. (3559 ms total) 63: [ PASSED ] 2 tests. 63/65 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.72 sec test 64 Start 64: Kokkos_PerformanceTest_InclusiveScan 64: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-03-17_T15-49-53.json" 64: Test timeout computed to be: 1500 64: 2025-03-17T17:15:35+00:00 64: Running /var/jenkins/workspace/Kokkos_PR-7897/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 64: Run on (6 X 2095.11 MHz CPU s) 64: CPU Caches: 64: L1 Data 32 KiB (x6) 64: L1 Instruction 32 KiB (x6) 64: L2 Unified 4096 KiB (x6) 64: L3 Unified 16384 KiB (x6) 64: Load Average: 1.08, 2.26, 5.27 64: CPU architecture: none 64: Can access system allocated memory: 0 64: Capability: 7.0 64: Default Device: Cuda 64: GPU architecture: VOLTA70 64: KOKKOS_COMPILER_CLANG: 1706 64: KOKKOS_ENABLE_ASM: no 64: KOKKOS_ENABLE_CUDA: yes 64: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 64: KOKKOS_ENABLE_CUDA_UVM: no 64: KOKKOS_ENABLE_CXX17: no 64: KOKKOS_ENABLE_CXX20: yes 64: KOKKOS_ENABLE_CXX23: no 64: KOKKOS_ENABLE_CXX26: no 64: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 64: KOKKOS_ENABLE_HWLOC: no 64: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 64: KOKKOS_ENABLE_LIBDL: yes 64: KOKKOS_ENABLE_PRAGMA_IVDEP: no 64: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 64: KOKKOS_ENABLE_PRAGMA_UNROLL: no 64: KOKKOS_ENABLE_PRAGMA_VECTOR: no 64: KOKKOS_ENABLE_SERIAL: yes 64: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 64: Kokkos Version: 4.6.99 64: Shared Memory per Block: 48 KiB 64: Total Global Memory: 31.73 GiB 64: macro KOKKOS_ENABLE_CUDA: defined 64: platform: 64bit 64: via Address Translation Service: 0 64: ---------------------------------------------------------------------------------------------------------------------------------------------- 64: Benchmark Time CPU Iterations FOM: GB/s MB Passed 64: ---------------------------------------------------------------------------------------------------------------------------------------------- 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 377 878.844/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 380 870.532/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 378 877.59/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 384 879.102/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 383 877.769/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 383 877.877/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 380 870.331/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 380 870.256/s 1.6k 1 64: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 380 868.375/s 1.6k 1 64/65 Test #64: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 37.75 sec test 65 Start 65: Kokkos_UnitTest_SIMD 65: Test command: /var/jenkins/workspace/Kokkos_PR-7897/build/simd/unit_tests/Kokkos_UnitTest_SIMD 65: Test timeout computed to be: 1500 65: [==========] Running 18 tests from 1 test suite. 65: [----------] Global test environment set-up. 65: [----------] 18 tests from simd 65: [ RUN ] simd.host_math_ops 65: [ OK ] simd.host_math_ops (0 ms) 65: [ RUN ] simd.device_math_ops 65: [ OK ] simd.device_math_ops (2 ms) 65: [ RUN ] simd.host_mask_ops 65: [ OK ] simd.host_mask_ops (0 ms) 65: [ RUN ] simd.device_mask_ops 65: [ OK ] simd.device_mask_ops (0 ms) 65: [ RUN ] simd.host_conversions 65: [ OK ] simd.host_conversions (0 ms) 65: [ RUN ] simd.device_conversions 65: [ OK ] simd.device_conversions (0 ms) 65: [ RUN ] simd.host_shift_ops 65: [ OK ] simd.host_shift_ops (0 ms) 65: [ RUN ] simd.device_shift_ops 65: [ OK ] simd.device_shift_ops (0 ms) 65: [ RUN ] simd.host_condition 65: [ OK ] simd.host_condition (0 ms) 65: [ RUN ] simd.device_condition 65: [ OK ] simd.device_condition (0 ms) 65: [ RUN ] simd.host_gen_ctors 65: [ OK ] simd.host_gen_ctors (0 ms) 65: [ RUN ] simd.device_gen_ctors 65: [ OK ] simd.device_gen_ctors (0 ms) 65: [ RUN ] simd.host_where_expressions 65: [ OK ] simd.host_where_expressions (0 ms) 65: [ RUN ] simd.device_where_expressions 65: [ OK ] simd.device_where_expressions (0 ms) 65: [ RUN ] simd.host_reductions 65: [ OK ] simd.host_reductions (0 ms) 65: [ RUN ] simd.device_reductions 65: [ OK ] simd.device_reductions (0 ms) 65: [ RUN ] simd.host_construction 65: [ OK ] simd.host_construction (0 ms) 65: [ RUN ] simd.device_construction 65: [ OK ] simd.device_construction (0 ms) 65: [----------] 18 tests from simd (4 ms total) 65: 65: [----------] Global test environment tear-down 65: [==========] 18 tests from 1 test suite ran. (4 ms total) 65: [ PASSED ] 18 tests. 65/65 Test #65: Kokkos_UnitTest_SIMD ....................................... Passed 0.16 sec 100% tests passed, 0 tests failed out of 65 Label Time Summary: Kokkos = 298.68 sec*proc (58 tests) Total Test time (real) = 596.82 sec Post stage [Pipeline] sh + ccache --show-stats Cacheable calls: 790 / 790 (100.0%) Hits: 60 / 790 ( 7.59%) Direct: 59 / 60 (98.33%) Preprocessed: 1 / 60 ( 1.67%) Misses: 730 / 790 (92.41%) Local storage: Cache size (GB): 4.8 / 5.0 (95.45%) Hits: 60 / 790 ( 7.59%) Misses: 730 / 790 (92.41%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 78a62c0a0a0b38ef404d393727c3a0061d68bbe9d7b88b3c63b2bd084c821cc5 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-7897' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 78a62c0a0a0b38ef404d393727c3a0061d68bbe9d7b88b3c63b2bd084c821cc5 [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 GitHub has been notified of this commit’s build result Finished: SUCCESS